Which of the following is NOT a type of symbol you can create?

A. icon
B. movie clip
C. graphic
D. button


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. A C++ declaration introduces only an identifier's spelling and specifies its type. 2. A C++ declaration is a definition that also allocates storage for an identifier's value (or function's body etc.). 3. The range of values for an int variable is from about 0 to +2 billion. 4. The names x, y, and z are satisfactory variable names for the lengths of the legs and hypotenuse of a triangle. 5. In C++ you can assign an expression of type int to a variable of type double with no problem.

Computer Science & Information Technology

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

1. The finally block contains code to be executed whether or not an exception is thrown in a try block. 2. A stream is an object that allows for the flow of data between your program and some I/O device or some file. 3. Every input file and every output file used by your program has only one name which is the same name used by the operating system. 4. The FileNotFoundException is a descendant of the class IOException. 5. When your program is finished writing to a file, it should close the stream connected to that file.

Computer Science & Information Technology

In HTML, text cannot be highlighted with which of the following styles?

(a) Bold. (b) Underlined. (c) Outlined. (d) Italicized.

Computer Science & Information Technology

Match the following terms to their meanings:

I. Chart element II. Chart style III. Embedded object IV. Chart1 V. Chart sheet A. collection of formatting that controls the color of a data series, chart area, or plot area B. chart on a worksheet C. chart placed in a separate worksheet D. default chart sheet name E. component that completes or helps to clarify a chart

Computer Science & Information Technology