0% found this document useful (0 votes)
25 views2 pages

Programming The Computer (Python) - A

This document contains a reinforcement worksheet on programming in Python. It has multiple choice questions, true/false questions, short answer questions, and questions asking to write an algorithm, flowchart, and pseudocode. The worksheet covers topics like computer programming, algorithms, variables, comments, and if statements in Python.

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)
25 views2 pages

Programming The Computer (Python) - A

This document contains a reinforcement worksheet on programming in Python. It has multiple choice questions, true/false questions, short answer questions, and questions asking to write an algorithm, flowchart, and pseudocode. The worksheet covers topics like computer programming, algorithms, variables, comments, and if statements in Python.

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/ 2

The City School Network-SR

Reinforcement Worksheet 2022-23

Worksheet: A

Topic: Programming the computer - Python

Name: ____________________________ Class: 7 Section: ______________

Q1: Circle the correct answers: [05 Marks]

1. _________________ is a way of giving computers instructions about what they should do next.

A. Computer programming C. algorithm


B. flowchart D. pseudocode
2. A _____________ is a procedure for solving problems in order to solve a mathematical or computer problem.
A. Computer programming C. algorithm
B. flowchart D. pseudocode
3. Webpage is a document commonly written in________ :
A. Java C. C#
B. PASCAL D. HTML
4. In computing, a program is a specific _____________operations for a computer to perform. .
A. Content C. set of unordered
B. set of ordered D. hardware
5. ______________ is considered a scripting language, like Ruby or Perl.
A. Java C. HTML
B. Css D. Python

Q2. Match the following: [05 Marks]


Decision

Process

arrow

Input/Output - Data

Start/ Stop

Q3: Write true or false: [05 Marks]

1. A string is a sequence of character ____________


2. A variable name can only contain alphabets. _____________
3. Python program can read comments as an actual content___________
4. Python is a low-level programming language ___________
5. Pseudocode typically omits details _____________

Q4.Write one-line answers to the following: [05 Marks]

i. Define Python?
ii. What is firmware?
iii. What is an algorithm?
iv. What is a flowchart?
v. What is Pseudocode?
Q5. Make an algorithm, flowchart & pseudocode for making instant noodles. [10 marks]
Or
Make an algorithm, flowchart & pseudocode for making tea.

Q6. Write down the rules of declaring a variable. [03 marks]


Q7. Define Python conditions and if statements. [02 marks]
Q8. How many types of comments are there? [01 marks]

You might also like