Computer Siksha

Class 9 Artificial Intelligence MCQ with Answer

Table of Contents

Introduction

Artificial Intelligence is one of the most important technologies in the modern world. Today, machines can learn from data, understand language, recognize images, and help people make better decisions. Because of this rapid growth, students must understand the basic concepts of AI from an early stage.
This page provides Class 9 Artificial Intelligence MCQ with Answer to help students practice important concepts such as the history of AI, domains of AI, human-machine interaction, AI ethics, and AI in daily life. These multiple-choice questions improve understanding, strengthen exam preparation, and help students learn how Artificial Intelligence is used in real-world applications.

Class 9 Artificial Intelligence MCQ with Answer

Section 1 — Foundations of Artificial Intelligence

ICT Skills & Introduction to AI

Q1: Identifying ICT Skills in Action

Q1

A student submits homework using Google Classroom. Which ICT skill is applied here?

💡 Explanation In short, digital communication is a core skill that connects learners and educators in the modern digital world.
Submitting homework through Google Classroom means using a digital platform for academic exchange. As a result, this activity demonstrates digital communication — one of the most essential ICT skills for students today. Furthermore, students who master digital communication are far better prepared for modern education and future workplaces.Submitting homework through Google Classroom means using a digital platform for academic exchange. As a result, this activity clearly shows digital communication — one of the most important ICT skills for students today.

Q2: Understanding Visual Perception

Q2

………… is the ability of the brain to interpret what we see with our eyes.

💡 Explanation In summary, Visual Perception is the human ability that AI replicates through Computer Vision technology.
Visual Perception is the brain’s process of understanding visual signals received from the eyes. Notably, this concept directly inspires Computer Vision in AI, where machines similarly process and analyse visual data. Consequently, understanding Visual Perception helps us see how human senses are mirrored in AI systems.Visual Perception is the brain’s process of understanding visual signals received from the eyes. Notably, this concept directly inspires Computer Vision in AI, where machines similarly process and analyse visual data to understand the world around them.

Assertion–Reason & AI Definitions

Q3: Assertion–Reason About AI and Drones

Q3

Assertion (A): A remote-controlled drone is an application of AI.
Reason (R): Artificial Intelligence is about making a machine intelligent.

💡 Explanation In other words, AI is designed to replicate intelligent decision-making, just as a drone does when navigating.
A drone uses intelligent systems to navigate and make real-time decisions, which is exactly what AI does. Therefore, (R) correctly explains (A), since making machines intelligent is the very foundation of Artificial Intelligence. Moreover, this example shows how AI concepts appear in everyday technology that we can see and interact with.A remote-controlled drone uses intelligent systems to navigate and make real-time decisions, which is exactly what AI does. Therefore, (R) correctly explains (A), since making machines intelligent is the very foundation of Artificial Intelligence.

Q4: The Field That Processes Images Like Humans

Q4

This field enables computers to identify and process images the same way humans do:

💡 Explanation In particular, students often confuse Face Recognition with Computer Vision, even though one is just a subset of the other.
Computer Vision is the AI field that allows machines to detect, interpret, and analyse visual information intelligently. Although Face Recognition is a popular application, it is only one specific use within the much broader domain of Computer Vision. Additionally, Computer Vision powers self-driving cars, medical imaging, and security systems used worldwide today.Computer Vision is the AI field that allows machines to detect, interpret, and analyse visual information. Although Face Recognition is a popular application, it is just one specific use within the much broader domain of Computer Vision.

Voice Assistants & AI Predictions

Q5: Voice Assistants as AI Applications

Q5

Voice assistants like Alexa are examples of:

💡 Explanation To illustrate, Alexa, Google Assistant, and Siri are all everyday examples of NLP-powered AI applications.
Voice assistants like Alexa rely on NLP and machine learning to understand and respond to spoken commands. As a result, they clearly qualify as AI applications that simulate human-like conversation through advanced language processing. Furthermore, these assistants improve over time because they continuously learn from new user interactions and feedback.Voice assistants like Alexa rely on NLP and machine learning to understand and respond to spoken commands. As a result, they clearly qualify as AI applications that simulate human-like conversation through advanced language processing.

Q6: How AI Makes Predictions About Data

Q6

AI algorithms use mathematical formulas to make ………… about future data.

💡 Explanation For example, weather apps use AI predictions daily to tell us whether to carry an umbrella tomorrow.
AI algorithms study patterns in historical data and then apply mathematical formulas to generate predictions about future outcomes. For instance, this process powers weather forecasting, stock analysis, and healthcare diagnosis in everyday life. Consequently, accurate predictions help organisations and individuals make smarter and more timely decisions.AI algorithms study patterns in historical data and then apply mathematical formulas to generate predictions about future outcomes. For instance, this process powers weather forecasting, stock analysis, and healthcare diagnosis in everyday life.

Python Basics & Generative AI

Q7: Python String Concatenation Output

Q7

What is the output of: print("AI" + "Class")?

💡 Explanation To summarise, string concatenation using + is a basic but essential Python programming concept for all beginners.
In Python, the + operator joins two strings end-to-end without adding any space between them. Therefore, "AI" + "Class" produces AIClass as a single merged string with no gap. Additionally, this operation is called string concatenation and is one of the most commonly used string operations in Python programming.In Python, the + operator joins two strings end-to-end without adding any space between them. Therefore, "AI" + "Class" produces AIClass as a single merged string with no gap in the result.

Q8: What Generative AI Cannot Produce

Q8

Which of the following is NOT a common output of Generative AI?

💡 Explanation In short, AI creates digital content only; it cannot produce physical objects through software alone.
Generative AI produces digital outputs such as text, images, and audio using deep learning models. However, manufacturing physical hardware requires real-world industrial processes that go entirely beyond what any digital AI system can create. Consequently, physical objects cannot be output by AI software — only digital content can be generated this way.Generative AI produces digital outputs such as text, images, and audio using deep learning models. However, manufacturing physical hardware requires real-world industrial processes that go entirely beyond what any digital AI system can create.

Data in AI & Chatbots

Q9: What Counts as Data in AI

Q9

What is data in AI?

💡 Explanation To conclude, high-quality, well-organised data is the most critical ingredient in building any successful AI system.
In AI, data includes facts (raw values), instructions (processing commands), and information (meaningful processed output). Accordingly, all three forms together represent what AI systems use and produce during their operation. Furthermore, without good quality data, even the most advanced AI models cannot make accurate or reliable predictions.In AI, data includes facts (raw values), instructions (processing commands), and information (meaningful processed output). Accordingly, all three forms together represent what AI systems use, process, and ultimately produce during their operation.

Q10: The Technology Behind Chatbots

Q10

Chatbots mainly work using:

💡 Explanation To summarise, NLP-powered chatbots are one of the most common and widely used AI tools in everyday life today.
Chatbots process user queries and generate conversational text responses primarily through NLP. In addition, advanced chatbots use machine learning to progressively improve their understanding with continued use. As a result, chatbots become more accurate and helpful over time as they encounter more real conversations.Chatbots process user queries and generate conversational text responses primarily through NLP. In addition, advanced chatbots use machine learning to progressively improve their understanding with continued use over time.

Data Science & Rock–Paper–Scissors

Q11: Rock-Paper-Scissors and Data Science

Q11

Statement 1: Rock, Paper, Scissors is an AI game based on data science.
Statement 2: The process of converting a raw dataset into valuable knowledge is known as Data Science.

