Practice CBSE Class 10 Artificial Intelligence Project Cycle MCQs provided below. The MCQ Questions for Class 10 Project Cycle Artificial Intelligence with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 10 Artificial Intelligence and also download more latest study material for all subjects
MCQ for Class 10 Artificial Intelligence Project Cycle
Class 10 Artificial Intelligence students should review the 50 questions and answers to strengthen understanding of core concepts in Project Cycle
Project Cycle MCQ Questions Class 10 Artificial Intelligence with Answers
Question. The AI Project Cycle mainly has ________ stages
a. 2
b. 3
c. 5
d. 9
Answer : C
Question. Problem scoping is ________________
a. Identifying a problem and having a vision to solve it.
b. Collecting data
c. Test your model on some newly fetched data.
d. Research online and select various models which give a suitable output.
Answer : A
Question. __________ are the people who face this problem (identified by you) and would be benefited with the solution.
a. Stakeholders
b. Staker
c. Problem holder
d. None of the above
Answer : A
Question. Ananya is talking about the various stages of AI Project cycle. She is telling that, in this stage we acquire data for the project. She is talking about ______________ stage of AI Project Cycle.
a. Problem Scoping
b. Data Exploration
c. Data Acquisition
d. Modelling
Answer : C
Question. Ways by which you can collect data for your AI Project is _____
a. Surveys
b. Cameras
c. Sensors
d. All of the above
Answer : D
Question. In ___________ approach we fed the data along with rules to the machine and the machine after getting trained on them is now able to predict answers for the same.
a. Rule based
b. Learning based
c. Machine learning
d. Deep learning
Answer : A
Question. In a ___________ learning model, the dataset which is fed to the machine is labelled.
a. Supervised
b. Unsupervised
c. Reinforcement
d. All of the above
Answer : A
Question. A _________ model works on unlabelled dataset.
a. supervised learning
b. unsupervised learning
c. reinforcement learning
d. None of the above
Answer : B
Question. _________ refers to the unsupervised learning algorithm which can cluster the unknown data according to the patterns or trends identified out of it.
a. Clustering
b. Dimensionality Reduction
c. Non Clustering
d. None of the above
Answer : A
Question. The advantage of neural network is _____
a. They are able to extract data features automatically without needing the input of the programmer.
b. It is a fast and efficient way to solve problems for which the dataset is very large.
c. Both of the above
d. None of the above
Answer : C
Question. In neural network, the whole processing occurs in ______
a. Input Layer
b. Output Layer
c. Processing Layer
d. Hidden Layer
Answer : D
Question. Which of the following is the first stage of AI Project Cycle?
a. Data Exploration
b. Evaluation
c. Problem Scoping
d. Modelling
Answer : C
Question. Which block of 4W helps in analysing the people getting affected directly or indirectly due to problem?
a. Where
b. What
c. Who
d. Why
Answer : C
Question. The stage after “Problem Scoping’ in AI Project Cycle is ___
a. Data Exploration
b. Evaluation
c. Modelling
d. Data Acquisition
Answer : D
Question. Data features refer to ________.
a. the features of data
b. the data from internet.
c. the type of data you want to collect
d. None of the above
Answer : C
Question. A drawback/feature for rule based approach is ________
a. Learning is static.
b. The machine will not learn from its mistake.
c. Once trained, the model cannot improvise itself on the basis of feedback.
d. All of the above.
Answer : D
Question. ______________ type of Supervised Learning models work only on continuous data.
a. Classification
b. Regression
c. Both of the above
d. None of the above
Answer : A
Question. Type of Unsupervised learning models is _____
a. Clustering
b. Dimensionality Reduction
c. Both of the above
d. None of the above
Answer : C
Question. Which of the following parameter is used to calculate the efficiency of the model?
a. Accuracy
b. Precision
c. F1 Score
d. All of the above
Answer : D
Question. In neural network, no processing occurs in ______
a. Input Layer
b. Output Layer
c. Both of the above
d. Hidden Layer
Answer : C
Question. The _________ hidden layer passes the final processed data to the output layer which then gives it to the user as the final output.
a. Second
b. First
c. Last
d. Third
Answer : C
Question. Evaluation is the _________ stage of AI Project Cycle.
a. First
b. Last
c. Second
d. Third
Answer : B
Question. Which of the following is not 4W of Problem Scoping?
a. Who
b. What
c. Whose
d. Why
Answer : C
Question. We use the 4Ws Problem Canvas in ____________ stage of AI Project Cycle.
a. Data Acquisition
b. Modelling
c. Evaluation
d. Problem Scoping
Answer : D
Question. Which of the following is an open-sourced government portals?
a. data.gov.in
b. india.gov.in
c. Both of the above
d. None of the above
Answer : C
Question. ______________ approach introduces the dynamicity in the AI model.
a. Machine learning
b. Rule based
c. Both of the above
d. None of the above
Answer : A
Question. ________ means that the data which is fed to the machine is random and there is a possibility that the person who is training the model does not have any information regarding it.
a. Labelled dataset
b. Partial dataset
c. Unlabelled dataset
d. Complete dataset
Answer : C
Question. Humans are able to visualise up to _____________
a. 1-Dimensions
b. 2-Dimensions
c. 3-Dimensions
d. N-Dimensions
Answer : C
Question. A Neural Network is divided into multiple layers and each layer is further divided into several blocks called _________
a. Neuron
b. Nerve
c. Node
d. Nervous
Answer : C
Question. There can be multiple hidden layers in a neural network system. (T/F)
a. True
b. False
Answer : A
Question. Under __________ we look at various parameters which affect the problem we wish to solve so that the picture becomes clearer.
a. Evaluation
b. Modelling
c. Data Exploration
d. problem scoping
Answer : D
Question. In ______________ block of 4W, we need to focus on the context/situation/location of the problem.
a. What
b. Where
c. Who
d. Why
Answer : B
Question. Aman want to make an Artificially Intelligent system which can predict the salary of any employee based on his previous salaries. He has to feed the data of his previous salaries. This is the data with which the machine can be trained. The previous salary data here is known as ____________ while the next salary prediction data set is known as the ___________
a. Testing Data, Training Data
b. Training Data, Testing Data
c. Training Data, Next Data
d. First Data, Testing Data
Answer : B
Question. Which of the following is visual representation of data?
a. Bar graph
b. Map
c. Histogram
d. All of the above
Answer : D
Question. Supervised Learning is the sub category of ____________
a. Rules based approach
b. Learning based approach
c. Both of the above
d. None of the above
Answer : B
Question. ________________ type of supervised learning model works on discrete dataset which means the data need not be continuous.
a. Classification
b. Regression
c. Both of the above
d. None of the abov
Answer : A
Question. Sonal wants to identify relationships, patterns and trends out of the random data. Which of the following learning model is suitable for her?
b. Unsupervised
a. Supervised
c. Reinforcement
d. None of the above
Answer : B
Question. The first layer of a Neural Network is known as the _____
a. Work layer
b. Output layer
c. Input layer
d. Check layer
Answer : C
Question. Which of the following is a correct feature of a Neural Network?
a. Neural Network Systems are modelled on the human brain and nervous system.
b. They are able to automatically extract features without input from the programmer.
c. It is useful to solve problems for which the data set is very large.
d. All of the above
Answer : D
Question. The 4W’s of Problem Scoping are:
a. Who, What, Whose, Why
b. Who, What, Where, Why
c. Who, What, Where, Whose
d. Who, What, Whom, Whose
Answer : B
Question. _____________ is the last ‘W’ in 4W Problem Canvas.
a. What
b. Why
c. Where
d. Who
Answer : B
Question. ________ refers to the AI modelling where the machine learns by itself
a. Rules based approach
b. Learning based approach
c. Deep learning
d. Machine learning
Answer : B
Question. Aman have a random data of 1000 dog images. He wish to understand some pattern out of it, so he would feed this data into the ______ and would train the machine on it.
a. supervised learning model
b. unsupervised learning model
c. reinforcement learning model
d. None of the above
Answer : B
Question. Which algorithm is used to reduce the dimension of an entity?
a. Dimensionality Reduction
b. Clustering
c. Classification
d. Regression
Answer : A
Question. Under the _______ block, you need to determine the nature of the problem.
a. Where
b. Why
c. What
d. Who
Answer : C
Question. For better efficiency of an AI project, the Training data needs to be and ____
a. relevant and useless
b. relevant and authentic
c. irrelevant and useful
d. relevant and not required
Answer : B
Question. ________________ approach refers to the AI modelling where the rules are defined by the developer.
a. Rule based
b. Learning based
c. Machine learning
d. Deep learning
Answer : A
Question. Classification and Regression are two types of ________________
a. Supervised Learning Models
b. Unsupervised Learning Models
c. Reinforcement Learning Models
d. All of the above
Answer : A
Question. What happen to an entity when we reduce its dimension?
a. The information which it contains is lost.
b. The information which it contains is increased.
c. The information which it contains is remain same.
d. None of the above
Answer : A
Question. The job of an input layer in Neural network is _______
a. to acquire and feed data.
b. to process data.
c. to present data
d. None of the above
Answer : A
| CBSE Class 10 Computer Science Charts in Calc MCQs |
| CBSE Class 10 Information Technology Communication Skills II MCQs |
| CBSE Class 10 Computer Science Computer Hardware MCQs |
| CBSE Class 10 Computer Science Computer Network MCQs |
| CBSE Class 10 Computer Vision MCQs |
| CBSE Class 10 Computer Science Data Editing and Formatting in Calc MCQs |
| CBSE Class 10 Data Science Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Data Types Operators And Expressions In C Language MCQs |
| CBSE Class 10 Computer Science Database Management System MCQs |
| CBSE Class 10 Information Technology Database Management System MCQs |
| CBSE Class 10 Computer Science Decision Structure MCQs |
| CBSE Class 10 Computer Science Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Electronic Spreadsheets Advanced MCQs |
| CBSE Class 10 Information Technology Entrepreneurial Skills II MCQs |
| CBSE Class 10 Computer Science Function in Calc MCQs |
| CBSE Class 10 Computer Science Fundamentals of Computer MCQs |
| CBSE Class 10 Information Technology Green Skills II MCQs |
| CBSE Class 10 Computer Science handling images in html MCQs |
| CBSE Class 10 Computer Science head and body sections MCQs |
| CBSE Class 10 Information Technology Information and Communication Technology Skills II MCQs |
| CBSE Class 10 Computer Science Internet Basics MCQs |
| CBSE Class 10 Computer Science Internet Services and Mobile Technologies MCQs |
| CBSE Class 10 Introduction to Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Introduction to C Language MCQs |
| CBSE Class 10 Computer Science Introduction to Calc MCQs |
| CBSE Class 10 Computer Science Links and CSS in HTML MCQs |
| CBSE Class 10 Computer Science List and Table Handling in HTML MCQs |
| CBSE Class 10 Computer Science loop control structure MCQs |
| CBSE Class 10 Natural Language Processing Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Problem and Problem Solving MCQs |
| CBSE Class 10 Information Technology Self-Management Skills II MCQs |
| CBSE Class 10 Computer Science Using I/O operations MCQs |
| CBSE Class 10 Computer Science Web Applications and Security MCQs |
| CBSE Class 10 Computer Science Working with Tables in HTML MCQs |
Important Practice Resources for Class 10 Computers
MCQs for Project Cycle Artificial Intelligence Class 10
Students can use these MCQs for Project Cycle to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 10 Artificial Intelligence released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of Project Cycle to understand the important concepts and better marks in your school tests.
Project Cycle NCERT Based Objective Questions
Our expert teachers have designed these Artificial Intelligence MCQs based on the official NCERT book for Class 10. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of Project Cycle, you should also refer to our NCERT solutions for Class 10 Artificial Intelligence created by our team.
Online Practice and Revision for Project Cycle Artificial Intelligence
To prepare for your exams you should also take the Class 10 Artificial Intelligence MCQ Test for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Artificial Intelligence topics will make you an expert in all important chapters of your course.
You can get most exhaustive CBSE Class 10 Artificial Intelligence Project Cycle MCQs for free on StudiesToday.com. These MCQs for Class 10 Artificial Intelligence are updated for the 2025-26 academic session as per CBSE examination standards.
Yes, our CBSE Class 10 Artificial Intelligence Project Cycle MCQs include the latest type of questions, such as Assertion-Reasoning and Case-based MCQs. 50% of the CBSE paper is now competency-based.
By solving our CBSE Class 10 Artificial Intelligence Project Cycle MCQs, Class 10 students can improve their accuracy and speed which is important as objective questions provide a chance to secure 100% marks in the Artificial Intelligence.
Yes, Artificial Intelligence MCQs for Class 10 have answer key and brief explanations to help students understand logic behind the correct option as its important for 2026 competency-focused CBSE exams.
Yes, you can also access online interactive tests for CBSE Class 10 Artificial Intelligence Project Cycle MCQs on StudiesToday.com as they provide instant answers and score to help you track your progress in Artificial Intelligence.