Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Evaluasi 1

Evaluasi 1

10th Grade

20 Qs

Django-quiz

Django-quiz

5th Grade - University

20 Qs

Year 8 January review

Year 8 January review

8th Grade

23 Qs

Arduino_Quiz

Arduino_Quiz

12th Grade

20 Qs

[RB3-Ch4] Problem Solving

[RB3-Ch4] Problem Solving

6th - 8th Grade

20 Qs

Lessons 1-5 Test Review

Lessons 1-5 Test Review

8th Grade

17 Qs

Προγραμματισμός Β Λυκείου

Προγραμματισμός Β Λυκείου

9th Grade

20 Qs

Karel Quiz

Karel Quiz

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Stephen Parisi

Used 64+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written correctly?

Move

move

Move();

move();

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which command is written incorrectly?

putBall();

putball();

turnLeft();

takeBall();

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This code:

putBall();

move();

putBall();

put 2 balls in the same place and then move one place?

True

False

4.

MULTIPLE CHOICE QUESTION

45 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

5.

MULTIPLE CHOICE QUESTION

45 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

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Define a Function

means to teach the computer a new command and explain what it should do when receiving that command.

an instruction you can give to Karel

used to mark what code needs to perform in a certain block

actually gives the command, so the computer will run the code for that function.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Call a Function

actually gives the command, so the computer will run the code for that function.

an instruction you can give to Karel

means to teach the computer a new command and explain what it should do when receiving that command.

used to mark what code needs to perform in a certain block

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?