____ a slide can help you see slide elements more clearly so that you can position them precisely where desired.

A. Coloring
B. Styling
C. Formatting
D. Zooming


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following function declarations with default arguments are correct?

a) void g(int length, int width, int height = 1); b) void g(int length=1, int width, int height); c) void g(int length, int width=1, int height = 1); d) void g(int length=1, int width=1, int height);

Computer Science & Information Technology

Show the order in which DFS and BFS would visit graph G12.

What will be an ideal response?

Computer Science & Information Technology

Case D-2Carolyn is a web designer who is responsible for the home page of a real estate company with branches in all 50 states. The home page should be attractive and functional, allowing potential sellers and buyers to find information quickly. Carolyn is just beginning to use Cascading Style Sheets. You view the coding for one of her pages. The code for the styles is stored in the body content of the web page. What type of style is she using?

A. external B. intrinsic C. embedded D. inline

Computer Science & Information Technology

Windows PowerShell Desired State Configuration works through the basis of defining configurations within scripts. Using Notepad, you can build a custom DSC configuration. Configurations contain several components, all of which are organized within a configuration block. The keyword ________ tells PowerShell that a specific configuration is to follow

Fill in the blank(s) with correct word

Computer Science & Information Technology