Match the following terms to their meanings:

I. Enables you to adjust the bass and treble A. tracks
II. The process of copying music from a CD to your hard drive B. graphic equalizer
III. The process of writing files to a CD C. rip
IV. Window application that manages your library of digital D. burn
movies and music
V. Another name for a list of songs on Windows Media Player E. Windows Media Player


B, C, D, E, A

Computer Science & Information Technology

You might also like to view...

The ____ process maintains accountability by accumulating evidence to support conclusions about the target.

A. recovery B. evaluation C. testing D. audit

Computer Science & Information Technology

Discuss how disaster response is primarily supported.

What will be an ideal response?

Computer Science & Information Technology

What will the following code display?

``` String input = "99#7"; int number; try { number = Integer.parseInt(input); } catch(NumberFormatException ex) { number = 0; } catch(RuntimeException ex) { number = 1; } catch(Exception ex) { number = -1; } System.out.println(number); ``` a. -1 b. 0 c. 1 d. 99

Computer Science & Information Technology

Another term for viewing or summarizing data in a PivotTable is known as ________ the information around to get varying views of the data

Fill in the blank(s) with correct word

Computer Science & Information Technology