SUMMATIVE TEST (TOP DOWN DESIGN AND DECOMPOSITION WITH KAREL)

SUMMATIVE TEST (TOP DOWN DESIGN AND DECOMPOSITION WITH KAREL)

6th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Coding and Using Code.org

Coding and Using Code.org

5th - 8th Grade

25 Qs

CS Fundamentals Express Quiz Through Functions

CS Fundamentals Express Quiz Through Functions

7th Grade

25 Qs

CodeHS Tracy the Turtle Final Test

CodeHS Tracy the Turtle Final Test

6th - 10th Grade

30 Qs

Code.org Classic Maze

Code.org Classic Maze

3rd - 8th Grade

30 Qs

Super Karel Control Structures

Super Karel Control Structures

6th - 9th Grade

25 Qs

CodeHS CompSci Final Exam

CodeHS CompSci Final Exam

8th Grade - University

25 Qs

Control Structure Codehs Karel

Control Structure Codehs Karel

7th - 12th Grade

25 Qs

Karel Programming

Karel Programming

7th - 12th Grade

25 Qs

SUMMATIVE TEST (TOP DOWN DESIGN AND DECOMPOSITION WITH KAREL)

SUMMATIVE TEST (TOP DOWN DESIGN AND DECOMPOSITION WITH KAREL)

Assessment

Quiz

Computers, Mathematics, Other

6th - 8th Grade

Hard

Created by

Melaine Pornia

Used 9+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the following function?

function turnRight(){

turnLeft();

turnLeft();

turnLeft();

}

turnRight

turnLeft

Function

Right Turn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Karel's world, avenues run in which direction?

East

West

North and South

East and West

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Karel's world, streets run in which direction?

North

South

East and West

North and South

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function will allow Karel to spin in circle?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a street in a Karel world?

A row

A column

A single point

Karel’s position

Answer explanation

A "street" in karel's grid world refers to a "row".

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an avenue in a Karel world?

A row

A column

A single point

Karel’s position

Answer explanation

Correct! An avenue is a column.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written incorrectly?

putBall();

putball();

turnLeft();

takeBall();

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?