Code Combat - Introduction to Computer Science

Code Combat - Introduction to Computer Science

6th Grade

15 Qs

quiz-placeholder

Similar activities

CodeCombat CS3

CodeCombat CS3

6th - 9th Grade

12 Qs

SUPER HERO

SUPER HERO

4th Grade - University

18 Qs

PLTW ~ CSIM ~ Lesson 1 Exam Review

PLTW ~ CSIM ~ Lesson 1 Exam Review

6th Grade

10 Qs

Selection in Python

Selection in Python

1st - 9th Grade

15 Qs

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

ASCII + Binary Representations

ASCII + Binary Representations

5th - 12th Grade

10 Qs

Swift Playground

Swift Playground

5th - 6th Grade

12 Qs

Basic Coding

Basic Coding

6th Grade

14 Qs

Code Combat - Introduction to Computer Science

Code Combat - Introduction to Computer Science

Assessment

Quiz

Computers

6th Grade

Medium

Used 1+ times

FREE Resource

15 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

15 mins • 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

15 mins • 1 pt

It is not important to capitalize the name of the variables.

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?

Similar Resources on Wayground