Puter Revision Worksheet - STD 8
Puter Revision Worksheet - STD 8
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;
b) Which layer must be anchored before you can work on other layers.
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?
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:
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.
------------------------