Home

CTET - Adobe Flash 1000+ MCQ [Solved] PDF Download

Thursday 9th of March 2023

Sharing is caring

1. The stacking order of viewing objects is decided by the order of the l
A. scenes
B. frames
C. layers
D. actions
Answer : C
2. 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
3. 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
4. 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
5. 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
6. 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
7. 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
8. 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
9. 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
10. 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
11. 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
12. 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
13. 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
14. 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
15. What is not a possible value for a boolean variable?
A. 0
B. on
C. false
D. 1
Answer : B
16. 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
17. 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
18. 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
19. Double-clicking on a stroke will...
A. ... select the entire stroke.
B. ... select the entire object.
C. ... delete the entire stroke.
D.
Answer : A
20. ____________, 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
21. 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
22. 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
23. Changing this can sometimes make an animation look smoother.
A. frame rate
B. key frame
C. mask
D. layer
Answer : A
24. 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
25. 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
26. You can control the fluidity of the line drawn with the pencil tool.
A. True
B. False
C.
D.
Answer : A
27. 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
28. 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
29. 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
30. 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
31. You cannot change the angle or length of a gradient.
A. True
B. False
C.
D.
Answer : B
32. 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
33. 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
34. 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
35. 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
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. 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
38. 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
39. 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
40. 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
41. 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
42. 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
43. 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
44. This area is much like a theatre stage. The white area displays what will be shown on the screen This area is much like a theatre stage. The white area displays what will be shown on the screen
A. Dashboard
B. Flash Stage
C. Tools Palette
D. Layers Panel
Answer : B
45. This is the shortcut key for adding a key frame.
A. .FLA
B. .Doc File
C. .FLV File
D. .ASF File
Answer : A
46. It allows you to insert text within your flash stage.
A. Text Box
B. Text Tool
C. HTML
D. Key frames
Answer : B
47. 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
48. The ___________ panel contains the basic tools needed to draw and modify objects.
A. Actions
B. Properties
C. Tools
D. Layers
Answer : C
49. To start Adobe Flash, Click on Start>______>Adobe Flash
A. Adobe Collection
B. All Programs
C. Run
D. Open
Answer : B
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