100% found this document useful (2 votes)
2K views7 pages

Grade 6 PT 3 Revision Worksheet With Answers

The document provides a class 6 revision blueprint with multiple choice questions, fill in the blanks, short questions and competency based questions about artificial intelligence, machine learning, Python conditional statements and other related topics. It tests the understanding of key concepts and ability to define, differentiate and apply them.

Uploaded by

arav kediya
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
100% found this document useful (2 votes)
2K views7 pages

Grade 6 PT 3 Revision Worksheet With Answers

The document provides a class 6 revision blueprint with multiple choice questions, fill in the blanks, short questions and competency based questions about artificial intelligence, machine learning, Python conditional statements and other related topics. It tests the understanding of key concepts and ability to define, differentiate and apply them.

Uploaded by

arav kediya
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/ 7

Class 6 PT III

Blue Print:
Total Marks: 30
I. Multiple Choice Questions. (1X6 = 6M)
II. Fill in the Blanks (1X6 = 6M)
III. Do as directed. (5M)
IV. Short Questions (8M)
V. Competency Based Questions (5M)

Revision
1. The process in which we classify the examples into two or more than 2 classes
is called as
a) Prediction
b) Analysis
c) AI
d) Classification

2. Eidetic Memory is also called as_________

a) Photographic memory
b) Primary memory
c) Secondary memory
d) None of the above
3. “Commuting to School” task comes under which category ?
e) Text
f) Image
g) Number
h) None of the Above

4. Which is an example of AI

a) Amazon Alexa
b) SMART Homes
c) Netflix
d) All of the above

5. What is the purpose of conditional statements in Python?

a) To perform repetitive tasks


b) To execute code unconditionally
c) To make decisions and control the flow of a program
d) To define functions

6. What is "machine learning"?

a) When machines learn how to ride a bike

b) When machines can think and make decisions on their own

c) When computers are trained to learn from data and make predictions

d) None of the above.

7. In Python, how do you check if two values are not equal?


a) !=
b) ==
c) <>
d) <=

8. In Python, how do you check if two values are equal?


a) !=
b) ==
c) <>
d) <=
9. Which of the following is NOT an example of AI?

a) Self-driving cars

b) Talking robots

c) A bicycle

d) Smart speakers like Alexa or Siri

10.What is a chatbot?

a) A robot that cleans your room

b) A computer program that can have a conversation with people


c) A flying car

d) A type of bird

11. What is the main thing that machine learning models need to learn from?

a) Random numbers

b) Data and examples

c) What's on TV

d) None of the above

VI. Fill in the Blanks


1. Artificial intelligence is making a _____machine__________ intelligent.

2. Computer systems analyzing data to be able to make decisions like a


______Human_____would.

3. A chatbot is an artificial intelligence (AI) software that can simulate a


____conversation_______ with a user.

4. To increase the performance of machine learning model add


___more/adequate_______ number of examples in each bucket.

5. The power which enables to recall or remember things is called


as________memory________.

6. Home automation systems use ____sensors_______ to monitor


changes of daylight, temperature or motion detection.
7. In case more than one conditions are to be checked, ___elif_____ is
used.

8. if, if else and elif all should be written in ____lower______ case letters.

9. Python uses _____indentation_______ to define code blocks, such


as those within if statements.
10. The else statement is used to specify a block of code that will be
executed if the condition in the preceding if statement is
______false____.

11. In an if-elif-else ladder, if one condition is True, the subsequent


conditions are ___not checked__.

1. What will be the value of answer variable. (1M)

ANS: The value of age entered by the user.

Short Questions

1. List any 2 advantages of AI.


2. Give 2 differences between AI and human intelligence.
3. List any 3 applications of AI.
4. Give any 3 advantages of AI.
5. Define Artificial Intelligence.
Refer text book for the above 5 questions.
6. How does a computer learn in machine learning?
Answer: Computers learn in machine learning by looking at lots of examples
and finding patterns in the data.

7. When you “Ask” something in Scratch, where the result is stored?


Answer: When we ask something in scratch the result is stored in
“ANSWER” variable/block.
8. What's the role of data in machine learning?
Answer: Data provides the examples and information the computer needs
to learn.
9. What is machine learning?
Answer: Machine learning is a way for computers to learn from data and
make decisions or predictions without being explicitly programmed.

10. When is the code in the else block executed in an if-elif-else ladder?
Answer: The code in the else block is executed when the if condition
becomes false.
11. Write the syntax of elif ladder.
Refer text book
12. How does proper indentation play a crucial role in conditional
statements in Python, and can you provide an example to illustrate
its significance?

Ans In Python, blocks of code under conditions (such as if, elif, and else) are defined by their
level of indentation. Incorrect indentation can lead to syntax errors or unexpected behaviour
in your program.

1. Draw a flowchart to test if the given non-zero number is positive or


negative.

2. Draw a flowchart to decide if the room is lit based on the condition if


lights are on then the “Room is lit” otherwise “Room is dark”.
3. Draw a flowchart to test if the person is eligible to vote.

You might also like