Code.org Unit 3 Review

Code.org Unit 3 Review

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Code.org Unit 4 The Design Process Vocabulary I

Code.org Unit 4 The Design Process Vocabulary I

9th - 12th Grade

8 Qs

U4L2_3

U4L2_3

10th - 12th Grade

11 Qs

PAS GANJIL 2024

PAS GANJIL 2024

11th Grade

10 Qs

AppInventer เบื้องต้น

AppInventer เบื้องต้น

9th - 12th Grade

12 Qs

Creative Minds - MIT Apps Development

Creative Minds - MIT Apps Development

3rd - 12th Grade

11 Qs

QUIZ #1

QUIZ #1

10th Grade

10 Qs

Padlet

Padlet

12th Grade

10 Qs

Unit 3 Quiz

Unit 3 Quiz

10th Grade - University

10 Qs

Code.org Unit 3 Review

Code.org Unit 3 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Tom Naber

Used 176+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will the console log say when this program is run?

"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!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After the program is run, what will the text color of smallButton be?

red

blue

green

yellow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not one of the purposes of having potential users test a program or app?

To write the code for the program/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.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If the user clicks the button, what color will "topButton" be when the program finishes running?

red

green

blue

orange

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

aaa

bbb

ccc

aaa

aaa

ccc

bbb

aaa

ccc

aaa

bbb

aaa

aaa

bbb

aaa

ccc

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line of code is most likely to return an error?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Commands run one at a time in the order that they are written.

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

Commands all run at the same time when the user interacts with the app.

Commands all run whether or not the user interacts with the program.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a reason to include comments in a program?

Comments tell the computer what the code is doing.

Comments tell the programmer what the code is doing.

Comments help the user work an app more effectively.

Comments will show up in the console so when the program is run, the programmer know what happens.