POST TEST (KAREL COMMANDS)

POST TEST (KAREL COMMANDS)

6th Grade

15 Qs

quiz-placeholder

Similar activities

More Basic Karel Quiz

More Basic Karel Quiz

6th Grade

15 Qs

Programming Vocabulary

Programming Vocabulary

6th - 8th Grade

15 Qs

code.org review

code.org review

6th Grade

18 Qs

Learn to Code: Swift Playgrounds

Learn to Code: Swift Playgrounds

3rd - 6th Grade

10 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

Code.org: Express Course -> Lesson 1 and 2

Code.org: Express Course -> Lesson 1 and 2

5th - 7th Grade

13 Qs

Sequencing

Sequencing

4th - 6th Grade

15 Qs

POST TEST (KAREL COMMANDS)

POST TEST (KAREL COMMANDS)

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Melaine Pornia

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these is a valid Karel command?

MOVE

move;

move()

move();

Answer explanation

The correct answer is:

move( );

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a street in a Karel world?

A row

A column

A single point

Karel’s position

Answer explanation

A "street" in karel's grid world refers to a "row".

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an avenue in a Karel world?

A row

A column

A single point

Karel’s position

Answer explanation

Correct! An avenue is a column.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If Karel is facing North and the code

turnLeft();

turnLeft();

runs; which direction is Karel facing now?

North

South

East

West

Answer explanation

Great job! After the first command, Karel will face West and after the second command Karel will face South.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many times should Karel turn left in order to turn right?

1

2

3

4

Answer explanation

Great!

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What can be used to teach Karel to turn right?

Functions

Variables

Dog treats

Karel can already turn right

Answer explanation

Well done!

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many times should the start function be defined in a program?

1

2

3

However many you like

Answer explanation

Great!

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?