LogIn
I don't have account.

Practice artificial-intelligence Quizzes

Master artificial-intelligence with simple, engaging quizzes designed to make learning fun and productive. Whether preparing for exams or revising core concepts, these quizzes offer instant results, clear explanations and a structured way to build confidence and strengthen your foundation.

Explore All artificial-intelligence Quizzes

Learn artificial-intelligence step by step with interactive quizzes designed for beginners and learners revising key concepts. Build a strong foundation with clear, structured practice in artificial-intelligence.
Question 1
What is the primary goal of Artificial Intelligence?
1
To create systems that require human input to operate
2
To replace all jobs currently performed by humans
3
To develop systems that simulate human intelligence processes
4
To enhance computer processing speeds
Question 2
What is the difference between Narrow AI and General AI?
1
General AI is currently in widespread use
2
Narrow AI performs specific tasks
3
General AI performs specific tasks
4
Narrow AI has the capability to perform any intellectual task
Question 3
Which of the following best describes Narrow AI?
1
It can perform any intellectual task that humans can.
2
It has human-like reasoning and understanding.
3
It can learn and adapt like a human.
4
It is designed to perform specific tasks.
Question 4
Which of the following is a characteristic of General AI?
1
It can not learn and adapt.
2
It is capable of solving problems outside its pre-programmed tasks.
3
It is widely used in real-world applications.
4
It can only perform one specific task.
Question 5
Which of the following is an example of Narrow AI?
1
An AI that can think and reason like a human
2
A machine that can understand and process all human languages
3
An AI system that can play chess at a world-class level
4
A robot that can clean your house autonomously
Question 6
What is supervised learning?
1
A method that requires no human interaction
2
Learning with labeled data
3
Learning without labeled data
4
A method where machines learn by trial and error
Question 7
Which statement best differentiates Narrow AI and General AI?
1
Narrow AI can only be used for games, while General AI is used for real-world applications.
2
General AI can solve specific problems, while Narrow AI can solve any intellectual problem.
3
General AI is currently widely used, whereas Narrow AI is still theoretical.
4
Narrow AI is designed for a specific task, while General AI can handle any task like a human.
Question 8
In which year was the term "Artificial Intelligence" first coined?
1
1956
2
1945
3
1960
4
1995
Question 9
Which of the following is NOT a type of AI as defined by capabilities?
1
Narrow AI
2
General AI
3
Super AI
4
Supervised AI
Question 10
Which of the following is an example of General AI?
1
IBM's Watson
2
Siri
3
Google's AlphaGo
4
None of the above
Question 11
In Python, which library is commonly used for AI tasks such as Natural Language Processing (NLP)?
1
NumPy
2
SciPy
3
NLTK
4
Pandas
Question 12
Your AI system is making decisions based on incorrect historical data. What is the most likely cause?
1
Overfitting
2
Data bias
3
Algorithm complexity
4
Lack of data
Question 13
What is the first step in the problem-solving process in AI?
1
Develop an algorithm
2
Define the problem
3
Test the solution
4
Implement the solution
Question 14
Which AI technique involves breaking down a problem into smaller sub-problems?
1
Greedy algorithm
2
Depth-first search
3
Divide and conquer
4
Heuristic search
Question 15
What is the primary purpose of using a search algorithm in AI problem-solving?
1
To enhance the graphical display of the system
2
To systematically explore possible actions to reach a goal
3
To store large datasets efficiently
4
To randomly select possible solutions
Question 16
Which of the following is a disadvantage of using brute force search in AI?
1
It is not guaranteed to find a solution
2
It is computationally expensive
3
It only works for small datasets
4
It requires domain-specific knowledge
Question 17
What role does backtracking play in AI problem-solving?
1
It is used to store solutions
2
It simplifies the problem
3
It guarantees finding the optimal solution
4
It avoids revisiting already explored paths
Question 18
Which Python library can be used to visualize search algorithms applied to a problem?
1
matplotlib
2
Pandas
3
TensorFlow
4
Scikit-learn
Question 19
Which of the following would be considered an ethical concern in AI?
1
Low generalization error
2
Black-box model interpretation
3
High-dimensional feature extraction
4
Algorithmic bias in decision-making
Question 20
What is "catastrophic forgetting" in the context of neural networks?
1
Forgetting old knowledge when learning new information
2
Loss of weights due to vanishing gradients
3
Model convergence to a suboptimal solution
4
Overfitting to noise in training data
Question 21
The name of the Artificial Intelligence system developed by Daniel Bobrow was?
1
BACON
2
SIMD
3
STUDENT
4
None of the above
Question 22
Which of the following are appropriate levels for a knowledge-based AI agent?
1
Knowledge Level
2
Logical Level
3
Implementation Level
4
All of the above
Question 23
Which of the following are informed search methods?
1
Best First Search
2
A* Search
3
Memory Bound Heuristic Search
4
All of the above
Question 24
Which of the following are valid 3D image processing techniques?
1
Motion
2
Texture
3
Contour
4
All of the above
Question 25
Which of the following is not an application of artificial intelligence?
1
Database Management System
2
Computer Vision
3
Natural Language Processing
4
Digital Assistants
Question 26
Which of the following is the common language for Artificial Intelligence?
1
Java
2
Python
3
Lisp
4
C#
Question 27
Which of the following search method takes less memory space?
1
Depth First Search
2
Optimal Search
3
Linear Search
4
Best First Search
Question 28
Which of the following symbols in AI are logical symbols?
1
Negation
2
Conjunction
3
Implication
4
All of the above
Question 29
What is the primary purpose of a loss function in machine learning?
1
To visualize the training process
2
To increase dataset size
3
To optimize hyperparameters
4
To measure how well a model is performing
Question 30
How would you implement the A* search algorithm for pathfinding in a graph?
1
Use a simple list to store nodes
2
Use recursion to explore all paths
3
Use a stack to store nodes
4
Use a priority queue to store nodes