Which of the following is NOT true about ENIAC?
A. It used more electricity than all the houses on an average city block.
B. It was built in the late 1950s.
C. It contained hundreds of miles of wire.
D. The meantime between failures was less than 1 hour.
Answer: B
Computer Science & Information Technology
You might also like to view...
Which socket would be used for an AMD A10 processor?
A) LGA 775 B) Socket A C) Socket FM2+ D) LGA1366
Computer Science & Information Technology
What is the value of z after the following code executes:
float x, y, z; x =9.0; y = 16.0; z= sqrt ( x + y); a) 5.0 b) 7.0 c) 337.0 d) 625.0
Computer Science & Information Technology