You can print ________ of a presentation to remove the need for people to write what is on the screen and to provide a backup in case of technical failure
A) handouts B) an outline C) all slides D) speaker notes
A
You might also like to view...
A category of data (e.g., file name, page number, current date) that can be inserted into a document is a(n) ________
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1) A method such as Main “drives” an object by calling its methods—without having to know how the class’s internal mechanisms work. In this sense, the class containing method Main is referred to as a driver class. 2) Method ReadLine reads a whole line, including all the characters the user types up to and including the newline that the user typed by pressing Enter. 3) ``` myAccount.SetName(theName); calls myAccounts’s SetName method, passing theName’s value as SetName’s argument. ``` 4) The default initial value for string instance variables is the empty string.