JavaScript and Karel the dog

JavaScript and Karel the dog

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

Karel the Dog: The Basics

Karel the Dog: The Basics

8th Grade

3 Qs

If statements

If statements

6th - 8th Grade

7 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

MS Logo

MS Logo

4th - 9th Grade

10 Qs

Karel Quiz 1

Karel Quiz 1

5th - 8th Grade

4 Qs

Karel Review 1.1-1.4

Karel Review 1.1-1.4

6th - 7th Grade

10 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

Introduction to Programming

Introduction to Programming

7th Grade

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();