Karel-1

Karel-1

7th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Karel Programming

Karel Programming

7th - 12th Grade

25 Qs

Introduction to Programming Unit Quiz

Introduction to Programming Unit Quiz

8th Grade

25 Qs

Introduction to Programming Unit Quiz

Introduction to Programming Unit Quiz

7th Grade

25 Qs

Programming with Karel

Programming with Karel

7th Grade

25 Qs

Karel 2.10, 2.11

Karel 2.10, 2.11

6th - 9th Grade

25 Qs

Karel Commands

Karel Commands

6th - 9th Grade

25 Qs

CodeHS CompSci Final Exam

CodeHS CompSci Final Exam

8th Grade - University

25 Qs

Karel Adventures

Karel Adventures

7th - 12th Grade

25 Qs

Karel-1

Karel-1

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

JOHN REESE

Used 133+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

0

1

2

However many you like

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?

move;

MOVE

move();

move()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel is facing South and the code:

turnLeft();

turnLeft();

runs; which direction is Karel facing now?

North

South

East

West

5.

MULTIPLE CHOICE QUESTION

30 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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Karel only knows 4 commands.
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is incorrect?
putBall();
Takeball();
move();
turnLeft();

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?