No student devices needed. Know more
15 questions
A
B
C
D
10
20
9
18
10
4
1
40
There are no errors this code works perfectly
var number should be added to sum
the println at the end contains an error
the for loop contains an error. MAX should be number.
there is a semi colon after the for loop which will cause this code to only run through once
A
B
C
D
0
50
100
This code will loop infinitely
20
19
10
This code will loop infinitely
10
4
1
20
A
B
C
D
A senior is exempt from final exams if they have all community service hours, and if they have a B or better in the class; or if they work hard in APCS and if they bring cookies . Which of the following can be used as a condition to determine exempt from final exams is true for a student.
(haveServHours && haveBorA) && (workHard && haveCookies)
(haveServHours && haveBorA) || (workHard && haveCookies)
(haveServHours || haveBorA) && (workHard || haveCookies)
(haveServHours || haveBorA) || (workHard || haveCookies)
True
False
There is no school today: true
There is no school today: false
Ignore the top part of the question. Should say what will be printed after the following code executes.
5
1
15
nothing - infinite loop
B
BCD
BD
none, error
grade >= 90
grade >= 60
grade < 70
no grade ranges works
Explore all questions with a free account