Quiz about Karel

Quiz about Karel

9th Grade

9 Qs

quiz-placeholder

Similar activities

Unit 2 Knowledge Test Make Up

Unit 2 Knowledge Test Make Up

9th - 12th Grade

11 Qs

JavaScript

JavaScript

9th Grade

12 Qs

Input devices

Input devices

5th - 10th Grade

10 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

Excel 1

Excel 1

7th Grade - University

10 Qs

Coding Review

Coding Review

9th - 10th Grade

10 Qs

AP CSP Worksheet 2

AP CSP Worksheet 2

9th - 12th Grade

10 Qs

CodeHS Tech Apps and Coding

CodeHS Tech Apps and Coding

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