Match the following terms to their meanings:
I. Alchemy, bars, and waves in Windows Media Player A. full mode
II. Default operational state of Windows Media Player B. visualizations
III. Operational state of Windows Media with alternate appearance C. compact mode
IV. The smallest Media Player window format D. playlist
V. A list of digital media content and can contain music and videos E. skin mode
B, A, E, C, D
You might also like to view...
You might need to convert a VHD to a VHDX format so that it can be supported under an older operating system
a. VHX b. VIR c. VHDX d. None of the above
What is the value of X after the instructions corresponding to the following pseudocode are executed?
``` X = 5 Y = 7 IF INT(5.4) = X AND INT(6.9) = Y THEN X = X + Y ELSE Y = Y + 1 ENDIF ``` a) 5 b) 7 c) 8 d) 12