- Timestamp:
- Jan 7, 2013, 9:59:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
en/study-projects.php
r295 r326 75 75 controller was developed.</small> <br> 76 76 77 <h3>Siemens computer for demonstration</h3> 78 79 <div class="box center"> 80 <img src="/shared/photos/rechnertechnik/siemens-democomputer.jpg" alt="Siemens-Democomputer" width="700" height="587" class="nomargin-bottom" /> 81 <p class="center"><b>Siemens computer</b></p> 82 </div> 83 84 <p>The demonstration model shown above was built in 1973 by Siemens (Germany). It 85 was used as an educational tool for technicians and engineers. The large 86 machine on the right was built in rather high numbers for computer science 87 courses and the like. Even today it can be used to show the basic principles of 88 instruction processing, internal cycles etc. Its short word length of only 4 89 bits is sufficient for this.<br> 90 The program can be setup on the left by use of plugs containing various binary 91 values representing the instructions of the machine. The "computer" can be 92 operated in either one of two modes: cycle mode or instruction mode. In 93 addition to that its clock cycle time can be set arbitrarily or single step 94 mode can be selected. 126 incandescent lights show the data flow through the 95 registers, the operation of the control circuitry, the arithmetic/logic unit 96 and the memory locations.<br><br> 97 98 The demonstration model represents a bit-parallel program controller computer. 99 The currently implemented program adds to binary values. It demonstrates that 100 even short word lengths do not necessarily restrict the range of values that 101 can be processed by such a machine.<br> 102 103 104 105 It is a truly wonderful machine that displays the elementary processes taking 106 place in every computer even today.</p> 107 77 108
Note: See TracChangeset
for help on using the changeset viewer.