# 🟢 Session 4 — Quiz
# The art of speaking to AI (prompting)

> **Applied AI Program** — Yann Isola — Beginner Level
> 10 questions — only one correct answer per question. Correction commented at the end.

---

### Question 1
What is a “prompt”?

- A) The name of the robot that responds
- B) The message or instruction sent to the AI ✱
- C) A button to turn off the AI
- D) The response given by the AI

---

### Question 2
What does the phrase “garbage in, garbage out” mean?

- A) AI produces a lot of electronic waste
- B) You must empty the computer trash regularly
- C) If the question is unclear or wrong, the answer will be too ✱
- D) The AI refuses poorly written questions

---

### Question 3
What are the 5 ingredients of a good prompt seen in class?

- A) Context, role, task, format, constraints ✱
- B) Subject, verb, complement, point, capital letter
- C) Question, answer, thank you, goodbye, emoji
- D) Speed, length, color, language, price

---

### Question 4
“You are a math teacher for 6th graders. » In a prompt, this sentence defines…

- A) Constraint
- B) The format
- C) The role ✱
- D) The task

---

### Question 5
“In 3 sentences maximum, with simple words” — this is an example of…

- A) Context
- B) Constraints ✱
- C) Role
- D) Task

---

### Question 6
Which of these prompts is BEST for preparing a presentation?

- A) “Tell me about sharks. »
- B) “Sharks. »
- C) “Help me, it’s important!!! »
- D) “I am preparing a 5-minute presentation for my 5th grade class. Give me a plan about sharks in 3 parts, with 2 simple ideas per part. » ✱

---

### Question 7
The AI's first response doesn't suit you. What to do?

- A) Give up: the AI cannot do better
- B) Return exactly the same prompt in uppercase
- C) Specify or rephrase your request in the conversation ✱
- D) Change computer

---

### Question 8
What is prompt chaining?

- A) Ask the same question on several AIs at the same time
- B) Break a large request into small steps, one prompt after the other ✱
- C) Write the longest prompt possible
- D) Continue the questions without reading the answers

---

### Question 9
Why ask “in table form” or “in numbered list”?

- A) Because the AI only understands tables
- B) To obtain a clearer and easier to read answer ✱
- C) So that the response arrives more quickly
- D) It is mandatory in all prompts

---

### Question 10
You wrote a perfect prompt with all 5 ingredients. What should we do anyway?

- A) Nothing, the answer is necessarily correct
- B) Check important information, because the AI can make mistakes ✱
- C) Delete the conversation immediately
- D) Ask the question 10 times to be sure

---
---

## ✅ Corrected commented

| # | Answer | Explanation |
|---|---|---|
| 1 | **B** | The prompt is YOUR message to the AI: question, instruction or instruction. That's all she knows about your need. |
| 2 | **C** | “Waste in, waste out”: the quality of the answer depends directly on the quality of the question. |
| 3 | **A** | The course recipe: Context 🌍 + Role 🎭 + Task 🎯 + Format 📐 + Constraints 🚧. You don't need all 5 every time, but the more the better. |
| 4 | **C** | “You are…” gives the AI ​​a character: this changes the tone, vocabulary and examples of the response.|
| 5 | **B** | The constraints set the limits: length, language level, tone, things to avoid. |
| 6 | **D** | It contains the context (presentation, 5th grade), the task (make a plan), the format (3 parts, 2 ideas) and constraints (simple). The others are vague. |
| 7 | **C** | Iterating is normal! We specify: “too long”, “too complicated”, “give examples”… The AI ​​remembers the current conversation. |
| 8 | **B** | Like a chain of links: ideas → plan → development → finishing. We maintain control at every step. |
| 9 | **B** | Asking for a format structures the answer and makes it much more readable. These are the “magic words” of prompting. |
| 10 | **B** | A good prompt improves the response but does not guarantee the truth: the AI ​​can hallucinate (remember the previous session!). We always check the important facts. |

### Scale
- **9-10 correct answers:** 🏆 Confirmed AI whisperer!
- **7-8:** 💪 Very solid — just reread the 5 ingredients.
- **5-6:** 📖 The basics are there, do exercise 1 again to practice.
- **Less than 5:** 🔄 Don't panic: play again with the interactive web page of the session, then try the quiz again.

---

*Quiz — Applied AI Program — Yann Isola — Beginner Level 🟢 — Session 4/10*