Quiz about Karel

Quiz about Karel

9th Grade

9 Qs

quiz-placeholder

Similar activities

Karel Vocabulary Lessons 1-5

Karel Vocabulary Lessons 1-5

9th - 12th Grade

9 Qs

Scratch Basics

Scratch Basics

7th - 9th Grade

12 Qs

Coding Vocab Fab!!

Coding Vocab Fab!!

3rd - 9th Grade

13 Qs

Swift Playground

Swift Playground

9th - 12th Grade

10 Qs

Word - Lesson 7

Word - Lesson 7

9th - 12th Grade

8 Qs

CodeHS 1.4 Karel Can't Turn Right

CodeHS 1.4 Karel Can't Turn Right

9th - 12th Grade

6 Qs

CodeHS Unit 1-6

CodeHS Unit 1-6

9th - 12th Grade

12 Qs

Quiz about Karel

Quiz about Karel

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Mercy Omwoyo

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who or what is Karel?

A cat who listens to your commands.

A robot who listens to your commands.

A dog who listens to your commands.

A bird who listens to your commands.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is programming or coding compared to in the image?

Giving commands to a dog

Writing a book

Solving a puzzle

Painting a picture

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to make Karel move forward one space?

turn_left()

put_ball()

move()

take_ball()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel needs to place a ball on the current spot, which command should be used?

move()

turn_left()

put_ball()

take_ball()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command allows Karel to pick up a ball from the current spot?

move()

turn_left()

put_ball()

take_ball()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command should Karel use to turn 90 degrees to the left?

move()

turn_left()

put_ball()

take_ball()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a requirement for writing Karel commands?

Commands must have spaces

Commands can be in any capitalization

Commands must match exact capitalization

Commands do not need parentheses

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How should every Karel command end?

With a semicolon (;)

With parentheses ()

With a period (.)

With a comma (,)

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Karel commands?

They can include spaces

They must not include spaces

They can end with any symbol

They must be written in lowercase