Variables
Conditionals
Functions
Off Topic
100

What number will be output by the console.log command on line 7?

100

100

What text will be output by the program?

 30 or more

100

What will be the order of letters printed to the console when this program is run?

a b c b c

100

The only letter that doesn’t appear on the periodic table.

J

200

What number will be output by the console.log command on line 5?

16

200

What text will be output by the program?

Output D

200

This function chooses the screen to display based on the score. What is the correct way to call this function?


200

What was the first toy to be advertised on television?

Mr Potato Head from Toy Story

300

What number will be output by the console.log command on line 5?

35

300

When this function is called, the smaller of two numbers is displayed. What Boolean expression would not work in line 12 in order to accomplish this goal?


300

Which of the following is true of functions?

 A.   Programs written with functions run more quickly

 B.   Functions can help remove repeated code from a program

 C.   Replacing repeated code with a function will reduce the number of commands the computer needs to run

 D.   Functions are called once but can be declared many times

B.   Functions can help remove repeated code from a program

300

What was the first feature-length animated movie ever released?

Snow White and the Seven Dwarfs

400

"You win!" never displays. What change would fix this issue?


 Line 3 - remove var

400

Choose the correct definition for Conditional Statement

 A.   affects the sequential flow of control by executing different statements based on the value of a Boolean expression

 B.   stores information as a number, String, or Boolean

 C.   joins together two or more strings end-to-end to make a new string

 D.   an ordered sequence of characters

A. affects the sequential flow of control by executing different statements based on the value of a Boolean expression

400

a command that executes the code within a function

function call 

400

What is the name of the biggest technology company in South Korea?

Samsung

500

What will the value of the variable bags be at the end of the flowchart shown here?

2

500

in programming, an expression that evaluates to True or False.

boolean expression

500

Which of the following is NOT a reason you should use functions in your code

A. Makes your code more efficient

B. Makes your program easier to debug

C. Makes your program easier to read

D. Makes your program more complex

D. Makes your program more complex

500

Which monarch officially made Valentine's Day a holiday in 1537?

Henry VIII

M
e
n
u