Bank Test - System Analysis and Design
Bank Test - System Analysis and Design
MCQ
--------------------------------------------------------------------------------------
3. The process of creating a detailed plan for a new system is known as:
a. Analysis
b. Design
c. Implementation
d. Deployment
Answer: b. Design
13. The process of ensuring that a system meets its requirements and
specifications is known as:
a. Testing
b. Analysis
c. Design
d. Implementation
Answer: a. Testing
22. Which of the following is NOT a phase in the Systems Development Life
Cycle (SDLC)?
a. Planning
b. Analysis
c. Design
d. Execution
Answer: d. Execution
23. Which ofthe following is NOT a key role in a system development team?
a. Project manager
b. Systems analyst
c. Database administrator
d. Human resources manager
Answer: d. Human resources manager
24. Which of the following is NOT a common tool used in system analysis and
design?
a. Data flow diagrams
b. Use case diagrams
c. Entity-relationship diagrams
d. Balance sheets
Answer: d. Balance sheets
49. The process of creating a detailed plan for a system's user interface is
known as:
a. User interface design
b. System design
c. System analysis
d. System implementation
Answer: a. User interface design
50. Which of the following is NOT a common type of user interface design
element?
a. Buttons
b. Text boxes
c. Tables
d. Class diagrams
Answer: d. Class diagrams
51. Which of the following is NOT a common type of system design diagram?
a. Data flow diagram
b. Use case diagram
c. Sequence diagram
d. Work breakdown structure
Answer: d. Work breakdown structure
53. Which of the following is NOT a common type of data flow diagram?
a. Context diagram
b. Level 0 diagram
c. Level 1 diagram
d. Level 2 diagram
Answer: d. Level 2 diagram
57. The process of writing code and creating software is known as:
a. Analysis
b. Design
c. Implementation
d. Deployment
Answer: c. Implementation
59. Which of the following is NOT a common tool used in system analysis and
design?
a. Data flow diagrams
b. Use case diagrams
c. Entity-relationship diagrams
d. Balance sheets
Answer: d. Balance sheets
61. Which of the following is NOT a common type of software design pattern?
a. Creational patterns
b. Structural patterns
c. Behavioral patterns
d. Logical patterns
Answer: d. Logical patterns
69. The practice of breaking down a larger system into smaller, more
manageable components is known as:
a. Abstraction
b. Composition
c. Decomposition
d. Integration
Answer: c. Decomposition
--------------------------------------------------------------------------------------
True or False
--------------------------------------------------------------------------------------
9. In the context of systems design, the term "coupling" refers to the degree
to which components of a system depend on each other. True or False?
Answer: True.
10. The purpose of a state diagram is to show how the behavior of a system
changes in response to events. True or False?
Answer: True.
14. In a use case diagram, a use case represents a specific action or event
that the system can perform. True or False?
Answer: True.
15. In a data flow diagram, an arrow represents the direction of data flow.
True or False?
Answer: True.
19. In a use case diagram, an extend relationship indicates that one use case
can be added to another use case. True or False?
Answer: True.
24. In a use case diagram, an include relationship indicates that one use case
is a part of another use case. True or False?
Answer: True.
25. In a data flow diagram, a sink symbol represents an external entity that
receives data from the system. True or False?
Answer: True.
26. In a relational database, a null value represents a missing or undefined
value. True or False?
Answer: True.
30. In a data flow diagram, a process can have multiple inputs and outputs.
True or False?
Answer: True.
34. In a use case diagram, a system boundary is used to define the scope of
the system being designed. True or False?
Answer: True.
40. In a data flow diagram, a data flow can have only one source and one
sink. True or False?
Answer: False. A data flow can have multiple sources and/or sinks.
45. In a data flow diagram, a black hole is a process that has no output. True
or False?
Answer: False. A black hole is a process that has no output, but it can have
inputs.