Home
Explore
Exams
Search for anything
Login
Get started
Home
AP CSP Unit 3
AP CSP Unit 3
0.0
(0)
Rate it
Studied by 50 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/14
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
15 Terms
View all (15)
Star these 15
1
New cards
Event
associated with an action and supplies input data to a program.
2
New cards
Input
data that are sent to a computer for processing by a program.
3
New cards
Output
any data that are sent from a program to a device.
4
New cards
flow of execution
Can be generated when a key is pressed, a mouse is clicked, a program is started, or by any other defined action that affects the ________.
5
New cards
Documentation
a written description of how a command or piece of code works or was developed.
6
New cards
Sequential Programming
program statements run in order, from top to bottom.
7
New cards
Program Statement
a command or instruction.
8
New cards
Unit 3
Intro to App Design
9
New cards
User Interface
the inputs and outputs that allow a user to interact with a piece of software
10
New cards
Program
a collection of program statements
11
New cards
Event Driven Programming
some program statements run when triggered by an event, like a mouse click or a key press
12
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
13
New cards
Pair Programming
a collaborative programming style in which two programmers switch between the roles of writing code and tracking or planning high level progress
14
New cards
Debugging
Finding and fixing problems in an algorithm or program
15
New cards
Development process
the steps or phases used to create a piece of software