Home

Adobe Flash MCQ Solved Paper for RRB JE

Thursday 9th of March 2023

Sharing is caring

1. 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
2. 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
3. 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
4. This is the shortcut key for adding a key frame.
A. .FLA
B. .Doc File
C. .FLV File
D. .ASF File
Answer : A
5. What does not qualify as a symbol?
A. graphic
B. bitmap
C. button
D. movie clip
Answer : B
6. Empty key frames are indicated by a _________________ circle on the timeline
A. hollow
B. black
C. open eye
D. closed eye
Answer : A
7. 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
8. 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
9. functions need to be bracketed by....
A. [...]
B. (...)
C. {...}
D. :...; (Your Answer)
Answer : C
10. To apply a stroke to a shape that does not currently have one, you ...
A. select the shape, open the dialogue box in the properties window for ink color and make a selection. From there you can edit the weight and style in the properties window.
B. select the ink tool in the tool box, select the ink color in the color picker and click on the shape near the outside of its fill. From there you can edit the weight and style in the properties window.
C. select the paint bucket in the tool box, select the ink color in the color picker and click on the shape near the outside of its fill. From there you can edit the weight and style in the properties window.
D. go to the actions window and add the addStroke() method to the fill. Be sure to also set the strokeColor and strokeWeight properties.
Answer : B
11. 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
12. Changing this can sometimes make an animation look smoother.
A. frame rate
B. key frame
C. mask
D. layer
Answer : A
13. You can control the fluidity of the line drawn with the pencil tool.
A. True
B. False
C.
D.
Answer : A
14. When the pen tool has a small plus side next to it, it means you can...
A. ...edit an anchor point
B. ...create an anchor point.
C. ...delete an anchor point.
D.
Answer : B
15. The tool that allows you to create a polygon and a star.
A. StarPoly tool
B. PolyStar
C. Custom shape tool
D. . Polygon tool
Answer : B
16. 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
17. 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
18. It allows you to insert text within your flash stage.
A. Text Box
B. Text Tool
C. HTML
D. Key frames
Answer : B
19. Actionscript refers to movieclips via their...
A. symbol name
B. instance name
C.
D.
Answer : B
20. 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
21. 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
22. 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
23. 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
24. The ink bottle changes the color of...
A. ...strokes.
B. ...fills.
C. ...the background.
D.
Answer : A
25. 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
26. In order to refer to an imported sound in actionscript,
A. you need to give it an instance name in the property window.
B. you need to give it an instance name in the library.
C. you need to set its linkage properties to export for actionscript and assigning it a class by right clicking on the sound in the library and pulling up the linkage dialogue box.
D. you need to set its linkage properties to export for actionscript and assigning it a class in the properties window by pulling down the linkage option.
Answer : C
27. A white box with a diagonal red line through it means...
A. ... no color.
B. ... do not enter.
C. ... no data.
D.
Answer : A
28. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
29. This tool allows you to grab a color of another object and apply it to another.
A. Merge Tool
B. Move Tool
C. Hand Tool
D. Eyedropper Tool
Answer : D
30. 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
31. 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
32. 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
33. 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
34. It is to create new file.
A. Ctrl + O
B. Ctrl + Q
C. Ctrl + T
D. Ctrl + N
Answer : D
35. Clicking and dragging the playhead will scrub through your movie so you can see the animation.
A. True
B. False
C.
D.
Answer : A
36. 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
37. 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
38. Double-clicking on a stroke will...
A. ... select the entire stroke.
B. ... select the entire object.
C. ... delete the entire stroke.
D.
Answer : A
39. To start Adobe Flash, Click on Start>______>Adobe Flash
A. Adobe Collection
B. All Programs
C. Run
D. Open
Answer : B
40. 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
41. 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
42. 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
43. 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
44. A powerful tool in flash that allows you to have greater control when creating lines.
A. Powerline
B. Line Tool
C. Powertool
D. Pen Tool
Answer : D
45. ____________, 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
46. 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
47. 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
48. 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
49. 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
50. 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

Sharing is caring