ap computer science unit 3 final-programming

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

User Interface

Inputs and outputs for user interaction with software

2
New cards

Input

Data sent to a computer for processing

3
New cards

Output

Data sent from a program to a device

4
New cards

Program Statement

Command or instruction in a program

5
New cards

Program

Collection of program statements

6
New cards

Sequential Programming

Program statements run in order, from top to bottom

7
New cards

Event Driven Programming

Program statements run when triggered by an event

8
New cards

Documentation

Written description of how a command or code works

9
New cards

Comment

Program documentation for human readers, doesn't affect program execution

10
New cards

Pair Programming

Collaborative programming style with two programmers switching roles

11
New cards

Debugging

Finding and fixing problems in an algorithm or program

12
New cards

Development Process

Steps or phases used to create software

13
New cards

Event

Associated with an action, supplies input data to a program