💡 Explanation In summary, Data Science and AI games like Rock, Paper, Scissors both demonstrate how data leads to intelligent predictions.
Rock, Paper, Scissors collects player data to predict future moves, making it a data-science-based AI game. Likewise, Data Science is correctly defined as transforming raw datasets into valuable knowledge; thus, both statements are fully accurate. Moreover, both examples show how data science is used in practical, everyday applications that even students can explore and learn from.Rock, Paper, Scissors collects player data to predict future moves, making it a data-science-based game. Likewise, Data Science is correctly defined as transforming raw datasets into valuable knowledge; thus, both statements are fully accurate.

Q12: Key Component of Generative AI

Q12

Which of the following is a key component of Generative AI based on deep learning?

💡 Explanation To illustrate, GANs are used by artists, designers, and researchers to generate photorealistic images from scratch.
GANs use two competing neural networks — a generator and a discriminator — that train against each other simultaneously. As a result, the generator progressively creates more realistic synthetic images, audio, and video content with each training round. Furthermore, GANs are widely used to create deepfakes, generate art, and produce training data for other AI systems.GANs use two competing neural networks — a generator and a discriminator — that train against each other at the same time. As a result, the generator progressively creates more realistic synthetic images, audio, and video content with each training round.

True/False Classification & Training Data

Q13: True Positive in AI Classification

Q13

When both the predicted value and the actual value of an AI model are positive, it is called:

💡 Explanation In summary, a True Positive is the best possible outcome in classification — the AI is both confident and correct.
A True Positive occurs when the AI model correctly predicts a positive outcome that is also positive in reality. Consequently, this result signals a successful and accurate prediction — the ideal outcome in any AI classification task. Moreover, a high True Positive rate means the AI model is performing reliably and consistently on real-world data.A True Positive occurs when the AI model correctly predicts a positive outcome that is also positive in reality. Consequently, this result signals a successful and accurate prediction — the ideal outcome in any AI classification task.

Q14: Predicting Outcomes with Past Data

Q14

……………… is the domain of AI that predicts possible outcomes based on past data available.

💡 Explanation In short, Data Science is essential for turning the vast amounts of raw data we collect into useful, actionable insights.
Data Science uses historical datasets to build predictive models by identifying meaningful patterns and statistical trends. Furthermore, it powers important applications such as stock market forecasting, disease prediction, and real-time weather modelling. Therefore, Data Science is one of the most valuable domains of AI for solving real-world problems that affect people every day.Data Science uses historical datasets to build predictive models by identifying meaningful patterns and statistical trends. Furthermore, it powers important applications such as stock market forecasting, disease prediction, and real-time weather modelling.

Training Data & AI Domains

Q15: What Training Data Means in AI

Q15

The past data used by Artificial Intelligence to build AI models is known as ……………… data.

💡 Explanation To conclude, always prioritise collecting clean, diverse, and large training datasets before beginning any AI model build.
Training data is the historical dataset from which an AI model learns to recognise patterns and make accurate decisions. Notably, the quality and volume of this data directly determine how reliably the resulting AI model performs. Consequently, AI engineers spend a great deal of time collecting and cleaning training data before any model is built.Training data is the historical dataset from which an AI model learns to recognise patterns and make decisions. Notably, the quality and volume of this data directly determine how accurately and reliably the resulting AI model performs.

Q16: Computer Vision vs NLP — True or False

Q16

Computer Vision is the domain of AI that processes voice input and produces natural language voice output. (True / False)

💡 Explanation In summary, Computer Vision handles images while NLP handles language — these are two clearly distinct AI domains.
This statement is False — Computer Vision processes images and videos, not voice input. In contrast, NLP handles voice-based input and natural language output, since both domains serve completely separate functions within AI. Therefore, it is important not to confuse Computer Vision with NLP when studying the different domains of Artificial Intelligence.This statement is False — Computer Vision processes images and videos, not voice input. In contrast, NLP handles voice-based input and natural language output, since both domains serve completely separate functions within AI.

Virtual Assistants, SDGs & Humanoid Robots

Q17: Which AI Domain Powers Virtual Assistants

Q17

Virtual Assistants like Alexa, Siri, and Cortana are examples of the ……………… domain of AI.

💡 Explanation To illustrate, Alexa and Siri are real-world proof of how NLP can enable smooth, natural human-machine conversations.
Virtual assistants process spoken or typed language to respond in a conversational way, which is the defining function of NLP. Moreover, these assistants use machine learning to continuously improve their responses through repeated real-world interactions. As a result, they become more helpful and accurate with every conversation they complete over time.Virtual assistants process spoken or typed language to respond in a conversational way, which is the defining function of NLP. Moreover, they use machine learning to continuously improve their responses through repeated real-world interactions over time.

Q18: Adaptive Learning and the SDGs

Q18

The government proposes an AI-based adaptive learning platform to enhance learner efficiency. This initiative addresses which SDG?

💡 Explanation In summary, AI-powered adaptive learning is one of the most promising ways to deliver SDG 4 on a global scale.
Adaptive learning platforms personalise educational experiences for each student, thereby directly improving learning outcomes for all. Accordingly, this initiative supports SDG Goal 4 — Quality Education by making learning more inclusive and accessible. Furthermore, AI-powered platforms can reach students in remote areas who otherwise lack access to quality teaching resources and skilled educators.Adaptive learning platforms personalise educational experiences for each student, thereby directly improving learning outcomes. Accordingly, this initiative supports SDG Goal 4 — Quality Education by making learning more efficient, inclusive, and accessible for all.

Q19: Which AI Helps ROBO Speak 50 Languages

Q19

Mr. XYZ developed a humanoid robot “ROBO” that converses in 50 languages. Which AI technology helps ROBO converse with humans?

💡 Explanation In short, NLP is the key AI technology that allows robots like ROBO to communicate across language barriers worldwide.
NLP enables machines to understand and generate human language across many languages at the same time. Therefore, ROBO relies on NLP to bridge effective communication between humans and machines in all 50 supported languages. Additionally, multi-language NLP support makes AI robots more inclusive and useful for people from many different countries and cultural backgrounds.NLP enables machines to understand and generate human language across many languages at once. Therefore, ROBO relies on NLP to bridge effective communication between humans and machines in all 50 supported languages.

Chess-Robo & Machine Learning Improvement

Q20: How Chess-Robo Keeps Improving

Q20

Ravi initially defeats Chess-Robo, but over time Chess-Robo rarely loses. Which AI technology explains this improvement?

💡 Explanation To conclude, Chess-Robo is a perfect example of how data science and machine learning combine to create ever-improving AI.
Chess-Robo improves by analysing game outcomes through data science and machine learning algorithms continuously. Consequently, it extracts winning strategies from historical match data and becomes significantly stronger with every new game it plays. Moreover, this example clearly shows how machine learning allows AI to keep improving without any human programmer manually updating its rules.Chess-Robo improves by analysing game outcomes through data science and machine learning algorithms. Consequently, it extracts winning strategies from historical match data and becomes significantly stronger with every new game it plays.

Section 1 Result

✅ Correct: 0 ❌ Incorrect: 0 Score: 0/20

Section 2 — AI Applications, Ethics & Bias

Face Recognition & AI Project Cycle

Q21: Face Recognition and Machine Learning

Q21

Rohan builds a door-opening robot that recognises housemates’ faces. Initially it makes many mistakes, but after a year it performs very well. Which technology enabled this improvement?

💡 Explanation In short, Computer Vision with machine learning enables systems to get smarter with every image they analyse over time.
Computer Vision enables the robot to detect and learn facial features from visual data over time. Moreover, machine learning continuously refines recognition accuracy with every new face it processes during operation. As a result, the robot achieves greatly improved performance after a full year of real-world experience and repeated learning.Computer Vision enables the robot to detect and learn facial features from visual data over time. Moreover, machine learning continuously refines recognition accuracy with every new face it processes, resulting in greatly improved performance after a full year.

