Search Header Logo

U3: [Assess] L14-L17 Code.org

Authored by EDWARD WARBURTON

Computers

9th - 12th Grade

Used 3+ times

U3: [Assess] L14-L17 Code.org
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, an expression that evaluates to True or False is know as what?

Boolean Expression
If-Statement
Watcher statement
Function code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The common programming structure that implements "conditional statements."

Boolean Expression
If-Statement
Watcher statement
Function code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which result will be printed in the console by this code: var sprite1 = createSprite(100, 200); var sprite2 = createSprite(300, 200); console.log(sprite1.y == sprite2.y); console.log(sprite1.x > sprite2.x); console.log(sprite1.x < sprite2.y);

true, false, true
0 , 200, 100
true, error, true
false, true, false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one means, "Is the dog sprite's rotation less than the cat sprite's rotation?"

dog.rotation < cat.rotation
dog.x < cat.x
dog.scale > cat.scale
dog.x > cat.x
dog.x == cat.x

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you want the program to run differently in response to different situation, which of the following would you use?

a draw function
a boolean expression
an If- statement
a variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The keyDown (code) block is used to write programs where a user can control sprites on the screen.

True
False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statements that only run under certain conditions are what kind of statments?

Functions
Boolean expressions
Draw
Conditionals

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?