In 1946, Dr. John von Neumann developed ______________ , noting that it is easier to put instructions in the computer's memory than it is to connect wires and set switches.
a. the first assembler
b. the first editor
c. the stored program concept
d. PASCAL
e. LISP
c. the stored program concept
Computer Science & Information Technology
You might also like to view...
The advantage a linked list has over a vector is that
a. a linked list can dynamically shrink or grow and a vector cannot b. a linked list is smaller than a vector c. a node can be inserted or removed faster from a linked list than from a vector d. data removal and insertion are more accurate with a linked list than with a vector e. None of these
Computer Science & Information Technology
In a sequential search, if a search item is not in a list of 1000 elements, then ____ key comparisons will be made.
A. 100 B. 1000 C. 10,000 D. 100,000
Computer Science & Information Technology