course3 lesson13

course3 lesson13

2nd Grade

8 Qs

quiz-placeholder

Similar activities

course1 lesson12

course1 lesson12

2nd Grade

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

course 2 lesson5

course 2 lesson5

2nd Grade

7 Qs

JS Review

JS Review

2nd - 5th Grade

13 Qs

Scratch

Scratch

2nd - 4th Grade

10 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

course2 lesson10

course2 lesson10

2nd Grade

6 Qs

I Can Code!

I Can Code!

KG - University

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