Karel's Museum Tasks Drill

Karel's Museum Tasks Drill

8th Grade

5 Qs

quiz-placeholder

Similar activities

Scratch 2

Scratch 2

KG - University

10 Qs

Basic Coding Terminology

Basic Coding Terminology

6th - 8th Grade

10 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

BrainPOP Loops

BrainPOP Loops

8th Grade

10 Qs

Scratch 7

Scratch 7

4th - 11th Grade

10 Qs

Java year 7 (Karel the dog)

Java year 7 (Karel the dog)

7th - 8th Grade

10 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Code.org (1-8)

Code.org (1-8)

5th - 8th Grade

10 Qs

Karel's Museum Tasks Drill

Karel's Museum Tasks Drill

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Jonathan Smith

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Karel's main task in the museum?

To paint the walls

To patrol the museum halls and collect suspicious objects

To guide visitors

To organize exhibitions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using comments in the main program?

To make the code run faster

To explain the code

To confuse others

To add more lines to the code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the main program?

To make Karel paint the walls

To make Karel patrol all four walls of the museum

To make Karel dance

To make Karel sleep

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of loop is used to repeat certain movements in the main program?

While loop

For loop

Do-while loop

Infinite loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be checked to avoid infinite loops according to the document?

The number of comments

The while loop conditions

The function names

The starting code