Before you add a sound to your document, it is best to create a separate ____ for each sound.

A. layer
B. frame
C. document
D. symbol


Answer: A

Computer Science & Information Technology

You might also like to view...

Which declaration declares abstract method method1 in abstract class Class1 (method1 returns an Integer and takes no arguments)?

a) Public Function method1() As Integer b) Public Function MustInherit method1() As Integer c Public MustInherit Function method1() As Integer d) Public Abstract Function method1() As Integer

Computer Science & Information Technology

Identify and correct the errors in each of the following:

``` ) if (gender == 1) { cout << "Woman" << endl; else; { cout << "Man" << endl; } ```

Computer Science & Information Technology

The mathematical algorithms that define how pixels affect pixels beneath them to create a specific effect are called ____.

A. effect nodes B. layer effects C. blending modes D. blended pixel modes

Computer Science & Information Technology

The __________ is added to the beginning or end of a number to validate the number's authenticity.

A. security digit B. token digit C. verification digit D. check digit

Computer Science & Information Technology