System Analysis And Design - Study Mode
[#91] Acceptance testing is
Correct Answer
(A) running the system with line data by the actual user
[#92] The _____ symbol is used in a flowchart to represent a step that gets information from the user.
Correct Answer
(A) Input/Output
Explanation
Solution: Option A: Input/Output This symbol, often represented as a parallelogram, is used in flowcharts to denote input or output operations where data is either received from or sent to the user or external sources. Option B: Process The process symbol, typically represented as a rectangle, is used to represent actions or operations performed in a sequence. Option C: Selection/repetition Symbols like the diamond shape are used to represent decision points where conditions are evaluated (selection) or loops where steps are repeated (repetition). Option D: Start/Stop Symbols like ovals or rounded rectangles are used to denote the beginning (start) and end (stop) points of a flowchart. Option E: None of the above This option is incorrect as the correct symbol for receiving information from the user in a flowchart is represented by the Input/Output symbol. Conclusion: Option A: Input/Output
[#93] In top down analyis and design
Correct Answer
(A) each succeeding phase is more detailed than the phase before it
[#94] The requirements report includes
Correct Answer
(C) a data flow diagram describing the proposed new system.
[#95] A programmer would most likely prepare a
Correct Answer
(D) specific program flowchart