When you are ready to deliver content for viewing by end users, you publish the Flash document as a(n) ____ file.

A. FLA
B. SWF
C. FLS
D. SWA


Answer: B

Computer Science & Information Technology

You might also like to view...

To sort a one-dimensional array in descending order, you first sort the values in ascending order, and then use the ____ method to reverse the array elements.

A. Array.Reverse B. Array.Change C. Array.Descending D. Array.Flip

Computer Science & Information Technology

Here is a function prototype and a few lines of code. What is the correct call statement?

``` void Function(int *p, int &r, string s); int a, b; string s; ``` A. Function(a, b, s); B. Function(&a, &b, s); C. Function(a, &b, s); D. Function(&a, b, s);

Computer Science & Information Technology

The Return action button returns you to the last slide you viewed

Indicate whether the statement is true or false

Computer Science & Information Technology

____ on the Internet make up "the cloud."

A. Servers B. Packets C. Firewalls D. Routers

Computer Science & Information Technology