Code.org Unit 3 Review

Code.org Unit 3 Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What will the console log say when this program is run? Options: "Starting my program!" "You clicked the button!" "Ending my program!"; "Starting my program!" "Ending my program!" "You clicked the button!"; "You clicked the button!" "Starting my program!" "Ending my program!"; "You clicked the button!" "Ending my program!" "Starting my program!"

Back

"Starting my program!" "Ending my program!" "You clicked the button!"

2.

FLASHCARD QUESTION

Front

After the program is run, what will the text color of smallButton be? Options: red, blue, green, yellow

Back

green

3.

FLASHCARD QUESTION

Front

Which of the following is not one of the purposes of having potential users test a program or app? To see if there are any bugs in the program/app. , To get input on the design of the program/app., To see how a user interacts with the app/program.

Back

To write the code for the program/app.

4.

FLASHCARD QUESTION

Front

If the user clicks the button, what color will "topButton" be when the program finishes running? Options: red, green, blue, orange

Back

orange

5.

FLASHCARD QUESTION

Front

When this program is run, the user clicks "topButton" then "bottomButton" and then "topButton" again. What will be displayed in the console?

Back

ccc
aaa
bbb
aaa

6.

FLASHCARD QUESTION

Front

Which line of code is most likely to return an error? Options: 1, 2, 3, 4

Back

3

7.

FLASHCARD QUESTION

Front

Which of the following describes "event-driven programming?"

Back

Commands run one at a time in response to user interactions or other events.

8.

FLASHCARD QUESTION

Front

What is a reason to include comments in a program?

Back

Comments tell the programmer what the code is doing.