Artificial Intelligence MCQ Quiz in தமிழ் - Objective Question with Answer for Artificial Intelligence - இலவச PDF ஐப் பதிவிறக்கவும்

Last updated on Mar 11, 2025

பெறு Artificial Intelligence பதில்கள் மற்றும் விரிவான தீர்வுகளுடன் கூடிய பல தேர்வு கேள்விகள் (MCQ வினாடிவினா). இவற்றை இலவசமாகப் பதிவிறக்கவும் Artificial Intelligence MCQ வினாடி வினா Pdf மற்றும் வங்கி, SSC, ரயில்வே, UPSC, மாநில PSC போன்ற உங்களின் வரவிருக்கும் தேர்வுகளுக்குத் தயாராகுங்கள்.

Latest Artificial Intelligence MCQ Objective Questions

Top Artificial Intelligence MCQ Objective Questions

Artificial Intelligence Question 1:

Which machine learning models undergo training to make a sequence of decisions by considering the rewards and feedback they receive in response to their actions?

  1. Unsupervised learning
  2. Reinforcement learning
  3. Supervised learning
  4. None of the above

Answer (Detailed Solution Below)

Option 2 : Reinforcement learning

Artificial Intelligence Question 1 Detailed Solution

The correct answer is ​Reinforcement learning

Key Points

  • Reinforcement Learning: As correctly identified, reinforcement learning models learn by making a series of decisions and adapting based on the rewards or penalties (reinforcement signals) they receive in response to their actions.
  • They are especially valuable in navigating complex, unpredictable environments like game playing or robotics, where the model needs to iterate and improve its policy by continuously interacting with its environment.

Additional Information 

  • Unsupervised Learning: This type of machine learning involves training a model using a dataset that has not been labeled, classified, or categorized. Instead of responding to feedback, unsupervised learning models identify commonalities in the data and react based on the presence or absence of such commonalities. They are most commonly used for clustering and association tasks, like grouping customers into segments based on their behavior.
  • Supervised Learning: In supervised learning, the machine learning model is trained on a labeled dataset. In other words, during training, the model is provided with inputs along with the corresponding desired outputs (labels). The model learns to map the inputs to the correct outputs, and the performance is evaluated based on the model's ability to accurately predict the output for a new input. Supervised learning is commonly used in tasks like image classification, spam detection, or predition tasks, where each example in the training data is associated with a specific label.

Artificial Intelligence Question 2:

Which of the following is the basic building block of deep learning?

  1. Random Forest
  2. Decision Tree
  3. Artificial Neural Network
  4. Support Vector Machines
  5. None of the above

Answer (Detailed Solution Below)

Option 3 : Artificial Neural Network

Artificial Intelligence Question 2 Detailed Solution

The correct answer is Artificial Neural Network

 Key Points

  • Artificial Neural Networks (ANNs) form the basis of deep learning.
  • Inspired by the structure and function of the human brain, ANNs comprise connected nodes, or "neurons." Unlike the decision trees and random forests of traditional machine learning, ANNs can learn complex patterns and representations by processing the data through these interconnected neurons in multiple layers, hence making them the fundamental building blocks of deep learning.

Additional Information

  •   Unlike other machine learning algorithms, artificial neural networks try to simulate the human brain's functioning to make predictions or decisions.

Artificial Intelligence Question 3:

What type of technology allows chatbots to interact in spoken language?

  1. Natural language understanding
  2. Speech recognition
  3. Machine learning algorithms
  4. Sequence-to-sequence Neural Networks

Answer (Detailed Solution Below)

Option 2 : Speech recognition

Artificial Intelligence Question 3 Detailed Solution

The correct answer is Speech recognition

Key Points

  • The technology that allows chatbots to interact in spoken language involves a combination of several elements, but the key component for understanding and processing spoken language is Speech Recognition
  • However, it's worth noting that the effectiveness of chatbots in spoken language interaction often relies on other technologies as well, such as Natural Language Understanding (NLU), which helps in comprehending the meaning and context of user input. Machine learning algorithms and sequence-to-sequence neural networks can also play roles in enhancing the overall performance of spoken language interaction for chatbots.

