The Short Text data type stores a maximum of ____ characters.

A. 64
B. 255
C. 16,320
D. 64,000


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Thread synchronization is necessary only for shared mutable data, i.e., data that may change during its lifetime. b. With shared immutable data that will not change, it’s not possible for a thread to see old or incorrect values as a result of another thread’s manipulation of that data. c. When you share immutable data across threads, declare the corresponding data fields final to indicate that the values of the variables will not change after they’re initialized. This prevents accidental modification of the shared data, which could compromise thread safety. d. Labeling object references as final indicates that the referenced object is immutable.

Computer Science & Information Technology

With ____, Flash will display the current frame plus two or more frames on the Stage at once.

A. motion tweening B. scrubbing C. onion skinning D. frame-by-frame animations

Computer Science & Information Technology

AutoComplete:

A) adds numbers within a column automatically. B) searches for and displays any other similar label in the current row when you begin typing. C) adds all numbers in the row automatically. D) searches for and displays any other similar label in the current column when you begin typing.

Computer Science & Information Technology

You cannot sort arrays in reverse alphabetical order.

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

Computer Science & Information Technology