Answers
A loop consisting of a loop variable initialization, a loop for loop
expression, and a loop variable update that typically 3 multiple choice options
describes iterating for a specific number of times
, The progress of writing, compiling, and testing a small incremental development
amount of code, then writing, compiling, and testing a 3 multiple choice options
small amount more (an incremental amount), and so on
First step in the waterfall approach. Defines a program's analysis
goals
A function input specified in a function definition parameter
3 multiple choice options
A number with a fractional part, even if that fraction is 0 floating-point literal
used to run a program's statements interpreter
3 multiple choice options
The second step in the waterfall approach of SDLC. design
Defines specifics of a program
Text (characters) within double quotes string literal
3 multiple choice options
a program performs computations on that data, such as process
adding two values like x + y 3 multiple choice options
Modeling language for software design that uses Universal Modeling Language
different types of diagrams to visualize the structure and 3 multiple choice options
behavior of programs
a graphical language for creating computer programs flowchart
3 multiple choice options
a program can be built by doing small amounts of each agile or spiral approach
SDLC phases in sequence, then repeating 3 multiple choice options
A function may return one value and does so by return variable
assigning a return variable with the return value 3 multiple choice options
Supports decomposing a program into objects object-oriented language
3 multiple choice options
each element's location number of an array index
a loop that repeatedly executes the loop body while the while loop
loop's expression evaluates to true
any function input values that appear within (), and are arguments
separated by commas if more than one