The Zoom In and Zoom Out buttons increase or decrease the zoom level by values of ____.

A. 1
B. 5
C. 10
D. 20


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the value in wordInSentence after line 5 is run?

``` 1 string sentence = “C++ is my favorite programming language.”.; 2 string word; = “favorite” 3 int sentSize = sentence.size(); 4 int wordSize = word.size(); 5 int wordInSentence = sentence.find(word); ``` A. 9 B. 10 C. -1 D. 8

Computer Science & Information Technology

On mobile devices, the OS is held on a memory chip within the system unit

Indicate whether the statement is true or false

Computer Science & Information Technology

A web page is always a(n) ____ environment.

A. CMYK B. HSB C. CMY D. RGB

Computer Science & Information Technology

Which of the following is an example of a building block?

a. a Quick Part b. a Reference c. a Footnote d. a Style

Computer Science & Information Technology