Q22: Correct Order of the AI Project Cycle

Q22

Choose the five stages of the AI Project Cycle in the correct order:

💡 Explanation To summarise, always follow the five-step AI Project Cycle in order to build AI models that are reliable and well-tested.
The AI Project Cycle always starts by defining the problem, then collecting data, exploring it, building the model, and finally evaluating results. Following this structured sequence ensures accurate and reliable outcomes throughout the entire project. Furthermore, skipping any step in this cycle typically leads to poor model performance and unreliable AI outputs that cannot be trusted.The AI Project Cycle always starts by defining the problem, then collecting data, exploring it, building the model, and finally evaluating results. Following this structured sequence ensures accurate, reproducible, and reliable outcomes throughout the entire project.

Training Data, AI History & Supervised Learning

Q23: Training Data — Its Definition and Role

Q23

Historical data used for an AI project is known as:

💡 Explanation In summary, training data is the foundation of every AI model — without it, no learning or prediction is possible.
Training data refers to past historical data from which an AI model learns during the building phase of the project. As a result, the richness and diversity of this dataset directly affect the model’s overall accuracy and ability to work well. Consequently, AI engineers must ensure that training data is balanced, representative, and free from errors before any model is built.Training data refers to past historical data from which an AI model learns during the building phase. As a result, the richness and diversity of this dataset directly affect the model’s overall accuracy and its ability to work well on new data.

Q24: Who Is the Father of AI

Q24

Who is the Father of AI?

💡 Explanation In short, John McCarthy’s work at Dartmouth in 1956 gave birth to the field of Artificial Intelligence as we know it.
John McCarthy coined the term “Artificial Intelligence” and organised the landmark Dartmouth Conference in 1956. Because of these contributions, he is widely regarded as the Father of AI and one of the most important computing pioneers. Furthermore, his work laid the foundation for all future research in machine learning, robotics, and intelligent systems we use today.John McCarthy coined the term “Artificial Intelligence” and organised the landmark Dartmouth Conference in 1956. Because of these contributions, he is widely regarded as the Father of AI and one of the most important pioneers in computing history.

Q25: Supervised Learning and Its Dataset Type

Q25

Which option correctly describes Supervised Learning?

💡 Explanation To summarise, supervised learning is the go-to approach whenever you have labelled data and a clear prediction task.
Supervised learning uses labelled datasets where both inputs and correct outputs are known in advance before training begins. Consequently, it handles regression (predicting numbers) and classification (predicting categories), making it the most widely applied machine learning approach. Moreover, common examples include email spam filters, image recognition systems, and house price prediction models.Supervised learning uses labelled datasets where both inputs and correct outputs are known in advance. Consequently, it handles regression (predicting numbers) and classification (predicting categories), making it the most widely applied machine learning approach today.

Column Match — AI Project Cycle Stages

Q26: Matching AI Project Cycle Stages

Q26

Match Column A with Column B:
1-Problem Scoping   2-Data Acquisition   3-Data Exploration   4-Modelling
A-Implement model   B-Interpret information   C-Collect data   D-Finalise aim

💡 Explanation In short, each stage of the AI Project Cycle has a clear purpose, and they must be completed in the correct sequence.
Problem Scoping finalises the aim (D), Data Acquisition collects data (C), Data Exploration interprets information (B), and Modelling implements the algorithm (A). Following this logical sequence ensures that each phase builds correctly on the previous one without any gaps. Furthermore, understanding this matching helps students confidently recall the AI Project Cycle in both theory and practical examination questions.Problem Scoping finalises the aim (D), Data Acquisition collects data (C), Data Exploration interprets information (B), and Modelling implements the algorithm (A). Following this logical sequence ensures that each phase builds correctly on the previous one.

Q27: Which AI Game Predicts the Next Move

Q27

A game based on data for AI where the machine predicts the participant’s next move:

💡 Explanation In summary, Rock, Paper, Scissors uses past data to predict moves, making it a great introduction to data science for students.
Rock, Paper, and Scissors uses data science to predict the player’s next choice based on their playing history. In contrast, Mystery Animal relies on NLP, while Emoji Scavenger Hunt uses Computer Vision as its primary underlying AI domain. Therefore, each of these games demonstrates a different AI domain in a fun and interactive way for young learners.Rock, Paper, and Scissors uses data science to predict the player’s next choice from their history. In contrast, Mystery Animal relies on NLP, while Emoji Scavenger Hunt uses Computer Vision as its primary underlying AI domain.

Project Cycle Steps & NLP Terminology

Q28: The Fifth Step of the AI Project Cycle

Q28

The fifth step of the AI Project Cycle is:

💡 Explanation To conclude, Evaluation is not just the final step — it is also the most critical one for ensuring an AI model is fit for use.
Evaluation is the fifth and final step of the AI Project Cycle, where the model’s accuracy is measured against real-world data. Findings from this step then guide further retraining and refinement to improve overall performance and reliability. Consequently, the Evaluation step ensures that only well-tested and trustworthy AI models are released for actual real-world use.Evaluation is the fifth and final step of the AI Project Cycle, where the model’s accuracy is measured against real-world data. Findings from this step then guide further retraining and refinement to improve overall performance and reliability.

Q29: Full Form of NLP in Artificial Intelligence

Q29

What does NLP stand for in AI?

💡 Explanation In summary, NLP is the AI technology behind every digital assistant, translator, and chatbot used in daily life today.
NLP stands for Natural Language Processing — the AI domain that enables machines to understand and generate human language effectively. Furthermore, it powers chatbots, translation tools, and voice assistants, making everyday human–computer interaction possible for everyone. As a result, NLP is one of the most widely used and impactful areas of AI in daily life around the world.NLP stands for Natural Language Processing — the AI domain that enables machines to understand and generate human language. Furthermore, it powers chatbots, translation tools, and voice assistants, making everyday human–computer interaction possible.

Q30: Amazon’s Recruiting Tool and AI Bias

Q30

Amazon’s secret AI recruiting tool penalised resumes containing the word “women.” This is an example of:

💡 Explanation To conclude, the Amazon case remains a powerful reminder that AI systems must be regularly audited for bias and fairness.
AI Bias occurs when a model develops unfair preferences due to skewed or unrepresentative training data. Specifically, Amazon’s tool learned from historically male-dominated hiring records and consequently discriminated against female applicants in all its outputs. Therefore, this case became a globally recognised example of why diverse and representative training data is absolutely essential in responsible AI development.AI Bias occurs when a model develops unfair preferences due to skewed training data. Specifically, Amazon’s tool learned from historically male-dominated hiring records and consequently discriminated against female applicants in all its outputs.

4Ws Framework & Computer Vision Applications

Q31: The 4Ws Framework — What Block

Q31

The nature of the problem is determined in which block of the 4Ws framework?

💡 Explanation In summary, “What” is the first and most important question in problem scoping — it defines everything that follows.
In the 4Ws framework, “What” specifically defines the nature and scope of the problem the AI project aims to solve. Therefore, clearly answering “What” is essential before the team moves on to any subsequent planning stage in the project. Moreover, a well-defined “What” helps the entire team stay focused on the correct problem from start to finish.In the 4Ws framework, “What” specifically defines the nature and scope of the problem the AI project aims to solve. Therefore, clearly answering “What” is essential before the team moves on to any subsequent planning stage.

Q32: Face Recognition Robot That Improves Over Time

Q32

Rohan’s face-recognition robot makes many mistakes initially but performs very well after a year. What type of technology did it most likely use?

