Case-Based Critical Thinking QuestionsCase 6-1With your help, Philip has constructed the initial version of a Flash Web site for Snail's Pace Construction. He now needs to add some pages with interactive elements, including a page that will allow potential clients to submit information about projects that they would like Snail's Pace Construction to complete. Philip asks you for help in learning some of the basics of ActionScript 3.0. You tell Philip that adding a preloader to a Flash file requires ActionScript code along with a loading message and/or an animation placed in the first frame of the ____.

A. Components panel
B. Actions panel
C. Stage
D. Timeline


Answer: D

Computer Science & Information Technology

You might also like to view...

The value stored in variable s at the end of the execution of the loop could best be described as __________.

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { scanf("%d", &t); s = s + t; if (t >= 0) g = g + 1; else z = z + 1; i = i + 1; } ``` a. the average of the numbers scanned b. the sum of the numbers scanned c. the largest of the numbers scanned d. how many numbers were scanned e. the sentinel value

Computer Science & Information Technology

Which of the following standards supports three transmission technologies on the 2.4 GHz band?

A. 802.11a B. 802.11b C. 802.11c D. 802.11g

Computer Science & Information Technology

What dialog box in Windows appears each time a user attempts to perform an action that can be done only with administrative privileges?

A. User Account Confirmation B. User Account Control C. User Access Control D. User Access Confirmation

Computer Science & Information Technology

Use exponent rule 4 to give an expression with a single exponent:

![15005|147x102](upload://iLxY6EJnBrGp2GAqIkJfMfMO3ys.jpeg)

Computer Science & Information Technology