The Zoom tool can magnify a page to what maximum percentage?
A. 400%
B. 500%
C. 4000%
D. 5000%
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1. You cannot assign a base class reference to a derived class variable. 2. A method that accepts a base class variable as a parameter cannot accept a derived class variable as a parameter. 3. A class that is not intended to be instantiated but is to be used only as a base class is called a concrete class. 4. A statement that tries to use the new operator instantiate an abstract class will not compile. 5. If you want to create an abstract read-only property, leave out the set accessor.
Translator programs, such as assemblers and compilers, convert programs from one lan- guage (referred to as the source language) to another language (referred to as the target language). Determine which of the following statements are true and which are false:
a) An assembler translates source-language programs into machine-language programs. b) High-level languages are generally machine dependent. c) A machine-language program requires translation before it can be run on a computer. d) The C# compiler translates high-level-language programs into SMIL.
The limiting condition for a list might be the number of elements in the list.
Answer the following statement true (T) or false (F)
One of the benefits of machine language is that it uses natural language and mathematical notations.
Answer the following statement true (T) or false (F)