The default Zoom setting is 75%.

Answer the following statement true (T) or false (F)


False

Computer Science & Information Technology

You might also like to view...

What is printed by the following program segment if the value input into num is 2?

``` cin >> num; switch (num) { case 0: case 1: cout << " Red"; case 2: cout << " Blue"; case 3: cout << " Green"; case 4: cout << " Yellow"; default: cout << " Invalid Input"; } // end switch ``` a. Red b. Blue c. Green d. Yellow e. Blue Green Yellow Invalid Input

Computer Science & Information Technology

To quit Word, click Word in the menu bar and then choose Close Document.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What are the relative advantages and disadvantages of SSDs and HDDs?

What will be an ideal response?

Computer Science & Information Technology

Which of the following kinds of software consists of the programs that control or maintain the operations of a computer and its devices?

A. system B. application C. management D. program

Computer Science & Information Technology