The ___________ event allows a user to enlarge and reduce the size of a displayed object by pinching or spreading apart two fingers on the screen. 

Fill in the blank(s) with the appropriate word(s).


Zoom

Computer Science & Information Technology

You might also like to view...

Enter the following script named savefiles, and give yourself execute permission to the file:

$ cat savefiles #! /bin/bash echo "Saving files in working directory to the file savethem." exec > savethem for i in * do echo "===================================================" echo "File: $i" echo "===================================================" cat "$i" done a. Which error message do you receive when you execute this script? Rewrite the script so that the error does not occur, making sure the output still goes to savethem. b. What might be a problem with running this script twice in the same directory? Discuss a solution to this problem.

Computer Science & Information Technology

Which of the following would you use with the get-help cmdlet if you wanted to see more information than the get-help cmdlet provides by default?

A. -more B. /complete C. -detailed D. /verbose

Computer Science & Information Technology

You can press ____ to fit the Stage in the window.

A. [Ctrl][2] B. [Ctrl][F] C. [Ctrl][4] D. [Ctrl][P]

Computer Science & Information Technology

The tag may or may not be used within the element

Indicate whether the statement is true or false

Computer Science & Information Technology