decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
Yes, computer languages and programs | 439 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
Yes, computer languages and programs
Authored by: Ian Al on Tuesday, May 15 2012 @ 05:39 AM EDT
Processors use unknown voltages to symbolise the value '1' (around 3V ?) and '0'
(around 0V ?). I might have those reversed. We just don't know what the
designers decided.

The memory designers and the motherboard designers do something similar. When
the things are interconnected as a computer, there has to be a standard for the
electrical signal symbols between the components.

Processors and programs assign numerical values to groups of eight symbols in
memory. This is not the same in every computer because the Endian Wars have not
concluded. Apple changed sides relatively recently.

A number in memory is a symbolic representation of a symbolic representation. A
virtual machine must use the same symbolic meaning for numeric values if it is
to be cross-platform. The symbolic representation of numeric values in a VM is a
symbolic representation of a symbolic representation of a symbolic
representation of a numeric value.

Program source code in a file does not use the above symbolic representation
thread. Instead, it uses numbers from the above thread to symbolise characters
in an alphabet that symbolise the numeric values. It also symbolises every other
thing in the source code using the same symbology. Only the computer language
conventions (e.g. "This is a text string" and max() ) distinguishes
between numeric values, characters and language constructs.

'Dr. Mitchell: Not at all, a number can be a symbolic reference.' A number in a
computer is always a symbolic reference for the reasons given above. In the
context of the Java language and platform, it is a lie.

---
Regards
Ian Al
Software Patents: It's the disclosed functions in the patent, stupid!

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )