What makes up placeholder text?
A. "words" of different lengths to represent how text will flow in the document
B. nonsense words of different lengths
C. actual text from the document
D. Both A and B
Answer: D
Computer Science & Information Technology
You might also like to view...
Google's free online storage is called OneDrive
Indicate whether the statement is true or false
Computer Science & Information Technology
What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2 ) is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?
A) Sheet 2.Unprotect Password:= ExcelIsFun B) Sheet 1.Protect Password:= "ExcelIsFun" C) Sheet 2.Password:= "ExcelIsFun" D) Sheet 2.Unprotect Password:= "ExcelIsFun"
Computer Science & Information Technology