0% found this document useful (0 votes)
14 views

Class 7

Uploaded by

Shasi ni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Class 7

Uploaded by

Shasi ni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

SRI RAMA VIDYALAYA

Jakkur, Bangalaore-64
Class: VII (Affiliated to CBSE , New Delhi)

Computer worksheet(4,5,8 &9)


I. Tick (√) the correct option:

1. Which of the following is a type of iteration?


a. if b. else c. for d. none of the above
2. Which of the following is a conditional type statement?
a. for b. while c. else if d. do
3. Iteration is also known as ________________________.
a. Loop b. condition c. Output statement d. None of these
4. The variable that increases or decreases its value in a loop is known as?
a. Conditional variable b. Input variable c. Counter variable d. None of these
5. A loop within another loop is called a _________________________
a. Circular loop b. Nested loop c. Branched loop d. None of these
6. In how many rows and columns is the computer screen divided into?
a. 100, 100 b. 25, 80 c. 35, 90 d. None of these
7. Which of the screen commands is used for high resolution graphics mode?
a. SCREEN 1 b. SCREEN 2 c. SCREEN 13 d. SCREEN 0
8. Which of the following drawing commands exist in QBASIC?
a. Line b. Circle c. Colour d. All of these
9. Which colour code is defined by Value 15?
a. Black b. White c. Bright blue d. None of these
10. The number of horizontal and vertical pixels determine the _____________________?
a. Resolution b. Quality c. Display d. Value
11. Binding several objects together and treating them as the same is termed as _________________?
a. Collecting b. Grouping c. Pinning d. None of these
12. _____________ Formats are generally playable by nearly all video players?
a. .fws b. .dla c. .swf d. .3gp
13. Which of the following is not a media player?
a. Windows media player b. VLC media player c. Real player d. Google Chrome
14. Which of the following softwares not compatible with .swf files?
a. Internet explorer b. Mozilla firefox c. Google Chrome d. Microsoft Power Point
15. CMYK stands for ___________________________________________
a. Cyan Magenta Yellow Black b. Cream Maroon Yellow Krimson c. Cyan Magenta Yellow Dark
d. None of these
16. Where was Adobe Photoshop created?
a. Adobe Systems b. Microsoft c. Corel d. Google
17. Which of the following tools is not a part of Adobe Photoshop?
a. Select tool b. Crop tool c. Hammer tool d. Smudge tool
18. Which of the following is not a type of lasso tool?
a. Magnetic lasso tool b. Electric lasso tool c. Free hand lasso tool d. Polygonal lasso tool
19. Which option in Adobe Photoshop allows a user to fill more than one colour at the same time?
a. Solid b. Pattern c. Gradient d. None of these
II. Fill in the blanks:

1. The ___________________ command instructs the system to jump to a particular section of program in
order to continue.
2. _____________________ is one of the statements to check a condition and then decide the result.
3. In a loop, when the counter value exceeds the end value, the loop is ______________________
4. Placing one loop inside another is called ______________________________
5. The functionally equivalent to DO WHILE… LOOP is __________________________ loop.
6. The ______________ command is used to fill an area with colour.
7. The _________________ the resolution, the better is the picture quality.
8. Graphics can only be drawn in the _________________ mode on the screen.
9. Screen modes can be switched in QBASIC by ________________ commnad.
10. Sound effects can also be added to program by _________________ command.
11. _________________ enhances the quality of a picture.
12. There are___________________ basic type of animation in flash.
13. ____________________________ makes a drawing change into another drawing.
14. Frames represent __________________ part of a second.
15. .swf files can be opened in __________________ and ____________ kinds of software’s.
16. __________________ is an effective software for animating still images.
17. Adobe Photoshop can be used for both editing and____________________ photographs or graphics.
18. _________________tools is used to select a part of the image by drawing a marquee around it.
19. _________________consists of all the tools for editing images.
20. The _____________________panel shows the foreground and background colours selected.
21. ___________________ Panel is used to apply pre-defined styles of all layers.

III. Write True or False:

1. Loops are formed in a program to check conditions. ________________


2. The counter variable is used in a for loop. ________________
3. The WHILE…WEND loop is functionally equivalent to the for loop. ________________
4. Nesting of loops means placing one loop inside another. ________________
5. The counter variable increases or decreases by the specified start value. ________________
6. The circle command can be used to draw an ellipse in QBASIC. ________________
7. BEEP statement is used to add a line to the program. ________________
8. SCREEN 1 is the default mode in QBASIC. ________________
9. The background and foreground colours in QBASIC cannot be modified. ________________
10. QBASIC only has either text mode or graphics mode. ________________
11. Grouping, timeline, layer and frames are concepts of animation. ________________
12. Frames are windows consisting of timelines. ________________
13. It is not possible to ungroup the groped objects in animation. ________________
14. The .fla file is first saved in the .swf format. ________________
15. Motion tween is used to change the shape of an object from one to another. ________________
16. Photoshop is not a drawing software. ________________
17. Photoshop works on the concept of layers for editing images. ________________
18. Gradient tool cannot give more than one colour at the same time. ________________
19. Radial gradient shows the gradient effect in a linear manner. ________________
20. The higher the number in opacity, the lesser is the transparency. ________________
IV. Answer the following questions:

1. What are conditional statements and how many conditions are there? Name them.
2. What is the GOTO command in programming?
3. What is a loop?
4. Write the syntax of (i) for loop (ii) while loop (iii) do while loop () nested for loop.
5. How are DO WHILE and WHILE…WEND loop similar?
6. Differentiate between SCREEN 2 and SCREEN 3 mode.
7. What are pixels?
8. What is animation?
9. Write notes on Grouping, Timeline, Frames, Layers and Adobe Photoshop?
10. Explain the following tools:
a. Rectangle tool b. Brush tool c. Paint Bucket tool d. Gradient tool
e. Margee tool f. Lasso tool g. Colour replacement tool h. Move tool

You might also like