Code.org Discoveries Conditional Blocks

Code.org Discoveries Conditional Blocks

Assessment

Flashcard

Computers

6th - 9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Predict what will show up on console.log: true true true, true false false, false false false, true false true

Back

true false true

2.

FLASHCARD QUESTION

Front

What happens if you don't call background in your draw loop and your sprite has movement?

Back

the sprites are drawn on top of each other to simulate movement, the older drawings don't get erased.

3.

FLASHCARD QUESTION

Front

In the draw loop, if you call the text function before the drawSprites and/or background function, what happens?

Back

You won't be able to see your text because the sprites and background will be drawn on top of the text.

4.

FLASHCARD QUESTION

Front

Boolean Expression

Back

A single value of either TRUE or FALSE

5.

FLASHCARD QUESTION

Front

Conditionals

Back

Statements that only run under certain conditions.

6.

FLASHCARD QUESTION

Front

If-Statement

Back

The common programming structure that implements "conditional statements".

7.

FLASHCARD QUESTION

Front

Boolean

Back

A single value of either TRUE or FALSE

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?