💡 Explanation To illustrate, the robot is like a student who keeps practising and improving, guided by visual feedback from Computer Vision.
Computer Vision detects facial features by learning from visual data with each new attempt made during training. In addition, machine learning allows the robot to correct its errors progressively and improve over time. Consequently, the combination of Computer Vision and machine learning enables significantly improved accuracy after a full year of real operation.Computer Vision detects facial features by learning from visual data with each new attempt. In addition, machine learning allows the robot to correct errors progressively, resulting in significantly improved accuracy after a full year of operation.

Q33: Emoji Scavenger Hunt and Its AI Domain

Q33

The game Emoji Scavenger Hunt is based on the ………… domain of AI.

💡 Explanation In short, Emoji Scavenger Hunt is a fun, practical demonstration of how Computer Vision identifies objects in the real world.
Emoji Scavenger Hunt uses the device camera to identify real-world objects that match on-screen emojis in real time. Therefore, it directly relies on Computer Vision to recognise and classify visual objects found in the surrounding environment. Moreover, this game is an excellent way to understand how Computer Vision works through hands-on, interactive, and enjoyable learning experiences.Emoji Scavenger Hunt uses the device camera to identify real-world objects that match on-screen emojis in real time. Therefore, it directly relies on Computer Vision to recognise and classify visual objects in the surrounding environment.

Predictive Text, Regression & Clustering

Q34: AI Behind Smartphone Word Suggestions

Q34

Which AI domain enables a smartphone to automatically suggest the next word while typing a message?

💡 Explanation To illustrate, every time your phone suggests the next word while typing, that is NLP working silently in the background.
Predictive text suggestions use NLP and machine learning to forecast the most likely next word based on context and typing history. Therefore, every time a keyboard auto-completes a word, NLP is actively processing language patterns working in the background. As a result, typing becomes faster and easier for users because of this AI-powered language intelligence built into their devices.Predictive text suggestions use NLP and machine learning to forecast the most likely next word based on context and typing history. Therefore, every time a keyboard auto-completes a word, NLP is actively processing language patterns in the background.

Q35: Regression vs Classification vs Clustering

Q35

Which machine learning task predicts a continuous numerical value such as house price?

💡 Explanation In short, regression is for numbers, classification is for categories, and clustering is for finding unknown groups in data.
Regression predicts continuous numerical outputs such as prices, salaries, or temperatures from labelled training data. In contrast, classification predicts discrete categories, while clustering groups unlabelled data points based on their inherent similarities. Therefore, choosing the correct technique for a problem is one of the most important decisions an AI developer must make before building a model.Regression predicts continuous numerical outputs such as prices, salaries, or temperatures from labelled data. In contrast, classification predicts discrete categories, while clustering groups unlabelled data points based on their inherent statistical similarities.

K-Means, Reinforcement Learning & False Positives

Q36: K-Means Clustering — Which ML Type

Q36

K-Means Clustering is a technique primarily used in which type of machine learning?

💡 Explanation In short, K-Means is ideal when you want to discover natural groupings in data without being told what those groups are.
K-Means Clustering groups unlabelled data into K clusters based on similarity, without needing any predefined output labels at all. Therefore, it belongs to Unsupervised Learning, which discovers hidden patterns rather than learning from pre-labelled training examples. Additionally, K-Means is widely used in customer segmentation, image compression, and recommendation systems across many different industries.K-Means Clustering groups unlabelled data into K clusters based on similarity, without needing any predefined output labels. Therefore, it belongs to Unsupervised Learning, which discovers hidden patterns rather than learning from pre-labelled training examples.

Q37: AlphaGo and Reinforcement Learning

Q37

Which Reinforcement Learning application learns to play games better by receiving rewards and penalties?

💡 Explanation In summary, AlphaGo proved that Reinforcement Learning can reach superhuman performance through persistent trial and error.
AlphaGo uses Reinforcement Learning by rewarding successful moves and penalising unsuccessful ones throughout the entire training process. Through countless trials, it consequently mastered the complex board game Go and eventually achieved a superhuman level of play. Furthermore, AlphaGo’s success clearly showed the world that AI can surpass human experts in certain strategic and creative domains.AlphaGo uses Reinforcement Learning by rewarding successful moves and penalising unsuccessful ones during training. Through countless trials, it consequently mastered the complex board game Go and eventually achieved a superhuman level of play.

Q38: False Positive in AI Predictions

Q38

When an AI model predicts a positive outcome but the actual result is negative, this is called:

💡 Explanation To conclude, reducing False Positives is critical in medical AI to avoid causing unnecessary patient anxiety and wasted resources.
A False Positive occurs when the AI model incorrectly predicts a positive outcome that is actually negative in reality. Notably, this error is especially critical in medical diagnosis, since it can lead to unnecessary and costly treatments for patients. Therefore, minimising False Positives is a key goal when designing AI models for important healthcare and clinical applications.A False Positive occurs when the AI model incorrectly predicts a positive outcome that is actually negative in reality. Notably, this error is especially critical in medical diagnosis, since it can lead to unnecessary and costly treatments for patients.

Self-Driving Cars & AI Advantages

Q39: AI Combination in Self-Driving Cars

Q39

A self-driving car that avoids obstacles and navigates roads primarily uses which AI combination?

💡 Explanation To illustrate, Tesla’s autopilot feature combines Computer Vision to see the road and Reinforcement Learning to drive safely.
Self-driving cars use Computer Vision to perceive the surrounding environment and Reinforcement Learning to improve navigation decisions over time. Together, these two complementary AI technologies enable safe and fully autonomous vehicle operation on real roads. Furthermore, combining multiple AI domains in one system is a key characteristic of modern, complex, and real-world AI products.Self-driving cars use Computer Vision to perceive the surrounding environment visually and Reinforcement Learning to improve navigation decisions over time. Together, these two complementary AI technologies enable safe and fully autonomous vehicle operation.

Q40: Major Advantage of AI in Everyday Life

Q40

Which of the following is a major advantage of Artificial Intelligence in everyday life?

💡 Explanation In short, reducing human error and operating continuously are the two most valuable contributions AI makes to modern industry.
AI significantly reduces human error, especially in repetitive and data-intensive tasks that require consistent and sustained precision. Furthermore, AI operates 24/7 without fatigue, thereby improving efficiency, accuracy, and overall productivity across a wide range of industries. As a result, businesses that adopt AI often see faster output, fewer mistakes, and lower operational costs over time.AI significantly reduces human error, especially in repetitive and data-intensive tasks that require consistent precision. Furthermore, AI operates 24/7 without fatigue, thereby improving efficiency, accuracy, and overall productivity across a wide range of industries.

Section 2 Result

✅ Correct: 0 ❌ Incorrect: 0 Score: 0/20

Section 3 — Deep Dive: SDGs, ML & Responsible AI

AI & SDG — Zero Hunger and Clean Energy

Q41: AI in Farming and the Zero Hunger SDG

Q41

AI helping farmers predict crop yields by analysing weather and soil data primarily supports which SDG?

💡 Explanation In summary, AI in farming is a powerful tool that helps communities achieve food security and escape the cycle of poverty.
By helping farmers optimise crop production through data analysis, AI directly contributes to SDG 2 — Zero Hunger. Moreover, improved yields also reduce rural poverty, thereby simultaneously advancing SDG 1 — No Poverty through better food security. Consequently, AI in agriculture is one of the most impactful tools available for addressing global hunger and poverty at the same time.By helping farmers optimise crop production, AI directly contributes to SDG 2 — Zero Hunger. Moreover, improved yields also reduce rural poverty, thereby simultaneously advancing SDG 1 — No Poverty through better food security for communities.

Q42: Smart Grids and the Clean Energy SDG

Q42

AI-powered smart grids that optimise renewable energy distribution directly support which SDG goal?

