Questions and CORRECT Answers
Functional Requirement - CORRECT ANSWER - This defines specific behaviors or
functions.
Non-Functional Requirement - CORRECT ANSWER - This specifies criteria that can be
used to judge the operation of a system, rather than specific behaviors.
A typical non-functional user requirement is... - CORRECT ANSWER - The resources
needed to maintain the system.
One of the main goals in analyzing user requirements is to... - CORRECT ANSWER -
Elicit requirements from a user's point of view
Which of the following flowchart symbols indicates a question or branch in the process flow... -
CORRECT ANSWER - Decision
If a record has the following field lengths, what is the record length?
Name = 35, Zip-code = 5, District = 7 - CORRECT ANSWER - 47
Flowcharts: An elongated Oval indicates... - CORRECT ANSWER - A start or end point
Flowcharts: An arrow indicates... - CORRECT ANSWER - A connector that shows
relations between items
Flowcharts: A slanted parallelogram indicates... - CORRECT ANSWER - An Input or
Output
, Flowcharts: A rectangle indicates... - CORRECT ANSWER - A representation of a
process
Flowcharts: A diamond indicates... - CORRECT ANSWER - A Decision
In Programming interface data files, if the length of the fields is not known, a common format
for the data is... - CORRECT ANSWER - Delimited
Delimited fields are separated by... - CORRECT ANSWER - Commas
Fixed Length fields are separated by... - CORRECT ANSWER - Positions of the data
The source document and _____ should follow the same order. - CORRECT ANSWER -
Input screen design
The implementation phase consists of coding, testing, and... - CORRECT ANSWER -
Integration
The order of the SDLC is... - CORRECT ANSWER - Design, Implementation, Testing,
Evolution, Requirement Analysis
Reviewing specifications is the ____ step in writing a computer program. - CORRECT
ANSWER - First
Coding is the _____ step in writing a compute rprogram - CORRECT ANSWER - Third
One example of scripting (text processing) language is... - CORRECT ANSWER - Perl