Computer Science💻 Events That Start CodeGrade 3 · Elementary
📖 先把这篇读完 —— 等下就轮到你讲了
🖍️ 画了高亮的地方 = 这一篇的重点。你的课就照着这些搭 —— 光把它们讲清楚就有 60 分。用你自己的话讲出来,才能过 80 分!

Have you ever pushed a doorbell button? The second you press it, DING, a sound plays. In computer science, that button push is called an event. An event is something that happens, like a click, a tap, or a key press, and it tells the computer to do something right away.

Code is a list of instructions for a computer. But sometimes the code needs to wait until the right moment to run. The event is the signal that shouts go now. Without the event, the code just sits and waits, like a runner waiting for the starting whistle.

Think about a video game. When you press the spacebar, your character jumps. Pressing that key is the event. The jumping is the code that runs because of the event. Every button in the game is waiting for you to make something happen.

Events happen all around you on computers and phones. Tapping an app to open it is an event. Typing a letter on a keyboard is an event. Even moving your mouse can be an event that the computer notices and reacts to.

When you build your own programs, you get to choose which events do what. You might say that when the green flag is clicked, the music should start. You are the boss who connects each event to the code you want it to start.

So remember, an event is a signal, and code is the action that answers it. Events are how people talk to computers, one click, tap, or key press at a time.

🤖 现在 AI 来问你几个问题 —— 把你的答案、你的想法写下来:
这里没有标准答案 —— 想到什么就写什么。第 ② 步开课的时候正好用得上。(自动保存)
🤔What is an event in your own words?
🎮Where have you seen an event start some code today?
⏱️Why does code sometimes wait for an event before it runs?
🖱️Which events could a mouse make that a computer might notice?
🟢How would you connect an event to something fun in a game you invent?
👦Who decides which event starts which piece of code?
Quick check — did it stick?
Get these right and the Teaching Hall opens. Wrong pick? You'll see why — then try again.
Which of these is an event?
What does an event do?
In a game, pressing the spacebar makes a character jump. What is the event?
3 more quick checks to go — get them right and you're in. 💪