💡 Explanation In short, AI-managed smart grids represent one of the most practical uses of technology to support clean energy worldwide.
AI optimises smart grids by predicting energy demand and managing renewable supply more efficiently than traditional methods. Consequently, this technology directly advances SDG 7 — Affordable and Clean Energy — by cutting waste and expanding global energy access. Furthermore, smart grids powered by AI are helping countries transition more quickly to sustainable and reliable renewable energy sources.AI optimises smart grids by predicting energy demand and managing renewable supply more efficiently than traditional methods. Consequently, this technology directly advances SDG 7 — Affordable and Clean Energy — by cutting waste and expanding global energy access.

AI & SDG — Climate Action and Good Health

Q43: Air Quality Monitoring and Climate Action

Q43

An AI system that monitors air quality in real time and sends pollution alerts supports which SDG?

💡 Explanation In summary, real-time AI monitoring of pollution levels is one of the most direct ways technology supports climate action today.
AI air quality monitoring helps governments respond to environmental threats using real-time data-driven insights and accurate measurements. As a result, such systems directly support SDG 13 — Climate Action — by enabling faster and more targeted environmental protection strategies globally. Moreover, early pollution alerts allow communities to take preventive action before health risks become severe and widespread.AI air quality monitoring helps governments respond to environmental threats using real-time data-driven insights. As a result, such systems directly support SDG 13 — Climate Action — by enabling faster and more targeted environmental protection strategies globally.

Q44: AI Application for Good Health SDG

Q44

Which AI application directly supports SDG Goal 3 — Good Health and Well-being?

💡 Explanation In short, AI medical imaging saves lives by detecting diseases earlier and more consistently than traditional human diagnosis.
AI medical imaging detects diseases like cancer earlier and more accurately than traditional diagnostic methods currently available. Consequently, earlier detection saves more lives and directly supports SDG 3 — Good Health and Well-being worldwide. Furthermore, AI-assisted diagnosis is especially valuable in rural and under-resourced areas where specialist doctors may not be easily available to patients.AI medical imaging detects diseases like cancer earlier and more accurately than traditional diagnostic methods. Consequently, earlier detection saves more lives and directly supports SDG 3 — Good Health and Well-being — by improving healthcare outcomes worldwide.

AI & SDG — Crop Disease & Responsible Practices

Q45: Crop Disease Detection and Food Security

Q45

Which AI application example most closely relates to SDG — No Poverty and Zero Hunger?

💡 Explanation To conclude, AI-powered satellite crop monitoring is a clear example of technology directly supporting global food security goals.
AI crop disease detection helps farmers take early corrective action, thereby protecting harvests and securing the overall food supply. As a result, it supports SDG 2 — Zero Hunger — by preventing the agricultural losses that most directly cause food insecurity. Moreover, satellite-based AI monitoring means even remote farmers without specialist knowledge can receive timely and actionable warnings about crop threats.AI crop disease detection helps farmers take early corrective action, thereby protecting harvests and securing the food supply. As a result, it supports SDG 2 — Zero Hunger — by preventing the agricultural losses that most directly cause food insecurity.

Q46: Facial Recognition Bias — A Real Example

Q46

A facial recognition system misidentifies dark-skinned individuals more often than light-skinned ones. This is primarily an example of:

💡 Explanation In summary, bias in AI is not hypothetical — it has real, documented consequences for people’s lives and equal rights.
Reduced accuracy for certain skin tones demonstrates AI Bias caused by underrepresentation in the training data used. Notably, such biased systems produce unfair outcomes and can reinforce existing social inequalities in critical applications like law enforcement. Therefore, including diverse and representative data is not just good practice — it is an ethical responsibility for all AI developers worldwide.Reduced accuracy for certain skin tones demonstrates AI Bias caused by underrepresentation in training data. Notably, such biased systems produce unfair outcomes and can reinforce existing social inequalities in critical applications like law enforcement.

Responsible AI & Loan Bias

Q47: Best Practice to Reduce AI Bias

Q47

Which of the following is a responsible AI practice to minimise bias?

💡 Explanation In short, diversity in training data is not optional — it is a fundamental requirement of building any fair and trustworthy AI.
Responsible AI requires training models on diverse and balanced datasets in order to effectively reduce bias in predictions. By using representative data, the AI system treats all users fairly and consistently produces equitable outcomes for everyone it serves. Furthermore, responsible AI also involves regular testing, transparent decision-making, and ongoing monitoring after the model has been deployed in practice.Responsible AI requires training models on diverse and balanced datasets to effectively reduce bias. By using representative data, the AI system treats all users fairly and consistently produces equitable outcomes for everyone it serves.

Q48: Loan Approval AI and Algorithmic Bias

Q48

A loan approval AI system rejects applications from a specific city unfairly due to biased training data. This demonstrates:

💡 Explanation In summary, algorithmic bias in financial systems can reinforce existing inequalities and must be actively identified and corrected.
When biased training data causes an AI system to unfairly discriminate against specific groups or locations, the result is AI Bias. Such algorithmic bias can perpetuate societal inequalities in critical financial decisions that affect millions of real people. Therefore, financial AI systems must be carefully audited and tested to ensure they treat all applicants fairly and consistently without any discrimination.When biased training data causes an AI system to unfairly discriminate against specific groups or locations, the outcome is AI Bias. Such algorithmic bias can perpetuate societal inequalities in critical financial decisions that affect millions of people.

AI Ethics, Data Privacy & Biased Systems

Q49: What AI Ethics Ensures

Q49

AI Ethics primarily ensures that AI systems are designed and used in a way that is:

💡 Explanation In short, AI Ethics ensures that intelligence is used to help people, not harm them, and to build trust in AI globally.
AI Ethics promotes fair, transparent, and accountable development of AI systems to protect all stakeholders involved in their use. Furthermore, ethical guidelines actively prevent harm, protect user privacy, and build public trust in AI technology across all sectors. As a result, companies and governments around the world are now creating AI ethics frameworks to guide the responsible deployment of intelligent systems.AI Ethics promotes fair, transparent, and accountable development of AI systems to protect all stakeholders. Furthermore, ethical guidelines actively prevent harm, protect user privacy, and build public trust — all of which are essential for responsible AI adoption.

Q50: Consequence of Biased Training Data

Q50

An AI system is trained only on images of light-skinned people. What is the most likely consequence?

💡 Explanation To conclude, addressing training data bias is not just a technical task — it is a social and ethical responsibility for all developers.
An AI model directly mirrors the biases present in its training data without performing any automatic self-correction over time. Therefore, systems trained mainly on light-skinned images will show significantly reduced accuracy and produce biased outcomes for darker-skinned individuals. Consequently, such biased systems can cause serious harm if deployed in high-stakes environments like healthcare, security, or law enforcement.An AI model directly mirrors the biases present in its training data without any automatic self-correction. Therefore, systems trained mainly on light-skinned images will show significantly reduced accuracy and produce biased outcomes for darker-skinned individuals.

AI History & Hate Speech Detection

Q51: When Was “Artificial Intelligence” First Coined

Q51

The term “Artificial Intelligence” was officially coined at which major event?

💡 Explanation In summary, the Dartmouth Conference of 1956 is the birthplace of Artificial Intelligence as a formal field of study.
John McCarthy officially coined “Artificial Intelligence” at the Dartmouth Conference in 1956, marking the formal beginning of AI as a scientific discipline. This landmark event therefore remains one of the most historically significant moments in the entire history of computing and technology. Furthermore, the ideas introduced at Dartmouth inspired decades of research that ultimately led to the AI technologies we rely on today.John McCarthy officially coined “Artificial Intelligence” at the Dartmouth Conference in 1956, marking the formal beginning of AI as an independent scientific field. This landmark event therefore remains one of the most historically significant moments in computing history.

