With more than ____ predefined color schemes, Word provides a simple way to select colors that work well together.
A. 15
B. 20
C. 30
D. 40
Answer: B
You might also like to view...
____________________ is the organization that now controls Ethernet standards.
Fill in the blank(s) with the appropriate word(s).
Included in the Photos app is a wide range of editing tools that can be used to resize, crop, rotate, recolor, enhance, or copy photos.
Answer the following statement true (T) or false (F)
Consider the following declaration:char charArray[51];char discard;Assume that the input is:Hello There!How are you? What is the value of discard after the following statements execute?cin.get(charArray, 51);cin.get(discard);
A. discard = ' ' (Space) B. discard = '!' C. discard = '\n' D. discard = '\0'
Data in RAM is kept when the program using that data is closed.
Answer the following statement true (T) or false (F)