Unit 3: Intro to App Design

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

1/32

flashcard set

Earn XP

Last updated 11:41 PM on 10/25/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards
Input
________: data that are sent to a computer for processing by a program.
2
New cards
Output
________: any data that are sent from a program to a device.
3
New cards
Data
________ that are sent to a computer for processing by a program.
4
New cards
Syntax error
________: a mistake in the program where the rules of the programming language is not followed.
5
New cards
Documentation
________ for code: a written description of how a command or piece of code works or was developed.
6
New cards
Bug
________: when a computer is not working the way its supposed to.
7
New cards
Sequential Programming
________: program statements run in order, from top to bottom.
8
New cards
OnEvent
________ programming statement: statements that should only run upon a specific user action should be placed.
9
New cards
Command
________: a simple instruction for the computer.
10
New cards
Pair programming
________: a collaborative programming style in which two people work together at the same computer to write code, and switch between the roles of writing code and tracking or planning high level progress.
11
New cards
User interfaces
________ can include a variety of forms such as buttons, menus, images, text, and graphics.
12
New cards
Program Statement
________: a command or instruction.
13
New cards
Event Driven Programming
________: some program statements run when triggered by an event, like a mouse click or a key press.
14
New cards
Documentation
________: a written description of how a command or piece of code works or was developed.
15
New cards
Event driven programming
________ is a single execution of all commands.
16
New cards
User Interface
________: the inputs and outputs that allow a user to interact with a piece of software.
17
New cards
User Interface
the inputs and outputs that allow a user to interact with a piece of software
18
New cards
Input
data that are sent to a computer for processing by a program
19
New cards
Output
any data that are sent from a program to a device
20
New cards
Program Statement
a command or instruction
21
New cards
Program
a collection of program statements
22
New cards
Sequential Programming
program statements run in order, from top to bottom
23
New cards
Event Driven Programming
some program statements run when triggered by an event, like a mouse click or a key press
24
New cards
Bug
when a computer is not working the way its supposed to
25
New cards
Debugging
sorting through your code, correcting your mistakes and fixing it
26
New cards
Documentation
a written description of how a command or piece of code works or was developed
27
New cards
Comment
from of program documentation written into the program to be read by people and which do not affect how a program runs
28
New cards
Pair programming
a collaborative programming style in which two people work together at the same computer to write code, and switch between the roles of writing code and tracking or planning high level progress
29
New cards
Command
a simple instruction for the computer
30
New cards
Computer Program
a sequence of steps written in a programming language that can be followed to solve a problem, especially by a computer
31
New cards
OnEvent programming statement
statements that should only run upon a specific user action should be placed
32
New cards
Documentation for code
a written description of how a command or piece of code works or was developed
33
New cards
Syntax error
a mistake in the program where the rules of the programming language is not followed