Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

CodeHS Test

CodeHS Test

7th - 9th Grade

20 Qs

CodeHS - Unit 5 - Into to Programming with Karel

CodeHS - Unit 5 - Into to Programming with Karel

9th Grade

18 Qs

Unit 1 CodeHS Review

Unit 1 CodeHS Review

9th - 12th Grade

23 Qs

CodeHS Javascript Unit 1 Quiz Review

CodeHS Javascript Unit 1 Quiz Review

9th - 12th Grade

25 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

JavaScript - Karel

JavaScript - Karel

9th - 10th Grade

20 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

9th - 12th Grade

20 Qs

Karel Quiz

Karel Quiz

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Stephen Parisi

Used 64+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written correctly?

Move

move

Move();

move();

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written incorrectly?

putBall();

putball();

turnLeft();

takeBall();

3.

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a code comment?

A way to teach Karel a new word

A way to give notes to the reader to explain what your code is doing

A message to your teacher in code

A place to write whatever you want in your code

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why do we use functions in programming?

Break down our program into smaller parts

Avoid repeating code

Make our program more readable

All of the above

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Define a Function

means to teach the computer a new command and explain what it should do when receiving that command.

an instruction you can give to Karel

used to mark what code needs to perform in a certain block

actually gives the command, so the computer will run the code for that function.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Call a Function

actually gives the command, so the computer will run the code for that function.

an instruction you can give to Karel

means to teach the computer a new command and explain what it should do when receiving that command.

used to mark what code needs to perform in a certain block

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?