

MCQOPTIONS
Saved Bookmarks
This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Software Engineering knowledge and support exam preparation. Choose a topic below to get started.
1. |
10.____________ is a reuse-based approach to defining, implementing, and composing loosely coupled independent components into systems. |
A. | Component-based software engineering |
B. | Component composition |
C. | Component model |
D. | Component interfaces |
Answer» E. | |
2. |
When composing reusable components that have not been written for your application, you may need to write adaptors or glue code to reconcile the different __________ |
A. | Component modules |
B. | Component composition |
C. | Component model |
D. | Component interfaces |
Answer» D. Component interfaces | |
3. |
A _________ defines a set of standards for components, including interface standards, usage standards, and deployment standards. |
A. | Component-based software engineering |
B. | Component composition |
C. | Component model |
D. | Component interfaces |
Answer» D. Component interfaces | |
4. |
Which of the following term is best defined by the statement: The names of the operations in the provides and requires interfaces are different. ? |
A. | Parameter incompatibility |
B. | Operation incompleteness |
C. | Operation incompatibility |
D. | None of the mentioned |
Answer» D. None of the mentioned | |
5. |
Which of the following term is best defined by the statement: The operations on each side of the interface have the same name but their parameter types or the number of parameters are different. ? |
A. | Parameter incompatibility |
B. | Operation incompleteness |
C. | Operation incompatibility |
D. | None of the mentioned |
Answer» B. Operation incompleteness | |
6. |
Which of the following term is best defined by the statement: For a component to be composable, all external interactions must
|
A. | Standardized |
B. | Independent |
C. | Composable |
D. | Documented |
Answer» D. Documented | |
7. |
A software element conforms to a standard component model and can be independently deployed and composed without modification according to a composition standard. |
A. | True |
B. | False |
Answer» B. False | |