Q52: Hate Speech Detection and NLP

Q52

An AI tool that automatically detects online hate speech primarily uses which AI domain?

💡 Explanation In short, NLP-driven content moderation is essential for keeping social media platforms safe, respectful, and free from harm.
Hate speech detection analyses text for offensive content, which is a fundamentally NLP-driven classification and filtering task. Consequently, social media platforms rely on NLP models to identify and remove harmful language, making online spaces considerably safer for all users. Moreover, advanced NLP models can now detect subtle forms of hate speech, sarcasm, and coded language that simple keyword filters would completely miss.Hate speech detection analyses text for offensive content, which is a fundamentally NLP-driven classification task. Consequently, social media platforms rely on NLP models to identify and remove harmful language, making online spaces considerably safer for all users.

Future Skills & Classification Errors

Q53: Most Important Skill for Future AI Jobs

Q53

Which skill is most important for future jobs in the AI-driven economy?

💡 Explanation In summary, critical thinking and digital literacy are the two skills that will define success in the AI-powered economy of tomorrow.
Future jobs require workers who can think critically, solve complex problems, and use digital tools responsibly and effectively. Therefore, critical thinking combined with digital literacy ranks as the most in-demand competency in any modern AI-driven economy. Furthermore, students who develop these skills early will be significantly better prepared for careers in technology, healthcare, business, and many other fields.Future jobs require workers who can think critically, solve complex problems, and use digital tools responsibly and effectively. Therefore, critical thinking combined with digital literacy ranks as the most in-demand competency in any modern AI-driven economy.

Q54: Skill That Does NOT Relate to AI Jobs

Q54

Which of the following skills is NOT related to future job requirements in the AI era?

💡 Explanation In short, the ability to use technology is no longer optional — it is a baseline requirement for participating in today’s workforce.
Strong digital and analytical skills are essential requirements for almost every future job role in a technology-driven world. In contrast, an inability to use technology acts as a significant barrier to employment; hence, digital literacy is truly non-negotiable in today’s world. Consequently, students should actively build their digital skills from an early age to stay competitive in a rapidly changing job market.Strong digital and analytical skills are essential requirements for almost every future job role. In contrast, an inability to use technology acts as a significant barrier to employment; hence, digital literacy is truly non-negotiable in today’s world.

True Negative, False Negative & Model Evaluation

Q55: True Negative in AI Classification

Q55

When an AI correctly predicts a negative outcome that is truly negative, this is known as:

💡 Explanation To summarise, True Negatives confirm that the AI avoided a mistake — it correctly recognised the absence of a condition.
A True Negative occurs when the model correctly predicts the absence of a condition that is genuinely absent in reality. This result therefore demonstrates that the AI successfully identified a negative case with complete accuracy and without making any error. Moreover, a high True Negative rate is especially important in fraud detection, where correctly clearing innocent transactions is just as critical as flagging suspicious ones.A True Negative occurs when the model correctly predicts the absence of a condition that is genuinely absent in reality. This result therefore shows that the AI successfully identified a negative case with complete accuracy and without any error.

Q56: What a False Negative Means in Healthcare

Q56

Which outcome correctly describes a False Negative in AI classification?

💡 Explanation In summary, False Negatives are among the most dangerous AI errors in medicine, where missing a diagnosis can cost a life.
A False Negative predicts no disease when the patient is actually ill — a particularly dangerous and potentially life-threatening diagnostic error. Notably, this outcome is especially critical in healthcare because it leads to missed diagnoses, delayed treatment, and serious harm to patients. Consequently, AI medical models are carefully tuned to minimise False Negatives so that sick patients are never incorrectly told they are completely healthy.A False Negative predicts no disease when the patient is actually ill — a particularly dangerous diagnostic error. This outcome is especially critical in healthcare because it leads to missed diagnoses, delayed treatment, and potential serious harm to patients.

Q57: AI Model Performance After Evaluation

Q57

Which statement about an AI model’s performance after evaluation is most accurate?

💡 Explanation In short, evaluation ensures that an AI model is not just good in theory but genuinely useful and accurate in real practice.
Evaluation reveals performance gaps and areas needing improvement across all types of AI models after training is complete. Consequently, developers use these measurable insights to retrain and fine-tune the model, thereby ensuring higher accuracy and better real-world performance. Furthermore, regular evaluation after deployment is equally important because real-world data can change over time, causing previously well-performing models to gradually decline.Evaluation reveals performance gaps and areas needing improvement in any AI model. Consequently, developers use these measurable insights to retrain and fine-tune the model, thereby ensuring higher accuracy and better real-world performance over time.

Navigation AI, Quality Education & Game Domains

Q58: Navigation Apps and Data Science

Q58

AI navigation apps recommend the fastest real-time route primarily by using which approach?

💡 Explanation In summary, navigation AI is one of the most widely used and appreciated applications of data science in everyday life.
Navigation apps like Google Maps use data science to analyse real-time traffic data alongside extensive historical patterns and trends. Subsequently, they predict accurate travel times and suggest the fastest available route, saving users both time and fuel on every journey. Moreover, these apps continuously update their recommendations as new real-time traffic data arrives, demonstrating how live AI predictions work in everyday life.Navigation apps like Google Maps use data science to analyse real-time traffic data alongside historical patterns. Subsequently, they predict travel times and suggest the fastest available route, saving users both time and fuel on every journey.

Q59: AI Role in Achieving Quality Education

Q59

Which role of AI best describes how it achieves Quality Education (SDG 4)?

💡 Explanation To conclude, AI-powered personalised education is a powerful step towards ensuring quality learning for every student worldwide.
AI advances SDG 4 by delivering adaptive learning platforms that intelligently customise content to individual student needs and learning pace. Consequently, every learner receives personalised educational support anytime and anywhere, making quality education more inclusive and globally accessible. Furthermore, AI tutors can identify specific areas where a student is struggling and provide targeted practice that traditional classroom settings often cannot deliver effectively.AI advances SDG 4 by delivering adaptive learning platforms that customise content to individual student needs and pace. Consequently, every learner receives personalised educational support anytime and anywhere, making quality education more inclusive and accessible globally.

Q60: Matching AI Games to Their Domains

Q60

Which statement correctly pairs an AI game with its underlying domain?

💡 Explanation In summary, knowing which AI domain powers each game helps students connect theory with hands-on, real-world applications.
Emoji Scavenger Hunt uses Computer Vision to identify real objects, while Rock, Paper, Scissors uses Data Science to predict player choices from history. Accordingly, option C provides the only correct and precise domain pairing for both of these well-known AI-based games. Moreover, learning through interactive games is an effective and engaging way to understand how different AI domains work in practical, real-world situations.Emoji Scavenger Hunt uses Computer Vision to identify real objects, while Rock, Paper, Scissors uses Data Science to predict player choices from history. Accordingly, option C provides the only correct and precise domain pairing for both AI-based games.

Section 3 Result

✅ Correct: 0 ❌ Incorrect: 0 Score: 0/20

Section 4 — Advanced AI, Future Skills & Real-World Impact

GANs & Reinforcement Learning

Q61: GAN — Generator and Discriminator Networks

Q61

Which type of Generative AI model uses two competing networks — a generator and a discriminator?

💡 Explanation To summarise, GANs represent one of the most creative and powerful architectures in modern generative AI research today.
A GAN uses a generator that creates synthetic data and a discriminator that evaluates its realism, competing against each other throughout training. Both networks improve together simultaneously, and as a result the generator progressively produces increasingly convincing and realistic synthetic outputs. Furthermore, GANs are widely used in art generation, video synthesis, and creating realistic training images for many other AI systems.A GAN uses a generator that creates synthetic data and a discriminator that evaluates its realism. Both networks compete against each other, and as a result the generator progressively produces increasingly convincing synthetic outputs throughout the training process.

