1What is the correct relationship between Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL)?
A.AI is a subset of ML, which is a subset of DL.
B.DL is a subset of ML, which is a subset of AI.
C.ML is a subset of AI, which is a subset of DL.
D.AI, ML, and DL are three distinct fields with no overlap.
Correct Answer: DL is a subset of ML, which is a subset of AI.
Explanation:Artificial Intelligence is the broad umbrella. Machine Learning is a subset of AI that focuses on data learning techniques. Deep Learning is a specialized subset of ML involving neural networks.
Incorrect! Try again.
2Which component of an Expert System acts as the reasoning engine to derive conclusions?
A.User Interface
B.Knowledge Base
C.Inference Engine
D.Explanation Facility
Correct Answer: Inference Engine
Explanation:The Inference Engine applies logical rules to the knowledge base and deduced facts to solve problems or derive new information.
Incorrect! Try again.
3In Fuzzy Logic, unlike Boolean logic where a value is either 0 or 1, truth values range between:
A. and $1$
B.$0$ and $1$ (inclusive)
C.$1$ and $10$
D. and
Correct Answer: $0$ and $1$ (inclusive)
Explanation:Fuzzy logic allows for degrees of truth, represented by any real number in the interval , allowing for concepts like "partially true".
Incorrect! Try again.
4Which technology overlays digital information, such as images or data, onto the user's view of the real world?
A.Virtual Reality (VR)
B.Augmented Reality (AR)
C.Deep Learning
D.Cloud Computing
Correct Answer: Augmented Reality (AR)
Explanation:Augmented Reality (AR) enhances the real world by superimposing digital content over it, unlike VR which creates a completely immersive digital environment.
Incorrect! Try again.
5Which field of AI focuses on the interaction between computers and human language, enabling machines to understand and respond to text?
A.Computer Vision
B.Robotics
C.Natural Language Processing (NLP)
D.Fuzzy Logic
Correct Answer: Natural Language Processing (NLP)
Explanation:NLP deals with the interaction between computers and humans using natural language, covering tasks like translation, sentiment analysis, and speech recognition.
Incorrect! Try again.
6How is AI primarily used in the field of Agriculture?
A.Creating genetically modified seeds only.
B.Replacing all human labor with androids.
C.Precision farming, crop disease detection, and yield prediction.
D.Marketing produce to international buyers.
Correct Answer: Precision farming, crop disease detection, and yield prediction.
Explanation:AI in agriculture is used for analyzing soil data, detecting pests/diseases via image recognition, and optimizing resources (precision farming).
Incorrect! Try again.
7Which of the following is a primary application of AI in Social Media Monitoring?
A.Increasing internet speed.
B.Hardware manufacturing.
C.Sentiment analysis and content moderation.
D.Building server farms.
Correct Answer: Sentiment analysis and content moderation.
Explanation:AI algorithms analyze vast amounts of social media data to determine public sentiment, recommend content, and filter out hate speech or fake news.
Incorrect! Try again.
8Google Translator relies heavily on which AI technique to convert text from one language to another?
A.Neural Machine Translation (NMT)
B.Genetic Algorithms
C.Expert Systems
D.Linear Regression
Correct Answer: Neural Machine Translation (NMT)
Explanation:Modern Google Translate uses Neural Machine Translation, a deep learning approach that translates whole sentences at a time rather than piece-by-piece.
Incorrect! Try again.
9Which technology allows a Driverless Car to 'see' and map its surroundings using laser pulses?
A.Sonar
B.LiDAR (Light Detection and Ranging)
C.GPS
D.Bluetooth
Correct Answer: LiDAR (Light Detection and Ranging)
Explanation:LiDAR uses laser pulses to generate precise 3D maps of the car's environment, crucial for obstacle detection and navigation.
Incorrect! Try again.
10ALEXA and Siri are examples of:
A.Industrial Robots
B.Intelligent Virtual Assistants
C.Operating Systems
D.Fuzzy Controllers
Correct Answer: Intelligent Virtual Assistants
Explanation:They are voice-activated virtual assistants that use NLP and AI to perform tasks, answer questions, and control devices.
Incorrect! Try again.
11What architecture is ChatGPT based on?
A.Decision Trees
B.Transformer Architecture
C.Support Vector Machines
D.K-Nearest Neighbors
Correct Answer: Transformer Architecture
Explanation:ChatGPT stands for 'Chat Generative Pre-trained Transformer'. It relies on the Transformer architecture which excels at handling sequential data like text.
Incorrect! Try again.
12Which of the following is a key skill required for a Machine Learning Engineer?
A.Hardware assembly
B.Network cabling
C.Statistics and Probability
D.Graphic Design
Correct Answer: Statistics and Probability
Explanation:Understanding mathematical concepts like statistics, probability, linear algebra, and calculus is fundamental to designing and optimizing ML algorithms.
Incorrect! Try again.
13What is the 'Knowledge Base' in an Expert System?
A.The hardware processor.
B.A repository of facts and rules about a specific domain.
C.The user interface screen.
D.The internet connection.
Correct Answer: A repository of facts and rules about a specific domain.
Explanation:The knowledge base contains the specific, high-quality knowledge (facts and if-then rules) extracted from human experts.
Incorrect! Try again.
14Which programming language is most widely used for implementing AI and ML due to its extensive library support (e.g., TensorFlow, PyTorch)?
A.HTML
B.Python
C.SQL
D.PHP
Correct Answer: Python
Explanation:Python is the dominant language in AI/ML because of its simplicity and powerful libraries like NumPy, Pandas, Scikit-learn, TensorFlow, and PyTorch.
Incorrect! Try again.
15In the context of Machine Learning, what is 'Supervised Learning'?
A.Learning without any data.
B.Learning where the model is trained on labeled data.
C.Learning where the model finds patterns in unlabeled data.
D.Learning exclusively through trial and error.
Correct Answer: Learning where the model is trained on labeled data.
Explanation:Supervised learning involves feeding the algorithm input-output pairs (labeled data) so it can learn to map inputs to the correct outputs.
Incorrect! Try again.
16Deep Learning is distinct from traditional Machine Learning because it utilizes:
A.If-Then rules only
B.Small datasets
C.Artificial Neural Networks with many layers
D.Manual data entry
Correct Answer: Artificial Neural Networks with many layers
Explanation:Deep Learning uses multi-layered (deep) neural networks to automatically learn hierarchical representations of data.
Incorrect! Try again.
17Which AI application in healthcare helps in interpreting X-rays, CT scans, and MRIs?
A.Medical Billing Automation
B.Medical Imaging Analysis
C.Patient Scheduling
D.Telemedicine
Correct Answer: Medical Imaging Analysis
Explanation:AI, specifically Computer Vision, is used to analyze medical images to detect anomalies like tumors or fractures with high accuracy.
Incorrect! Try again.
18What is the primary function of a 'Wake Word' (e.g., 'Hey Siri', 'Alexa')?
A.To shut down the device.
B.To activate the device's listening mode for commands.
C.To connect to the internet.
D.To update the software.
Correct Answer: To activate the device's listening mode for commands.
Explanation:The wake word triggers the device to switch from a low-power passive monitoring state to an active state where it records and processes the user's voice.
Incorrect! Try again.
19Which of the following is a current trend in AI?
A.Reduced reliance on data.
B.Generative AI (creating new content like images/text).
C.Moving away from neural networks.
D.Strictly hardware-based AI.
Correct Answer: Generative AI (creating new content like images/text).
Explanation:Generative AI (like ChatGPT, Midjourney) is a major trend, enabling machines to create new content rather than just analyzing existing data.
Incorrect! Try again.
20What is the 'Turing Test' designed to evaluate?
A.The speed of a processor.
B.The battery life of a robot.
C.A machine's ability to exhibit intelligent behavior equivalent to a human.
D.The accuracy of a calculator.
Correct Answer: A machine's ability to exhibit intelligent behavior equivalent to a human.
Explanation:Proposed by Alan Turing, it tests whether a machine can converse in a way that is indistinguishable from a human to a human evaluator.
Incorrect! Try again.
21Which library is commonly used in Python for data manipulation and analysis, often a precursor to ML tasks?
A.Pandas
B.React
C.jQuery
D.Flask
Correct Answer: Pandas
Explanation:Pandas is a foundational Python library providing data structures (like DataFrames) for efficient data manipulation and analysis.
Incorrect! Try again.
22In the context of AI job roles, what does a 'Data Scientist' primarily do?
A.Repairs computer hardware.
B.Extracts insights from data using statistical methods and ML.
C.Designs graphical user interfaces.
D.Manages social media accounts manually.
Correct Answer: Extracts insights from data using statistical methods and ML.
Explanation:Data Scientists analyze complex datasets to identify trends, build models, and provide actionable insights to solve business problems.
Incorrect! Try again.
23Which of the following is an example of Unsupervised Learning?
A.Spam email filtering (labeled spam/not spam).
B.Clustering customers based on purchasing behavior.
C.Predicting house prices based on historical sales.
D.Face recognition using labeled photos.
Correct Answer: Clustering customers based on purchasing behavior.
Explanation:Clustering is an unsupervised technique where the algorithm groups data points based on similarities without pre-existing labels.
Incorrect! Try again.
24What is 'Computer Vision'?
A.A monitor display technology.
B.The ability of a computer to 'see' and interpret visual data from the world.
C.Glasses for computer users.
D.A graphics card brand.
Correct Answer: The ability of a computer to 'see' and interpret visual data from the world.
Explanation:Computer Vision is the field of AI that enables computers to derive meaningful information from digital images, videos, and other visual inputs.
Incorrect! Try again.
25Which of the following describes 'Reinforcement Learning'?
A.Learning by reading books.
B.Learning through a system of rewards and penalties.
C.Learning by memorizing a database.
D.Learning by watching videos.
Correct Answer: Learning through a system of rewards and penalties.
Explanation:Reinforcement Learning involves an agent learning to make decisions by performing actions and receiving feedback (rewards or penalties) from the environment.
Incorrect! Try again.
26Which term refers to the bias present in AI systems due to prejudiced training data?
A.Algorithmic Speed
B.AI Bias
C.Machine Accuracy
D.Data Compression
Correct Answer: AI Bias
Explanation:AI Bias occurs when an algorithm produces systematically prejudiced results due to erroneous or unrepresentative assumptions in the machine learning process (training data).
Incorrect! Try again.
27What is the mathematical structure that mimics the human brain in Deep Learning called?
A.Decision Forest
B.Artificial Neural Network (ANN)
C.Logic Gate
D.Database Schema
Correct Answer: Artificial Neural Network (ANN)
Explanation:ANNs are computing systems inspired by the biological neural networks that constitute animal brains, consisting of interconnected nodes (neurons).
Incorrect! Try again.
28Which AI technique helps Netflix or Spotify suggest movies or music you might like?
A.Recommendation Systems
B.Robotic Process Automation
C.Augmented Reality
D.Blockchain
Correct Answer: Recommendation Systems
Explanation:Recommendation systems (or engines) are a class of machine learning algorithms that predict user preference for an item.
Incorrect! Try again.
29In a Driverless Car, what is the role of the 'Control System'?
A.To play music.
B.To execute physical actions like steering, braking, and accelerating.
C.To store passenger data.
D.To display ads.
Correct Answer: To execute physical actions like steering, braking, and accelerating.
Explanation:After the sensors perceive the environment and the AI plans the path, the control system sends commands to the vehicle's actuators to move the car.
Incorrect! Try again.
30The process of checking a Machine Learning model's performance on data it has never seen before is called:
A.Training
B.Testing/Validation
C.Data Cleaning
D.Programming
Correct Answer: Testing/Validation
Explanation:Testing validates the model's accuracy and ability to generalize to new, unseen data.
Incorrect! Try again.
31Which of these is NOT a typical application of NLP?
A.Chatbots
B.Language Translation
C.Image Compression
D.Speech Recognition
Correct Answer: Image Compression
Explanation:Image compression deals with visual data (pixels), whereas NLP deals with natural language (text/audio).
Incorrect! Try again.
32What is 'Overfitting' in Machine Learning?
A.When the model fits the training data too well but fails on new data.
B.When the hardware gets too hot.
C.When the dataset is too small.
D.When the model is too simple to capture patterns.
Correct Answer: When the model fits the training data too well but fails on new data.
Explanation:Overfitting happens when a model learns the noise and details of the training data to the extent that it negatively impacts the performance on new data.
Incorrect! Try again.
33Which mathematical concept is essential for calculating the error rate in Neural Networks?
A.Geometry
B.Calculus (Gradient Descent)
C.Trigonometry
D.Number Theory
Correct Answer: Calculus (Gradient Descent)
Explanation:Calculus, specifically derivatives and gradient descent, is used to minimize the loss function (error) during the training of neural networks.
Incorrect! Try again.
34What is the primary goal of an 'AI Ethics' framework?
A.To make AI run faster.
B.To ensure AI is developed and used responsibly, fairly, and safely.
C.To ban all AI development.
D.To maximize profits only.
Correct Answer: To ensure AI is developed and used responsibly, fairly, and safely.
Explanation:AI Ethics focuses on moral implications, ensuring fairness, transparency, privacy, and safety in AI deployment.
Incorrect! Try again.
35Which industry uses AI for 'High-Frequency Trading'?
A.Healthcare
B.Finance
C.Agriculture
D.Construction
Correct Answer: Finance
Explanation:The finance sector uses AI algorithms to execute stock trades at speeds and volumes that humans cannot match.
Incorrect! Try again.
36A system that uses fuzzy logic to control the temperature of an air conditioner is an example of:
A.Control System
B.Social Media Bot
C.Generative AI
D.Data Mining
Correct Answer: Control System
Explanation:Fuzzy logic is widely used in control systems (like ACs, washing machines) to handle variable inputs smoothly.
Incorrect! Try again.
37Which Python library is specifically designed for Deep Learning and developed by Google?
A.Matplotlib
B.TensorFlow
C.OpenCV
D.Requests
Correct Answer: TensorFlow
Explanation:TensorFlow is an open-source library developed by Google Brain for deep learning and machine learning applications.
Incorrect! Try again.
38What distinguishes 'Weak AI' (Narrow AI) from 'Strong AI' (AGI)?
A.Weak AI needs electricity; Strong AI does not.
B.Weak AI is designed for a specific task; Strong AI has human-level general intelligence.
C.Weak AI is older; Strong AI is newer.
D.There is no difference.
Correct Answer: Weak AI is designed for a specific task; Strong AI has human-level general intelligence.
Explanation:Current AI (Siri, chess bots) is Weak/Narrow AI, capable of specific tasks. Strong AI (AGI) is a theoretical future AI with human-like cognitive abilities across any domain.
Incorrect! Try again.
39In the context of 'Big Data' and AI, what does 'Volume' refer to?
A.The loudness of the speakers.
B.The sheer amount of data generated.
C.The reliability of data.
D.The speed of data processing.
Correct Answer: The sheer amount of data generated.
Explanation:Volume is one of the Vs of Big Data, referring to the massive quantity of data that is required to train accurate AI models.
Incorrect! Try again.
40Which technique allows Pokemon Go to place a Pokemon character on your living room floor via your phone screen?
A.Virtual Reality
B.Augmented Reality
C.Holography
D.3D Printing
Correct Answer: Augmented Reality
Explanation:This is a classic example of Augmented Reality, using the camera to view the real world and the screen to overlay the digital character.
Incorrect! Try again.
41What is the role of 'Training Data' in machine learning?
A.To test the final model.
B.To teach the model to recognize patterns.
C.To formatting the hard drive.
D.To write the code for the algorithm.
Correct Answer: To teach the model to recognize patterns.
Explanation:Training data is the input dataset used to train the algorithm, allowing it to adjust its internal parameters to learn the desired output.
Incorrect! Try again.
42Which of the following is an opportunity created by AI?
A.Complete elimination of all human jobs.
B.Automation of repetitive tasks allowing humans to focus on creativity.
C.Decreased efficiency in manufacturing.
D.Slower data processing.
Correct Answer: Automation of repetitive tasks allowing humans to focus on creativity.
Explanation:AI handles mundane, repetitive, and dangerous tasks, freeing up human workers to focus on higher-value, creative, and strategic work.
Incorrect! Try again.
43What is a 'Chatbot'?
A.A robot that walks.
B.A software application used to conduct an on-line chat conversation.
C.A hardware component in a server.
D.A type of computer virus.
Correct Answer: A software application used to conduct an on-line chat conversation.
Explanation:Chatbots are AI programs designed to simulate conversation with human users, often used in customer service.
Incorrect! Try again.
44In a Neural Network, what is an 'Activation Function' (e.g., ReLU, Sigmoid)?
A.It turns the computer on.
B.It defines the output of a node given an input or set of inputs.
C.It deletes the data.
D.It connects the keyboard.
Correct Answer: It defines the output of a node given an input or set of inputs.
Explanation:Activation functions introduce non-linearity to the network, deciding whether a neuron should be activated (fire) or not.
Incorrect! Try again.
45Which of these is a popular cloud platform providing AI services?
A.Microsoft Word
B.Amazon Web Services (AWS)
C.Adobe Photoshop
D.VLC Media Player
Correct Answer: Amazon Web Services (AWS)
Explanation:AWS (along with Azure and Google Cloud) provides extensive cloud-based AI and ML services (like SageMaker) for developers.
Incorrect! Try again.
46What is 'Predictive Analytics'?
A.Looking at past data to guess what happened.
B.Using historical data and AI to forecast future outcomes.
C.Writing history books.
D.Analyzing live video feeds.
Correct Answer: Using historical data and AI to forecast future outcomes.
Explanation:Predictive analytics uses statistical algorithms and machine learning techniques to identify the likelihood of future outcomes based on historical data.
Incorrect! Try again.
47Which AI domain is responsible for enabling a robot to navigate a room without bumping into furniture?
A.Natural Language Processing
B.Speech Synthesis
C.Robotics and Computer Vision
D.Expert Systems
Correct Answer: Robotics and Computer Vision
Explanation:Robotics involves the physical movement, while Computer Vision (and sensors) provides the spatial awareness required for navigation.
Incorrect! Try again.
48What is the function of the 'Hidden Layers' in a Neural Network?
A.To hide data from the user.
B.To perform intermediate processing and feature extraction between input and output.
C.To encrypt the password.
D.To store the backup.
Correct Answer: To perform intermediate processing and feature extraction between input and output.
Explanation:Hidden layers are located between the input and output layers; they perform the complex mathematical transformations required to learn features.
Incorrect! Try again.
49Which soft skill is increasingly important for AI professionals to ensure systems are not harmful?
A.Typing speed
B.Critical Thinking and Ethics
C.Memorization
D.Public Speaking
Correct Answer: Critical Thinking and Ethics
Explanation:As AI impacts society, professionals must evaluate the ethical implications, potential biases, and societal impact of the systems they build.
Incorrect! Try again.
50What is the basic unit of a deep learning model?
A.Pixel
B.Neuron (Perceptron)
C.Bit
D.Electron
Correct Answer: Neuron (Perceptron)
Explanation:The artificial neuron (or perceptron) is the fundamental building block of neural networks, taking inputs, applying weights, and producing an output.