SDD: Analysis Flashcards
1
Q
Identify the purpose of a software development problem
A
Given a problem, identify what a program is meant to do.
2
Q
Identify the functional requirements (inputs, processes, outputs) of a problem
A
The functional requirements are the inputs, processes and outputs of the program.
inputs: data entered into the computer
processes: the computer program transforms any data from inputs into some form of information that can be output.
outputs: the result of any process returned to the user. The outputs can be:
-displayed on screen
-sent to a printer
-placed as audio through speakers
-ect.