The ____ was the first fully electronic, general-purpose, programmable computer.

A. EDVAC
B. EDSAC
C. ENIAC
D. Mark I


Answer: C

Computer Science & Information Technology

You might also like to view...

Given the following method

``` static void nPrint(String message, int n) { while (n > 0) { System.out.print(message); n--; } } ``` What is k after invoking nPrint("A message", k)? int k = 2; nPrint("A message", k); a. 0 b. 1 c. 2 d. 3

Computer Science & Information Technology

When closing an app, keep in mind that you may lose _______________ data when you close it.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is an uncompressed audio file format that is supported by both Windows and Mac?

A. AIFF B. WAV C. PNG D. SND

Computer Science & Information Technology

_____________ involves comparing the live sample to the reference sample in the database.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology