The ________ is the brain of the computer and is responsible for executing program instructions and manipulating data to convert it to information

A) software B) CPU C) peripheral D) hardware


B

Computer Science & Information Technology

You might also like to view...

A thread’s name can be specified with Thread keyword argument _________

a) setName. b) name. c) threadName. d) None of the above.

Computer Science & Information Technology

Which correctly creates an array of five empty Strings?

a. String[] a = new String [5]; b. String[] a = {"", "", "", "", ""}; c. String[5] a; d. String[ ] a = new String [5]; for (int i = 0; i < 5; a[i++] = null);

Computer Science & Information Technology

________, used to direct a reader to a specific source of information in a paper, are placed at the bottom of the page

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT a reason to add SmartArt graphics to a worksheet?

A) Create graphs B) Show relationships C) Create timelines D) Illustrate processes

Computer Science & Information Technology