Home

1000+ Adobe Flash MCQ for SSC JHT [Solved]

Thursday 9th of March 2023

Sharing is caring

1. Use this to move symbols from one point to another. All animation happens between key frames (point A and B). The timeline turns purple between the key frames when this feature is being used. A dashed or dotted line in the colored area indicates a problem
A. Motion Tween
B. Mask
C. Shape Tween
D. Action Script (Your Answer)
Answer : A
2. 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
3. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
4. ________________ 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
5. To make a donut shape you would use the...
A. ... Oval Tool.
B. ... Oval Primitive Tool and adjust the Start Angle.
C. ... Oval Primitive Tool and adjust the Inner Radius.
D.
Answer : C
6. 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
7. The two ways to draw fills in a drawing?
A. Ink and Pencil
B. Brush and Spray
C. Oval and Shape
D. Fill and Autofill
Answer : B
8. By default, this panel is located below the flash environment.
A. Library Panel
B. Property Inspector Panel
C. Layers Panel
D. All of the above
Answer : C
9. What is a blank keyframe?
A. a frame that is the same as the keyframe before it - it looks like a gray rectangle without a dot
B. a frame that represents a change in content, be that scale, movement, rotation, color, etc - it looks like a gray rectangle with a black dot.
C. a frame without any content - it looks like a white box
D. a frame without any content - it looks like a white box with a white dot
Answer : D
10. 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
11. 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
12. A white box with a diagonal red line through it means...
A. ... no color.
B. ... do not enter.
C. ... no data.
D.
Answer : A
13. A stroke is...
A. ...the width of the paintbrush.
B. ... the color of the paintbrush.
C. ... the outline around a shape.
D. ... the fill of a shape.
Answer : C
14. 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
15. What is not a possible value for a boolean variable?
A. 0
B. on
C. false
D. 1
Answer : B
16. 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
17. The __________ shows the frames in the movie.
A. toolbar
B. Properties pane
C. timeline
D. scene
Answer : C
18. This is the shortcut key for adding a key frame.
A. .FLA
B. .Doc File
C. .FLV File
D. .ASF File
Answer : A
19. 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
20. Anticipation is...
A. the animation principle that deals with the motion at the end of an action.
B. the animation principle that deals with the effect on the surrounding environment as an action occurs.
C. the animation principle that deals with the motion at the beginning of an action.
D. the animation principle that deals with the transformation of object as it moves through its action and reacts with gravity.
Answer : C
21. This tool is useful when you are zoomed in and need to move around an area in your artwork.
A. Merge Tool
B. move Tool
C. Hand Tool
D. Zoom Tool
Answer : C
22. The tool that creates a rectangle, which you can customize the sides.
A. Rectangle tool
B. Square tool
C. Rectangle primitive tool
D. Oval tool
Answer : C
23. 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
24. Changing this can sometimes make an animation look smoother.
A. frame rate
B. key frame
C. mask
D. layer
Answer : A
25. It is to create new file.
A. Ctrl + O
B. Ctrl + Q
C. Ctrl + T
D. Ctrl + N
Answer : D
26. 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
27. What part of the menu bar allows you to hide/unhide panels?
A. View
B. Edit
C. Window
D. None of the above
Answer : C
28. 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
29. To start Adobe Flash, Click on Start>______>Adobe Flash
A. Adobe Collection
B. All Programs
C. Run
D. Open
Answer : B
30. 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
31. This is like a comic strip that shows the important parts of a story.
A. Timeline
B. Photo Story
C. Comic book
D. Storyboard
Answer : D
32. 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
33. 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
34. 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
35. The ink bottle changes the color of...
A. ...strokes.
B. ...fills.
C. ...the background.
D.
Answer : A
36. A pen tool with a small circle next to it means you can...
A. ...close a shape.
B. ...open a shape.
C. ...delete a shape.
D.
Answer : A
37. What does the abbreviation, FPS means?
A. Flick Per Scene
B. Frames Per Second
C. Frames Per Scene
D. Flick Per Second
Answer : B
38. Actionscript refers to movieclips via their...
A. symbol name
B. instance name
C.
D.
Answer : B
39. 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
40. Clicking and dragging the playhead will scrub through your movie so you can see the animation.
A. True
B. False
C.
D.
Answer : A
41. ____________, 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
42. This is the shortcut key for adding a keyframe.
A. Erase Objects
B. Erase Only Shapes
C. Erase Selected Fills
D. Erase Normal
Answer : C
43. What is an acceptable instance name?
A. 1thumb_mc
B. thumb01.mc
C. *thumb01_mc
D. $01thumb
Answer : D
44. 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
45. What is dot syntax?
A. Refers to when a dot or period (.) is used in actionscript to conclude a line of code.
B. Refers to when a dot or period (.) is used in actionscript to access a property or method of an object.
C. Refers to when a dot or period (.) is used in actionscript to being a function.
D. Refers to when a dot or period (.) is used in actionscript to set a parameter.
Answer : B
46. This is, by far, the most tedious way to create animations.
A. Shape Tween
B. Motion Tween
C. Mask
D. Frame-by-Frame
Answer : D
47. This type of drawing is a grouped shape; it has a rectangular surrounding in it when selected.
A. Merge Drawing
B. Flash Tool
C. Oval Tool
D. Object Drawing
Answer : D
48. Designed to be an interactive object. You create these so that action scripts can be used to control other objects or events in the movie.
A. layer
B. mask
C. button
D. tween
Answer : C
49. 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
50. 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

Sharing is caring