CODEHS KAREL

CODEHS KAREL

7th - 9th Grade

20 Qs

quiz-placeholder

Similar activities

Karel Lessons 1 and 2

Karel Lessons 1 and 2

8th Grade

20 Qs

Intro to Programming w/ Karel

Intro to Programming w/ Karel

9th - 12th Grade

17 Qs

Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

9th - 12th Grade

20 Qs

Unit 1 CodeHS Review

Unit 1 CodeHS Review

9th - 12th Grade

23 Qs

Super Karel Control Structures

Super Karel Control Structures

6th - 9th Grade

25 Qs

Programming with Karel Unit 3 - 3.7 - 3.12 Quiz

Programming with Karel Unit 3 - 3.7 - 3.12 Quiz

8th Grade

23 Qs

Karel Test Review

Karel Test Review

9th - 12th Grade

20 Qs

CODEHS KAREL

CODEHS KAREL

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

Computers SMI

Used 915+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command is written correctly?

Move

move

Move();

move();

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which command is written incorrectly?

putBall();

putball();

turnLeft();

takeBall();

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Karel is a Cat?

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This code:

putBall();

move();

putBall();

put 2 balls in the same place and then move one place?

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The code in the picture will move Karel in a square.

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which code will put Karel in the position shown in second world?

putBall(); putBall(); move(); move();

move(); putBall(); move(); putBall();

putBall(); move(); putBall(); move();

move(); putBall(); putBall(); move();

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which code below will put Karel in the position shown in picture?

move(); Move(); turnLeft(); move();

move; move(); turnLeft; move();

move(); move(); TurnLeft(); Move();

move(); move(); turnLeft(); move();

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?