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

SP Ix Ai

The document is a sample exam paper for Class 9 Artificial Intelligence subject. It contains 17 multiple choice and short answer questions testing concepts like business, neural networks, programming languages, Python programming and data types. The questions cover topics such as backpropagation in neural networks, features of Python, identifiers and keywords in Python code.
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)
28 views2 pages

SP Ix Ai

The document is a sample exam paper for Class 9 Artificial Intelligence subject. It contains 17 multiple choice and short answer questions testing concepts like business, neural networks, programming languages, Python programming and data types. The questions cover topics such as backpropagation in neural networks, features of Python, identifiers and keywords in Python code.
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/ 2

KENDRIYA VIDYALAYA SANGATHAN

KOLKATA REGION
SESSION ENDING EXAM 2022 (TERM-2)
SAMPLE PAPER
CLASS –IX SUBJECT- ARTIFICIAL INTELLIGENCE (SUBJECT CODE 417)
TOTAL MARKS-25 TIME-60 MINUTES

Q1. What do you understand by Business? 2


Q2. Write an example of Hybrid Business. 1
Q3. Write any four sectors of green economy? 2
OR
Give two examples, each of Renewable and Non-renewable resources

Q4. Backpropagation calculates the ____ and propagates it back to earlier layers in neural
network . 1

Q5. Write any two feature of Neural Network. 2

OR

What is the main difference between classification and regression.

Q6. Write any two ways of neural networks learning. 1

Q7. ANN Stands for ---------------------------------. 1

Q8. What do you mean by programming language. 1

Q9. Write any two feature of Python programming language. 2

OR

Write any four datatypes supported in Python Programme.

Q10. Which language processor is used by python . 1

Q11. Write any two examples of identifiers in python . 1

Q12. What do you mean by keyword in python. Write suitable example for it. 2

Q13. Write python statement for : 2

a. Adding two values and storing it in third variable.

b. Assigning 30 to variable d.

OR

Give the output of the following:

var1, var2 = 9,8


var1=var2+5

print(var1)

Q14. Write python statement to display your name and roll no on the screen . 2

Q15. Are the below given two python statements are similar:

(1) ROLL = 10

(2) Roll=10

Write justification of your answer. 1

Q16. What will be datatype of the following datatype : 2

a. 18 b. 45.9 c. “Father of AI is John McCarthy” d. ’ A’

Q 17. Write an example of Python List with 4 values. 1

You might also like