course3 lesson13

course3 lesson13

2nd Grade

8 Qs

quiz-placeholder

Similar activities

Sensors

Sensors

1st - 5th Grade

10 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Scratch Jr-2

Scratch Jr-2

1st - 2nd Grade

12 Qs

Keyboard Movement in Scratch

Keyboard Movement in Scratch

1st - 4th Grade

10 Qs

Review check point 1 G8 - DT

Review check point 1 G8 - DT

1st - 4th Grade

11 Qs

4PB Block 7 Computing

4PB Block 7 Computing

2nd - 3rd Grade

13 Qs

3.1 Sequence and Debugging

3.1 Sequence and Debugging

2nd Grade

12 Qs

course3 lesson6

course3 lesson6

2nd Grade

9 Qs

course3 lesson13

course3 lesson13

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Academy OneSpace

Used 41+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right not equal to operator

Not=

=!

?=

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right less than or equal operator

<=

less=

=<

>=

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right code to make your hero attack munchkin or thrower

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right code to make the hero attack if the enemy is a munchkin and distance less than 10

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right code to make the hero move to the left 5 meters

hero.moevXY(pos.x-5,pos.y)

hero.moveXY(hero.pos.x+5,hero.pos.y+5)

hero.moveXY(hero.pos.x-5, hero.pos.y-y)

hero.moveXY(hero.pos.x-5, hero.pos.y)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right code to make the hero move up 10 meters

hero.moveXY(hero.pos.y+10, hero.pos.x)

hero.moveXY(hero.pos.x, hero.pos.y+10)

hero.moveXY(hero.pos.x+10, hero.pos.y+10)

hero.moveXY(hero.pos.x+10, hero.pos.y)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

chose the right code to make the hero stop attacking and escape when health reaches less than half of the hero's maximum health

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

choose the right code to make the hero collect item the first 30 seconds of the game

Media Image
Media Image
Media Image
Media Image