28.10.2014 Views

Synergy User Manual and Tutorial. - THE CORE MEMORY

Synergy User Manual and Tutorial. - THE CORE MEMORY

Synergy User Manual and Tutorial. - THE CORE MEMORY

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Synergy</strong> <strong>User</strong> <strong>Manual</strong> <strong>and</strong> <strong>Tutorial</strong><br />

it influenced the development of future languages. Almost all languages have been<br />

developed with “ALGOL-like” lexical <strong>and</strong> syntactic structures that have hierarchal,<br />

nested environment <strong>and</strong> control structures. ALGOL 60 had block structure for statements<br />

<strong>and</strong> the ability to call subprograms by name or by value. It also had if-then-else control<br />

statements for iteration <strong>and</strong> with recursive ability. ALGOL has a small number of basic<br />

constructs with a non-restricted associated type <strong>and</strong> rules to combine them into more<br />

complex constructs, of which some can produce values. ALGOL also had dynamic<br />

arrays wit variable specified subscript ranges, reserved words for key functions that could<br />

not be used as identifiers, <strong>and</strong> user defined data types to fit particular problems. A<br />

sample ALGOL source code “Hello World!” program from the Web site referenced for<br />

this information that runs on a Unisys A-series mainframe is: xxxii<br />

BEGIN<br />

FILE F (KIND=REMOTE);<br />

EBCDIC ARRAY E [0:11];<br />

REPLACE E BY "HELLO WORLD!";<br />

WHILE TRUE DO<br />

BEGIN<br />

WRITE (F, *, E);<br />

END;<br />

END.<br />

As of 1959, more that 200 programming languages had been created.<br />

Between 1958 <strong>and</strong> 1959, both<br />

Texas Instruments <strong>and</strong> Fairchild<br />

Semiconductor Corporation were<br />

introducing integrated circuits<br />

(IC). TI’s Jack Kirby, an<br />

engineer with a background in<br />

transistor-based hearing aids,<br />

introduced first IC (pictured left<br />

from CNN), which was based on<br />

a germanium semiconductor.<br />

Soon after, one of Fairchild’s<br />

founders <strong>and</strong> research engineers,<br />

Robert Noyce, produced a<br />

similar device based on a silicon<br />

semiconductor. The monolithic<br />

integrated circuit combined transistors, capacitors, resistors <strong>and</strong> all connective wiring on<br />

a single semiconductor crystal or chip. Fairchild produced the first commercially<br />

available ICs in 1961. Integrated circuits quickly became the industry st<strong>and</strong>ard<br />

43

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!