A. To store data more efficiently
B. To enable computers to learn from data and make predictions
C. To generate new hardware configurations
D. To replace all traditional software
Correct Answer: B. To enable computers to learn from data and make predictions
Rationale:
Machine learning (ML) allows computers to automatically learn patterns from data and use
them to make predictions or decisions without explicit programming. It’s the backbone of
modern AI systems, used in tasks like image recognition, recommendations, and natural
language processing.
2. Which of the following best defines an AI model?
A. A framework for storing large datasets
B. A graphical interface for user interaction
C. A program that makes predictions or decisions based on input data
D. A device for accelerating computation
Correct Answer: C. A program that makes predictions or decisions based on input data
Rationale:
An AI model is the trained algorithm that interprets input data to produce meaningful
predictions or classifications. For example, a spam filter model predicts whether an email is
spam or not based on patterns it learned during training.
3. What is the key feature of supervised learning?
A. It learns from feedback using rewards or penalties
B. It finds patterns in unlabeled data
C. It uses labeled data for training
D. It randomly generates outputs
, Correct Answer: C. It uses labeled data for training
Rationale:
In supervised learning, the algorithm is trained on a labeled dataset, meaning each input
example is paired with the correct output. The system learns to map inputs to outputs accurately
common in image classification, fraud detection, and regression analysis.
4. How does unsupervised learning differ from supervised learning?
A. It requires external feedback
B. It only processes audio data
C. It finds patterns in data without labeled outputs
D. It deletes irrelevant features
Correct Answer: C. It finds patterns in data without labeled outputs
Rationale:
Unsupervised learning deals with unlabeled data it identifies hidden patterns or relationships
within data without predefined outcomes. It’s often used in clustering (e.g., customer
segmentation) and dimensionality reduction (e.g., data compression).
5. What distinguishes reinforcement learning from other types of machine learning?
A. It uses only supervised data
B. It operates without any feedback mechanism
C. It learns through interaction with an environment via rewards or penalties
D. It processes data in batches only
Correct Answer: C. It learns through interaction with an environment via rewards or
penalties
Rationale:
Reinforcement learning (RL) involves an agent interacting with an environment and learning
from the consequences of its actions through rewards or penalties. This trial-and-error process
enables the system to optimize future behavior similar to how humans learn from experience.
6. Which statement best describes a neural network?
A. A collection of statistical graphs
B. A simulation of biological neurons used to recognize patterns
C. A cloud-based file storage system
D. A CPU-based operating system interface
, Correct Answer: B. A simulation of biological neurons used to recognize patterns
Rationale:
A neural network is inspired by the structure of the human brain. It consists of interconnected
nodes (neurons) that process information through weighted connections. Neural networks are
especially effective in detecting complex patterns in images, sounds, and text.
7. What happens during the training of a neural network?
A. Data is compressed into static files
B. The connections between neurons (weights) are adjusted based on input-output patterns
C. The system updates its operating system
D. The processor is replaced
Correct Answer: B. The connections between neurons (weights) are adjusted based on
input-output patterns
Rationale:
During training, the network compares its predictions with the actual outcomes and updates
connection weights using optimization algorithms (like gradient descent). This iterative process
minimizes errors, allowing the model to make more accurate predictions over time.
8. Which AI technique is best for tasks like image recognition and natural language
processing?
A. Genetic algorithms
B. Symbolic logic
C. Deep learning
D. Classical programming
Correct Answer: C. Deep learning
Rationale:
Deep learning, a subset of machine learning using multi-layered neural networks, excels at
processing unstructured data such as images, audio, and text. Its layered architecture allows
automatic feature extraction and high accuracy in complex tasks like speech recognition,
translation, and computer vision.
9. What is the purpose of deep learning models?
A. To randomly sample data
B. To manually code decision trees