AP CSP - unit 3

0.0(0)
Studied by 3 people
0%Big Idea 3 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/9

Last updated 7:51 PM on 10/16/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

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.