Q62: How Reinforcement Learning Works

Q62

Which statement about Reinforcement Learning is most accurate?

💡 Explanation In short, Reinforcement Learning enables AI to learn from its own experience, just as humans do through practice and feedback.
Reinforcement Learning trains an agent by rewarding correct actions and penalising incorrect ones consistently during every trial run. Consequently, game-playing AIs like AlphaGo use this method to autonomously master complex strategies through millions of competitive trial games. Moreover, Reinforcement Learning is also increasingly applied in robotics, self-driving vehicles, and automated trading systems well beyond just game-playing applications.Reinforcement Learning trains an agent by rewarding correct actions and penalising incorrect ones during every trial. Consequently, game-playing AIs like AlphaGo use this method to master strategies through millions of competitive trial games over time.

Supervised vs Unsupervised Learning

Q63: Supervised Learning and Its Dataset

Q63

Which option correctly describes the relationship between Supervised Learning and its dataset type?

💡 Explanation In short, supervised learning is the most powerful and commonly applied machine learning technique for structured, labelled datasets.
Supervised Learning trains models using labelled datasets where both inputs and correct outputs are provided clearly in advance before training. Therefore, it handles regression for predicting numbers and classification for predicting categories, making it the most widely applied machine learning approach available today. Additionally, common examples of supervised learning include email spam filters, image recognition systems, and credit score prediction models used by banks.Supervised Learning trains models using labelled datasets where both inputs and correct outputs are provided beforehand. Therefore, it handles regression for numbers and classification for categories, making it the most widely applied machine learning approach in practice.

Q64: Unsupervised Learning and Clustering

Q64

Which statement correctly describes Unsupervised Learning and its primary technique?

💡 Explanation To conclude, unsupervised learning is ideal when patterns need to be discovered rather than predicted from known labelled examples.
Unsupervised Learning discovers hidden patterns in unlabelled data without any predefined output labels to guide the learning process. Consequently, clustering techniques group similar data points together, making this approach very useful for customer segmentation, market analysis, and anomaly detection. Furthermore, Unsupervised Learning is ideal when a large amount of unlabelled data is available but the correct categories or groupings are not yet known.Unsupervised Learning discovers hidden patterns in unlabelled data without any predefined output labels to guide it. Consequently, clustering techniques group similar data points together, making this approach very useful for customer segmentation and market analysis.

Eye-in-Hand System & Human–Machine Interaction

Q65: Eye-in-Hand System in Robotics

Q65

The “Eye-in-Hand” system in robotics is associated with which AI domain?

💡 Explanation In summary, the Eye-in-Hand system shows how Computer Vision enables robots to perform precise physical tasks guided by sight.
The Eye-in-Hand system mounts a camera directly on a robotic arm to visually guide its precise movements in real time during operation. Therefore, it clearly belongs to Computer Vision, which enables machines to process and respond intelligently to visual environmental information. Moreover, this technology is widely used in industrial automation, surgical robots, and assembly lines to perform tasks that require very high visual precision.The Eye-in-Hand system mounts a camera directly on a robotic arm to visually guide its precise movements in real time. Therefore, it belongs to Computer Vision, which enables machines to process and respond intelligently to visual environmental information.

Q66: What Human-Machine Interaction Studies

Q66

Human-Machine Interaction (HMI) primarily involves which of the following?

💡 Explanation In short, good HMI design bridges the gap between complex AI systems and the everyday people who need to use them.
HMI studies how people communicate with machines through interfaces such as touchscreens, voice commands, and gesture controls in everyday life. As a result, it plays a vital role in making AI systems user-friendly, intuitive, and accessible for a wide range of everyday users. Furthermore, well-designed HMI ensures that even people without any technical knowledge can comfortably and effectively interact with advanced AI-powered devices.HMI studies how people communicate with machines through interfaces such as touchscreens, voice commands, and gesture controls. As a result, it plays a vital role in making AI systems user-friendly, intuitive, and accessible for a wide range of everyday users.

AI Disadvantages, SDG Definitions & Data Privacy

Q67: A Clear Disadvantage of Artificial Intelligence

Q67

Which of the following is a clear disadvantage of Artificial Intelligence?

💡 Explanation In summary, while AI brings tremendous benefits, its impact on employment requires thoughtful policy and workforce reskilling efforts.
Although AI increases efficiency considerably, it also automates tasks that were previously performed by human workers, which creates serious concerns. Therefore, job displacement remains one of the most significant and widely debated disadvantages of large-scale AI adoption across global industries. Consequently, governments and educational institutions worldwide are actively working to retrain workers for new roles that current AI technology cannot yet perform.Although AI increases efficiency considerably, it also automates tasks that were previously done by human workers. Therefore, job displacement remains one of the most significant and widely debated disadvantages of large-scale AI adoption across global industries.

Q68: What Does SDG Stand For

Q68

What does SDG stand for in the context of global development?

💡 Explanation In short, the 17 SDGs provide a global roadmap, and AI is increasingly recognised as a key tool to help achieve them.
SDG stands for Sustainable Development Goals — 17 global targets set by the United Nations to address major world challenges by 2030. Moreover, AI increasingly supports several of these goals, including improved health outcomes, better quality education, and effective climate action. As a result, understanding the SDGs helps students clearly see how AI can become a positive and transformative force for solving global problems.SDG stands for Sustainable Development Goals — 17 global targets set by the United Nations to address world challenges. Moreover, AI increasingly supports several of these goals, including improved health, better education, and effective climate action worldwide.

Q69: Protecting User Data in AI Systems

Q69

Which term describes ensuring AI systems do not expose personal user information to unauthorised parties?

💡 Explanation In short, data privacy is a fundamental right that must be built into every AI system from the very beginning of design.
Data Privacy ensures that personal information collected by AI systems remains fully protected from unauthorised access, sharing, or misuse. Therefore, it is a core ethical principle in responsible AI development and global deployment across all industries and sectors. Furthermore, strong data privacy policies protect individuals from identity theft, unauthorised surveillance, and harmful misuse of their personal data by third parties.Data Privacy ensures that personal information collected by AI systems remains fully protected from unauthorised access or misuse. Therefore, it is a core ethical principle in responsible AI development and global deployment across all industries and sectors.

Digital Collaboration & AI in Satellite Systems

Q70: Best Activity for Digital Collaboration

Q70

Which activity best develops digital collaboration skills for students?

💡 Explanation In summary, students who regularly practise digital collaboration tools are significantly better prepared for modern learning and work.
Sending emails and joining online discussions are core digital communication and collaboration activities for students in modern education. Furthermore, these skills are increasingly vital in both academic settings and modern professional environments heavily driven by digital technology. As a result, students who practise digital collaboration regularly are far better prepared for remote work environments and ongoing online learning throughout their careers.Sending emails and joining online discussions are core digital communication and collaboration activities for students. Furthermore, these skills are increasingly vital in both academic settings and modern professional environments driven by digital technology.

Q71: Satellite AI and Deforestation Monitoring

Q71

AI-powered satellite systems that track deforestation are a real-world example of which SDG goal?

💡 Explanation In short, AI satellite monitoring of forests is a direct, scalable, and powerful contribution to global climate action efforts.
AI satellite systems monitor forests in real time and instantly detect deforestation patterns as they emerge anywhere on Earth. Consequently, governments and organisations can take rapid protective action to stop forest destruction, directly supporting SDG 13 — Climate Action. Moreover, satellite-based AI monitoring covers vast areas of forest that would be physically impossible to track manually using human observers alone.AI satellite systems monitor forests in real time and instantly detect deforestation patterns as they emerge. Consequently, governments and organisations can take rapid protective action, directly supporting SDG 13 — Climate Action — on a global scale.

