Section 1 — Foundations of Artificial Intelligence

🧠 ICT Skills & Introduction to AI

Q1

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

💡 Explanation
Submitting homework via Google Classroom involves using a digital platform for academic exchange. Therefore, this activity directly demonstrates digital communication — one of the most important ICT skills for modern learners.
Q2

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

💡 Explanation
Visual Perception refers to the brain’s process of interpreting visual signals received from the eyes. Notably, this same concept directly inspires Computer Vision in AI, where machines similarly process and analyse visual data.

🤖 Assertion–Reason & AI Definitions

Q3

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

💡 Explanation
A remote-controlled drone uses intelligent systems to navigate and make real-time decisions — which is precisely what AI does. Accordingly, (R) correctly explains (A), since making machines intelligent is the very foundation of Artificial Intelligence.
Q4

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

💡 Explanation
Computer Vision is the AI field that enables machines to detect, interpret, and analyse visual information intelligently. Although Face Recognition is a popular application, it represents merely one specific use within the much broader domain of Computer Vision.

🔊 Voice Assistants & AI Predictions

Q5

Voice assistants like Alexa are examples of:

💡 Explanation
Voice assistants like Alexa rely on NLP and machine learning to understand and respond to spoken commands intelligently. As a result, they clearly qualify as AI applications that simulate human-like conversation through advanced language processing.
Q6

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

💡 Explanation
AI algorithms analyse patterns in historical data and subsequently apply mathematical formulas to generate predictions about future outcomes. For instance, this process powers smart applications such as weather forecasting, stock analysis, and healthcare diagnosis.

🐍 Python Basics & Generative AI

Q7

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

💡 Explanation
In Python, the + operator performs string concatenation by joining two strings end-to-end without adding any space. Consequently, "AI" + "Class" produces AIClass as a single merged string with no gap between the words.
Q8

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

💡 Explanation
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 generate.

📦 Data in AI & Chatbots

Q9

What is data in AI?

💡 Explanation
In AI, data encompasses facts (raw values), instructions (processing commands), and information (meaningful processed output). Accordingly, all three forms together represent what AI systems actively use, process, and ultimately produce during operation.
Q10

Chatbots mainly work using:

💡 Explanation
Chatbots process user queries and generate conversational text responses primarily through NLP. Moreover, advanced chatbots additionally use machine learning to progressively improve their contextual understanding and response quality over continued use.

📊 Data Science & Rock–Paper–Scissors

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
Rock, Paper, Scissors collects player data to predict future moves, making it a data-science-based game. Similarly, Data Science is correctly defined as transforming raw datasets into valuable knowledge; thus, both statements are fully accurate.
Q12

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

💡 Explanation
GANs comprise two competing neural networks — a generator and a discriminator — that train against each other simultaneously. As a result, the generator progressively creates increasingly realistic synthetic images, audio, and video content over time.

✅ True/False Classification & Training Data

Q13

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

💡 Explanation
A True Positive arises 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

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

💡 Explanation
Data Science uses historical datasets to build predictive models by identifying meaningful patterns and statistical trends. Consequently, it powers diverse applications such as stock market forecasting, disease prediction, and real-time weather modelling.

📁 Training Data & AI Domains

Q15

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

💡 Explanation
Training data is the historical dataset an AI model learns from to recognise patterns and make decisions. Notably, the quality and volume of training data directly determine how accurately and reliably the resulting AI model performs.
Q16

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

💡 Explanation
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 entirely distinct and separate functions within AI.

🗣️ Virtual Assistants, SDGs & Humanoid Robots

Q17

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

💡 Explanation
Virtual assistants process spoken or typed language to respond conversationally, which is the defining function of NLP. Furthermore, they use machine learning to continuously improve their responses through repeated real-world user interactions over time.
Q18

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

💡 Explanation
Adaptive learning platforms personalise educational experiences for each student, thereby directly improving outcomes. Accordingly, this initiative supports SDG Goal 4 — Quality Education by making learning more efficient, inclusive, and accessible for all.
Q19

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

💡 Explanation
NLP enables machines to understand and generate human language across multiple languages simultaneously. Therefore, ROBO the humanoid robot relies on NLP to bridge effective communication between humans and machines in all 50 supported languages.

♟️ Chess-Robo & Machine Learning Improvement

Q20

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

💡 Explanation
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

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
Computer Vision enables the robot to detect and learn facial features from visual data. Moreover, machine learning continuously refines recognition accuracy with every new face processed, resulting in greatly improved performance over a full year.
Q22

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

