MCQ - IX - Part B
MCQ - IX - Part B
Artificial Intelligence-417
Objective Type questions
--------------------------------------------------------------------------------------------------
Unit 1: Introduction to AI
7. This field is enabling computers to identify and process images as humans do:
a. Face Recognition b. Model-view-controller
c. Computer Vision d. Eye-in-Hand System
Ans: c. Computer Vision
10. Which one of the following is the second stage of AI project cycle?
a. Data Exploration b. Data Acquisition c. Modelling d. Problem Scoping
Ans: b. Data Acquisition
14. Which of the following is not a part of the 4Ws Problem Canvas?
a. Who? b. Why? c. What? d. Which?
Ans: d. Which?
15. The process of breaking down the big problem into a series of simple steps is known as:
a. Efficiency b. Modularity c. Both a) and b) d. None of the above
Ans: b. Modularity
18. When building AI solutions, we need to ensure that they follow ________
Ans: Ethical guidelines or Ethical principles
19. Praneet has taken extra packets of mouth freshener after dinner from a restaurant. Is it
considered as theft?” Is it -Moral or Ethical concern?
Ans: It is a Moral concern, as it involves a personal judgment about right and wrong.
20. Rakshit and Aman are talking about purchasing a new mobile. They discuss various features
which they want in their mobile. Aman finds that, he started getting notification of various
models of Mobiles that meets his requirement? Write which ethical concern the above example
depicts.
Ans: This is an example of Privacy Concerns, as it involves the collection and use of
personal data without proper consent or transparency.
22. Artificial Intelligence and machine learning systems can display unfair behaviour if not trained
properly. (True/False)
Ans: True
23. Search for images of personal secretary on Google, displaying predominantly the images of
Women is an example of_______ .
Ans: Gender Bias
24. An Ethical AI framework makes sure that transparency, fairness and accountability is
developing into the systems to provide unbiased results. (True/False)
Ans: True
10. Data that can take any value within a range is _____data.
Ans: Continuous Data
11. Ensuring people understand how their data is used is an aspect of data ____________ .
Ans: Data Privacy
13. Creating new data points from existing data is called ____
Ans: Data Augmentation
14. Information about each piece of data within a dataset is called a __________________.
Ans: Metadata
15. Features used to make predictions in an AI model are called __________________ features.
Ans: Input features
16. Data that is free from errors and reflects real-world values is considered ______________.
Ans: Accurate Data
18. Data Privacy and Data Security are often used interchangeably but they are different from
each other. (True /False)
Ans: True
19. The provides guidance on using data efficiently and with all levels of awareness.
a) data security framework b) data literacy framework
c) data privacy framework d) data acquisition framework
Ans: b) data literacy framework
20. ________ allows us to understand why things are happening in a particular way
a) data b) information c) knowledge d) wisdom
Ans: c) Knowledge
21. _____is the practice of protecting digital information from unauthorized access, corruption, or
theft throughout its entire lifecycle.
a) data security b) data literacy c) data privacy d) data acquisition
Ans: a) data security
29. Information about each piece of data within dataset is called _______.
Ans: Data feature
30. Data that consist of words and phrases are called __________data.
Ans: Qualitative
4. AI excels at finding patterns in large amounts of data. What branch of mathematics is most
helpful in describing these patterns?
a. Algebra b. Calculus c. Geometry d. Statistics
Ans: d. Statistics
5. In the series 2, 4, 6, 8, ..., what is the rule used to find the next number?
a. Add 1 b. Add 2 c. Multiply by 2 d. Divide by 2
Ans: b. Add 2
7. The process of collecting, organizing, and analyzing data to draw conclusions is called______?
a. Probability b. Statistics c. Calculus d. Algebra
Ans: b. Statistics
9. AI algorithms are like recipes that tell a computer what to do. What mathematical concept is
similar to a recipe with steps?
a. Geometry b. Statistics c. Probability d. Algebra
Ans: d. Algebra
10. In the image processing field of AI, what mathematical concept helps analyze the arrangement
of pixels in an image?
a. Geometry b. Statistics c. Probability d. Algebra
Ans: a. Geometry
11. With one throw of a 6-sided die, what's the probability of getting an even number?
a. 1/5 b. ⅖ c. 5/6 d. ½
Ans: d. ½
14. What is the probability of getting head when you toss a coin once?
a. 0.75 b. 1 c. 0 d. 0.5
Ans: d. 0.5
15. The median of the data: 155, 160, 145, 149, 150, 147, 152, 144, 148 is
a. 149 b. 150 c. 147 d. 144
Ans: a. 149
16. The ability to recognize arrangements of numbers, shapes, or colors is called __________.
Ans: Pattern Recognition
18. Data used to train AI systems needs to be _____________ and _____________ before it can
be used effectively.
Ans: cleaned and organized
20. When training an AI system, large amounts of ____________ are needed to help it learn
patterns.
Ans: Data
21. With one throw of a 6-sided die, what's the probability of getting an even number?
a) 1/5 b) 2/5 c) 5/6 d) 1/2
Ans: d) ½
25. What is the probability of getting head when you toss a coin once?
a) 0.75 b) 1 c) 0 d) 0.5
Ans: d) 0.5
27. The median of the data: 155, 160, 145, 149, 150, 147, 152, 144, 148 is
a) 149 b)150 c)147 d)144
Ans: a) 149
28. Which mathematical concept helps describes patterns using rules or formulas?
a) Geometry b) Statistics c) probability d) Algebra
Ans: d) Algebra
31. The ability to recognize arrangements of numbers, shapes, or colors is called ________.
Ans: Pattern
32. Which mathematical concept is used to analyses the arrangement of pixels in an image in the
field of image processing?
a) Geometry b) Statistics c) probability d) Algebra
Ans: a) Geometry
33. Which mathematical concept is used to calculate the likelihood of an event happening?
a) Geometry b) Statistics c) probability d) Algebra
Ans: c) probability
Unit 4: Generative AI
10. The process of training a generative AI model involves feeding it a large amount of ______
Ans: Data
UNIT 4: PYTHON
1. Which of the following is the file extension for a python program?
a) .py b) .pt c) .ph d) .po
Ans: a) .py
Ans: input ()