You are on page 1of 1

ST.

JOSEPH’S CONVENT SCHOOL’ TFRI


PT – II (2021-22)
Class – VII
Subject – Computer
Time: 2 Hrs M.M.: 50 marks

I. Short answer type questions (2 marks each)


1. What is the use of print() function?
2. Mention the working modes of Python?
3. Write a short note on Python?
4. Difference between if Statement and if…else Statement?
5. What are Relational Operators? Explain with the example?
6. What are the different types of control structures?

II. Application based questions (2 marks each)


1. Arif’s father is a businessman. He wants to determine whether he made a profit or loss based on
the revenue figures. Suggest an appropriate conditional construct he can use to solve the
problem.
2. Aman is working on his mathematics project work. He has to perform some quick calculations.
Which mode of Python programming should he use for doing the calculations?

III. Long answer type questions (3 marks each)


1. What are variables in python? Explain with example?
2. What is the difference between ‘\t’ and ‘\n’? Explain with example?
3. What is an Interpreter? How is it different from a compiler?
4. What do you understand by Algorithm? Explain with example?
5. Difference between Sequential Statements and Conditional Statements?
6. What is the use of ‘*’ operator in a string manipulation?

IV. Very long answer type questions (4 marks each)


1. What are the data types? Explain any two data types in python?
2. Mention the rules to write the variable names?
OR
Identify the valid variable based on the variable naming rules
1. Result_123
2. $marks
3. 100Number
4. First_Name

3. Explain the types of operators in python?


4. What do you understand by control structures in python? Explain the different types of control
structures?

You might also like