Karel 3

Karel 3

Assessment

Flashcard

Arts

7th Grade

Medium

Created by

Rachel Crognale

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does `while (frontIsClear()) { move(); }` mean?

Back

Move while no wall is in front

2.

FLASHCARD QUESTION

Front

What is the purpose of an `if` statement?

Back

To make decisions

3.

FLASHCARD QUESTION

Front

What happens if you use `takeBall();` when there is no ball?

Back

Error/Crash

4.

FLASHCARD QUESTION

Front

Which symbol is used for 'not equal to' in JavaScript?

Back

!=

5.

FLASHCARD QUESTION

Front

What is the correct way to write a loop that runs 10 times?

Back

for (let i = 0; i < 10; i++)

6.

FLASHCARD QUESTION

Front

Which of these is NOT a valid variable name?

Back

let my variable = 5;

7.

FLASHCARD QUESTION

Front

What is the value of `x` after `let x = 5; x = x + 2;`?

Back

7

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?