1/18
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
a common model of programming that facilitates collaboration
pair programming
a collection of program statements that performs a specific task when run by a computer, also known as software
program
a collection of program statements that are part of a program
program segment
how a program functions during execution and is often described by how a user interacts with it
behavior of a program
associated with an action and supplies input data to a program
event
a written description of the function of a code segment, event, procedure, or program and how it was developed
program documentation
a form of program documentation written into the program to be read by people and do not affect how a program runs
comments
a development process that requires refinement and revision based on feedback, testing, or reflection throughout the process
iterative development process
a development process that breaks the problem into smaller pieces and makes sure each piece works before adding it to the whole
incremental development process
data sent to a computer for processing by a program
program inputs
any data sent from a program to a device
program outputs
an abstraction inside a program that can hold a value
variable
code statements that affect the sequential flow of control by executing different statements based on the value of a Boolean expression
conditional statements, or if-statements
either true or false
Boolean value
consist of conditional statements within conditional statements
nested conditional statments
code statements that change the sequential flow of control by repeating a set of statements zero or more times, until a stopping condition is met
iteration
a named group of programming instructions that may have parameters and return values
procedure
input variables of a procedure
parameters
specify the values of the parameters when a procedure is called
arguments