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

1. The fewer samples per second a song is divided into, the more it sounds like the original music when it is played back.
2. The computer’s CPU can anticipate what a programmer wants to do.
3. A program is a list of instructions that tell the CPU to perform operations.
4. A machine language instruction exists for each basic operation a CPU can do.



1. FALSE
2. FALSE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

Which one of the following strings will be displayed in the message box?

Look at the following code sample: ``` enum Flavor { Vanilla, Strawberry, Chocolate } Flavor iceCreamFlavor = Flavor.Strawberry; MessageBox.Show(iceCreamFlavor + " is my favorite!"); ``` a. Flavor.Strawberry is my favorite! b. ice Cream Flavor is my favorite! c. Strawberry is my favorite! d. ice Cream Flavor + is my favorite!

Computer Science & Information Technology

One method of displaying the entire contents of a window is to ____ it.

A. extend B. restore C. maximize D. navigate

Computer Science & Information Technology

Good design includes all of the following EXCEPT:

A) Make text readable B) Have a focal point C) Choose appropriate fonts D) Frequently use underlining, italics, bold, and all capital letters.

Computer Science & Information Technology

Which of the following buttons is NOT found on a Default tab in Word 2013?

A) Insert B) Page Color C) Web Page Preview D) Cut

Computer Science & Information Technology