Lesson 2 Pre-test

Lesson 2 Pre-test

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Dasar-Dasar Scratch by SDN DUKUH 4

Dasar-Dasar Scratch by SDN DUKUH 4

6th Grade

10 Qs

Y6 - Programming A - Variables in games

Y6 - Programming A - Variables in games

6th Grade - University

10 Qs

Scratch 1st

Scratch 1st

8th Grade

10 Qs

Scratch (20th June)

Scratch (20th June)

KG - University

8 Qs

Stage 1 Level 2 Practice

Stage 1 Level 2 Practice

8th Grade

10 Qs

Scratch

Scratch

4th - 6th Grade

10 Qs

Coding Basics

Coding Basics

6th Grade

10 Qs

TUGAS LATIHAN MENGENAL LINGKUNGAN PEMROGRAMAN VISUAL SCRATCH

TUGAS LATIHAN MENGENAL LINGKUNGAN PEMROGRAMAN VISUAL SCRATCH

7th Grade

10 Qs

Lesson 2 Pre-test

Lesson 2 Pre-test

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Shannon Smith

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an event in computer progamming?

A piece of code that runs without any triggers

A specific action or occurrence that can cause something to happen.

A series of actions that happen one after the other.

A random occurrence in a program.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Moving a sprite in a straight line.

Adding a backdrop to the stage.

Pressing the space bar to make a sprite jump.

Changing the colour of a sprite

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block would you use to start an action when a sprite is clicked in Scratch?

when sprite is clicked

wait 1 second

when green flag is clicked

when backdrop switches

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are events important in programming?

The allow a program to run without any input.

They create loops in the program.

The allow users to interact with the program and trigger specific actions.

They make the program run faster

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you press the green flag in Scratch?

It stops all the actions in the program.

It starts the actions linked to the "when green flag clicked" event.

It saves the project.

It changes the sprite's size