Translation, Medical AI & Predictive Maintenance

Q72: AI Technique for Language Translation

Q72

Which AI technique enables automatic translation of a document from English to Hindi?

💡 Explanation In summary, NLP-powered translation tools are breaking down language barriers and making knowledge more accessible for everyone worldwide.
Automatic language translation is a classic NLP application powered by sophisticated deep learning models trained on billions of sentences. Tools like Google Translate understand the source language and subsequently produce accurate and contextually appropriate translations in the target language. Furthermore, modern NLP translation models now support hundreds of languages, making global communication and information access significantly more inclusive for everyone worldwide.Automatic language translation is a classic NLP application powered by deep learning models. Tools like Google Translate understand the source language and then produce accurate, contextually appropriate translations in the target language at scale.

Q73: AI for Medical Scan Analysis

Q73

AI helping doctors detect diseases by analysing X-ray and MRI scans belongs to which domain?

💡 Explanation In short, AI-assisted medical imaging is transforming healthcare by making early and accurate diagnosis available at a much larger scale.
Computer Vision analyses X-rays, MRIs, and CT scans to automatically detect abnormalities and diseases in complex medical images. Furthermore, it actively supports SDG Goal 3 — Good Health and Well-being — by significantly improving diagnostic accuracy and healthcare delivery outcomes globally. As a result, AI-powered medical imaging is now widely used in hospitals to detect conditions like cancer, fractures, and pneumonia earlier than ever before.Computer Vision analyses X-rays, MRIs, and CT scans to automatically detect abnormalities in medical images. Furthermore, it supports SDG Goal 3 — Good Health and Well-being — by improving diagnostic accuracy and healthcare delivery outcomes worldwide.

Q74: Predictive Maintenance and SDG 9

Q74

Which AI application supports SDG Goal 9 — Industry, Innovation, and Infrastructure?

💡 Explanation In summary, AI predictive maintenance demonstrates how technology can drive industrial innovation while also reducing environmental waste.
AI predictive maintenance detects equipment faults before breakdowns actually occur in smart factories, thereby reducing costly downtime significantly. Consequently, this application supports SDG 9 — Industry, Innovation, and Infrastructure — by enhancing industrial efficiency and driving important technological innovation. Moreover, predictive maintenance also lowers repair costs and reduces industrial waste, making factories both more profitable and more environmentally sustainable over time.AI predictive maintenance detects equipment faults before breakdowns occur in smart factories, reducing downtime significantly. Consequently, this application supports SDG 9 — Industry, Innovation, and Infrastructure — by enhancing industrial efficiency and driving innovation.

Turing Test, AI Domains & Python Review

Q75: The Turing Test — What It Measures

Q75

The Turing Test was proposed to assess whether a machine can exhibit behaviour that is:

💡 Explanation In short, the Turing Test remains the most famous benchmark for measuring a machine’s ability to exhibit human-like intelligence.
Alan Turing proposed this test in 1950 to evaluate whether a machine’s responses are so intelligent that evaluators cannot distinguish them from a real human’s replies. Therefore, it remains one of the most influential benchmarks in the entire history of AI research and development. Moreover, modern AI systems like large language models are increasingly being tested against Turing’s original standard to measure their conversational intelligence and reasoning.Alan Turing proposed this test in 1950 to evaluate whether a machine’s responses are so intelligent that evaluators cannot distinguish them from a genuine human’s replies. Therefore, it remains one of the most influential benchmarks in the history of AI.

Q76: Three Core Domains of AI

Q76

AI mainly works in three important domains. Which option correctly lists all three?

💡 Explanation In summary, Data, Computer Vision, and NLP form the three pillars that together support virtually all modern AI applications.
AI operates across three key domains — Data for patterns and predictions, Computer Vision for image interpretation, and NLP for language understanding. Together, these three complementary domains cover the vast majority of all real-world AI applications currently in use today. Furthermore, most advanced AI products such as self-driving cars and virtual assistants actually combine two or more of these domains to work effectively.AI operates across three key domains — Data for patterns and predictions, Computer Vision for image interpretation, and NLP for language understanding. Together, these three complementary domains cover the vast majority of real-world AI applications in use today.

Python Concatenation, Cloud Collaboration & Evaluation

Q77: Python “+” Operator on Strings

Q77

Which programming concept does the “+” operator perform when used between two strings in Python?

💡 Explanation In short, understanding string concatenation with + is a foundational Python skill needed before tackling more complex programs.
When applied to strings, the “+” operator performs concatenation — joining two strings end-to-end into a single combined output string. Therefore, "Hello" + "World" produces “HelloWorld” without any space, since Python adds no separator automatically between concatenated strings. Moreover, concatenation is one of the fundamental string operations that every Python programmer must understand before building more complex and useful programs.When applied to strings, the “+” operator performs concatenation — joining two strings end-to-end into a single one. Therefore, "Hello" + "World" produces “HelloWorld” without any space, since Python adds no separator between concatenated strings automatically.

Q78: ICT Skill for Online Group Work

Q78

Which ICT skill enables students to collaborate on a shared document simultaneously online?

💡 Explanation In summary, cloud-based digital collaboration tools are now essential for modern teamwork in both education and professional settings.
Cloud-based tools like Google Docs allow multiple users to simultaneously edit a shared document in real time from any location. Consequently, this digital collaboration skill has become essential for effective teamwork in both modern education and fast-paced professional environments. Furthermore, cloud collaboration tools eliminate the need to share files by email, ensuring that everyone always works on the most up-to-date version of a document.Cloud-based tools like Google Docs allow multiple users to simultaneously edit a shared document in real time. Consequently, this digital collaboration skill has become essential for effective teamwork in both modern education and fast-paced professional environments.

Q79: Purpose of the Evaluation Stage

Q79

What is the primary purpose of the Evaluation stage in an AI Project Cycle?

💡 Explanation In short, proper evaluation is what separates a polished, reliable AI model from an untested one that fails in the real world.
Evaluation tests the AI model against real-world data to thoroughly assess its accuracy and reliability in practical conditions. Consequently, this critical stage identifies all shortcomings and informs the necessary improvements before the model is deployed for actual real-world use. Furthermore, without proper evaluation, an AI model may perform well only on training data but fail completely when exposed to new and previously unseen situations.Evaluation tests the AI model against real-world data to assess its accuracy and reliability. Consequently, this critical stage identifies shortcomings and informs necessary improvements before the model is deployed in any actual real-world scenario.

Data Science — Final Concept Review

Q80: Defining Data Science in AI

Q80

Which of the following best defines Data Science in an AI context?

💡 Explanation In summary, Data Science is the bridge between raw data and real-world decisions, making it one of the most impactful AI skills today.
Data Science transforms raw, unprocessed data into actionable knowledge through careful analysis, visualisation, and predictive modelling techniques. Furthermore, it uses statistics and machine learning to support data-driven decisions across diverse fields, industries, and real-world applications. As a result, organisations that invest in Data Science gain a powerful competitive advantage by making smarter and faster decisions based on solid evidence rather than guesswork.Data Science transforms raw, unprocessed data into actionable knowledge through analysis, visualisation, and predictive modelling. Furthermore, it uses statistics and machine learning to support data-driven decisions across diverse fields, industries, and real-world applications.

Section 4 Result

✅ Correct: 0 ❌ Incorrect: 0 Score: 0/20
🎉

Quiz Complete!

0/80

Keep practising to improve your score!

✅ Total Correct: 0 ❌ Total Incorrect: 0
Scroll to Top