AP CSP Mon Exam Review

AP CSP Mon Exam Review

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

42 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What terminates this iteration? Options: When i equals j., When userMax equals i., When userMax is less than 0., When userMax is greater than 10.

Back

When userMax equals i.

2.

FLASHCARD QUESTION

Front

When does the Boolean in the if-else statement evaluate to false? Options: When userMax is greater than 0., When userMax is less than 0., When userMax is equal to 0., When userMax is less than 1.

Back

When userMax is greater than 0.

3.

FLASHCARD QUESTION

Front

What is the point of calling the userInputSeq procedure inside the if-statement’s block of code?

Back

To prompt the user to enter a valid number.

4.

FLASHCARD QUESTION

Front

What role does the variable `n` play in the procedure? How would the code be different if there wasn’t a parameter?

Back

`n` determines the number of times the message is displayed; without `n`, the message would display once.

5.

FLASHCARD QUESTION

Front

Which statement is NOT true? Options: 2 MOD 4 = 0, 15 MOD 2 = 1, 17 MOD 3 = 2, 25 MOD 4 = 1

Back

2 MOD 4 = 0

6.

FLASHCARD QUESTION

Front

Given the procedure call `getAnyNumber(5, 20)`, what is the maximum possible value for `getNum`?

Back

20

7.

FLASHCARD QUESTION

Front

Explain the functionality check of the if-else control structure in version B of getAnyNumber: It only generates a random number when num1 and num2 are equal or not equal?

Back

It only generates a random number when num1 and num2 are not equal

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?