Which tool is used to enlarge or reduce the image on your screen?

A. Magnify
B. Zoom
C. Hand
D. Marquee


Answer: B

Computer Science & Information Technology

You might also like to view...

The basic generic functional interface ________ in package java.util.function contains method accept that takes a T argument and returns void. Performs a task with its T argument, such as outputting the object, invoking a method of the object, etc.

a. Consumer b. Function c. Supplier d. BinaryOperator

Computer Science & Information Technology

Write a function that counts the characters in a string the user inputs. Then write a routine that calls the function and displays the following output.

$ ./count_letters.py Enter some words: The rain in Spain The string "The rain in Spain" has 17 characters in it.

Computer Science & Information Technology

When planning a podcast, which of the following is nota step that needs to be considered?

a. Choose an aggregator. b. Develop a schedule. c. Consider the optimal length for the podcast. d. Decide upon a topic or theme for the podcast.

Computer Science & Information Technology

Press ________ to move the insertion point from one cell in a table to the next cell in the same row

A) [Shift]+[Tab] B) [Enter] C) [Tab] D) [Shift]+[Enter]

Computer Science & Information Technology