💡 Explanation
The AI Project Cycle always begins 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

Historical data used for an AI project is known as:

💡 Explanation
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 impact the model’s overall accuracy and ability to generalise well.
Q24

Who is the Father of AI?

💡 Explanation
John McCarthy coined the term “Artificial Intelligence” at the Dartmouth Conference in 1956 and is therefore universally recognised as the Father of AI. Although Alan Turing provided the theoretical foundation, McCarthy formalised AI as a distinct discipline.
Q25

Choose the correct option about Supervised and Unsupervised Learning:

💡 Explanation
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.

🗂️ Column Match — 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
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

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

💡 Explanation
Rock, Paper, and Scissors specifically 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 is:

💡 Explanation
Evaluation is the fifth and final step of the AI Project Cycle, where the model’s accuracy is measured against real-world data. Consequently, findings from this step guide further retraining and refinement to improve the model’s overall performance.
Q29

What does NLP stand for in AI?

💡 Explanation
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 secret AI recruiting tool penalised resumes containing the word “women.” This is an example of:

💡 Explanation
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 nature of the problem is determined in which block of the 4Ws framework?

💡 Explanation
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 fundamental before the team moves on to any subsequent planning or design stage.
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
Computer Vision detects facial features by learning from visual data with each new attempt. Additionally, machine learning allows the robot to correct errors progressively, ultimately resulting in significantly improved accuracy over the full year of operation.
Q33

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

💡 Explanation
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 present in the surrounding environment.

📱 Predictive Text, Regression & Clustering

Q34

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

💡 Explanation
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 behind the scenes.
Q35

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

💡 Explanation
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 is a technique primarily used in which type of machine learning?

💡 Explanation
K-Means Clustering groups unlabelled data into K clusters based on similarity without requiring any predefined output labels. Therefore, it belongs to Unsupervised Learning, which discovers hidden patterns rather than learning from pre-labelled training examples.
Q37

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

💡 Explanation
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

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

💡 Explanation
A False Positive arises when the AI model incorrectly predicts a positive outcome that is actually negative in reality. Notably, this type of error is especially critical in medical diagnosis, since it can consequently lead to unnecessary and costly treatments.

🚗 Self-Driving Cars & AI Advantages

Q39

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

💡 Explanation
Self-driving cars use Computer Vision to perceive the surrounding environment visually and Reinforcement Learning to improve navigation decisions progressively. Together, these two complementary AI technologies enable safe and fully autonomous vehicle operation.
Q40

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

💡 Explanation
AI significantly reduces human error, particularly in repetitive and data-intensive tasks requiring 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 helping farmers predict crop yields by analysing weather and soil data primarily supports which SDG?

💡 Explanation
By assisting farmers in optimising crop production, AI directly contributes to SDG 2 — Zero Hunger. Furthermore, improved yields also reduce rural poverty, thereby simultaneously advancing SDG 1 — No Poverty through better food security.
Q42

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

💡 Explanation
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

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

💡 Explanation
AI air quality monitoring helps governments respond to environmental threats with 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

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

💡 Explanation
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 global healthcare outcomes.

🌾 AI & SDG — Crop Disease & Responsible Practices

Q45

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

💡 Explanation
AI crop disease detection enables farmers to take early corrective action, thereby protecting harvests and securing food supply. Consequently, it supports SDG 2 — Zero Hunger — by preventing the agricultural losses that most directly contribute to food insecurity.
Q46

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

💡 Explanation
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 real-world applications like law enforcement.

⚖️ Responsible AI & Loan Bias

Q47

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

💡 Explanation
Responsible AI demands training models on diverse and balanced datasets to effectively minimise bias. Accordingly, using representative data ensures that the AI system treats all users fairly and consistently produces equitable outcomes for everyone it serves.
Q48

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

💡 Explanation
When biased training data causes an AI system to unfairly discriminate against specific groups or locations, the result is AI Bias. Consequently, such algorithmic bias can perpetuate societal inequalities in critical financial decisions that affect millions of people.

🛡️ AI Ethics, Data Privacy & Biased Systems

Q49

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

💡 Explanation
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

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

💡 Explanation
An AI model directly mirrors the biases present in its training data without automatically self-correcting. Therefore, systems trained predominantly on light-skinned images will show significantly reduced accuracy and produce biased outcomes for darker-skinned individuals.

