NEW
Font size
WorksheetsAI Development
Total questions: 20
Worksheet time: 10mins
What is Artificial Intelligence (AI)?
In healthcare, AI can help:
AI can help in finding cancer in X-rays faster than doctors
How does AI stop fraud in Nigerian banks?
Hello Tractor in Nigeria uses AI for:
What is "training data" like?
Why do we use "testing data"?
To check if the AI learned well on new things
If an AI gets 9 out of 10 answers right, what is its accuracy?
What does a function do in Python?
Reuses a block of code for a task
def greet_student(name):
print("Hello, " + name + "! Welcome to AI class.")
What will greet_student("Abubakar") print?
What is automation?
Zapier can connect:
Computer vision helps a smart bin:
Notion AI can:
How can AI improve customer service?
By complicating the process of customer inquiries.
By reducing the number of available service channels.
By increasing the number of customer service representatives.
By automating responses and providing 24/7 support.
What is the role of algorithms in AI?
Algorithms help in processing data and making decisions based on it.
Algorithms are irrelevant to the functioning of AI.
Algorithms are used to create hardware for AI systems.
Algorithms are only necessary for data storage in AI.
In drug discovery, AI helps by:
Scanning millions of molecular structures to predict effective drugs
What is the output of this function call?
def calculate_grade(score):
if score >= 80: return "A"
elif score >= 70: return "B"
else: return "C"
print(calculate_grade(75))
Why automate homework reminders?
A dataset for predicting exam scores might include:
Self-driving cars use AI to:
Process camera and sensor data to detect roads, signs, and obstacles
