AP CSP - unit 3

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

1/9

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards
User Interface
the inputs and outputs that allow a user to interact with a piece of software. User interfaces can include a variety of forms such as buttons, menus, images, text, and graphics.
2
New cards
Input
Data that is entered into the computer system via an input or storage device.
3
New cards
output
Data that has been sent from a program to a device
4
New cards
Program Statement
a command or instruction. Sometimes also referred to as a code statement.
5
New cards
program
A collection of program statements that performs a specific task when run by a computer one statement at a time
6
New cards
Sequential Programming
program statements run in order, from top to bottom. No user interaction. Code runs the same way every time
7
New cards
Event-based programming
A type of programming that is controlled by actions that happens during runtime.
8
New cards
Debugging
Finding and fixing problems in an algorithm or program.
9
New cards
Documentation
a written description of a command and how it works/was developed
10
New cards
comment
Form of program documentation written into the program to be read by people and which do not affect how a program runs.