What aspect ratio is used in modern widescreen devices?

A. 16:9
B. 3:4
C. 12:9
D. 9:16

Answer: A

Computer Science & Information Technology

You might also like to view...

Lisa, a network technician, needs to introduce a few more cables to the existing patch panel. Which of the following tools would she use?

A. OTDR B. Multimeter C. Punch down tool D. Temperature monitor

Computer Science & Information Technology

What is i after the following for loop?

``` int y = 0; for (int i = 0; i < 10; ++i) { y += i; } ``` a. 9 b. 10 c. 11 d. undefined

Computer Science & Information Technology