Quiz about Karel

Quiz about Karel

9th Grade

9 Qs

quiz-placeholder

Similar activities

Sept. 4 Inside a Computer Check for Understanding

Sept. 4 Inside a Computer Check for Understanding

9th - 12th Grade

10 Qs

Introducing: Cubetto

Introducing: Cubetto

7th - 9th Grade

10 Qs

Scratch Key words

Scratch Key words

8th - 9th Grade

12 Qs

Scratch Games using Keyboard Control

Scratch Games using Keyboard Control

7th - 10th Grade

10 Qs

41. Algorithms -Linear Search Algorithm Quiz

41. Algorithms -Linear Search Algorithm Quiz

9th Grade

11 Qs

System Software - Operating Systems Part 1

System Software - Operating Systems Part 1

9th Grade

10 Qs

Chapter 4 - Latihan

Chapter 4 - Latihan

1st - 12th Grade

10 Qs

Architektura i zarządzanie systemem Windows 10

Architektura i zarządzanie systemem Windows 10

9th - 12th Grade

13 Qs

Quiz about Karel

Quiz about Karel

Assessment

Quiz

Computers

9th Grade

Practice Problem

Easy

Created by

Mercy Omwoyo

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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