Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
System Analysis and Design Questions
When data are entered into a computer system for the first time, they must pass through which essential quality control activity?
In systems analysis and design, what should a system design aid primarily help with? Choose the most appropriate primary purpose.
In systems documentation, what does HIPO (Hierarchy plus Input-Process-Output) provide? Select the most complete characterization.
Requirements elicitation: which technique most directly helps an analyst learn a manager’s specific information needs? Pick the best primary method.
When planning to convert to a computer-based system, which considerations should management evaluate? Select the most complete set.
Process description techniques: which item below is NOT primarily a tool for describing processes?
Structured systems analysis deliverables: which item below would NOT typically be a major deliverable of the analysis phase?
What is a “turnaround document” in information systems operations? Select the most accurate description.
Algorithm workflow basics: most algorithms begin by doing which of the following? Select the best starting step.
File access strategy: which process is generally best when you must access a large number of records from the same file?
IS acquisition decision: which is an advantage of outright purchase (as opposed to leasing) when acquiring systems?
In structured software development and testing, coding starts with unit creation and verification, and integration proceeds layer by layer; this means coding and testing are typically performed in a bottom-up manner (unit to module to subsystem to full system).
In problem solving with the IPO (Input–Processing–Output) perspective, programmers refer to the overall goal or intent for solving the problem as the “purpose.”
In information systems, what is an “audit trail”? (Focus on data processing: tracing transactions step by step from source through processing to their effect on accounts.)
When writing calculation instructions in an algorithm (e.g., in pseudocode for a program), they should clearly state both what is to be calculated and how the calculation will be performed.
In software engineering, checking the quality of a software product in both simulated (test/staging) and live (operational) environments is known as validation (ensuring the right product meets user needs).
In human–computer interaction, a menu-driven system presents a list of options to the user and allows them to make selections to perform tasks or navigate.
During a system study (requirements discovery), analysts determine managers’ information needs primarily by asking targeted questions using interviews and similar elicitation techniques.
After planning an algorithm (e.g., writing pseudocode or a flow), the recommended way to verify correctness before coding is to desk-check the algorithm step by step using sample data.
Identify the statement that is true in systems analysis and implementation practice (choose the single best true statement).
1
2
3
4
5
6
7
8
9
10
11
12
13
14