A. Component-based software engineering
B. Component composition
C. Component model
D. Component interfaces
Explanation: Component Interfaces are PeopleSoft’s way of exposing the business logic developed into Components for consumption by other areas of the system.
Related Mcqs:
- 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 - Frameworks are an effective approach to reuse, but are _____________ to introduce into software development processes.
A. difficult
B. expensive
C. unreliable
D. difficult and expensiveExplanation: Frameworks can be difficult and expensive to evaluate available frameworks to choose the most appropriate one.
- COTS product reuse means_______________?
A. Class and function libraries that implement commonly used abstractions are available for reuse
B. Shared components are woven into an application at different places when the program is compiled
C. Large-scale systems that encapsulate generic business functionality and rules are configured for an organization
D. Systems are developed by configuring and integrating existing application systems - Which of the following is not an advantages of software reuse ?
A. lower costs
B. faster software development
C. high effectiveness
D. lower risks - Which of the following is not a benefit of software reuse ?
A. Standards compliance
B. Increased Reliability
C. Reduced Process risk
D. Maintaining a component library - 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 - Which of the following term is best defined by the statement:”When one object invokes another independent object, a message is passed between the two objects.” ?
A. Control couple
B. Application object
C. Data couple
D. Database object - What are generic application systems that may be designed to support a particular business type, activity, or sometimes a complete enterprise ?
A. COTS-solution systems
B. COTS-integrated systems
C. ERP systems
D. Both COTS-solution and COTS-integrated systems - The MVC pattern was originally proposed in the 1980s as an approach to________________?
A. Web application frameworks
B. Middleware integration frameworks
C. Web application frameworks
D. GUI design - Which of the following presentation is explained in the following statement:”An extension of the distributed presentation approach, primary database and application logic remain on the server, and data sent by the server is used by the client to prepare the user presentation ” ?
A. Local Presentation
B. Distributed presentation
C. Remote presentation
D. All of the mentioned