You are on page 1of 6

KENDRIYA VIDYALAYA SECL CHIRIMIRI

CLASS – IX
Most important notes with MARKING SCHEME 2022-23
SUBJECT- ARTIFICIAL INTELLIGENCE TOTAL MARKS – 50 MARKS
PART – A --10 MARKS
1. ENTREPRENEURIAL SKILLS -1
2. GREEN SKILLS -1
PART – B – 40 MARKS
1. NEURAL NETWORK
2. INTRODUCTION TO PYTHON

VERY IMPORTANT NOTES


1Q. Match the following:-
Column – A Column – B

(A) Mining Dust (i) Human health

(B) Disposal of Mining waste (ii) Quality of Air

(C) Faulty Mining Practices (iii) Degradation of land


(a) A – iii, B – i, C – ii
(b) A – ii, B – iii, C – i
(c) A – ii, B – iii, C – i
(d) None of these
Answer : (c) A – ii, B – iii, C – i

2Q. 1. Which of following is a man-made disasters?


(a) Global Warming
(b) Climate change
(c) Only (a)
(d) Both (a) and (b)
Answer : (d) Both (a) and (b)

2. Natural resources come in many forms. It may be a __________.


a. Solid
b. Liquid
c. Gas
d. All of the above

Answer ⟵ d. All of the above


3. ___________ are the Non-renewable resources which cannot easily be replaced once they are
destroyed.
a. Fossil fuels
b. Minerals
c. Both a) and b)
d. None of the above

Answer ⟵ c. Both a) and b)

4. LPG is known as _____________. LPG is used for cooking and also for running vehicles.
a. Liquefied Petroleum Gas
b. Unified Petroleum Gas
c. Coal Energy
d. Wind Energy

Answer ⟵ a. Liquefied Petroleum Gas

5. Which activities are damaging our earth and environment


a. Overexploitation
b. Mining
c. Deforestation & Pollution
d. All of the above

Answer ⟵ d. All of the above

6. Pollution word is derived from the Latin word ___________ meaning “to soil” or “defile”.
a. Polluere
b. Pollaxation
c. Pollution
d. None of the above

Answer ⟵ a. Polluere

7. Cleaning chemicals, coolants in refrigerators and air conditioners, etc., release ozone
depleting substances, such as ______________ in the atmosphere.
a. Chlorofluorocarbons
b. Carbons
c. Carbon dioxide
d. None of the above

Answer ⟵ a. Chlorofluorocarbons

8. Qualities of entrepreneurs are

(a) hardworking
(b) never giving up
(c) perseverance
(d) All of these
Answer ⟵ (d) All of these

9. The principle focus of entrepreneurship is

(a) more risk


(b) more work
(c) more profit
(d) more job

Answer ⟵ (c) more profit

10. Product and services both are sold in

(a) Product business


(b) Service business
(c) Hybrid business
(d) General business

Answer ⟵ (c) Hybrid business

11. The process of improving the skills and knowledge of entrepreneurs through various
training and classroom programs is called

(a) Entrepreneurship development


(b) Planning
(c) Organising
(d) All of these

Answer ⟵ (a) Entrepreneurship development

12. A business started by an entrepreneur is usually a very____________ in the beginning.


a. Large Scale of Business
b. Small business
c. Modern businesses
d. None of the above

Answer ⟵b. Small business

13. There are various natural resources present around us _____________. Entrepreneurs keep
working to find the most optimal ways of using the resources to reduce costs and increase
their profits.
a. Renewable
b. Non-renewable
c. Both a) and b)
d. None of the above

Answer ⟵c. Both a) and b)

14. What is the aim of entrepreneurship?


a. Solve customers need
b. Earn a Profit
c. Both a) and b)
d. None of the above

Answer ⟵c. Both a) and b)

15. Wage employment always consists of


a. One Party
b. Two Parties
c. Three Parties
d. Four Parties

Answer ⟵b. Two Parties

16. ____________ Business transport the product from the factory to warehouses and then finally
to shops near the customers.
a. Trade Businesses
b. Hybrid based business
c. Product based business
d. Service based businesses

Answer ⟵a. Trade Businesses

17. Don’t waste anything you don’t need. When we _____________ at the source, we reduce trash
generation and relieve pressure on our already overburdened natural resources.
a. Reduce
b. Reuse
c. Recycle
d. All of the above

Answer ⟵ a. Reduce

18. To control rapid water runoff, divide a hill into many flat fields. It’s mainly done in
__________, which are hills locations.
a. Terracing
b. Contour Ploughing
c. Control on grazing
d. None of the above

Answer ⟵ a. Terracing

PART - B
1Q. Multiple Choice Questions (any 5) ? (1 × 5 = 5)

1. A __________ is an artificial intelligence strategy for teaching computers to analyze data in


the same way that the human brain does.
a. Neural Network
b. Cell Network
c. Brain Network
d. None of the above

Answer ⟵a. Neural Network

2. What is the word for the process through which machine learning algorithms construct a
model from sample data?
a. Transfer data modeling
b. Data training
c. Training data
d. All of the above

Answer ⟵c. Training data

3. Neural Network is an instance of deep learning technology.


a. True B. False
Answer ⟵a. True

4. In which learning machine is restricted to find the hidden structure in unlabeled data by
itself .
a. Supervised b. Unsupervised c. Rule based d. Learning based
Answer ⟵b. Unsupervised

5. In which learning machine is restricted to find the hidden structure in unlabeled data by
itself .
a. Supervised b. Unsupervised c. Rule based d. Learning based
Answer ⟵b. Unsupervised

6. Sketch2Code is a Microsoft web-based solution to transform any handmade designs into


HTML code using Artificial Intelligence .
a. True B. False
Answer ⟵a. True

7. A neural network is a machine learning algorithm based on the model of a human neuron.
a. True B. False
Answer ⟵a. True

4Q. Answer the questions of 2 marks each?


1. Write the full form of following organizations?
I) ANN II) BNN
2. Why we use Python in AI?
3. Write any two applications of Artificial Neural Networks?
4. Write any two attributes of Artificial Neural Networks??
5. What are different modes for coding in Python?

5Q. Answer the questions of 3 marks each.

1. Identify the data type –


(i) Dob = [22,”May”,2022]
(ii) t = (5,’program’,2.5)
(iii) a = {1,2,2,3,3,3}
2. What is variable in Python? Give example?
3. What are the three methods used for identifying, processing & classifying data in “Deep Learning
Systems”?
4. Write any three features of Python?
5. What is Python IDEs. Write some Python IDEs?

6Q. Answer the questions 5 marks each.

1. A. Write a python program to print weather the given number is prime or not (with output) ?
B. What are comments in python. List down the various types of comments?

2. A. What is Python and its application?


B. Match the following –
Column A Column B
(i) + (Addition) (i) Assignments Operators
(ii) NOT (ii) Arithmetic operators
(iii) = = (iii) Comparison operators
(iv) + = (add AND) (iv) Logical operators

You might also like