____ files are used to store programs.

A. Audio
B. Video
C. Binary
D. Text


Answer: C

Computer Science & Information Technology

You might also like to view...

Write a function to mirror the input picture’s leftmost 20 pixels to pixels 20 to 40.

What will be an ideal response?

Computer Science & Information Technology

What is another term for combining two or more sections?

A) Dragging B) Merging C) Selecting D) Adding

Computer Science & Information Technology

The relative humidity range in the server room should be 40 percent to 60 percent

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which of the following statements about pointer variables is false?

A. To access a variable through a pointer, we use the indirection operator (*). B. Only one pointer can be pointing to a variable at a time. C. The indirection and address operators are the inverse of each other. D. To declare and define a pointer variable, we suffix its type with an asterisk. E. To change a pointer variable so that it is pointing to nothing, we assign it the value NULL.

Computer Science & Information Technology