wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AF #2 AI

Total questions: 16

Worksheet time: 5mins

Name
Class
Date
1.
What's the new name of "Clawdbot"?
a)
Moltbot
b)
Astrobot
c)
Chatbot
d)
Taskbot
2.
What is the difference between Chatbots and AI Agents?
a)
Agents are more expensive
b)
Chatbots are only for Python
c)
Agents are real people
d)
Agents can execute tools and commands autonomously
3.
Is it a good practice to include code samples in your prompt?
a)
Yes
b)
No
4.
Which of the following is NOT a AI coding assistant?
a)
JarvisScript
b)
Supermaven
c)
Codeium
d)
Tabnine
5.
Vercel launched a generative UI tool that creates React/Tailwind components from text prompts. What is it called?
a)
NextUI
b)
Lovable
c)
v0
d)
ReactGPT
6.
Which AI-powered code editor is a fork of VS Code and includes a "YOLO" mode?
a)
Windsurf
b)
Copilot
c)
Cursor
d)
Antigravity
7.
Which CSS lib is the default choice for almost all AI code generators?
a)
Bootstrap
b)
Tailwind
c)
Vanilla CSS
d)
Foundation
8.
AI coding tools struggle with "Hallucinations." In frontend dev, what is a common example of this?
a)
The AI refusing to write code
b)
The AI writing coding in Spanish
c)
Importing libraries that doesn't exist
d)
Turning your computer off
9.
For Frontend testing, which framework is most commonly used by agents to generate E2E tests?
a)
Jest
b)
Mocha
c)
Playwright / Cypress
d)
JUnit
10.
What does YOLO mode do in Cursor?
a)
Makes changes without asking for permission
b)
Makes changes but have to be confirmed
c)
Suggests changes but can't be applied
d)
Requires verification on every step
11.
When asking AI to center a div in 2026, what should be the modern approach?
a)
<center> tags
b)
margin: 0 auto 0 auto
c)
flexbox (justify-content: center)
d)
Using <table>
12.
Which validation library is commonly used with LLMS to force the AI to output Structured JSON Data?
a)
Zod
b)
Lodash
c)
Structured.js
d)
Validate
13.
Which of the following is considered the "Gold Standard" for coding capabilities?
a)
Claude Sonnet 4.5
b)
Claude Opus 4.5
c)
Gemini Pro 3
d)
Gemini Flash 3
e)
Next Coding
14.
Why can't you feed your entire codebase into a prompt?
a)
Exceeds the model's "context window" limit
b)
Models hate code
c)
It's not compiled to AI binaries
d)
Requires a specific file extension (.ai)
15.
What does MCP allow an AI assistant to do?
a)
Run faster in your CPU
b)
Generate 3D models
c)
Connect to local or remote datasources and interact with them
d)
Prevent the AI from hallucinating
16.
What is a System Prompt?
a)
The prompt you type into the chat box
b)
Instructions given to the AI before interacting with it
c)
The error message when the system crashes
d)
A prompt that modifies the computer system config