Karel-1

Karel-1

7th - 8th Grade

30 Qs

quiz-placeholder

Similar activities

Codesters: Intro to Python

Codesters: Intro to Python

6th - 8th Grade

28 Qs

Super Karel Control Structures

Super Karel Control Structures

6th - 9th Grade

25 Qs

Cyber Robotics 101 Sessions 1-7

Cyber Robotics 101 Sessions 1-7

8th - 12th Grade

25 Qs

Computer Care

Computer Care

7th Grade

28 Qs

Software Quiz

Software Quiz

8th Grade

31 Qs

Coding Pretest

Coding Pretest

5th - 8th Grade

25 Qs

Computer Coding Pre Test

Computer Coding Pre Test

5th - 8th Grade

25 Qs

SCRATCH_Q1

SCRATCH_Q1

7th - 10th Grade

30 Qs

Karel-1

Karel-1

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

JOHN REESE

Used 133+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use functions in programming?

Break down our program into smaller parts

Avoid repeating code

Make our program more readable

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times should the start function be defined in a program?

0

1

2

However many you like

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid Karel command?

move;

MOVE

move();

move()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel is facing South and the code:

turnLeft();

turnLeft();

runs; which direction is Karel facing now?

North

South

East

West

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a code comment?

A way to teach Karel a new word

A way to give notes to the reader to explain what your code is doing

A message to your teacher in code

A place to write whatever you want in your code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Karel only knows 4 commands.
True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?