APCSP Creative Development Review

APCSP Creative Development Review

12th Grade

8 Qs

quiz-placeholder

Similar activities

HTML Quiz 1 Review

HTML Quiz 1 Review

7th - 12th Grade

11 Qs

Normalisation

Normalisation

12th Grade

10 Qs

KOMPUTER AKUNTANSI

KOMPUTER AKUNTANSI

12th Grade

10 Qs

More Python

More Python

10th - 12th Grade

13 Qs

9.1 Databases Cambridge IGCSE 0478

9.1 Databases Cambridge IGCSE 0478

10th Grade - University

10 Qs

Maintain and Repair Computer Systems and Networks

Maintain and Repair Computer Systems and Networks

12th Grade

10 Qs

Set Your Sales LAP Quiz

Set Your Sales LAP Quiz

9th - 12th Grade

10 Qs

APCSP Creative Development Review

APCSP Creative Development Review

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Amy Austin

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the oval block represent in the flowchart according to the explanation provided?

An input or output step

The start of the algorithm

A conditional or decision step

The result of the algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What shape is used in the flowchart to represent a conditional or decision step?

Oval

Parallelogram

Diamond

Rectangle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

According to the original system flowchart, what happens if a customer calls during business hours?

The customer is transferred to a representative from the department they selected

The customer hears a prerecorded message with answers to common questions

The customer is prompted to leave a message for a representative of the department they selected

The customer hears a list of departments and selects one using a phone keypad

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens in the original system if the customer calls outside of business hours?

The customer is transferred to a representative from the department they selected

The customer hears a prerecorded message with answers to common questions

The customer is prompted to leave a message for a representative of the department they selected

The customer hears a list of departments and selects one using a phone keypad

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The upgraded system uses a directory containing additional information not supplied by the customer. The directory is used to help direct calls effectively. Which of the following is LEAST likely to be included in the directory?

A) A list of common issues and whether each issue requires a human representative

B) A list of common keywords or phrases and a corresponding issue for each keyword or phrase

C) A list of computers the company owns and the computers’ corresponding IP addresses

D) A list of human representatives and the corresponding department for each representative

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To direct a call to the appropriate destination, which of the following input data is needed by the upgraded system that was NOT needed by the original system?

Audio signal of the customer’s voice

The customer’s keypad selection

The customer’s phone number

I, II, and III

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following procedure is intended to return the number of times the value val appears in the list myList. The procedure does not work as intended. Which of the following changes can be made so that the procedure will work as intended?

Changing line 6 to IF(item = count)

Changing line 6 to IF(myList[item] = val)

Moving the statement in line 5 so that it appears between lines 2 and 3

Moving the statement in line 11 so that it appears between lines 9 and 10

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following initial values for x, y, and z can be used to show that the code segment does not work as intended?

x = 1, y = 2, z = 3

x = 1, y = 3, z = 2

x = 2, y = 3, z = 1

x = 3, y = 2, z = 1