The ________ is used to increase or decrease the size of the document onscreen.
Fill in the blank(s) with the appropriate word(s).
zoom slider
You might also like to view...
What property is available for most controls that allows you to hide/unhide them either manually by setting the property or by setting it during run time via code?
(A) Clear (B) Refresh (C) Visible (D) View-Control
A recursive method .
a. is a method that calls itself. b. can be called directly. c. can be called indirectly through another method. d. All of the above.
The switch statement is a general repetition statement that can be used in a variety of programming situations.
Answer the following statement true (T) or false (F)
Answer the following statements true (T) or false (F)
1. Indentations are used to increase readability. 2. Logical or relational operators are required in the condition of the IF/THEN/ELSE instruction. 3. Only assignment instructions are allowed in the true and false statements. 4. If at all possible, straight through logic should be used in multiple IF/THEN/ELSE instructions. 5. The decision table is an important communication tool when working with a client.