A cell ________ color is also known as the background color
A) fill
B) style
C) grid
D) shading
Answer: A
You might also like to view...
The loop body of a Do…Loop While statement always executes __________.
a) zero times b) at least once c) more than once d) undeterminable
Given the following contents of a sequential file, how many fields are in each record?
```“Duck”,”yellow”,”feathers”,2
In the sentence "If the sun is shining AND it is 8 a.m. then let's go for a walk; else let's stay home," which of the following is true?
A. If both operands are true, the condition as a whole is true. B. If both operands are false, the condition is false. C. If either operand is false, the condition is false. D. All of the above are true.
Which mode argument, used with an ifstream object, is used to open a file for input purposes?
A. ios::in B. open::input C. ios::app D. open::in