Search Header Logo

KAREL actiivity

Authored by Dina Sharawy

Information Technology (IT)

12th Grade

Used 1+ times

KAREL actiivity
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

If we want to move 10 spaces or put down 15 tennis balls, what type of loop would we use?

while loop

for loop

for each loop

do while loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the correct way to type out a "move" command in KAREL?

move()

Move();

move();

move;

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

___________ help teach Karel new commands and reduces the code we have to write.

Loops

Functions

Conditional Statements

Comments

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The "turn right" function was created using which set of commands?

turnRight();

turnLeft();

turnLeft();

turnLeft();

turnLeft();

turnLeft();

turnAround();

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the proper way to write the first line of a function?

function turnRight();

function turnRight(){

Function TurnRight(){

turnRight(){

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is used when a program needs to run a very large amount of repetitive code?

A function

A comment

A conditional statment

A loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which is the correct code to begin a loop to move Karel 200 spaces?

for(var i = 0; i < 200; i++){

for var i = 0; i > 200; i++

for(var i = 200; i < COUNT; i++){

for(var i = 0; i < 200; i +1){

Access all questions and much more by creating a free account

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

Already have an account?