You are on page 1of 3

Al-MOTAQADIMAH AL-NARJIS INTERNATIONAL

SCHOOLS
Academic year 2022-2023
Computer Department
WORKSHEET
Student Name: _________________________ Grade [07]

1- Choose the correct answer:


1- The ____________ tells you what the program must do.

a) Requirement b) Operators

2- To start your program in Scratch, the first block you must use is:

a) b)

3- A _________stores a value, you can give it a name.

a) Variables b) Algorithm

4- How many variables are used in this program?

a) 3 variables b ) 5 variables

5- What is the name of variable are used in this block?

a) secret password b) diamond7

6- ____________ are symbols and terms used in programming to change values.

a) Operators b ) Requirement

Page 1 of 3
7- If you want to run the program in scratch, you will click on :

a) b)

8- If you want to run the program in python you will click on:

a) b)

9- If you make a mistake when you type the command in python, the computer
will not recognize the command. You will see an __________.

a) result b ) Error message

10- In Scratch screen, this icon is to______________

a) Add new sprite b ) Add new picture

11- When you write this command in python the output


will be_____________.

a) b)

12- To produce output in Python, you use the command _________.

a) print b) view

13- You can choose the “ask” block from _________.

a) b)

2
2- TRUE or FALSE:

1- Scratch is block-based programming language and Python is a text-


based programming language. ( )

2- When you start python, a window opens. This window called Python
Shell. ( )

3- In Scratch program, start your program with sensing block like


“ask”. ( )

4- From operators code use this block to add two numbers. ( )


5-The variable in Python program must be one word only no spaces. ( )

6- The output in program can be touching a screen and clicking with a


mouse. ( )

7- Starting event is how the user make the program start. ( )

8- An algorithm is a plan to solve a problem. ( )

9- The ‘join’ operator joins tow values together. ( )

10- You can make a new variable. ( )

11-The variable name in Python program can start with number. ( )

12- You can only add 3 variable in scratch program. ( )

You might also like