0% found this document useful (0 votes)
19 views4 pages

Programming The Computer (Python) - D

The document contains a worksheet on programming in Python with multiple choice and short answer questions. It covers topics like algorithms and flowcharts, numeric data types in Python, conditionals, functions, and error handling. Students are asked to identify terms, explain concepts, and fill in blanks with appropriate programming terms and concepts.

Uploaded by

shameerahmad1029
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
19 views4 pages

Programming The Computer (Python) - D

The document contains a worksheet on programming in Python with multiple choice and short answer questions. It covers topics like algorithms and flowcharts, numeric data types in Python, conditionals, functions, and error handling. Students are asked to identify terms, explain concepts, and fill in blanks with appropriate programming terms and concepts.

Uploaded by

shameerahmad1029
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 4

The City School Network-SR

Reinforcement Worksheet 2022-23

Worksheet: D

Topic: Programming the computer - Python

Name: ____________________________ Class: 7 Section: ______________

Q.1 FILL IN THE BLANKS


1- Algorithm and flowcharts are two different __________________ used for creating new

programs.

2- Algorithm is a ___________________________ analysis of the process while flowchart

explains it in a ___________________ way.

3- Algorithms can be presented by natural languages and ______________________.

4- The terminal points indicates of the flow charts represents __________________ &

_________________________ points.

5- To save time _______________________________ are often drawn when the flow lines go

contrary the normal.

6- The _______________________________________ represents input and output operations of

a flowchart.

7- The rectangle represents process such as _______________________ computation or a

variable.

8- The diamond shape represents the true and false statement being tested in a

___________________ symbol.

9- In 1945, john von Neuman outlined the program contains a one-at-a-time sequence of

________________________________.

10- The electronics and mechanical parts of a computer is known as _____________________.


11- If a program is embedded inside a hardware device it is known as _____________________.

12- Ruby and Perl is an example of a ___________________________________.

13- _____________________________ refers to the spaces at the beginning of the code line.
14- The three Numeric types in Python are _______________ also known as INT ,
______________________ and ______________________numbers.
15- Del command is used to delete a ________________ element and to add an item to the list
we use the _______________________ method.

Q.2 Mention the difference between the below mentioned questions:


DATA VARIABLE
1

Integer Float
2

Q.3 Explain the answers in detail.

1- What does ELIF statement mean in Python?


_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
____________

2- Why do we use DEF keyword while coding? Elaborate your answer with any 1 example.
___________________________________________________________________________________
_________________________________________________________________________________
_________________________________________________________________________________
____________________________________________________________________________________
________________________________________________________________________________________
________________
3- What does a Tkinter application have to do while event handling in python?

_______________________________________________________________________________________________
_______________________________________________________________________________________________
_______________________________________________________________________________________________
_______________________________________________________________________________________________
_______________________________________________________________________________________________
_______________

4- In your opinion why this message appears?

________________________________________________________________________________________
________________________________________________________________________________________
________________________________________________________________________________________
________________________________________________________________________________________
_______________

(REFER YOUR COMPUTING EBOOK PAGE 113-134 )


Q4.Identify the Following term of Python Programming Language:

• Syntax Error
________________________________________________________________________________________
__________________________________________________________________________
• Logical Error
________________________________________________________________________________________
__________________________________________________________________________
• Variable
________________________________________________________________________________________
__________________________________________________________________________

• Comments
________________________________________________________________________________________
__________________________________________________________________________

You might also like