Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

AI Project Cycle Class 10 MCQ

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

AI Project Cycle MCQ

Q1. The AI Project Cycle mainly has ________ stages

a. 2

b. 3

c. 5

d. 9

Ans. c. 5

Q2. Which of the following is the first stage of AI Project Cycle?

a. Data Exploration

b. Evaluation

c. Problem Scoping

d. Modelling

Ans. c. Problem Scoping

Q3. Evaluation is the _________ stage of AI Project Cycle.

a. First

b. Last

c. Second

d. Third

Ans. b. Last
Q4. 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

Ans. d. problem scoping

Q5. 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.

Ans. a. Identifying a problem and having a vision to solve it.

Q6. 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

Ans. b. Who, What, Where, Why

Q7. Which of the following is not 4W of Problem Scoping?

a. Who
b. What

c. Whose

d. Why

Ans. c. Whose

Q8. 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

Ans. c. Who

Q9. Under the _______ block, you need to determine the nature of the
problem.

a. Where

b. Why

c. What

d. Who

Ans. c. What

Q10. ___________ 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

Ans. a. Stakeholders

Q11. In ______________ block of 4W, we need to focus on the


context/situation/location of the problem.

a. What

b. Where

c. Who

d. Why

Ans. b. Where

Q12. _____________ is the last ‘W’ in 4W Problem Canvas.

a. What

b. Why

c. Where

d. Who

Ans. b. Why

Q13. The stage after “Problem Scoping’ in AI Project Cycle is ___

a. Data Exploration

b. Evaluation

c. Modelling

d. Data Acquisition
Ans. d. Data Acquisition

Q14. We use the 4Ws Problem Canvas in ____________ stage of AI Project


Cycle.

a. Data Acquisition

b. Modelling

c. Evaluation

d. Problem Scoping

Ans. d. Problem Scoping

Q15. 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

Ans. c. Data Acquisition

Q16. 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

Ans. b. Training Data, Testing Data

Q17. 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

Ans. b. relevant and authentic

Q18. 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

Ans. c. the type of data you want to collect

Q19. Ways by which you can collect data for your AI Project is _____

a. Surveys

b. Cameras

c. Sensors

d. All of the above

Ans. d. All of the above


Q20. 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

Ans. c. Both of the above

Q21. Which of the following is visual representation of data?

a. Bar graph

b. Map

c. Histogram

d. All of the above

Ans. d. All of the above

Q22. ________________ 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

Ans. a. Rule based

Q23. 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

Ans. a. Rule based

Q24. 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.

Ans. d. All of the above.


‘;

Q25. ________ 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

Ans. b. Learning based approach

Q26. ______________ approach introduces the dynamicity in the AI model.

a. Machine learning

b. Rule based
c. Both of the above

d. None of the above

Ans. a. Machine learning

Q27. 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

Ans. b. Learning based approach

Q28. 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

Ans. a. Supervised

Q29. Classification and Regression are two types of ________________

a. Supervised Learning Models

b. Unsupervised Learning Models

c. Reinforcement Learning Models


d. All of the above

Ans. a. Supervised Learning Models

Q30. ________________ 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 above

Ans. a. Classification

Q31. ______________ type of Supervised Learning models work only on


continuous data.

a. Classification

b. Regression

c. Both of the above

d. None of the above

Ans. a. Classification

Q32. A _________ model works on unlabelled dataset.

a. supervised learning

b. unsupervised learning

c. reinforcement learning
d. None of the above

Ans. b. unsupervised learning

Q33. ________ 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

Ans. c. Unlabelled dataset

Q34. 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

Ans. b. unsupervised learning model

Q35. 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

Ans. b. Unsupervised

Q36. Type of Unsupervised learning models is _____

a. Clustering

b. Dimensionality Reduction

c. Both of the above

d. None of the above

Ans. c. Both of the above

Q37. _________ 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

Ans. a. Clustering

Q38. Humans are able to visualise up to _____________

a. 1-Dimensions

b. 2-Dimensions
c. 3-Dimensions

d. N-Dimensions

Ans. c. 3-Dimensions

Q39. 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

Ans. a. The information which it contains is lost.

Q40. Which algorithm is used to reduce the dimension of an entity?

a. Dimensionality Reduction

b. Clustering

c. Classification

d. Regression

Ans. a. Dimensionality Reduction

Q41. 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

Ans. d. All of the above

Q42. 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

Ans. c. Both of the above

Q43. 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

Ans. c. Node

Q44. The first layer of a Neural Network is known as the _____

a. Work layer
b. Output layer

c. Input layer

d. Check layer

Ans. c. Input layer

Q45. 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

Ans. a. to acquire and feed data.

Q46. In neural network, no processing occurs in ______

a. Input Layer

b. Output Layer

c. Both of the above

d. Hidden Layer

Ans. c. Both of the above

Q47. In neural network, the whole processing occurs in ______

a. Input Layer

b. Output Layer
c. Processing Layer

d. Hidden Layer

Ans. d. Hidden Layer

Q48. 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

Ans. d. All of the above

Q49. There can be multiple hidden layers in a neural network system. (T/F)

a. True

b. False

Ans. a. True

Q50. 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
Ans. c. Last

You might also like