SWE201c Exam (1-50) Questions With
All Answers Correct | 2025 Verified
Where does software design fit in the traditional waterfall software development
lifecycle?
A. Between specification and architecture
B. Between architecture and implementation
C. Between implementation and deployment
D. Before requirements CORRECT ANSWERS B
Which of the following is NOT an aspect of software design
A. Polymorphism
B. Modularity
C. Cohesion
D. Coupling CORRECT ANSWERS A
The ability to use a built-in function of a programming language to generate a random
number is an example of which of the following?
A. Cohesion
B. Information hiding
C. Modularity
D. Coupling CORRECT ANSWERS B
Analyzing the extent to which other modules must change when a module is modified is
an example of which of the following?
A. Information hiding
B. Coupling
C. Cohesion
D. Modularity CORRECT ANSWERS B
When all of the responsibilities of a module are easily classified as being strongly
related, this is an example of high what?
A. Cohesion
B. Coupling
C. Modularity
D. Information hiding CORRECT ANSWERS A
Which of the following is most preferred?
, A. Allowing one module to affect the program flow of another via the use of a state
message (message coupling)
B. Having more than one module rely on the same version of the RSS standard
(external coupling)
C. Allowing one module to affect the program flow of another via the use of a flag
(control coupling)
D. Having two modules rely on the same global information structure (common
coupling) CORRECT ANSWERS A
Which of the following is LEAST desirable?
A. including functionality which relys on the same input
B. including functionality which entirely encapsulates all the necessary function for a
specific task
C. including functionality which occurs around the same time
D. including functionality which modifies an object's own attributes CORRECT
ANSWERS C
Which of the following are necessary before proper testing?
A. inputs which cause issues
B. inputs, expected output, an oracle, and the actual output
C. inputs and expected output
D. inputs, expected output, and an oracle CORRECT ANSWERS D
Which of the following is an mistake in code which is found in code review?
A. Fault
B. Effective error
C. Latent error
D. Failure CORRECT ANSWERS B
Which of the following is an mistake in code which has not yet been activated?
A. Fault
B. Effective error
C. Latent error
D. Failure CORRECT ANSWERS C
Which of the following is an example of validation?
A. software recognizes incorrect inputs
B. use of the software provides the correct results as documented
C. software is well-received by the user
D. ensuring the system locks out an account after three failed log-in attempts
CORRECT ANSWERS C
All Answers Correct | 2025 Verified
Where does software design fit in the traditional waterfall software development
lifecycle?
A. Between specification and architecture
B. Between architecture and implementation
C. Between implementation and deployment
D. Before requirements CORRECT ANSWERS B
Which of the following is NOT an aspect of software design
A. Polymorphism
B. Modularity
C. Cohesion
D. Coupling CORRECT ANSWERS A
The ability to use a built-in function of a programming language to generate a random
number is an example of which of the following?
A. Cohesion
B. Information hiding
C. Modularity
D. Coupling CORRECT ANSWERS B
Analyzing the extent to which other modules must change when a module is modified is
an example of which of the following?
A. Information hiding
B. Coupling
C. Cohesion
D. Modularity CORRECT ANSWERS B
When all of the responsibilities of a module are easily classified as being strongly
related, this is an example of high what?
A. Cohesion
B. Coupling
C. Modularity
D. Information hiding CORRECT ANSWERS A
Which of the following is most preferred?
, A. Allowing one module to affect the program flow of another via the use of a state
message (message coupling)
B. Having more than one module rely on the same version of the RSS standard
(external coupling)
C. Allowing one module to affect the program flow of another via the use of a flag
(control coupling)
D. Having two modules rely on the same global information structure (common
coupling) CORRECT ANSWERS A
Which of the following is LEAST desirable?
A. including functionality which relys on the same input
B. including functionality which entirely encapsulates all the necessary function for a
specific task
C. including functionality which occurs around the same time
D. including functionality which modifies an object's own attributes CORRECT
ANSWERS C
Which of the following are necessary before proper testing?
A. inputs which cause issues
B. inputs, expected output, an oracle, and the actual output
C. inputs and expected output
D. inputs, expected output, and an oracle CORRECT ANSWERS D
Which of the following is an mistake in code which is found in code review?
A. Fault
B. Effective error
C. Latent error
D. Failure CORRECT ANSWERS B
Which of the following is an mistake in code which has not yet been activated?
A. Fault
B. Effective error
C. Latent error
D. Failure CORRECT ANSWERS C
Which of the following is an example of validation?
A. software recognizes incorrect inputs
B. use of the software provides the correct results as documented
C. software is well-received by the user
D. ensuring the system locks out an account after three failed log-in attempts
CORRECT ANSWERS C