AP CSP Unit 6 Practice

AP CSP Unit 6 Practice

11th Grade

23 Qs

quiz-placeholder

Similar activities

For Loop

For Loop

10th - 11th Grade

18 Qs

Python For Loops

Python For Loops

10th - 11th Grade

18 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

CodeHS JavaScript Control Functions

CodeHS JavaScript Control Functions

9th - 12th Grade

20 Qs

Code HS JavaScript Control Structures

Code HS JavaScript Control Structures

9th - 12th Grade

20 Qs

If,elif,loop

If,elif,loop

11th - 12th Grade

24 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

For Loop Method in Python

For Loop Method in Python

9th Grade - University

20 Qs

AP CSP Unit 6 Practice

AP CSP Unit 6 Practice

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Mark Rheault

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is required to receive full credit for the code segment described in the task to print elements ending with "ing"?

for loop

while loop

enhanced for loop

do-while loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following words would be printed by the code segment if it is correctly implemented according to the task requirements?

"ten"

"fading"

"post"

"card"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum number of lowercase letters that each element of the array words must contain to be considered in the output?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the computeBonusThreshold method in the Payroll class?

To calculate the total wages for each employee

To determine the threshold for receiving a daily bonus

To compute the number of items sold by each employee

To return the fixed wage per day for each employee

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameters does the computeWages method in the Payroll class take?

An array of items sold and an array of wages

A double representing the fixed wage and a double representing the per item wage

The number of items sold that day by an employee

The bonus percentage and the daily sales figures

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the Payroll class, when does an employee receive a bonus?

When the employee's sales exceed the bonus threshold

When the employee works overtime

When the employee sells less than the bonus threshold

When the employee has perfect attendance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is stored in the 'itemsSold' array in the Payroll class?

The fixed wage for each employee

The total wages computed for each employee

The number of items each employee sold

The bonus amount for each employee

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?