Tuesday, December 29, 2020

Class-6 Chapter-10 Solved Exercise

 

MCQ

1  b

2  c

3  d

4  d

5  a

 

T/F

1  T

2  F

3  F

4  T

5  F

6  T

7  T

8  T

 

FIB

1 symbol

2  library

3  instance

4 frame

5 frames   layers

6  tween

7 Shape

 

Matching

1 a

2 c

3 b

4 e

5 d

 

Answer in one word

1 Library

2 Graphic Symbol

3 Movie clip symbol

4 All contents of animations are organized into the timeline in flash.

5 Keyframes are those frames, where major changes in animation take place.

6 Animation is a method in which figures are manipulated to appear as moving images

7 Ctrl + Enter


Answer the following

1. Symbol: A symbol is a reusable object used/created in Flash.

     Instances: An instance is a copy of the original symbol which we drag from the library to the stage.

2. The Timeline determines the timing of the movie, controlling how fast or slow frames are displayed over time. It is also where you create layers, which help you organize the various elements on the Stage. Note the Playhead. The red rectangle will move across the Timeline to show you the current frame on the Stage

3. Frame by frame animation: This type of animation is the traditional style of animation, where we need to draw every frame of animation.

Tweened Animation: In tweened animation, you only create the starting and the ending frames and let flash create rest of the in-between frames.

4. Motion Tweening: In motion tweening , you define properties such as position, size, and rotation of a shape at one point in time.

Shape tweening: In shape tweening , you can create an effect similar to morphing, making one shape Appear to change into another shape over time.

 

Saturday, December 19, 2020

Class-7 chapter-9 solved exercise



 Q.1
Ans. \t
2.
Ans. \n
3.
Ans. a=int(input("enter value = "))
4.
Ans. When we enter some commands at the Shell prompt and see their output 
instantly simply by pressing the enter key. we will observe that shell prompt can wors 
as a calculator.
5. 
Ans. Python is a high-level programming language. Python is very easy to learn the language as compared to other languages.
6.
Ans. 1. It is very easy to code in python language 
        2. Anybody can learn python basics in a few hours or days .
7.
Ans.The Print() function prints the specified message to the screen, or other standard output device.
8.
Ans. Guio van Rossum created Python language. 
           Shor Answer Type Question
1
Ans Python is an Interpreted and Intractive language. Python can run on a wide variety 
of hardware platforms and has same interface on all platforms.
2. 
Ans. Data types means the type of data stored in a variable. 
Each language has its own data types to store data in variable.
3.
Ans. C, C++, Java, Javascript, Perl
4.
Ans. We can always re-assign a new value to a variable in the same program.
5.
Ans. "\t" is used for new tab and "\n" is used for new line.
6
Ans. When we are taking the input from the user as a string 
with input() and then we are using the int() to change it to an integer.

 

Class-8 Chapter-9 Solved exercise




 

1.

Ans.  +  Operator

2.

Ans. Variables is a quantity, whose value can change as many times as required during the execution of a program.

3.

Ans.  % operator

4.

Ans. (>>>) sign

5.

Ans. Less then (<) or greater then (>)

6.

Ans.  Int : Integers are positive or negative whole numbers with no decimal point

 Float : float represent real numbers and also we can written with a decimal point

7.

Ans. The assigned string should be enclosed in single or double quotes.

8.

Ans.  The float () function converts values received through the input statements into floating point numbers.

 

Short Answer Type Questions.

 

1.

Ans. Python is a popular object oriented programming language that offeres a lot of flexibility.

Features.

a. Easy to Learn and Use

b. Interpreted Language

 

2.

Ans:  Python IDLE (Integrated Development and Learning Environment) is an integrated development environment (IDE) for Python. The Python installer for Windows contains the IDLE module by default.

 

Stpes for create a new program file in IDLE:-

1.      The IDLE shell window opens up. ...

2.      Opening up a new window will create a script file window. ...

3.      You can run the script by going "Run --> Run Module" or simply by hitting F5 (on some systems, Fn + F5).

4.      Before running, IDLE prompts you to save the script as a file.

 

3

Ans. A variable must have a data type associated with it, for example it can have data types like integer, decimal numbers, characters etc. The variable of type Integer stores integer values and a character type variable stores character value. The primary difference between various data types is their size in memory

 

4.

Ans. Python and Java are both programming languages. Python variables are dynamically typed whereas Java variables are statically typed. Java variables are type checked during compile time, unlike Python.

 

5.

Ans. To execute a file in IDLE,

Step -1 In the IDLE shell window, click on the file menu

Step -2 Click on New file option

Step-3 Type your program

Step-4 To save the program with name and extension .py

Step-5  Press F5 for execute the program

The program will execute and the output will be shown in the Shell window.

 

6.

Ans. The if-elif-else statements provide a method to perform multiple tests on a condition.

 

7.

Ans. If else Statement

Syntax :

                        if<condition>:

                        Statement1

                        else:

                        Statement2

8.

Ans. Python provides a Python Shell, which is used to execute a single Python command and display the result.

 

9.

Ans. Right-click the Python window and select Save As to save your code either as a Python file (.py). And give the location on desktop. click on save option. Python code will be saved.

Thursday, December 17, 2020

class-6 chapter-9 solved exesrsice

 



Answer in one word or sentence.

Q.1

Ans. Free Transform Tool

Q.2

Ans. Time line

Q.3

Ans. Stage

Q.4

Ans. We can break apart text at two levels.

Q.5

Ans. Ink bottle tool

Q.6

Ans. To erase the whole object with a single click,

we can use of faucet mode in Eraser tool.

Q.7

Ans. A frame is a single step of animation or a piture on the Flash timeline.

short question answers

1

Ans. The flash software is  used to develop interactive graphics and animations

Which can be used on a website or for any other multimedia purpose.

2.

Ans. The Timeline consists of division of frames arranged on a numbered grid. It contains the sequence of images (in frames) which make the animation.

3.

Ans.  Rectangle Tool :- By using the Rectangle tool, you can draw rectangle , squares, polygons and stars.

Oval Tool : - By using Oval tool, you can draw circle and ovals.

4.

Ans. The free Transform tools lets you scale, rotate and skew your shapes.

5.

Ans

Ink Bottle Tool :- Using the ink Bottle tool, you select the stroke colour and change the colour, width and style of the lines drawn and outlines.

 Paint Bucket Tool :- Using the Paint Bucket tool, you can select fill colour and fill it in any closed shape or change the already filled area.