____________________ are effects applied to an object, such as a graphic or a bulleted list, that make the object appear, disappear, change in appearance, or move.
Fill in the blank(s) with the appropriate word(s).
Animations
You might also like to view...
When the left operand of a binary operation is not an object, but the right operand is a struct object:
A. a compiler error occurs B. the overloaded operator function for the binary operator must be written beneath the struct definition C. the overloaded operator function for the binary operator should be written inside the struct definition D. an overloaded operator function cannot be written for the binary operator
To check whether a char variable ch is an uppercase letter, you write ___________.
a. (ch >= 'A' && ch >= 'Z') b. (ch >= 'A' && ch <= 'Z') c. (ch >= 'A' || ch <= 'Z') d. ('A' <= ch <= 'Z')
An Excel file is called a ________
A) document B) database C) presentation D) workbook
If you have the Full Control permission on a folder and only the Read permission on a file within that folder, you will actually get the _______________ permission on the file.
Fill in the blank(s) with the appropriate word(s).