0% found this document useful (0 votes)
129 views3 pages

Class 7 Ai Sample Paper 1

This document is a sample examination paper for Class 7 AI subject at PM Shri Kendriya Vidyalaya Guna, consisting of multiple choice questions, fill in the blanks, matching, and open-ended questions. It covers topics such as Python programming, turtle graphics, and natural language processing. The total marks for the paper are 60, with a duration of 1 hour and 30 minutes.

Uploaded by

e3.sujit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views3 pages

Class 7 Ai Sample Paper 1

This document is a sample examination paper for Class 7 AI subject at PM Shri Kendriya Vidyalaya Guna, consisting of multiple choice questions, fill in the blanks, matching, and open-ended questions. It covers topics such as Python programming, turtle graphics, and natural language processing. The total marks for the paper are 60, with a duration of 1 hour and 30 minutes.

Uploaded by

e3.sujit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

PM SHRI KENDRIYA VIDYALAYA GUNA (M.P.

)
TERM -2 SAMPLE PAPER -1 CLASS-7 SUB: AI MM:60 TIME: 1:30 HR

Section A: Multiple Choice Questions (MCQs) [5 Marks]


1. Encoding the message is the responsibility of the following?
a. Receiver b. Sender c. Communication Channel d. All of the above

2. Python is which of the following?


a. Software b. AI Program c. Programming language d. Utility
3. The statements which are a part of a block such as loop are together.
a. Coded b. Kept c. Saved d. Indented
4. Numbers with decimal places are called which of the following?
a. floats b. strings c. integers d. None of these
5. The extension of Python program files is which of the following?
a. ipy b. pyt c. pyn d. .py
6. turtle.forward(50) - in this statement, what is 50?
a. A number b. Direction c. Argument d. Output

7. Which of the following does not need a condition to evaluate?


a. for b. else c. if d. import
8. Collections of useful, predesigned programs are called which of the following?
a. Library b. Template c. Theme d. All of these
9. Which of the functions does not return any value?
a. print() b. input() c. range() d. randint()
10. turtle.backward(-50) and turtle.forward(50) means what?
a. Same b. Not same c. Error in statements d. None of these

Section B: Fill in the Blanks [5 Marks]


(communication , meaning , penup() , canvas , syntax , semantics )
______________helps framing a sentence while ___________________ helps in understanding it.
1. Document classification depends on the _______________ of words in them
2. The medium through which message is sent is called _______________
3. Function _____________ makes the turtle move without drawing.
4. Python turtle draws on a _________________
Section C: Match the following [5 Marks]
1) Syntax a. Creates a turtle by some name
2) Pen() b. Multiple meaning.
3) reset() c. Sender
4) Semantics d. Adjective
5) Encoding e. Brings turtle to coordinates 0,0.

Section E: Questions-Answers [20 Marks]


1. What do you mean by the term NLP? OR
What is the use of digital assistants?
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
2. How is interactive mode of Python IDLE different from Script mode?
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
3. What is a function argument? Explain with a small example.
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
__________________________________________________________________________
4. Briefly explain Python turtle canvas coordinates.
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
_________________________________________________________________________
5. What is the significance of indentation in Python programming?
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________

6. Draw/write the output of the following python turtle scripts. Give brief
explanation where ever you think necessary 10 marks

Output:

____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________
____________________________________________

OR ____________________________________________
____________________________________________
____________________________________________
____________________________________________

Output:

You might also like