Code Combat Quiz!

Code Combat Quiz!

6th Grade

10 Qs

quiz-placeholder

Similar activities

Block Programming

Block Programming

2nd - 9th Grade

10 Qs

Code.org Questions

Code.org Questions

6th - 7th Grade

7 Qs

Scratch coding

Scratch coding

6th Grade

15 Qs

Block Programming - Quiz 4 -  Batch 3

Block Programming - Quiz 4 - Batch 3

2nd - 9th Grade

10 Qs

Code Combat Kithgard Dungeons

Code Combat Kithgard Dungeons

6th - 8th Grade

12 Qs

Learn to Code: Swift Playgrounds

Learn to Code: Swift Playgrounds

3rd - 6th Grade

10 Qs

EV3 Programming Moves and Turns

EV3 Programming Moves and Turns

6th - 8th Grade

10 Qs

Code HS Tracy Phyton Quiz

Code HS Tracy Phyton Quiz

6th - 8th Grade

10 Qs

Code Combat Quiz!

Code Combat Quiz!

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Luna Kim

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

How do we make our hero move left?

Hero.moveLeft()

hero.moveLeft()

hero.moveLeft

moveLeft()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we call the part that comes after the period in hero.moveRight()?

movement

method

move right

direction

3.

OPEN ENDED QUESTION

1 min • 1 pt

In one line of code, write how we would move our hero to the right 5 steps.

Hint: use hero.moveRight()

Evaluate responses using AI:

OFF

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

I want to attack enemy g. How do I do that with my code? hero.attack(____)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the correct way to write a while loop?

while true { hero.moveRight() }

while(true) { hero.moveRight() }

while { hero.moveRight() }

while ( hero.moveRight() )

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You use _____ to declare a variable

vari

var

v

value

7.

OPEN ENDED QUESTION

1 min • 1 pt

What will my code below do? Explain what 3 things will happens when we run this code


hero.moveRight(2)

hero.attack("a")

hero.say("I win!")

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?