Questions
Integer Correct Answer - Used for whole number values
Floating Point Correct Answer - Used for fractional numbers
and decimals.
String Correct Answer - A sequence of characters "Hello
World!"
Boolean Correct Answer - A single value of either TRUE or
FALSE
Analysis Correct Answer - Software design process: defines
program goals.
Design Correct Answer - Software design process: defines
specifics how to build a program.
Implementation Correct Answer - Software design process:
involves writing the program
Testing Correct Answer - Software design process: involves
checking that the program correctly meets the goals.
Waterfall Correct Answer - Completes the design process in
order. No repeats. Analysis to design to implementation to testing.
Agile Correct Answer - Completes the design process in small
amounts of each phase in sequence and repeating. Phases repeat,
each time adding more to the program.