In Word, the ________ enables you to change the magnification of the document or worksheet

A) Zoom slider
B) Magnification element
C) Zoom element
D) Focus slider


A

Computer Science & Information Technology

You might also like to view...

When an application is configured for ____, it periodically checks the software publisher's Web site for updates, downloads updates automatically, and installs them without user intervention.

A. automatic downloads B. version updates C. automatic updates D. software upgrades

Computer Science & Information Technology

Which statement will generate random numbers between 0 and 12?

A. rand(12) B. srand(12) C. rand()%13 D. srand()%13

Computer Science & Information Technology

Consider the following schema in SQL:1999.

CREATE TABLE Warehouse (
Address ROW(Street CHAR(20), ZIP CHAR(5)),
Company CompanyType )
CREATE TYPE CompanyType (
Name CHAR(20),
Phone CHAR(10) )
Insert a tuple into Warehouse, for the company Acme, Inc., which has a phone number 6311237654 and whose warehouse is located on Main St. at ZIP code 44744.

Computer Science & Information Technology

The primary effect on an sudden increase in the SNR on a link is packet loss.

a. true b. false

Computer Science & Information Technology