Home

JEE Main - Adobe Flash 1000+ MCQ [Solved] PDF Download

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. A white box with a diagonal red line through it means...
A. ... no color.
B. ... do not enter.
C. ... no data.
D.
Answer : A
3. 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
4. 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
5. 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
6. To make an object transparent, the ______ should be set in the Property Inspector panel.
A. Alpha Value Settings
B. Transparency Settings
C. Color Settings
D. Object Settings
Answer : A
7. 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
8. 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
9. 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
10. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
11. 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
12. What does not qualify as a symbol?
A. graphic
B. bitmap
C. button
D. movie clip
Answer : B
13. 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
14. Clicking and dragging the playhead will scrub through your movie so you can see the animation.
A. True
B. False
C.
D.
Answer : A
15. 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
16. 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
17. 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
18. 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
19. 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
20. 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
21. The last step in production. It is done to verify if you have met the goals of the project.
A. Brainstorming
B. Refining
C. Action Scripting
D. Adding sound
Answer : B
22. 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
23. This view that is similar to the old interface of flash and is perfect for old Flash users.
A. Debug View
B. Classic View
C. Twining
D. Transition View
Answer : B
24. 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
25. functions need to be bracketed by....
A. [...]
B. (...)
C. {...}
D. :...; (Your Answer)
Answer : C
26. 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
27. 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
28. It allows you to insert text within your flash stage.
A. Text Box
B. Text Tool
C. HTML
D. Key frames
Answer : B
29. 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
30. The ink bottle changes the color of...
A. ...strokes.
B. ...fills.
C. ...the background.
D.
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. What is the most common user error (according to Meg) in writing actionscript?
A. forgetting to name your instances
B. misspelling an instance name or variable
C. forgetting a { or }
D. all of the above
Answer : D
33. 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
34. 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
35. 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
36. 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
37. This is the shortcut key for adding a key frame.
A. .FLA
B. .Doc File
C. .FLV File
D. .ASF File
Answer : A
38. 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
39. 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
40. Double-clicking on a stroke will...
A. ... select the entire stroke.
B. ... select the entire object.
C. ... delete the entire stroke.
D.
Answer : A
41. 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
42. 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
43. 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
44. It is to create new file.
A. Ctrl + O
B. Ctrl + Q
C. Ctrl + T
D. Ctrl + N
Answer : D
45. Clicking and dragging with the pen tool creates...
A. a straight line.
B. a curved line.
C.
D.
Answer : B
46. 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
47. 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
48. Empty key frames are indicated by a _________________ circle on the timeline
A. hollow
B. black
C. open eye
D. closed eye
Answer : A
49. 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
50. 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

Sharing is caring