📅 AI History & Hate Speech Detection

Q51

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

💡 Explanation
John McCarthy officially coined “Artificial Intelligence” at the Dartmouth Conference in 1956, subsequently 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

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

💡 Explanation
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

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

💡 Explanation
Future jobs demand workers capable of thinking critically, solving complex problems, and using digital tools effectively and responsibly. Therefore, critical thinking combined with digital literacy ranks as the most in-demand competency in any modern AI-driven economy.
Q54

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

💡 Explanation
Strong digital and analytical competencies 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 today.

🔬 True Negative, False Negative & Model Evaluation

Q55

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

💡 Explanation
A True Negative arises when the model correctly predicts the absence of a condition that is genuinely absent in reality. This result therefore indicates that the AI successfully identified a true negative case with complete accuracy and without any error.
Q56

Which outcome correctly describes a False Negative in AI classification?

💡 Explanation
A False Negative predicts no disease when the patient is actually ill — a particularly dangerous diagnostic error. Notably, this outcome is especially critical in healthcare because it consequently leads to missed diagnoses, delayed treatment, and potential serious harm.
Q57

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

💡 Explanation
Evaluation systematically 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

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

💡 Explanation
Navigation apps like Google Maps use data science to analyse real-time traffic data alongside historical patterns efficiently. Subsequently, they predict travel times and suggest the fastest available route, saving users both time and fuel every day.
Q59

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

💡 Explanation
AI advances SDG 4 by delivering adaptive learning platforms that intelligently customise content to individual student needs and pace. Consequently, every learner receives personalised educational support anytime, anywhere, making quality education more inclusive and accessible.
Q60

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

💡 Explanation
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

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

💡 Explanation
A GAN consists of a generator that creates synthetic data and a discriminator that evaluates its realism. Both networks compete against each other simultaneously, and as a result the generator progressively produces increasingly convincing synthetic outputs over training.
Q62

Which statement about Reinforcement Learning is most accurate?

💡 Explanation
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 autonomously master strategies through millions of competitive trial games.

📋 Supervised vs Unsupervised Learning

Q63

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

💡 Explanation
Supervised Learning trains models using labelled datasets where both inputs and correct outputs are provided in advance. Consequently, it handles regression (predicting numbers) and classification (predicting categories), making it the most widely applied machine learning approach.
Q64

Which statement correctly describes Unsupervised Learning and its primary technique?

💡 Explanation
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 particularly useful for customer segmentation and market analysis.

🦾 Eye-in-Hand System & Human–Machine Interaction

Q65

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

💡 Explanation
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 intelligently process and respond to visual environmental information.
Q66

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

💡 Explanation
HMI studies how people communicate with machines through interfaces such as touchscreens, voice commands, and gesture controls. Consequently, 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

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

💡 Explanation
Although AI increases efficiency considerably, it also automates tasks that were previously performed 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 in the context of global development?

💡 Explanation
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

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

💡 Explanation
Data Privacy ensures that personal information collected by AI systems remains fully protected from unauthorised access or misuse. Therefore, it is a fundamental ethical principle in responsible AI development, design, and global deployment across all industries.

💻 Digital Collaboration & AI in Satellite Systems

Q70

Which activity best develops digital collaboration skills for students?

💡 Explanation
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

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

💡 Explanation
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

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

💡 Explanation
Automatic language translation is a classic NLP application powered by deep learning models. Tools like Google Translate understand the source language and subsequently produce accurate, contextually appropriate translations in the target language at scale.
Q73

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

💡 Explanation
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 significantly improving diagnostic accuracy and healthcare delivery outcomes worldwide.
Q74

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

💡 Explanation
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 technological innovation.

🧪 Turing Test, AI Domains & Python Review

Q75

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

💡 Explanation
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 all of AI history.
Q76

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

💡 Explanation
AI operates across three key domains — Data (patterns and predictions), Computer Vision (image interpretation), and NLP (language understanding). Together, these three complementary domains collectively cover the vast majority of all real-world AI applications in use today.

🔁 Python Concatenation, Cloud Collaboration & Evaluation

Q77

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

💡 Explanation
When applied to strings, the “+” operator performs concatenation — joining two strings end-to-end into one. Therefore, "Hello" + "World" produces “HelloWorld” without any space, since Python adds no separator between concatenated strings automatically.
Q78

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

💡 Explanation
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

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

💡 Explanation
Evaluation rigorously 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

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

💡 Explanation
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