LCCF5

LCCF5

1st - 5th Grade

7 Qs

quiz-placeholder

Similar activities

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

Tynker - Dragon Spells

Tynker - Dragon Spells

3rd - 4th Grade

8 Qs

coding

coding

1st - 7th Grade

10 Qs

“Hari 3 - Kuis Coding & Perkenalan AI”

“Hari 3 - Kuis Coding & Perkenalan AI”

5th Grade - University

10 Qs

SCRATCH QUIZ

SCRATCH QUIZ

5th Grade

10 Qs

Basic Keyboarding

Basic Keyboarding

KG - 6th Grade

12 Qs

Scratch-Pop Quiz 1

Scratch-Pop Quiz 1

5th Grade

10 Qs

Scratch

Scratch

4th Grade

11 Qs

LCCF5

LCCF5

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

jata code

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ is an action that causes something to happen.


Loop

Define


Event

Conditionals

Answer explanation

It's like when you turn on a fan by pressing the 'on' button. The action of pressing the button is an event that makes the fan turn on. In coding, an event is when you do something, and it causes something else to happen.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an Air Conditioner, what happens when we use it?

We choose the mode (input).

It checks the matching temperature for the mode (process).

The room gets cooler (output).

All of these.

Answer explanation

When we turn on the Air Conditioner, we select the mode we want, like cool or warm (input). Then, the AC checks the temperature that matches the mode we chose (process). As a result, the room becomes cooler when we select the cool mode (output).



3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the play lab, can actors talk to each other using the say block?


True

False

Answer explanation

Yes, sprites in the play lab can talk to each other using the say block. It's like they have a special way of talking and sharing messages on the stage, just like how we talk with our friends!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following instructions is not an event?

When Run

When left arrow

Set actor 1 to happy mood

When () Touches ()

Answer explanation

Events are special triggers that make things happen in the play lab. When we see "when run", "when left arrow", or "when () touches ()", it means something exciting will happen when we do certain things. But "set actor 1 to happy mood" is like telling the actor to feel happy, and it doesn't need any special trigger. It's just like asking our friend to be happy without waiting for a special reason

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is correct for the event "when left arrow"?

Move right


Move west

Move east

Move north

Answer explanation

When we see the event "when left arrow," it means we need to move in the direction of "WEST."

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "when right arrow" command?

Move left

Move south

Move north

Move east

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an event in programming?

When button clicked

Set variable to 10

Loop through items

Define function