Completed in 1951, the first commercially successful electronic digital computer was the ________

A) UNIVAC B) Z1 C) Turing Machine D) ENIAC

A

Computer Science & Information Technology

You might also like to view...

A person wants to synchronize data between an iPhone and a work PC. What would be the fastest way for this task to be performed?

A) Use Wi-Fi. B) Use Bluetooth. C) Use NFC. D) Use a USB cable and iTunes.

Computer Science & Information Technology

If the variable named AVG has a value of 93, what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?

``` IF AVG > 93 THEN GRADE = “A” ELSE IF AVG > 83 THEN GRADE = “B” ELSE GRADE = “P” ENDIF ENDIF ``` a) A b) B c) C d) F

Computer Science & Information Technology