Code Combat Review (Python)

Code Combat Review (Python)

8th Grade

10 Qs

quiz-placeholder

Similar activities

ôn tập kiến thức lập trình trong CodeCombat

ôn tập kiến thức lập trình trong CodeCombat

3rd - 12th Grade

15 Qs

Code combat

Code combat

8th Grade

15 Qs

Malware Terms

Malware Terms

8th Grade

15 Qs

Quiz ôn tập 1

Quiz ôn tập 1

7th - 9th Grade

10 Qs

Understanding Cybersecurity

Understanding Cybersecurity

5th Grade - Professional Development

10 Qs

JavaScript with CodeCombat

JavaScript with CodeCombat

7th - 8th Grade

12 Qs

Revisiting L1

Revisiting L1

3rd - 12th Grade

8 Qs

python เบื้องต้น (codecombat)

python เบื้องต้น (codecombat)

6th - 8th Grade

10 Qs

Code Combat Review (Python)

Code Combat Review (Python)

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Karen Hogan

Used 903+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which line of code is correct?

hero.MoveLeft()

heroMoveLeft();

hero.moveleft(:

hero.moveLeft()

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which line of code will make the hero move up 4 times?

4.hero.Move.Up();

hero.MoveUp(4);

hero.4MoveUp();

hero.Move4Up();

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What must every line of code end with?

comma ,

semi-colon ;

parantheses ()

period .

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which line of code will attack Kratt?

hero.attack("Kratt")

hero.attack("kratt");

hero.attack(Kratt);

Hero.Attack.Kratt;

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the correct way to write a while loop?

while {

while.true {

while (loop)

while True:

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

How do you create a variable for enemy1 Gert?

enemy1 = "Gert"

enemy1 = Gert

var.enemy1 = Gert;

var.Enemy.1 = "Gert";

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

You can enter a number as an argument to instruct your object to move more than one space at a time.

True

False

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?