Where can you find more alignment options?
A. Format Cells dialog box
B. Format Alignment dialog box
C. Format dialog box
D. Format Rows and Columns dialog box
Answer: A
You might also like to view...
When a recursive method is called to solve a problem, the method actually is capable of solving only the simplest case(s), or .
a. base case(s). b. base step(s). c. recursive call(s). d. recursion step(s).
When you modify a layer by adding an effect, Photoshop adds an effects layer indented underneath the layer you’re modifying and adds a(n) ____ designation next to the layer name.
a. ft b. eft c. fx d. ef
If an array named num is dimensioned to hold 10 values in 5 rows and 2 columns, how would you store 50 in the first physical row and first physical column?
A. num[ 1, 1 ] = 50; B. num[ 0 , 0 ] = 50; C. num = 50 [ ] ; D. num5 = 50;
Which of the following statements about input formatting is false?
A. The conversion specification contains a code for the data type to be stored B. The scanf function requires a set of zero or more data addresses C. The minimum code for a conversion specification consists of the specification token (%) and a conversion code, such as d for integer D. There are three optional modifiers that can be used to refine input formatting E. The parameter list consists of addresses to store the formatted data