0% found this document useful (0 votes)
220 views3 pages

Puter Revision Worksheet - STD 8

This document contains a revision worksheet for a Grade 8 final exam on the topics of layers in GIMP, loops in Python, and lists in Python. It includes 31 multiple choice and short answer questions covering key concepts like layer opacity, accessing list items, using range() and for/while loops, and functions in Python. Students are asked to identify functions and parameters, explain layer features and effects, write Python programs to display tables and numbers, and correct errors in code examples.

Uploaded by

Shreyash Rawat
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)
220 views3 pages

Puter Revision Worksheet - STD 8

This document contains a revision worksheet for a Grade 8 final exam on the topics of layers in GIMP, loops in Python, and lists in Python. It includes 31 multiple choice and short answer questions covering key concepts like layer opacity, accessing list items, using range() and for/while loops, and functions in Python. Students are asked to identify functions and parameters, explain layer features and effects, write Python programs to display tables and numbers, and correct errors in code examples.

Uploaded by

Shreyash Rawat
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

Podar International School Chinchwad

Grade-8: Revision Worksheet for Final Exam

1) Identify the name of the function and the name of the parameter in the following
program.

Def SumOfNo(x):

X=X+1

Return SumOfNo;

2) a) What type of layer will be created if you paste an image in GIMP?

b) Which layer must be anchored before you can work on other layers.

c) How to anchor this type of layer?

3) What are the various features of layers in GIMP?


4) The ________ format is suitable for saving images that can be reopened later in
GIMP for further editing.
5) What is the use of chain and eye icon in GIMP?

6) Each execution of a loop is called _________.


7) What are the various advantages of layers in GIMP?

8) The symbol of Layers window from the ______________ menu allows you to
link two or more layers so that you can move these layers together.
9) Write a program to display a multiplication table of 10 by using for loop. Why for
loop is used in this program?

10)You can decide how transparent a layer is by changing the _________________


of a layer.
11) Write a program to display first 10 positive numbers by using while loop. Define
function.
12) If you press _________ the eye symbol, it will cause all layers except the one you
clicked to be hidden.
13) Identify the type of effect in the following images:
14) What will be the effect on the layer if:
a) Opacity is 0
b) Opacity is 100
15) What will be the output of the following commands in Python?
a) Colours=[‘RED’, ‘BLUE’, ‘GREEN’, ‘YELLOW’, ‘WHITE’]
Print(colours[5])
b) Colours=[‘RED’, ‘BLUE’, ‘GREEN’, ‘YELLOW’, ‘WHITE’]
Print(colours[2.5])
16) How the item of the list is accessed in Python?
17) What do you mean by layer to image size and layer boundary size?

18)A photograph edited in GIMP would be saved in the ___________ format for
use on the web.
19) How will you insert an item at the end of the list in Python?
20) You can access a range of items from a list using the ___________.
21) Observe the following program and answer the questions:

a) What is the use of range() function?


b) What will be the output of the program?
22) What is the use of break statement in python?
23) What is the use of continue statement in python?
24) Which keyword is used to define a function in python?

25) What are parameters? What is the purpose of using a


parameter?
26) What is the use of functions in a program?

27)
28)Which method used to remove an item from a list?
29)The ______ statement is used to exit from a function and go back to the
point from where it was called.
30)Write the use of mode option in GIMP. Write any three examples.
31)Identify and underline the errors in the following python program.

------------------------

You might also like