Shared Flashcard Set

Details

Flash Tutorial 9 Study Guide
study guide
90
Computer Science
11th Grade
06/07/2010

Additional Computer Science Flashcards

 


 

Cards

Term
You can purchase components for use.
(T or F)
Definition
True
Term
The Parameters panel can contain additional parameters not shown in the Component Inspector panel.
(T or F)
Definition
False
Term
Using a component such as the CheckBox means you have to create the functionality and graphics that the component requires.
(T or F)
Definition
False
Term
The check mark is displayed in the CheckBox component when the box is deselected.
(T or F)
Definition
False
Term
After the OK button is clicked in the dialog box in the accompanying figure, six dataProvider values will appear in the Parameters panel.
(T or F)
Definition
False
Term
In the accompanying figure, each switch statement has a specific value associated with it.
(T or F)
Definition
False
Term
Given the statements in the accompanying figure, if no match exists, the qtrText variable will contain the value "Fourth Quarter".
(T or F)
Definition
False
Term
With ComboBox components, default values are required in the switch statement.
(T or F)
Definition
False
Term
The ComboBox component can retrieve progress information from other components, such as the Loader component, and use that information to display a progress bar animation as well as a number representing how much of the content has been loaded.
(T or F)
Definition
False
Term
The ComboBox component can retrieve progress information from other components, such as the Loader component, and use that information to display a progress bar animation as well as a number representing how much of the content has been loaded.
(T or F)
Definition
False
Term
Lowering the frame rate lowers the quality.
(T or F)
Definition
True
Term
Even if a user has a slow computer with minimal capabilities, the computer is still very likely to be able to support videos with high frame rates.
(T or F)
Definition
False
Term
Both the On2 VP6 and the Sorenson Spark codecs reduce the size of a video file while retaining the best quality possible.
(T or F)
Definition
True
Term
Because Flash uses the Sorenson Spark codec to compress video, it is best to compress the video before bringing it into Flash.
(T or F)
Definition
False
Term
After video is prepared using a video-editing program, the video can be imported into Flash.
(T or F)
Definition
True
Term
In the Deployment dialog box, when the Linked QuickTime video for publishing to QuickTime option is selected, the resulting file plays using the Flash Player.
(T or F)
Definition
False
Term
You can use the dialog box in the accompanying figure to set markers in the video to synchronize video with animation.
(T or F)
Definition
True
Term
The dashed outline in the preview area in the accompanying figure indicates how the video will be cropped.
(T or F)
Definition
True
Term
You can create a custom skin.
(T or F)
Definition
True
Term
You can change the FLVPlayback component's skin at any time by changing its skin parameter in the Parameters panel.
(T or F)
Definition
True
Term
You can assign each instance of a component a name using the ____.
Definition
Either A or B
Term
Downloaded components are installed using the Adobe ____ Manager.
Definition
Extension
Term
The Adobe Extension Manager is available through the ____ menu.
Definition
Help
Term
A set of user interface ____ is installed with Flash.
Definition
Components
Term
User interface components are actually compiled movie clips with a(n) ____ extension.
Definition
.SWC
Term
The CheckBox ____ allows you to create check boxes that can be used as options from which a viewer can select on a form.
Definition
Component
Term
The ____ component displays a drop-down list from which the user can make a selection.
Definition
ComboBox
Term
Downloaded components are installed using the Adobe ____.
Definition
Extension Manager
Term
You can press the ____ keys to open the Components panel.
Definition
Ctrl+F7
Term
____ the item indicated in the accompanying figure to display the User Interface components.
Definition
Double-Click
Term
With the ComboBox instance, the ____ parameter defines the labels that will appear on the drop-down list and the values associated with each item.
Definition
dataProvider
Term
With the ComboBox instance, the ____ parameter enables the user to edit the items in the list.
Definition
Editable
Term
With the ComboBox instance, when the appropriate parameter is set to ____, the user can update the items in the list.
Definition
True
Term
With the ComboBox instance, the contents of the ____ parameter will appear on the ComboBox instance on the Stage.
Definition
Prompt
Term
With the ComboBox instance, the ____ parameter determines how many rows to allocate to the drop-down list.
Definition
rowCount
Term
In the ____ panel of the Property inspector, double-click the box in the column to the right of dataProvider to open the dialog box in the accompanying figure.
Definition
Components
Term
You can create your own components by exporting a movie clip from the document's ____.
Definition
Library Panel
Term
With a ComboBox component instance added to the Stage and its parameters set, the next step is to add ____ code to make the instance operational.
Definition
ActionScript
Term
When the user clicks an item in a ComboBox drop-down list, the value associated with the item can be checked using ____ code.
Definition
ActionScript
Term
A(n) ____ statement is helpful when you need to execute one of several statements or blocks of statements based on the value of the same expression.
Definition
Switch
Term
In a switch statement, each block of statements that may be executed is enclosed between ____.
Definition
A case statement and a break statement
Term
The item marked in the accompanying figure is a(n) ____.
Definition
Expression
Term
The ____ component creates a movie clip that can hold images and SWF files.
Definition
UILoader
Term
When you create a function with a URLRequest object that contains the name of a file to be loaded, you use the ____ function of the UILoader instance.
Definition
Load
Term
To hide the ProgressBar instance, you need to change its ____ property to false.
Definition
Visible
Term
The ____ file is the original video file with which you begin.
Definition
Source
Term
Regardless of a video’s source, you should edit it using a video-editing program such as Adobe ____ after it is transferred to the computer but before it is imported into Flash.
Definition
Premiere
Term
Whenever possible, it is best to use a(n) ____ source file.
Definition
Digital
Term
Video played on television plays at ____ frames per second.
Definition
30
Term
A 10-second video clip formatted at 30 frames per second contains ____ frames.
Definition
300
Term
Some video can be played on the Web at rates of ____ or fewer frames per second if there is a minimal amount of movement.
Definition
10
Term
On the Web, video with children playing a sport is best played at frame rates between ____ frames per second.
Definition
12 and 15
Term
____ refers to reducing the size of the file by removing redundant data.
Definition
Compression
Term
If you publish video content to Flash Player 7, then Flash uses the ____ codec.
Definition
Sorenson Spark
Term
If you publish video content to Flash Player 8 or higher, then Flash uses the ____ codec.
Definition
On2 VP6
Term
Flash accepts the ____ video file format.
Definition
.avi
Term
Embedding video is only recommended when ____.
Definition
You are targeting site visitors with Flash Player version 5
Term
Flash provides a ____ to guide you step-by-step as you import video.
Definition
Wizard
Term
Which of the following Deployment dialog box options requires the use of Flash Player version 7 or later?
Definition
All of the above
Term
Which of the following Deployment dialog box options requires the use of Flash Lite 2.0 or later?
Definition
As mobile device video bundled in SWF
Term
Videos imported using the Linked QuickTime video for publishing to QuickTime must have the ____ extension.
Definition
.mov
Term
Selecting the Progressive download from a Web server option opens a(n) ____ dialog box.
Definition
Encoding
Term
You can import a video clip into a Flash document by clicking ____ on the menu bar, pointing to Import, and then clicking Import Video.
Definition
File
Term
Playback controls are referred to as ____ and consist of an SWF file.
Definition
Skins
Term
The ____ component provides the display area in which the video is viewed.
Definition
FLVPlayback
Term
When a video is deployed with the Progressive download from a Web server option, a(n) ____ file is created and an instance of the FLVPlayback component with the selected playback controls is added to the Stage.
Definition
.FLV
Term
When a video is deployed with the Stream from Flash Video Streaming Service option, a(n) ____ file is created and an instance of the FLVPlayback component with the selected playback controls is added to the Stage.
Definition
.FLV
Term
A video clip must be in the ____ format to play in the FLVPlayback component instance.
Definition
.FLV
Term
The Flash Video Encoder is especially useful when you have multiple video files to encode in the ____ format.
Definition
.FLV
Term
To use the ActionScript printJob class to control printing within the Flash Player, the first step is to ____.
Definition
Create an instance of the PrintJob class
Term
You can click the Apply line comment button in the Actions panel to add the ____ characters to the Script pane.
Definition
//
Term
The ____ method is used to pass a print job to the computer's operating system.
Definition
Send()
Term
You tell Aaron that he will need to select the video’s frame rate and frame size, as well as the amount of compression that is performed on the video. Which of the following is NOT a true statement about these factors?
Definition
When editing a video with a video-editing program, it is important to export it using as much compression as possible.
Term
Which of the methods stores the video file in the Flash document?
Definition
Embedded video
Term
What are cue points?
Definition
Markers used to synchronize a video with animation, graphics, or text
Term
Aaron needs to add playback controls for the video. Which dialog box from the Import Video Wizard is used to add these controls?
Definition
Skinning
Term
Which of the following methods from the PrintJob class will Lisa use to pass a print job from her project to the operating system of the computer on which the Flash document is being viewed?
Definition
Send()
Term
As part of the Flash document for the juice retailer, Lisa wants to print the first frame of a movie clip called flyer1_mc. Which of the following methods will do what she wants?
Definition
myPrintJob1.addPage(flyer1_mc, null, null, 1);
Term
Which optional parameter of the addPage() method specifies the area of a frame to print, if Lisa doesn’t want to print all of the flyer?
Definition
The first
Term
Lisa has decided that she wants to print the third frame of the movie clip, but she doesn’t need to specify the rectangular coordinates—and her content is already a vector. Which of the following is correct?
Definition
myPrintJob1.addPage(flyer1_mc, null, null, 3);
Term
You can click the ____________________ button in the right column of the dataProvider parameter in the Parameters panel to open the Values dialog box.
Definition
Magnifying glass
Term
The items listed below “User Interface” in the accompanying figure are ____________________.
Definition
Components
Term
Before compressed video can be played, it has to be decompressed with a decoder program, also known as a(n) ____________________.
Definition
Decompressor
Term
____________________ points are markers you set in a video to synchronize a video with animation, graphics, or text in the document.
Definition
Cue
Term
A(n) ____________________ can be added so that when a button is clicked, for example, the associated function will run.
Definition
Event listener
Term
The ____________________ is a separate standalone program that installs with Flash, which converts videos into the FLV format without using the Import Video wizard within Flash.
Definition
Flash Video Encoder
Term
A document that is in ____________________ orientation is wider than it is tall.
Definition
Landscape
Term
The ____________________ manages the print jobs that are sent to the printer by the various programs running on the computer.
Definition
Print Spooler
Term
If the content is to be printed as a bitmap, you can set the second optional parameter of the ____________________() method to {printAsBitmap:true}.
Definition
addPage
Term
If you want to use the third optional parameter of the addPage() method without specifying the other two optional parameters, you need to use ____________________ as the middle parameters.
Definition
Null
Supporting users have an ad free experience!