G4-5 AI with SCRATCH Session 7

G4-5 AI with SCRATCH Session 7

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

Test Your Knowledge!

Test Your Knowledge!

2nd Grade

10 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

Grade 3 ICT Quarter 3 Quiz

Grade 3 ICT Quarter 3 Quiz

3rd Grade

10 Qs

Year 5-Unit 4

Year 5-Unit 4

5th Grade

5 Qs

Exploring Scratch Programming

Exploring Scratch Programming

5th Grade

10 Qs

MIS-SD

MIS-SD

2nd Grade

10 Qs

Scratch Coding

Scratch Coding

5th Grade

10 Qs

Worksheet 9

Worksheet 9

1st - 5th Grade

10 Qs

G4-5 AI with SCRATCH Session 7

G4-5 AI with SCRATCH Session 7

Assessment

Quiz

Information Technology (IT)

1st - 5th Grade

Hard

Created by

Whizara Teacher

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will make a sprite keep moving from the left to right,

Change Y by 10

Change X by 10

Forever > Change Y by 10

Forever > Change X by 10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The If-Then block is an example of

an event block

a motion block

a variable block

a control block

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The score of the game is an example of: (There is more than one correct answer)

A Variable

A Challenge

An Algorithm

Feedback

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where can you find blocks that help you compare two values (lower than, greater than, equal to)

Variable Blocks

Operator Blocks

Looks Blocks

Comparison Blocks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Change score by '-1' will increase the score.

True

False