SDD: Analysis Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Identify the purpose of a software development problem

A

Given a problem, identify what a program is meant to do.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly