Search Header Logo
APCS Principles Unit 4 Review

APCS Principles Unit 4 Review

Assessment

Presentation

Computers

10th - 12th Grade

Practice Problem

Medium

Created by

John Schlamann

Used 72+ times

FREE Resource

6 Slides • 11 Questions

1

APCS Unit 4 Review

media

2

Fill in the Blank

Type answer...

3

Line 3 had the error

You do NOT want to DECLARE the variable "score" again.

Line 3 should NOT have the "var"

should just be:

score = score + 1;

media

4

Fill in the Blank

Type answer...

5

Line 4 is incorrect

It should be:


if (score>15) {


(otherwise game will end right away)

media

6

Multiple Choice

Question image

day = "Saturday" and temp=80


What prints to the console?

1

stay in and relax

2

go out and play

3

Go to school

7

Fill in the Blank

Type answer...

8

Fill in the Blank

Type answer...

9

Multiple Select

Question image

Which line number(s) contain errors?

1

16

2

17

3

18

4

19

5

20

10

Variables on lines 18 and 19 should not be in "quotation marks"

if you want to print the contents of the variables they should not be in quotes: fahrenheitTemp and celsiusTemp

media

11

Multiple Select

Question image

Which line(s) should be put into a function to reduce redundancy in this program?

1

16

2

17

3

18

4

19

5

20

12

Remove redundancy

lines 17,18, and 19 are in BOTH onEvent functions


they should be removed and stored in a new function and then called inside both

tempDownButton "click"

and

tempUpButton "click"

media

13

Multiple Choice

Question image

day = "Monday" temp =72


What prints to the console?

1

message 1

2

message 2

3

message 3

4

message 4

14

Multiple Choice

Question image

day = "Friday" temp =70


What prints to the console?

1

message 1

2

message 2

3

message 3

4

message 4

15

day="Friday and temp =70

day does not equal Monday

70 is not greater than 70

70 is not less than 70


console will show:

message 4

media

16

Multiple Choice

Question image

day = "Wednesday" temp =85


What prints to the console?

1

message 1

2

message 2

3

message 3

4

message 4

17

Multiple Choice

Question image

day = "Friday" temp =64


What prints to the console?

1

message 1

2

message 2

3

message 3

4

message 4

APCS Unit 4 Review

media

Show answer

Auto Play

Slide 1 / 17

SLIDE