____ files are used to store programs.
A. Audio
B. Video
C. Binary
D. Text
Answer: C
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?
What is another term for combining two or more sections?
A) Dragging B) Merging C) Selecting D) Adding
The relative humidity range in the server room should be 40 percent to 60 percent
Indicate whether the statement is true or false.
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.