Anchor names are case sensitive.
Answer the following statement true (T) or false (F)
True
You might also like to view...
We wish to write the following code segment using the ternary operator: if ( a == b ) c = 5; else c = 0; The resulting line of code would look like this:
A. c = ( a == b ) : 5 ? 0; B. c = ( a == b )? 5 : 0; C. c = ( a == b )? 0 : 5; D. ( a == b )? c = 5 : 0;
Anything on the Flash stage is a(n) ____________________, including text, bitmaps, traced bitmaps, lines, circles, and rectangles.
Fill in the blank(s) with the appropriate word(s).
The Total Row check box is located in the ________ group on the DESIGN tab
A) Table Style Options B) Number Styles C) Functions D) Totals
Microsoft Word files can be opened ONLY by the Microsoft Word program
Indicate whether the statement is true or false