No student devices needed. Know more
10 questions
How many times will "Hi" be printed to the console?
1
2
3
What will be printed to the console by this code?
"B", "C", "D"
"A", "B", "C", "D"
"A", "B", "C"
"A", "C", "D"
What will the value of x be AFTER this code is run?
4
2
3
6
What will be printed to the console when this code is run, if the user enters 12?
"Jan"
"Jan", "Feb", "Mar"
"Jan", "Mar"
"Feb", "Mar"
What will be printed to the console when this code is run?
"Hi"
"Bye"
What will be printed to the console when this code is run?
"Yay!", "Boo", "Yippee"
"Yay!", "Yippee"
"Boo", "Yippee"
"Yippee"
What will be printed to the console when this code is run?
"Yay!", "Boo", "Yippee"
"Yay!", "Yippee"
"Boo", "Yippee"
"Yippee"
What will the value of the variable z be AFTER this code has run?
10
5
-20
-30
Take a look at this drawing code, which draws three ellipses. They all overlap a little. What is the color of the ellipse that is drawn ON TOP of the other two?
"red"
"yellow"
"green"
What will be printed to the console when the following code is run?
12, 8, "b"
"a", "b", "b"
"a", 8, 8
12, "b", 8
Explore all questions with a free account