A slide's aspect ratio refers to the ________ of a screen

A) height-to-depth B) width-to-height-to-depth
C) width-to-height D) width-to-depth


C

Computer Science & Information Technology

You might also like to view...

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

1. Menus are ways of grouping similar commands and preventing GUI clutter. 2. To set an underline shortcut in a Menu the programmer uses the tilde key (~). 3. Visual Basic also has the capacity for submenus. 4. Creating a window menu is mostly done through programming in the form load event. 5. The Shortcut property is used to set which key combination can be used instead of clicking on a menu item.

Computer Science & Information Technology

A ________ is a device that connects two LANs or two segments of the same LAN.

A. repeater B. router C. bridge D. hub

Computer Science & Information Technology

Most mobile devices include a(n) _______________ to maintain proper orientation of up and down.

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

Computer Science & Information Technology

Which of the following correctly calls the Math class method Sqrt with a value of 36?

a) Sqrt(36); b) Math.Sqrt(36); c) Math.Sqrt = 36; d) None of the above.

Computer Science & Information Technology