Insightful Solutions
One of the main goals in analyzing functional requirements is to
Correct Answer - define the problem from the user's point of
view
In programming interface data files, if the length of the fields is not
known, a common format for the data is: Correct Answer -
delimited (if you have a "name" , an "address", a "SSN", , "telephone"
When analyzing user requirements it is important Correct Answer
- to think in terms of the user's needs
If a user states that he/she needs to distribute a report to many
people, Correct Answer - The management of changed to
documents programs and other info stored as version control.
The particular method of data storage should be the one that
Correct Answer - best meets the program requirements and cost
restraint.
Good programming technique incorporated which of the following
principles? Correct Answer - Adequate and concise comments
A structured code walkthrough Correct Answer - ensues the
code follows in house rules
Depending on the size of the organization systems analysts are
Correct Answer - employed to be a liaison between non technical
users and IT professionals
, Main memory, which storages information and programs, Correct
Answer - is also called primary storage
When conducting a design review, allow Correct Answer - the
programming team to define the most important parts of their code
themselves
The source document and the input screen design should Correct
Answer - follow the same order
After programmers develop a solution algorithm using a flowchart
or pseudocode, Correct Answer - they should validate the
program design for accuracy.
The implementation phase constructs or builds Correct Answer -
a new or modified system and then delivers it to the customer
The analysis phase of the systems development life cycle includes an
investigation to determine a definitive problem or improvement of a
system and decide whether it is worth pursuing. Correct Answer -
This can also be called feasibility study.
A programmer has written a program that would audit all record
changes in a relational database. What would be an appropriate way
for enabling a user to search for this information and manage it
using a system logging tool? Correct Answer - Store the
information inside an SQL database as a related record.
The concatenation function allows a programmer to Correct
Answer - build a string by combining strings together.
The correct time to plan data storage is during the Correct Answer
- implementation phase