AP Computer Science Principles Create Performance Task Terminology

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary terms for the AP Computer Science Principles Create Performance Task.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Algorithm

A finite set of instructions that accomplish a specific task, constructed using combinations of sequencing, selection, and iteration.

2
New cards

Arguments

The values of the parameters when a procedure is called.

3
New cards

Code Segment

A collection of program statements that are part of a program.

4
New cards

Collection Type

Aggregates elements in a single structure, such as databases, hash tables, dictionaries, or sets.

5
New cards

Input (Program)

Data that are sent to a computer for processing by a program, can be tactile, audible, visual, or text.

6
New cards

Iteration

A repetitive portion of an algorithm that repeats until a given condition is met or for a specified number of times.

7
New cards

List

An ordered sequence of elements, also referred to as arrays or arraylists.

8
New cards

Output (Program)

Any data that are sent from a program to a device, can be tactile, audible, visual, movement, or text.

9
New cards

Parameter

An input variable of a procedure. Can be explicit or implicit.

10
New cards

Procedure

A named group of programming instructions that may have parameters and return values; also referred to as method, function, or constructor.

11
New cards

Program Functionality

The behavior of a program during execution, often described by how a user interacts with it.

12
New cards

Purpose (Program)

The problem being solved or creative interest being pursued through the program.

13
New cards

Sequencing

The application of each step of an algorithm in the order in which the code statements are given.

14
New cards

Student-Developed Procedure / Algorithm

Program code that has been written by the student who submitted the response.

15
New cards

Selection / Conditional Statement

Affects the sequential flow of control by executing different statements based on a condition being true or false.

16
New cards

List Being Used

The program is creating new data from existing data or accessing multiple elements in the list.