Using-One-Symbol-to-Represent-a-Set in Programming Demonstrated with Online JavaScript Software A NEW PERSPECTIVE ON COMPUTER TECHNOLOGY Created by David Alderoty
A NEW PERSPECTIVE ON COMPUTER TECHNOLOGY
Using-One-Symbol-to-Represent-a-Set in Programming
Demonstrated with Online JavaScript Software
Created by David Alderoty © 2012
To contact the author use this
e‑mail address: David@TechForText.com, or left click
on the link below for a website communication form.
Link for a Website Communication Form
When creating software it is often possible to represent an entire set of symbols, with only one symbol. This can involve a set of numbers, words, formulas, or a string of computer code, which is represented by one symbol. This is especially useful if the set represents a very long string of text, code, or series of numbers, that must be repeated a number of times to create computer software. This simple concept is demonstrated on this website with online JavaScript software. When I was experimenting with this software, I was able to use ONE letter to represent, transmit, and display thousands of words.
FOR MORE EXPLANATIONS BASED ON
A NEW PERSPECTIVE OF COMPUTER TECHNOLOGY
SEE THE FOLLOWING WEBSITES:
www.TechForText.com/A-General-Theory-of-Computing-Devices
www.TechForText.com/Computing-Devices-Relativity-of-Meaning
The JavaScript software presented below, functions online and it was created to demonstrate a simple computing concept, where one symbol can be used to represent an entire set of symbols. To see this demonstration scroll down until you see the JavaScript software that is embedded in this webpage. (The software starts with a yellow section that contains additional instructions.)
The software contains ten boxes, framed in blue, with a white input field on the left. Enter A in the input fields. Each time the letter A is entered the same set of words will be displayed. After this, you can repeat the experiment with the letters B, and C, both of which represent another set of symbols. This concept can be represented symbolically as follows:
A={Set of word represented by A }
B={Set of word represented by B}
C={Set of word represented by C}
The important concept here is the meaning of the letters A, B, and C have been essentially predefined, to represent specific sets of symbols, which comprise the messages that you will see when you enter A, B, and C. You can change these messages, by scrolling to the bottom of the software, where you will see three boxes framed in red. The first input box defines the set of symbols for A, the second box for B and the third for C. You can delete these messages and enter your own words. When this is done the meaning of A, B and C are read the fine as follows
A={Set of words you entered in input Box-One}
B={Set of words you entered in input Box-Two }
C={Set of words you entered for input Box-Three }