wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Gen AI Tech Quiz

Total questions: 25

Worksheet time: 19mins

Name
Class
Date
1.

Which term best describes systems that can learn from data?

a)

Traditional programming

b)

Artificial Intelligence

c)

Machine Learning

d)

Automation

2.

Deep Learning is a subset of:

a)

Data Science

b)

Artificial Intelligence

c)

Machine Learning

d)

Robotics

3.

Which model type uses neural networks with many layers?

a)

Rule-based systems

b)

Deep Learning

c)

Symbolic AI

d)

Expert systems

4.

Which is an example of a multimodal model?

a)

A model that only processes text

b)

A model that only processes images

c)

A model that handles text + images + audio

d)

A model that runs faster

5.

Which stage comes first in the ML lifecycle?

a)

Deployment

b)

Model training

c)

Data collection

d)

Monitoring

6.

Which of the following is an example of Generative AI?

a)

Spam filter

b)

ChatGPT

c)

Calculator

d)

Antivirus

7.

What is the first step in the ML lifecycle?

a)

Model training

b)

Deployment

c)

Problem framing

d)

Testing

8.

What does “training data” mean?

a)

Data used after deployment

b)

Data used to teach the model patterns

c)

Random data

d)

Backup data

9.

Which term refers to fairness and avoiding discrimination in AI?

a)

Speed

b)

Ethics

c)

Accuracy

d)

Automation

10.

What is a “prompt” in Generative AI?

a)

A database query

b)

A user instruction to the model

c)

A training dataset

d)

A deployment file

11.

Which correctly shows the evolution of AI approaches?

a)

Neural → Statistical → Symbolic

b)

Symbolic → Statistical → Neural

c)

Statistical → Neural → Symbolic

d)

Rule-based → Database → Cloud

12.

What is the main difference between ML and DL?

a)

ML uses data, DL does not

b)

DL uses neural networks with many layers

c)

ML is only for images

d)

DL does not require training

13.

Which stage comes after model building in the ML lifecycle?

a)

Data collection

b)

Deployment

c)

Problem framing

d)

Data cleaning

14.

What is “pretraining” in LLMs?

a)

Using the model after deployment

b)

Training the model on large general datasets

c)

Removing biased data

d)

Running prompts

15.

What does RAG (Retrieval-Augmented Generation) do?

a)

Trains a new model

b)

Retrieves external documents before generating answers

c)

Reduces model size

d)

Removes hallucinations completely

16.

Temperature in prompt engineering controls:

a)

Response length

b)

Randomness/creativity of output

c)

Model size

d)

Training speed

17.

A “foundation model” is:

a)

A small dataset

b)

A pre-trained model adaptable to many tasks

c)

A database

d)

A user interface

18.

Which is a real-world use of Generative AI?

a)

Writing emails automatically

b)

Sorting hardware cables

c)

Power management

d)

Network routing

19.

Bias in AI usually comes from:

a)

Internet speed

b)

Training data and design choices

c)

Model deployment

d)

Programming language

20.

Scenario: You want more creative answers from ChatGPT. What should you adjust?

a)

Decrease temperature

b)

Increase temperature

c)

Remove the prompt

d)

Reduce training data

21.

Scenario: A company wants a GenAI system that answers questions using its internal policy documents only. Which technique should be used?

a)

Fine-tuning only

b)

RAG (Retrieval-Augmented Generation)

c)

Data cleaning

d)

Tokenization

22.

Scenario: Your chatbot gives fluent but incorrect answers. This problem is known as:

a)

Overfitting

b)

Bias

c)

Hallucination

d)

Undertraining

23.

Which combination correctly represents the LLM lifecycle?

a)

Data → Deployment → Training → Inference

b)

Pretraining → Fine-tuning → RAG → Inference

c)

Prompting → Testing → Training → Evaluation

d)

Design → Coding → Deployment → Scaling

24.

Scenario: You are building a GenAI system for healthcare. What is the most critical concern?

a)

UI design

b)

Ethics, privacy, and bias

c)

Model speed

d)

Prompt length

25.

Scenario: Two users give the same prompt but receive different outputs. Which parameter most likely caused this?

a)

Token limit

b)

Temperature / Top-P

c)

Dataset size

d)

API key