APCSP Creative Development Review

APCSP Creative Development Review

12th Grade

8 Qs

quiz-placeholder

Similar activities

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

SQL Queries

SQL Queries

11th - 12th Grade

10 Qs

BTEC National ICT U2 LAB - Queries 3

BTEC National ICT U2 LAB - Queries 3

12th Grade

10 Qs

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

SOAL PTS 1 KOMPUTER AKUNTANSI KELAS XI

11th Grade - University

10 Qs

POST TEST ENTRY KARTU PIUTANG & UTANG

POST TEST ENTRY KARTU PIUTANG & UTANG

11th - 12th Grade

10 Qs

Module 7 - WAN Concepts

Module 7 - WAN Concepts

12th Grade

10 Qs

Customer Service Quizlet on Questions

Customer Service Quizlet on Questions

4th Grade - University

10 Qs

Dsign Principles

Dsign Principles

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