1Which of the following best defines Artificial Intelligence in its broadest sense?
A.The ability of a robot to move physically.
B.The simulation of human intelligence processes by machines, especially computer systems.
C.A database management system that stores large amounts of data.
D.A hardware component that increases processing speed.
Correct Answer: The simulation of human intelligence processes by machines, especially computer systems.
Explanation:AI is generally defined as the branch of computer science concerned with building smart machines capable of performing tasks that typically require human intelligence.
Incorrect! Try again.
2Which test, proposed in 1950, is designed to determine a machine's ability to exhibit intelligent behavior equivalent to, or indistinguishable from, that of a human?
A.The Lovelace Test
B.The Turing Test
C.The Chinese Room Argument
D.The McCarthy Protocol
Correct Answer: The Turing Test
Explanation:The Turing Test, proposed by Alan Turing, tests a machine's capability to converse in a way that is indistinguishable from a human.
Incorrect! Try again.
3Which of the following is considered a foundational discipline contributing to the development of AI?
A.Philosophy
B.Mathematics
C.Neuroscience
D.All of the above
Correct Answer: All of the above
Explanation:AI is multidisciplinary, drawing foundations from philosophy (reasoning), mathematics (logic/probability), neuroscience (brain structure), psychology, and economics.
Incorrect! Try again.
4What is the primary characteristic of Narrow AI (ANI)?
A.It possesses consciousness and self-awareness.
B.It can perform any intellectual task that a human being can do.
C.It is designed and trained for a specific task.
D.It can evolve its own code without human intervention to become superintelligent.
Correct Answer: It is designed and trained for a specific task.
Explanation:Narrow AI (Artificial Narrow Intelligence) operates within a limited context and is a simulation of human intelligence focused on a specific task (e.g., Siri, AlphaGo).
Incorrect! Try again.
5The historic conference generally recognized as the birthplace of Artificial Intelligence as a field occurred in 1956 at:
A.MIT
B.Stanford University
C.Dartmouth College
D.Bletchley Park
Correct Answer: Dartmouth College
Explanation:The Dartmouth Workshop in 1956 was organized by John McCarthy, Marvin Minsky, Nathaniel Rochester, and Claude Shannon, where the term 'Artificial Intelligence' was coined.
Incorrect! Try again.
6Periods in AI history characterized by reduced funding and interest due to unmet expectations are known as:
A.AI Summers
B.AI Winters
C.The Singularity
D.The Dark Ages
Correct Answer: AI Winters
Explanation:An AI Winter refers to a period of reduced funding and interest in artificial intelligence research, usually following a period of hype and failure to deliver promised results.
Incorrect! Try again.
7Which type of AI theoretical capability refers to a machine with the ability to understand, learn, and apply knowledge across a wide variety of tasks, similar to a human?
A.Artificial Narrow Intelligence (ANI)
B.Artificial General Intelligence (AGI)
C.Reactive Machines
D.Expert Systems
Correct Answer: Artificial General Intelligence (AGI)
Explanation:AGI, or Strong AI, refers to a machine with the capacity to understand or learn any intellectual task that a human being can.
Incorrect! Try again.
8In the context of AI applications, what does NLP stand for?
A.Neural Language Programming
B.Natural Language Processing
C.Network Logic Protocol
D.Natural Learning Process
Correct Answer: Natural Language Processing
Explanation:Natural Language Processing (NLP) is a branch of AI that gives the computers the ability to understand text and spoken words in much the same way human beings can.
Incorrect! Try again.
9Which modern AI toolkit, developed by Google, is widely used for building deep learning models?
A.PyTorch
B.TensorFlow
C.Scikit-learn
D.OpenCV
Correct Answer: TensorFlow
Explanation:TensorFlow is an end-to-end open-source platform for machine learning developed by the Google Brain team.
Incorrect! Try again.
10PyTorch is a popular deep learning framework primarily developed by:
A.Google
B.Microsoft
C.Meta (Facebook) AI Research
D.IBM
Correct Answer: Meta (Facebook) AI Research
Explanation:PyTorch was developed by Facebook's AI Research lab (FAIR) and is known for its dynamic computation graph.
Incorrect! Try again.
11Which of the following is a key component of Responsible AI?
A.Maximizing processing speed at all costs
B.Ensuring fairness and mitigating bias
C.Hiding the decision-making process from users
D.Using unverified data sources
Correct Answer: Ensuring fairness and mitigating bias
Explanation:Responsible AI focuses on ethics, transparency, fairness, and accountability to ensure AI systems do not discriminate or harm users.
Incorrect! Try again.
12In AI Problem Solving, a problem is often formally defined by:
A.A database schema and SQL queries.
B.A state space, an initial state, a goal state, and operators.
C.A set of IF-THEN rules only.
D.The hardware architecture of the GPU.
Correct Answer: A state space, an initial state, a goal state, and operators.
Explanation:Problem formulation in AI typically involves defining the state space (all possible configurations), the start state, the desired goal, and operators (actions) to move between states.
Incorrect! Try again.
13The set of all possible states reachable from the initial state by any sequence of actions is called the:
A.Search Tree
B.State Space
C.Solution Path
D.Heuristic Map
Correct Answer: State Space
Explanation:The state space represents the physical or abstract environment of the problem, containing every possible configuration the system can be in.
Incorrect! Try again.
14In an AI search problem, the Path Cost is:
A.The computational time required to find the solution.
B.The amount of memory used by the algorithm.
C.A numerical value associated with a path, usually the sum of step costs.
D.The number of nodes expanded during the search.
Correct Answer: A numerical value associated with a path, usually the sum of step costs.
Explanation:Path cost is an additive metric (e.g., distance, time, energy) used to evaluate the quality of a solution path from the start state to the goal state.
Incorrect! Try again.
15An environment where the agent's sensors give it access to the complete state of the environment at each point in time is called:
A.Partially Observable
B.Fully Observable
C.Stochastic
D.Dynamic
Correct Answer: Fully Observable
Explanation:In a fully observable environment (like Chess), the agent knows everything about the current state required to make an optimal decision.
Incorrect! Try again.
16If the next state of the environment is completely determined by the current state and the action executed by the agent, the environment is:
A.Stochastic
B.Deterministic
C.Episodic
D.Continuous
Correct Answer: Deterministic
Explanation:Deterministic environments have no randomness; the same action in the same state always results in the same outcome.
Incorrect! Try again.
17Chess is an example of which type of environment?
A.Stochastic, Single-agent
B.Deterministic, Multi-agent
C.Continuous, Multi-agent
D.Partially Observable, Single-agent
Correct Answer: Deterministic, Multi-agent
Explanation:Chess is deterministic (no dice/chance) and multi-agent (played against an opponent).
Incorrect! Try again.
18What is the primary goal of Computer Vision?
A.To generate human-like speech.
B.To enable computers to interpret and understand the visual world.
C.To optimize database search queries.
D.To create physical robots that can walk.
Correct Answer: To enable computers to interpret and understand the visual world.
Explanation:Computer Vision focuses on deriving meaningful information from digital images, videos, and other visual inputs.
Incorrect! Try again.
19In the context of AI workflows, Data Preprocessing involves:
A.Designing the neural network architecture.
B.Cleaning, normalizing, and transforming raw data into a usable format.
C.Deploying the model to a production server.
D.Selling the data to third-party vendors.
Correct Answer: Cleaning, normalizing, and transforming raw data into a usable format.
Explanation:Preprocessing includes handling missing values, scaling features, and converting data into tensors/vectors suitable for model training.
Incorrect! Try again.
20Which of the following is a specific application of AI in the Healthcare domain?
A.High-frequency trading algorithms
B.Predictive maintenance for manufacturing
C.Early detection of diseases via medical imaging analysis
D.Spam filtering in email
Correct Answer: Early detection of diseases via medical imaging analysis
Explanation:AI models, particularly Convolutional Neural Networks (CNNs), are widely used to analyze X-rays, MRIs, and CT scans to detect pathologies.
Incorrect! Try again.
21A generic search algorithm that explores the search space without any domain-specific knowledge (heuristics) is called:
A.Informed Search
B.Uninformed (Blind) Search
C.Adversarial Search
D.Reinforcement Learning
Correct Answer: Uninformed (Blind) Search
Explanation:Uninformed search (like BFS or DFS) relies only on the problem definition and does not have information about how close a state is to the goal.
Incorrect! Try again.
22In A* search, the cost function is defined as . What does represent?
A.The actual cost from the start node to node .
B.The estimated cost from node to the goal.
C.The total path cost found so far.
D.The number of nodes visited.
Correct Answer: The estimated cost from node to the goal.
Explanation: is the heuristic function that estimates the cheapest path from the current node to the goal.
Incorrect! Try again.
23Which of the following describes a Data-Centric AI approach?
A.Holding the data fixed and iteratively improving the model architecture.
B.Systematically engineering the data to improve quality while keeping the model relatively fixed.
C.Using the smallest possible dataset to save storage.
D.Avoiding the use of labeled data entirely.
Correct Answer: Systematically engineering the data to improve quality while keeping the model relatively fixed.
Explanation:Data-Centric AI emphasizes the importance of data quality (labeling, consistency, augmentation) rather than just tweaking model hyperparameters.
Incorrect! Try again.
24What is the Curse of Dimensionality in AI problem solving?
A.The fear that AI will take over the world.
B.The difficulty of solving problems as the number of features (dimensions) increases, leading to sparse data.
C.The limitation of 2D screens to represent 3D objects.
D.The cost of buying high-dimensional storage.
Correct Answer: The difficulty of solving problems as the number of features (dimensions) increases, leading to sparse data.
Explanation:As the number of input variables increases, the volume of the space increases exponentially, making available data sparse and easy optimization difficult.
Incorrect! Try again.
25Which search algorithm uses a LIFO (Last In, First Out) stack data structure?
A.Breadth-First Search (BFS)
B.Depth-First Search (DFS)
C.Uniform Cost Search
D.A* Search
Correct Answer: Depth-First Search (DFS)
Explanation:DFS explores as far as possible along each branch before backtracking, utilizing a stack (LIFO) approach.
Incorrect! Try again.
26Breadth-First Search (BFS) is guaranteed to find the shortest path in terms of number of steps if:
A.The state space is infinite.
B.The step costs are all equal (e.g., 1).
C.The heuristic function is admissible.
D.The branching factor is 1.
Correct Answer: The step costs are all equal (e.g., 1).
Explanation:BFS expands all nodes at depth before . If all edges have equal cost, the first goal found is the optimal (shortest) one.
Incorrect! Try again.
27What is an Agent in AI?
A.A secret service operative.
B.Anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators.
C.The database administrator controlling the AI.
D.The algorithm used to sort data.
Correct Answer: Anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators.
Explanation:This is the standard definition of an intelligent agent (Russell & Norvig).
Incorrect! Try again.
28Which of the following is an example of a Discrete state space?
A.Driving a car (steering angle, speed).
B.The game of Tic-Tac-Toe.
C.Throwing a ball (trajectory).
D.Temperature control in a room.
Correct Answer: The game of Tic-Tac-Toe.
Explanation:Tic-Tac-Toe has a finite, distinct set of board configurations. Driving and temperature involve continuous variables.
Incorrect! Try again.
29In the context of AI Evolution, what was the main limitation of early Expert Systems?
A.They were too fast for humans to understand.
B.They were brittle and could not handle uncertainty or situations outside their hard-coded rules.
C.They required GPUs which didn't exist.
D.They were based on neural networks.
Correct Answer: They were brittle and could not handle uncertainty or situations outside their hard-coded rules.
Explanation:Expert systems relied on explicit IF-THEN rules and struggled with common sense or edge cases not explicitly programmed.
Incorrect! Try again.
30Which AI technique tries to mimic the structure and function of the human brain?
A.Decision Trees
B.Artificial Neural Networks (ANNs)
C.Genetic Algorithms
D.Support Vector Machines
Correct Answer: Artificial Neural Networks (ANNs)
Explanation:ANNs consist of nodes (neurons) and edges (synapses) designed to mimic biological neural connections.
Incorrect! Try again.
31What is Overfitting in AI modeling?
A.When a model learns the training data too well, capturing noise and failing to generalize to new data.
B.When a model is too simple to capture the underlying pattern of the data.
C.When the dataset is too small for the model.
D.When the learning rate is set too high.
Correct Answer: When a model learns the training data too well, capturing noise and failing to generalize to new data.
Explanation:Overfitting occurs when a model fits the training data perfectly (low bias) but performs poorly on test data (high variance).
Incorrect! Try again.
32Which domain application utilizes AI for Fraud Detection?
A.Agriculture
B.Finance and Banking
C.Entertainment
D.Construction
Correct Answer: Finance and Banking
Explanation:AI analyzes transaction patterns to flag anomalies indicating potential credit card fraud or money laundering.
Incorrect! Try again.
33The 8-Puzzle is often used in AI education to demonstrate:
A.Natural Language Processing
B.Computer Vision
C.State Space Search algorithms
D.Robotic locomotion
Correct Answer: State Space Search algorithms
Explanation:The 8-puzzle is a classic sliding block puzzle used to teach problem formulation and search strategies like A*.
Incorrect! Try again.
34Which of the following describes a Stochastic environment?
A.The outcome of an action is completely predictable.
B.There is uncertainty associated with the outcome of an action (e.g., rolling dice).
C.The environment does not change while the agent is deliberating.
D.The agent is the only entity acting in the environment.
Correct Answer: There is uncertainty associated with the outcome of an action (e.g., rolling dice).
Explanation:Stochastic environments involve randomness or probabilities, meaning the next state is not guaranteed by the current state and action.
Incorrect! Try again.
35What is the purpose of a Validation Set in an AI workflow?
A.To train the model parameters.
B.To tune hyperparameters and evaluate the model during development.
C.To provide a final unbiased evaluation of the model.
D.To storing the raw data.
Correct Answer: To tune hyperparameters and evaluate the model during development.
Explanation:Data is split into Train (learn parameters), Validation (tune hyperparameters), and Test (final evaluation).
Incorrect! Try again.
36In the context of Explainable AI (XAI), the 'Black Box' problem refers to:
A.The physical casing of the AI server.
B.The inability to understand how complex models (like Deep Learning) arrive at a specific decision.
C.A flight recorder in autonomous planes.
D.The proprietary nature of AI software.
Correct Answer: The inability to understand how complex models (like Deep Learning) arrive at a specific decision.
Explanation:Deep learning models are often accurate but opaque; XAI aims to make their internal logic interpretable to humans.
Incorrect! Try again.
37Which famous AI system defeated the world champion in the game of Go in 2016?
A.Deep Blue
B.Watson
C.AlphaGo
D.ChatGPT
Correct Answer: AlphaGo
Explanation:AlphaGo, developed by DeepMind, defeated Lee Sedol in a historic match demonstrating the power of reinforcement learning and deep neural networks.
Incorrect! Try again.
38What is a Heuristic in AI search?
A.A rule of thumb or strategy that guides the search to likely solutions, reducing search time.
B.A guaranteed algorithm that checks every possible state.
C.A type of hardware accelerator.
D.A database of past solutions.
Correct Answer: A rule of thumb or strategy that guides the search to likely solutions, reducing search time.
Explanation:Heuristics allow informed search algorithms to estimate the distance to the goal, allowing them to prioritize promising paths.
Incorrect! Try again.
39Which category of AI deals with the physical interaction of machines with the world (sensors and effectors)?
A.Robotics
B.Expert Systems
C.Data Mining
D.Cloud Computing
Correct Answer: Robotics
Explanation:Robotics integrates AI with mechanical engineering to allow machines to perceive and manipulate the physical world.
Incorrect! Try again.
40In a Dynamic environment:
A.The environment can change while the agent is deliberating.
B.The environment only changes when the agent acts.
C.The environment is static and unchanging.
D.Time is not a factor.
Correct Answer: The environment can change while the agent is deliberating.
Explanation:Examples include driving (other cars move while you think) or real-time strategy games, as opposed to static environments like a crossword puzzle.
Incorrect! Try again.
41The concept of Singularity in AI refers to:
A.A single line of code that solves all problems.
B.A hypothetical point in time when AI growth becomes uncontrollable and irreversible, resulting in powerful superintelligence.
C.The use of a single GPU for training.
D.An error in a mathematical calculation.
Correct Answer: A hypothetical point in time when AI growth becomes uncontrollable and irreversible, resulting in powerful superintelligence.
Explanation:Technological Singularity is a futurist hypothesis regarding the emergence of superintelligence that surpasses human control.
Incorrect! Try again.
42Which of the following is NOT a typical step in a modern AI workflow?
A.Data Collection
B.Model Training
C.Manual Calculation of weights by hand
D.Model Deployment
Correct Answer: Manual Calculation of weights by hand
Explanation:Modern AI relies on algorithms (like backpropagation) to adjust weights automatically; doing this by hand is impossible for large models.
Incorrect! Try again.
43An algorithm is said to be Complete if:
A.It always finds a solution if one exists.
B.It finds the lowest cost solution.
C.It uses the least amount of memory.
D.It finishes in under 1 second.
Correct Answer: It always finds a solution if one exists.
Explanation:Completeness is a property of search algorithms ensuring that if a solution exists in the state space, the algorithm will eventually find it.
Incorrect! Try again.
44The Branching Factor in a search tree refers to:
A.The depth of the tree.
B.The average number of successors (children) of a node.
C.The cost of the path.
D.The number of goal states.
Correct Answer: The average number of successors (children) of a node.
Explanation:The branching factor () determines how wide the tree grows at every step and significantly impacts the time and space complexity ().
Incorrect! Try again.
45Which Python library is widely used for data manipulation and analysis, forming the backbone of data-centric AI tasks?
A.Pandas
B.Flask
C.PyGame
D.React
Correct Answer: Pandas
Explanation:Pandas provides data structures like DataFrames, essential for cleaning and organizing data before feeding it into AI models.
Incorrect! Try again.
46What is the primary difference between Classification and Regression?