This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1Which of the following is not an example of simulation and modeling?
Option B
Simulation and Modeling are techniques used to represent and study the behavior of real-world systems using computer-based models. They help in analysis, training, testing, and prediction without affecting the real system.
The Computer Table is not related to simulation and modeling. It is not a standard simulation application or model.
Q: 2What is a neuron in Neural Networks?
Option A
A Neuron is the basic functional unit of the nervous system and is also the inspiration for artificial neural networks in Artificial Intelligence (AI). Biological neurons receive signals, process them, and transmit signals to other neurons.
Q: 3Which of the following is the correct sequence in pattern recognition process?
Option A
Pattern Recognition is a process used in Artificial Intelligence and Machine Learning to identify patterns, objects, images, sounds, or data automatically.
The pattern recognition process follows a proper sequence of steps to recognize and classify data correctly.
Data Acquisition:
Feature Extraction:
Matching:
Classification:
Q: 4____________ act as a interface between a domain expert and an expert system.
Option C
An Intelligent Editor serves as a specialized interface in artificial intelligence. It bridges the gap between human experts and computer systems.
Q: 5What is the name of each output of a node in a Neural Network?
Option B
In a Neural Network, the output produced by an individual node after it processes its inputs and applies an activation function is typically referred to as the Node Value.
Q: 6Which of the following is not a type of artificial intelligence agent?
Option B
In Artificial Intelligence, an agent is an entity that perceives its environment through sensors and acts upon that environment using actuators.
Common types of AI agents include Simple Reflex Agents, Model-Based Agents, Goal-Based Agents, Utility-Based Agents, and Learning Agents.
A Learning AI Agent improves its performance by learning from past experiences, and a Goal-Based AI Agent selects actions to achieve specific goals. However, Unity Based AI Agent is not a recognized type of AI agent in artificial intelligence theory.
| TYPE OF AI AGENT | DESCRIPTION |
|---|---|
| Simple Reflex Agent | Acts only based on the current percept (input) using condition–action rules. Does not consider past states. |
| Model-Based Agent | Maintains an internal model of the environment to handle partially observable situations. |
| Goal-Based Agent | Chooses actions that help achieve specific goals using search or planning. |
| Utility-Based Agent | Selects actions based on a utility function to achieve the best possible outcome among alternatives. |
| Learning Agent | Improves its performance over time by learning from experience and feedback. |
Q: 7In Neuron Network what is the function of an Axon?
Option A
In a Neural Network, an Axon is responsible for transmitting signals or output from one neuron to another neuron.
Q: 8In Chat GPT, GPT stands for
Option A
ChatGPT is based on a type of artificial intelligence model designed for understanding and generating human-like text. The GPT stands for Generative Pre-trained Transformer. The term GPT describes the working nature of this model.
“GENERATIVE” means it can generate or create new content, “PRE-TRAINED” means it is trained on large amounts of data before being used for specific tasks, and “TRANSFORMER” refers to the deep learning architecture used to process and understand language.
Q: 9What is axon in Neural Networks?
Option A
In a biological neural system, an axon is a long cylindrical part of a neuron that carries electrical impulses away from the cell body to other neurons, muscles, or glands.
The axon helps in communication between neurons by transferring nerve impulses from one neuron to another.
Artificial Neural Networks (ANN) are inspired by the structure and working of biological neurons.
Q: 10Two finite state machines are said to be equivalent if
Option C
Two Finite State Machines (FSMs) are considered equivalent if they produce the same output behavior for all possible inputs.
In the case of automata theory, this means both machines accept or recognize the same language (set of strings/tokens), even if their internal structure (number of states or transitions) is different.
Q: 11A decision tree in AI can be used for
Option C
A Decision Tree is a supervised machine learning algorithm used for predictive modeling. It represents decisions and their possible outcomes in the form of a tree structure, where internal nodes represent tests on attributes, branches represent outcomes of the tests, and leaf nodes represent final predictions.
Decision trees can be used for classification tasks, where the output is a discrete class label (spam or not spam), and for regression tasks, where the output is a continuous numerical value (predicting house prices). Therefore, decision trees are suitable for both classification and regression problems.
Q: 12What is the full form of LISP programming language?
Option B
LISP is one of the oldest high-level programming languages and is mainly used in Artificial Intelligence (AI) applications. The name LISP comes from “List Processing” because the language is specially designed to process lists of data.
LISP USED IN:
Q: 13AI based National Language Translation mission by Govt. of India is
Option A
The Government of India has launched an AI-based language translation initiative called Bhashini under the National Language Translation Mission (NLTM).
Its aim is to enable easy access to digital services and content in multiple Indian languages using Artificial Intelligence (AI) and Natural Language Processing (NLP).
Q: 14_________ is the science of computers dealing with languages?
Option D
Computational Linguistics is a field of computer science and artificial intelligence that deals with the interaction between computers and human languages. It focuses on enabling computers to understand, process, analyze, and generate natural language.
It is used in applications such as:
Q: 15Which of the following is advantage of Artificial Intelligence?
Option D
Artificial Intelligence (AI) provides several advantages in different fields. It can identify business trends and patterns in large datasets, which helps organizations make better and informed decisions.
AI is also widely used in cybersecurity, where it helps analyze and detect unusual activities or security incidents quickly.
In addition, AI systems have learning capabilities, allowing them to recognize patterns and solve complex problems such as image recognition, speech recognition, and data classification.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.