course3 lesson13

course3 lesson13

2nd Grade

8 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

2nd - 4th Grade

10 Qs

Computer Legend

Computer Legend

1st - 3rd Grade

11 Qs

GDSC Technical Quiz

GDSC Technical Quiz

1st - 3rd Grade

10 Qs

Basic Keyboarding

Basic Keyboarding

KG - 6th Grade

12 Qs

quiz 2Science1

quiz 2Science1

2nd Grade

9 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

mobile legends

mobile legends

1st - 3rd Grade

7 Qs

Special Keys

Special Keys

2nd Grade

10 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