I.New Words:: Ii - Short Answers
I.New Words:: Ii - Short Answers
II.SHORT ANSWERS:
1. What is animate? What are the main parts of animate working environment?
Adobe Animate CC is a software package that allows users to create interactive animations. Using Animate, one can
combine images, audio, video, and other effects to create animations.
The main parts of Animate working environment are, Menu bar, Stage, Tools panel, Properties panel, and Timeline.
2.What is the difference between Paint Bucket and Ink Bottle tool?
The Paint Bucket Tool is used to fill enclosed areas of an object with a single-click,
while the Ink Bottle Tool is used to change the colour, width, or style of the strokes.
III.DETAIL
1.What are the options of the Eraser Modifier? Explain any two briefly.
The different Eraser Mode Modifiers Are-Erase Normal, Erase Fills, Erase Lines, Erase Selected Fills, and Erase Inside.
i) Erase Normal modifier erases all lines and fills of an object wherever the Eraser Tool is dragged over it.
ii) Erase Fills modifier erases only the filled areas of an object while outlines remain unaffected.
SHREE NIKETAN PATASALA(CBSE) SCHOOLS
CLASSWORK NOTES / COMPUTER SCIENCE / CLASS VI / 2024-25
CH- 7 WORKING WITH ANIMATE CC
I.NEW WORDS:
1.Instance
2.Morphing
3.Tweening
4.Playhead
II.SHORT ANSWERS:
1.Define the term Instance.
Instance is a copy of the original symbol. The size, colour, shape, and position of an instance can be altered without affecting
the original symbol.
III. DETAIL:
1.How do you convert an object into a symbol? Explain briefly.
To create a symbol, follow these steps:
I) Draw an object on the Stage
ii) Choose the Selection Tool and drag the mouse pointer on the Stage to enclose the object within a rectangular selection
marquee.iii) Choose Modify > Convert to Symbol, the Convert to Symbol dialog box pops-up.
iv) Choose Graphic from the Type drop-down list. Specify the symbol’s name in the Name textbox and click on
OK. Your new symbol will be added in the Library panel.
Or F8 is the shortcut for convert to Symbol option.
SHREE NIKETAN PATASALA(CBSE) SCHOOLS
CLASSWORK NOTES / COMPUTER SCIENCE / CLASS VI / 2024-25
CH – 8 INTRODUCING PYTHON
I. NEW WORDS:
1.Data type
2.Interactive mode
3.String
4.Syntax
5.Separators
6.Script Mode
3.What is an Interpreter?
Interpreter is a language processor. When you type a command next to the python prompt (>>>) in the interactive
mode of Python, and press the Enter key, the interpreter converts the command into machine language. After processing, the
interpreter again converts the machine code into human readable form (output).