

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Software Design knowledge and support exam preparation. Choose a topic below to get started.
1. |
WHAT_ARE_THE_DRAWBACKS_FOR_LAYERS??$ |
A. | It is often necessary to pass data through many layers, which can slow performance significantly |
B. | Layers support information hiding |
C. | Multi-layered programs can be hard to debug because operations tend to be implemented through a series of calls across layers |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
2. |
In particular, layers have which of the following characteristics? |
A. | Layers are by definition highly cohesive, thus satisfying the Principle of Cohesion |
B. | Layers doesn’t support information hiding |
C. | Layers are constrained to use only above layers |
D. | All of the mentioned |
Answer» B. Layers doesn‚Äö√Ñ√∂‚àö√ë‚àö¬•t support information hiding | |
3. |
Which of the following is true with respect to layered architecture? |
A. | Each layer is allowed to depend on the layer above it being present and correct |
B. | A layer may call other layers above and below it, as long as it uses them |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» E. | |
4. |
What is Relaxed Layered Style? |
A. | Each layer can be constrained to use only the layer directly below it |
B. | Sometimes this constraint is relaxed slightly to allow each layer to use all the layers below it |
C. | All of the mentioned |
D. | None of the mentioned |
Answer» C. All of the mentioned | |