Best Practices/Debugging
Code Examples
Off Topic
100

Which of the below actions would usually be helpful in designing and developing an app?

I and III only

100

What will the “background-color” of the “topButton” be when the program is finished running?

blue

100

What is the best selling video game of all time?

Minecraft

200

What best describes the purpose of a design specification?

Describing the requirements for how a program will work or users will interact with it

200

If the user does NOT click the button what color will “topButton” be when this program finishes running?

blue

200

What is the best selling gaming console of all time?

Playstation 2

300

What BEST describes the differences between sequential and event-driven programming?

In sequential programming commands run in the order they are written. In event-driven programming some commands run in response to user interactions or other events.

300

The following program is run. Then the user clicks the "topButton" button ONCE. What will be displayed in the console?

cat dog bird

300

What president was on the 1000 dollar bill?




Grover Cleveland

400

What is NOT a reason to include comments in programs?

Comments help the computer decide whether certain components of a program are important.

400

The following program is run. Then the user clicks the “bottomButton” ONCE and then clicks the “topButton” ONCE. What will be displayed in the console?

chicken pig cow

400

What is the plural form of octopus?

Octopi

500

Which line of code in this program is MOST likely to result in an error?

Line 2

500

The following program is run. Then the user clicks the “bottomButton” TWO TIMES. What will be displayed in the console?

banana dragon fruit cherry cherry

500

What kind of fish is Nemo?

Clownfish

M
e
n
u