AP CSP Unit 6 Practice

AP CSP Unit 6 Practice

11th Grade

23 Qs

quiz-placeholder

Similar activities

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

Variables and Loops Review

Variables and Loops Review

9th - 12th Grade

20 Qs

Python Loops Review

Python Loops Review

9th - 12th Grade

19 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Python - Chpt 4 - Review

Python - Chpt 4 - Review

9th - 12th Grade

25 Qs

Python new

Python new

3rd Grade - University

26 Qs

Python functions

Python functions

11th Grade

18 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?