Programming Concepts with Karel

Programming Concepts with Karel

9th Grade

13 Qs

quiz-placeholder

Similar activities

Codehs

Codehs

9th - 12th Grade

12 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

CSF 2.4

CSF 2.4

9th Grade - University

10 Qs

CodeHS Karel Python

CodeHS Karel Python

9th - 12th Grade

16 Qs

CodeHS - Java - Karel (Sec 1-3)

CodeHS - Java - Karel (Sec 1-3)

7th - 10th Grade

15 Qs

Y9 Java (Karel the dog)

Y9 Java (Karel the dog)

9th Grade

10 Qs

Codehs

Codehs

9th - 12th Grade

12 Qs

Programming Concepts with Karel

Programming Concepts with Karel

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Quizizz Content

Used 22+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The keyword else cannot be used without ___________ keyword
if
default
switch
for

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the code: 'function turnAround() { ___; turnLeft(); }'.

A) turnRight()

B) move()

C) turnLeft()

D) stop()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What surrounds an if/else statement?

Quotations " "

Curly Brackets { }

Parenthesis ( )

Square Brackets [ ]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a benefit of using preconditions in programming?

They make the code harder to understand

They ensure the program starts in a known state

They slow down the program

They are unnecessary.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Like Karel but already knows how to turnRight() and turnAround()
Curly Bracket
World
Super Karel
Define A Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the corrected version of the loop: 'for (var i = 0, i < 4, i++) { move(); }'?

for (var i = 0; i < 4; i++) { move(); }

for (var i = 0; i < 4; i--) { move(); }

for (var i = 0; i <= 4; i++) { move(); }

for (var i = 0; i < 3; i++) { move(); }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: The _______ command is used to rotate Karel 90 degrees clockwise.

move()

putBall()

turnLeft()

turnRight()

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?