Karel - Unit 1

Karel - Unit 1

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Intro Unit 1

Intro Unit 1

9th - 12th Grade

32 Qs

Programming with Karel Quiz

Programming with Karel Quiz

6th - 9th Grade

25 Qs

Programming with Karel

Programming with Karel

7th - 12th Grade

25 Qs

Code HS 3.19 Intro to Programming w/Karel

Code HS 3.19 Intro to Programming w/Karel

9th - 12th Grade

25 Qs

Karel Programming

Karel Programming

6th - 9th Grade

25 Qs

Chirag: Fundamentals of Computing S2 Exam Part 1 2021-22

Chirag: Fundamentals of Computing S2 Exam Part 1 2021-22

9th - 12th Grade

25 Qs

CodeHS unit 1 Quiz

CodeHS unit 1 Quiz

10th Grade

25 Qs

Karel CodeHS Top Down Design

Karel CodeHS Top Down Design

7th - 12th Grade

25 Qs

Karel - Unit 1

Karel - Unit 1

Assessment

Quiz

9th - 12th Grade

Medium

Created by

Meghan Taylor

Used 18+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

An error in a program that prevents the program from running as expected.
Error report
Bug
Mistake
Algorithm

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What command will place a ball down in a spot?
placeBall();
Putball();
putball():
putBall();

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?
move(); 
move();
move();
turnLeft();
move();
Street 1 and Avenue 3
Street 4 and Avenue 4
Street 2 and Avenue 6
Street 6 and Avenue 2

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If Karel is facing North and the code
turnLeft(); 
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
North
East
South
West

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In coding terms, the action of doing something over and over again.
Repeating
Repetition
Loop
Do-over

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A piece of code that you can easily call over and over again. 
Repeat
Functions
Procedures
Fractions

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many times should Karel turn left in order to turn right?
1
2
3
4

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?