Artificial Intelligence Question 4:

Which of the following is NOT a method of dimensionality reduction in artificial intelligence?

  1. Factor Analysis
  2. Linear Discriminant Analysis
  3. Principal Component Analysis
  4. Correlation Analysis

Answer (Detailed Solution Below)

Option 4 : Correlation Analysis

Artificial Intelligence Question 4 Detailed Solution

Key Points

 Dimensionality reduction refers to techniques that reduce the number of input variables in a dataset. More input features often make a predictive modeling task more challenging to model, more generally referred to as the curse of dimensionality.

There are several dimensionality reduction methods that can be used with different types of data for different requirements

  • Principal Component Analysis
  • Linear Discriminant Analysis
  • Factor Analysis

F1 Neha B  13-12-21  Savita D1

Hence the correct answer is Correlation Analysis.

Additional Information Correlation analysis is used to quantify the degree to which two variables are related. Through the correlation analysis, you evaluate the correlation coefficient that tells you how much one variable changes when the other one does. Correlation analysis provides you with a linear relationship between two variables.

Artificial Intelligence Question 5:

The process of removing detail from a given state representation is called ______.

  1. Extraction 
  2. Abstraction 
  3. Data Mining
  4. Information Retrieval 

Answer (Detailed Solution Below)

Option 2 : Abstraction 

Artificial Intelligence Question 5 Detailed Solution

The correct answer is Abstraction

Key PointsAbstraction is the process of removing detail from a given state representation. It is a key concept in AI as it allows AI systems to focus on the most important aspects of a problem and ignore the less important details.

For example, a representation of a car could include the following levels of detail:

  • Low-level representation: This representation would include all of the details of the car, such as the make, model, year, color, and VIN number.
  • Medium-level representation: This representation would include some of the details of the car, such as the make, model, and year.
  • High-level representation: This representation would include only the most important details of the car, such as the make and model.

An AI system could use different levels of abstraction to solve different problems. For example, if the AI system was trying to identify a car, it could use the low-level representation to identify the make, model, and year of the car. If the AI system was trying to decide whether or not to buy a car, it could use the medium-level representation to identify the make, model, and year of the car, as well as the price. Abstraction is a powerful tool that can be used to solve a wide variety of problems.

Artificial Intelligence Question 6:

Programming language commonly used for AI is ________ ?

  1. Lisp 
  2. Perl 
  3. Prolog 
  4. C++ 

Answer (Detailed Solution Below)

Option 1 : Lisp 

Artificial Intelligence Question 6 Detailed Solution

The correct answer is Lisp

Key Points

  • Lisp: Known for its symbolic manipulation capabilities, Lisp has a historical association with early AI research due to its suitability for tasks involving symbolic reasoning.

Additional Information

  • Perl: While a versatile language, Perl is not as commonly associated with AI as other languages. It is more widely used in web development, system administration, and text processing.
  • Prolog: Designed for logic programming, Prolog is used in AI for tasks requiring rule-based systems and knowledge representation, making it suitable for certain AI applications.
  • C++: A general-purpose language with a focus on efficiency, C++ is used in AI for performance-critical components, though it is not as predominant as languages like Python or Lisp in AI development.

Artificial Intelligence Question 7:

Who is known as the -Father of AI?

  1. Fisher Ada
  2. John McCarthy
  3. Alan Turing
  4. Allen Newell

Answer (Detailed Solution Below)

Option 2 : John McCarthy

Artificial Intelligence Question 7 Detailed Solution

The correct answer is option 2.

