Quiz 5 Flashcards
(10 cards)
T/F
Design testing is not performed in classical design
False
T/F
Data flow analysis is only suitable when there is single input stream and single output stream.
False
T/F
The two key steps of object-oriented design are to complete the class diagram and perform the detailed design.
True
T/F
We should not add an item to a UML diagram until strictly necessary to minimize rework.
True
Given the CRC card below, which of the following methods should be assigned to the elevator controller?
I cant put image here for free so it will be included in the group me!
closeDoors
turnOnButton
moveUpOneFloor
startTimer
startTimer
T/F
Data flow analysis is a data-oriented design technique.
False
T/F
Data flow analysis (DFA) is inappropriate for transaction processing products.
True
T/F
Deciding on the architecture of a software product is performed by the software architect.
True
T/F
Good design has high cohesion and low coupling.
True
T/F
The detailed design of a module can be represented in tabular format or using pseudocode
True