JavaScript and Karel the dog

JavaScript and Karel the dog

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Dec 9- What's wrong with this code?

Dec 9- What's wrong with this code?

6th - 8th Grade

5 Qs

Scratch class 2

Scratch class 2

6th - 8th Grade

10 Qs

Karel Drill

Karel Drill

6th - 8th Grade

3 Qs

CS Day 40

CS Day 40

KG - University

10 Qs

Karel Functions Worksheet

Karel Functions Worksheet

6th Grade

10 Qs

Karel CodeHS Function

Karel CodeHS Function

8th Grade

5 Qs

Explore Scratch 3: Motion and Pen

Explore Scratch 3: Motion and Pen

3rd Grade - University

10 Qs

Lego Spike - Challenge 1 Quiz

Lego Spike - Challenge 1 Quiz

6th Grade - University

10 Qs

JavaScript and Karel the dog

JavaScript and Karel the dog

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Jonathan Smith

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm is a:

step-by-step procedure for solving a problem or accomplishing a task.

random set of instructions without any specific order.

hardware component of a computer.

type of software application.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is a valid Karel command?

move;

MOVE

move();

move()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If Karel is facing South and the code:

turnLeft();

turnLeft();

runs; which direction is Karel facing now?

North

South

East

West

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Karel only knows 4 commands.
True
False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is incorrect?
putBall();
Takeball();
move();
turnLeft();