Question 09
What is the relationship between AI, machine learning, and deep learning?
A They are three completely unrelated technologies
B AI is the broadest concept, machine learning is a subset of AI, and deep learning is a subset of machine learning ✅
C Deep learning is the broadest, followed by AI, then machine learning
D Machine learning and deep learning are the exact same thing
💡 ExplanationThink of nested circles — AI is the largest umbrella, machine learning lives inside it, and deep learning is a specialized subset using neural networks.
Question 10
Which of the following best describes how generative AI differs from traditional software?
A Traditional software learns and improves on its own over time
B Generative AI follows only pre-written fixed rules
C Generative AI creates new original content based on learned patterns, while traditional software follows fixed instructions ✅
D There is no real meaningful difference between them
🎯
Bonus Round — Advanced Practice MCQs
10 extra questions covering deeper AI concepts for final exam mastery
Question 11
What is the difference between Artificial Intelligence and Machine Learning?
AThey are two completely different and unrelated fields of study
BAI is the broader field of making machines intelligent while Machine Learning is a specific approach within AI where systems learn from data ✅
CMachine Learning is the broader concept and AI is a subset of it
DAI and Machine Learning are exactly the same thing with different names
💡 ExplanationThink of AI as the goal — making machines that can think and act intelligently. Machine Learning is one of the main techniques used to achieve that goal by training models on data. Not all AI uses machine learning — some AI uses rule-based systems or search algorithms instead.
Question 12
What does it mean to say an AI model is “biased”?
AThe model always gives incorrect answers regardless of the input
BThe model runs too slowly due to insufficient computing power
CThe model produces unfair or skewed outputs that systematically favor or disadvantage certain groups due to patterns in its training data ✅
DThe model has been programmed to prefer certain users over others
💡 ExplanationAI bias typically originates from training data that reflects existing societal inequalities. For example a hiring model trained on historical data may systematically rank certain demographics lower — not because of deliberate programming but because of patterns present in the data it learned from.
Question 13
Which of the following best describes a “neural network” in AI?
AA physical network of computers linked together to form a supercomputer
BA computing system loosely inspired by the structure of the human brain — consisting of layers of interconnected nodes that process and learn from data ✅
CA social network used exclusively by AI researchers to share discoveries
DA type of database that stores information in a networked tree structure
💡 ExplanationNeural networks are the foundation of deep learning. They consist of an input layer, one or more hidden layers, and an output layer — each containing nodes that transform data mathematically. The more hidden layers a network has the “deeper” it is — hence the term “deep learning.”
Question 14
What is the purpose of a “system prompt” when using AI tools like Gemini?
AA notification sent to the user’s phone when the AI finishes generating
BBackground instructions given to the AI at the start of a session to set its persona, tone, rules, and context before any user conversation begins ✅
CThe first message a user types when starting a new chat session
DA technical command that reboots the AI model when it crashes
💡 ExplanationSystem prompts are hidden instructions that shape how an AI tool behaves across an entire session. Developers use them to define the AI’s role, set boundaries on topics, specify output formats, and establish the overall personality — all before the user types their first message.
Question 15
What is “transfer learning” in machine learning?
AMoving a trained model from one computer server to another
BTransferring training data from one dataset to another database
CReusing a model that was trained on one task as the starting point for training a new model on a different but related task ✅
DSharing a trained model with another organization for free usage
💡 ExplanationTransfer learning dramatically reduces training time and data requirements. For example a model pre-trained on millions of general images can be fine-tuned on a small set of medical scans to detect diseases — leveraging the existing knowledge rather than starting from scratch.
Question 16
How can businesses use AI responsibly when making decisions that affect people?
AAllow AI to make all final decisions autonomously without human involvement
BHide how the AI system works from customers to avoid questions
CEnsure AI outputs are regularly audited for fairness, maintain human oversight in decision-making, and provide clear explanations for AI-driven decisions ✅
DUse AI only for internal tasks and never for customer-facing decisions
💡 ExplanationResponsible AI in business means combining the speed of AI with the accountability of humans. Regular audits check for bias and accuracy. Human-in-the-loop processes ensure that high-stakes decisions — like loan approvals or medical diagnoses — always have a human reviewing the AI’s recommendation.
Question 17
What does “multimodal AI” mean?
AAn AI model that only works in multiple countries simultaneously
BAn AI model that can understand and generate multiple types of content such as text, images, audio, and video within a single system ✅
CA training technique that uses multiple datasets from different sources
DAn AI tool that supports multiple programming languages simultaneously
💡 ExplanationGoogle’s Gemini is an example of a multimodal AI — it can read and analyze images, understand spoken audio, interpret video, and generate text all within one unified model. Multimodal AI is a major advancement over single-mode models that only handle text or images separately.
Question 18
What is a “foundation model” in the context of modern AI?
AA beginner AI course that teaches the basics of machine learning
BThe first version of any AI model before it receives updates
CA large AI model trained on broad data at scale that can be adapted to a wide range of downstream tasks through fine-tuning or prompting ✅
DAn AI model designed specifically for foundation-level academic research
💡 ExplanationFoundation models like Google Gemini and GPT-4 are trained on enormous datasets using massive computing resources. Once trained they serve as a foundation that can be adapted for countless specialized tasks — from customer service chatbots to medical diagnosis tools — at a fraction of the cost of training from scratch.
Question 19
In AI terminology what does “inference” mean?
AThe process of collecting and labeling data before model training begins
BUsing a trained AI model to generate predictions or outputs on new real-world data — this is when the model is actually put to work ✅
CThe mathematical process of adjusting model weights during training
DEvaluating competing AI models to choose the best performing one
💡 ExplanationTraining and inference are the two main phases of an AI model’s life. Training is where learning happens — expensive and time-consuming. Inference is the production phase where the trained model generates responses to real user inputs — this is what happens every time you type a message to Gemini or ChatGPT.
Question 20
What is the best way to verify whether information generated by an AI tool is accurate?
ATrust it completely because AI tools are trained on accurate information
BAsk the AI tool the same question multiple times and trust the most common answer
COnly use AI tools that have internet access as they are always accurate
DCross-check the AI’s output against trusted primary sources such as official websites, peer-reviewed research, or verified expert publications ✅
💡 ExplanationAI tools can generate hallucinations — confident-sounding information that is factually incorrect. The only reliable way to verify AI output is to check it against authoritative primary sources. This critical thinking skill is one of the most important takeaways from the Google AI Essentials course.
💡 ExplanationTraditional software does exactly what it is coded to do. Generative AI produces unique outputs it was never explicitly programmed to create — making it fundamentally different.
Leave a Comment