Home

1000+ Adobe Flash MCQ for LIC AAO [Solved]

Thursday 9th of March 2023

Sharing is caring

1. With a button symbol...
A. You need to have content on all four keyframes (Up, Over, Down and Hit).
B. The Over keyframe represents what the button will look like when a user clicks on it.
C. The Hit keyframe represents what the button will look like when a user clicks on it.
D. The hit area will never been seen by the end user.
Answer : D
2. These are objects that have been converted so that you can use the same image a number of times in a movie. You can also use this to do fade effects, rotation effects, and flip effects.
A. layer
B. symbols
C. clip art
D. tween
Answer : B
3. functions need to be bracketed by....
A. [...]
B. (...)
C. {...}
D. :...; (Your Answer)
Answer : C
4. The ___________________ is a holding place for all symbols and imported images and sounds within a single Flash file.
A. library
B. timeline
C. properties
D. tools panel
Answer : A
5. Clicking and dragging the playhead will scrub through your movie so you can see the animation.
A. True
B. False
C.
D.
Answer : A
6. What does not qualify as a symbol?
A. graphic
B. bitmap
C. button
D. movie clip
Answer : B
7. Every animation needs a starting and ending point. _______________ are used to set these.
A. Scenes
B. Key frames
C. Blank frames
D. Graphic symbols
Answer : B
8. The difference between the black arrow and the white arrow in the tool box is...
A. the black arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The white arrow allows us to have more precise control of the
B. the black arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The white arrow allows us to transform the shape by scaling, r
C. the white arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The black arrow allows us to have more precise control of the
D. the white arrow allows us to manipulate the shape as a whole by repositioning it on the stage or fluidly transforming its shape by selecting the curves that define it and repositioning those. The black arrow allows us to transform the shape by scaling, r
Answer : A
9. This action allows you to save the object in the library panel for future use.
A. Importing
B. Exporting
C. Convert to text
D. Convert to Symbol
Answer : D
10. You can control the width, patterning, color and smoothing of a Pencil stroke all in the....
A. ... Commands Menu.
B. ... Properties Inspector.
C. ... Behaviors Menu.
D.
Answer : B
11. Where is the envelop distort tool located?
A. With a movie clip selected, use the Free Transform tool and go to its options in the toolbox. The Envelop Distort tool is located at the bottom of the box.
B. With a shape selected, use the Free Transform tool and go to its options in the toolbox. The Envelop Distort tool is located at the bottom of the box.
C.
D.
Answer : B
12. The transformation point is...
A. ... the fading in a color gradient.
B. ... the phase at which an object is rendered.
C. ... the point from which an object or shape is rotated or scaled.
D.
Answer : C
13. Clicking and dragging with the pen tool creates...
A. a straight line.
B. a curved line.
C.
D.
Answer : B
14. To instruct a button to stop on the first frame of another scene, called replay, you would need to call the following method
A. gotoandplay(1, replay);
B. gotoAndPlay(replay, 1);
C. gotoAndStop(replay, 1);
D. gotoAndStop(1, replay);
Answer : D
15. This tool allows you to modify the gradient in three ways.
A. Merge Drawing
B. Flash Tool
C. Gradient Transform Tool
D. Object Drawing
Answer : C
16. ________________ allow you to make objects move in a more random or non-straight path.
A. Mask
B. Shape tween
C. Guided layer
D. Gravity effect
Answer : C
17. The __________ shows the frames in the movie.
A. toolbar
B. Properties pane
C. timeline
D. scene
Answer : C
18. If you want a button to not be visible to the user but still listen for events, you would need to...
A. set the property .alpha = 0
B. set the property .visible = true
C. set the property .alpha = 1;
D. set the property .visible = false;
Answer : A
19. When nothing is selected, you can adjust the following in the Properties Inspector.
A. stage size
B. background color
C. frame rate
D. all of the above
Answer : D
20. This tools allows you to scale, rotate and skew objects in the flash stage.
A. Merge Tool
B. Free Convert Tool
C. Free Transform tool
D. Object tool
Answer : C
21. A key frame that contains objects will be represented by a ___________ circle.
A. hollow
B. black
C. blue
D. gray
Answer : B
22. The ink bottle changes the color of...
A. ...strokes.
B. ...fills.
C. ...the background.
D.
Answer : A
23. What is stacking order?
A. It is the order in which Flash executes actionscript. Listeners are run first in order to catch any events that may occur so that all functions may run correctly without causing any TypeErrors.
B. It is the order in which Flash renders a scene - elements are stacked within layers and layers are stacked with the movie. Shapes fall to the bottom of the stack within a layer, allowing for symbols and text objects to rise to the top. Likewise, layers a
C. The order in which you have to nest symbols within movie clips in order for motion tweens to work correctly.
D. The order in which you have to nest movie clips within symbols in order for motion tweens to work correctly.
Answer : B
24. This panel indicates what settings are being used for objects and allows you to change those settings.
A. Tools
B. Actions
C. Frames
D. Properties
Answer : D
25. The brush option that paints behind the object on the stage.
A. Paint Inside
B. Paint Selection
C. Paint Behind
D. Paint Normal
Answer : C
26. Empty key frames are indicated by a _________________ circle on the timeline
A. hollow
B. black
C. open eye
D. closed eye
Answer : A
27. With the brush tool selected, you can adjust your brush shape and size in the tool bar.
A. true
B. false
C.
D.
Answer : A
28. You can control the fluidity of the line drawn with the pencil tool.
A. True
B. False
C.
D.
Answer : A
29. This area in Flash is similar to the clipboard in Microsoft Office applications.
A. Dashboard
B. Layers Panel
C. Library Panel
D. Property Inspector
Answer : C
30. You cannot change the angle or length of a gradient.
A. True
B. False
C.
D.
Answer : B
31. ____________, when used appropriately, adds to the viewer's experience, making for a much richer and enjoyable activity.
A. Advertisments
B. Sound
C. Commericals
D. Tweens
Answer : B
32. These are frames that are signaficant. It is the basis for tweened animation.
A. Keyframes
B. Special Frames
C. Master Frame
D. None of the above
Answer : A
33. Actionscript refers to movieclips via their...
A. symbol name
B. instance name
C.
D.
Answer : B
34. The Windows> Align> Entire Stage makes the ____________.
A. object align with another object
B. object fill the entire stage
C. object fill another object
D. object fill the entire screen
Answer : B
35. This ideals with the rotation and movement of the object from one point to another in specific frames.
A. Tweening
B. Shape Tween
C. Motion Tween
D. Transition
Answer : A
36. The step in production is performed to add more detailed to your scene.
A. Improvement of design
B. Action Scripting
C. Polishing
D. Create a storyboard
Answer : B
37. When drawing with the Rectangle Tool, if you wanted to make a perfect square, you would hold down the _____ key while drawing.
A. shift
B. option
C. control
D. command
Answer : A
38. If you want to have a loop animation nested with in a symbol that you can tween on the main stage, you would
A. make a graphic symbol, then edit its timeline to animate a movie clip with shape tweens. Then on the main stage, you could motion tween the graphic symbol.
B. make a movie clip symbol, then edit its timeline to animate a movie clip with motion tweens. Then on the main stage, you could motion tween the movie clip symbol.
C. make a shape symbol, then edit its timeline to animate a graphic with shape tweens. Then on the main stage, you could motion tween the shape symbol.
D. make a movie clip symbol, then edit its timeline to animate a shape clip with shape tweens. Then on the main stage, you could motion tween the movie clip symbol.
Answer : D
39. Use this to make a symbol disappear from view (great for changing pictures). You would use motion tween for this method. You have to change the alpha� setting of the symbol. Alpha represents transparency.
A. Zoom
B. Masking
C. Fade Effect
D. Morphing
Answer : C
40. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
41. ____________ is a way to partially hide an image in the layer immediately below another layer. The 2 layers get locked� together to produce the effect.
A. Morphing
B. Tweening
C. Stacking
D. Masking
Answer : D
42. Any item placed on a frame that has not been converted to a graphic, button, or movie clip. This includes shapes you draw as well as images you insert/import (jpg, bitmaps, etc.). Use this to do a shape tween or mask effect.
A. Layer
B. vector
C. bitmap
D. object
Answer : D
43. This area in Flash is similar to the clipboard in Microsoft Office applications.
A. Merge Drawing
B. Flash Tool
C. Oval Tool
D. Object Drawing
Answer : A
44. This is used to change an object from a circle to a square.
A. Mask
B. Shape tween
C. Motion tween
D. Morphing
Answer : B
45. It is to create new file.
A. Ctrl + O
B. Ctrl + Q
C. Ctrl + T
D. Ctrl + N
Answer : D
46. What is not a possible value for a boolean variable?
A. 0
B. on
C. false
D. 1
Answer : B
47. This is a way to take a word and animate each letter separately.
A. Distribute to layers.
B. Break apart
C. frame-by-frame
D. Convert to symbol
Answer : A
48. You can change a solid color into a gradient in the....
A. ... color menu.
B. ... swatches menu.
C. ...properties inspector.
D. ... all of the above.
Answer : D
49. Which option represents the correct syntax for writing an event listener for a movie clip called sandbox_mc
A. sandbox_mc.addeventlistener(mouseevent.click, buildCastle);
B. sandbox_mc.addEventListener(MouseEvent.Click, buildCastle);
C. sandbox_mc.addEventListener(MouseEvent.CLICK, buildCastle);
D. sandBox_mc.addEventListener(MouseEvent.Click, buildCastle);
Answer : C
50. The stacking order of viewing objects is decided by the order of the l
A. scenes
B. frames
C. layers
D. actions
Answer : C

Sharing is caring