

MCQOPTIONS
Saved Bookmarks
This section includes 10 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. |
An aspect is only static. |
A. | True |
B. | False |
Answer» E. | |
2. |
The incorporation of advice code at the specified join points by an aspect weaver is called . |
A. | aspect |
B. | join point |
C. | join point model |
D. | weaving |
Answer» E. | |
3. |
An event in an executing program where the advice associated with an aspect may be executed is known as |
A. | aspect |
B. | join point |
C. | join point model |
D. | pointcut |
Answer» C. join point model | |
4. |
Which of the following is core concern in medical record management system? |
A. | maintaining records of patients |
B. | diagnose and treatments |
C. | consultations |
D. | all of the mentioned |
Answer» B. diagnose and treatments | |
5. |
Which of the following concerns best suits the following statement: Internet banking system includes new customer requirements, account Requirements, customer management requirements, security requirements, recovery requirements etc. ? |
A. | Functional concerns |
B. | Quality of service concerns |
C. | System concerns |
D. | Cross-cutting concerns |
Answer» E. | |
6. |
Which of the following is not a type of stakeholder concern? |
A. | Functional concerns |
B. | Quality of service concerns |
C. | Policy concern |
D. | Non-functional concern |
Answer» B. Quality of service concerns | |
7. |
Which of the following is a key principle of software design and implementation? |
A. | Separation of concerns |
B. | Writing aspects |
C. | Finding code complexity |
D. | None of the mentioned |
Answer» B. Writing aspects | |
8. |
Research and development in aspect-orientation has primarily focused on |
A. | software re-engineering |
B. | artificial programming |
C. | aspect-oriented programming |
D. | all of the mentioned |
Answer» D. all of the mentioned | |
9. |
Which of the following is represented as an aspect that requests a login name and password? |
A. | Class |
B. | Object |
C. | User authentication |
D. | All of the mentioned |
Answer» D. All of the mentioned | |
10. |
Which of the following diagrams can help spot points cuts? |
A. | Class diagram |
B. | Object diagram |
C. | Sequence diagram |
D. | ER diagram |
Answer» C. Sequence diagram | |