Key Points:Concept:​

  • John McCarthy, the father of AI, were to coin a new phrase for "artificial intelligence" today, he would probably use "computational intelligence."
  • McCarthy is not just the father of AI, he is also the inventor of the Lisp (list processing) language.
  • John McCarthy was a computer scientist and cognitive scientist from the United States.
  • McCarthy was a pioneer in the field of artificial intelligence.
  • He co-wrote the paper that popularized the term "artificial intelligence" (AI), created the Lisp programming language family, impacted the design of the ALGOL computer language, promoted time-sharing, and devised garbage collection.

Hence the correct answer is John McCarthy.

Additional Information

  • Ada M. Fisher is a retired physician from Salisbury, North Carolina, who has run for office several times as a Republican.
  • Alan Mathison Turing was a mathematician, computer scientist, logician, cryptanalyst, philosopher, and theoretical biologist from the United Kingdom.
  • Allen Newell worked at the RAND Corporation and Carnegie Mellon University's School of Computer Science, Tepper School of Business, and Department of Psychology as a computer science and cognitive psychology researcher.

Artificial Intelligence Question 8:

Which of the following is incorrect about Narrow AI?

  1. Narrow AI refers to computer programs that are specifically designed to do a single task.
  2. Narrow AI can deliver efficiency through smart automation and integration.
  3. Narrow AI is capable of doing any intellectual work that a human being can do
  4. Narrow AI employs supervised and labelled learning methods.

Answer (Detailed Solution Below)

Option 3 : Narrow AI is capable of doing any intellectual work that a human being can do

Artificial Intelligence Question 8 Detailed Solution

The correct answer is Narrow AI is capable of doing any intellectual work that a human being can do

Key Points

  • Narrow Artificial Intelligence (AI), also known as Weak AI, involves systems designed to accomplish specific tasks.
  • These systems can be incredibly sophisticated and capable within their designed purpose, but their scope is narrow, which means they are limited to their predefined tasks and cannot exhibit general intelligence or perform tasks outside their programming.
  • Examples include recommendation systems, like those on e-commerce sites, and voice recognition systems, such as Siri and Alexa.

Additional Information

  • Narrow AI: This is AI developed for a specific task, like speech recognition or image recognition. Its scope and abilities are limited to the specific task it was designed for.
  • Strong AI: Also known as General AI, this kind of AI would have the capacity to understand, learn, and apply knowledge across various domains, akin to human intelligence.

Artificial Intelligence Question 9:

Identify the correct option: 

  1. Decision Tree -> Only discrete data
  2. Classification -> continuous data
  3. Regression -> discrete data sets
  4. Clustering -> unknown data set

Answer (Detailed Solution Below)

Option 4 : Clustering -> unknown data set

Artificial Intelligence Question 9 Detailed Solution

The correct answer is Clustering -> unknown data set

EXPLANATION:

  • Typically, clustering is used to analyze or group an unknown data set based on similarities and differences in the data.
  • Classification usually predicts categorical class labels (not necessarily continuous data).
  • Regression generally predicts a continuous output (not necessarily discrete data sets),
  • Decision trees can handle both discrete and continuous data, not just discrete data.

Artificial Intelligence Question 10:

Which of the following is the basic building block of deep learning?

  1. Random Forest
  2. Decision Tree
  3. Artificial Neural Network
  4. Support Vector Machines

Answer (Detailed Solution Below)

Option 3 : Artificial Neural Network

Artificial Intelligence Question 10 Detailed Solution

The correct answer is Artificial Neural Network

 Key Points

  • Artificial Neural Networks (ANNs) form the basis of deep learning.
  • Inspired by the structure and function of the human brain, ANNs comprise connected nodes, or "neurons." Unlike the decision trees and random forests of traditional machine learning, ANNs can learn complex patterns and representations by processing the data through these interconnected neurons in multiple layers, hence making them the fundamental building blocks of deep learning.

Additional Information

  •   Unlike other machine learning algorithms, artificial neural networks try to simulate the human brain's functioning to make predictions or decisions.
Get Free Access Now
Hot Links: teen patti gold download apk teen patti real cash apk teen patti rules teen patti real cash 2024 teen patti lucky