Karel Commands and Concepts

Karel Commands and Concepts

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python - Karel the Dog

Python - Karel the Dog

9th - 12th Grade

16 Qs

Karel Programming Quiz for Beginners

Karel Programming Quiz for Beginners

9th Grade

20 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

9th - 12th Grade

15 Qs

CodeHS Unit 1-6

CodeHS Unit 1-6

9th Grade

15 Qs

Unit 6 Computer Science

Unit 6 Computer Science

9th Grade

15 Qs

Codehs

Codehs

9th - 12th Grade

15 Qs

CS: Quiz/Test 2.1-2.10

CS: Quiz/Test 2.1-2.10

9th - 12th Grade

15 Qs

Codehs Practice Test

Codehs Practice Test

9th - 12th Grade

12 Qs

Karel Commands and Concepts

Karel Commands and Concepts

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Guranda Gogaladze

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of these is NOT a command that Karel knows?

Turn Left

Move

Move Forward

Put Ball

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use while loops in Python?

To break out of some block of code

To do something if a condition is true

To repeat some code while a condition is true

To repeat something for a fixed number of times

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an avenue in a Karel world?

A row

A column

A single point

Karel’s position

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which general while loop definition is written correctly?

while x is true: # code

if i<5: #code

while I in range(5): # code

while condition: # code

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?

move

MOVE

move()

move(1)

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a street in a Karel world?

A row

A column

A single point

Karel’s position

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?