AP CSP Midterm Exam Review

AP CSP Midterm Exam Review

9th - 12th Grade

50 Qs

quiz-placeholder

Similar activities

ÔN TẬP KỲ 1 - TIN HỌC 10

ÔN TẬP KỲ 1 - TIN HỌC 10

10th Grade

50 Qs

VBA SET 1 G

VBA SET 1 G

9th - 12th Grade

50 Qs

PCEP Questions in Python

PCEP Questions in Python

9th - 12th Grade

46 Qs

Their Python Exam

Their Python Exam

9th - 12th Grade

46 Qs

OCR Computer Science Paper 2 Revision Quiz #2

OCR Computer Science Paper 2 Revision Quiz #2

9th - 10th Grade

50 Qs

Python повторение

Python повторение

11th Grade

53 Qs

Quiz Pengembangan Perangkat Lunak

Quiz Pengembangan Perangkat Lunak

10th Grade - University

50 Qs

Python

Python

11th Grade

53 Qs

AP CSP Midterm Exam Review

AP CSP Midterm Exam Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jessica Gilroy

Used 4+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What terminates this iteration?

When i equals j.

When userMax equals i.

When userMax is less than 0.

When userMax is greater than 10.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

When does the Boolean in the if-else statement evaluate to false?

When userMax is greater than 0.

When userMax is less than 0.

When userMax is equal to 0.

When userMax is less than 1.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

To reset the userMax variable.

To display the sum of the numbers.

To prompt the user to enter a valid number.

To terminate the loop.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

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

`n` determines the message content; without `n`, the message would be empty.

`n` determines the display order; without `n`, the order would be reversed.

`n` determines the display speed; without `n`, the message would display slowly.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is NOT true?

2 MOD 4 = 0

15 MOD 2 = 1

17 MOD 3 = 2

25 MOD 4 = 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

5

15

19

20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

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?