The ____ is the brain of a computer.?

A. ?ALU
B. ?SSD
C. ?CPU
D. ?LED


Answer: C

Computer Science & Information Technology

You might also like to view...

MC Counting loops should be controlled with______ values.

a) floating-point. b) integer. c) string. d) None of the above.

Computer Science & Information Technology

What is the output from each of the following loops?

a) while ( 0 ) cout << ‘X’; cout << endl; b) do cout << ‘X’; while ( y != y ); cout << endl; c) int i = 1; while (i < 9) cout i; i++; } cout << endl; d) char c = 'A'; do { cout << c << " "; c = c + 2; } while ( c <= 'M' ) cout << endl; e) int i = 0; while (i < 50) { if ( i < 20 && i != 15 ) cout << 'X'; i++; } cout << endl;

Computer Science & Information Technology

What are the memory locations inside the CPU called?

What will be an ideal response?

Computer Science & Information Technology

When editing a document, you often need to copy text from one place to another.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology