Jacquard's loom, although unrelated to computing, influenced the development of modern computing devices. What design features of that machine are relevant to modern computer architectures?
What will be an ideal response?
Jacquard’s loom, which used metal cards with holes punched into them to specify the weaving pattern, was the first programmable device. By changing the program (i.e., the cards), the same loom could be used to produce different patterns. The idea of a programmable machine was later adopted by Babbage for his Analytical Engine and eventually led to modern, programmable computers. The use of punch cards for representing data was also adopted by Babbage and early computer designers.
You might also like to view...
When Alight Right alignment is applied, the left margin is ________
Fill in the blank(s) with correct word
Which of the following statements creates an empty TextArea?
a. TextArea textArea = new TextArea(); b. TextArea textArea = new TextArea(" "); c. TextArea = new textArea(); d. TextArea textArea = new TextArea.textArea("");