A. Distributed logic
B. Distributed presentation
C. Remote presentation
D. All of the mentioned
Explanation: The server is assigned database management tasks, the processes for client queries, and enterprise-wide applications.
Related Mcqs:
- 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 - Which option supports the statement:”Most web frameworks now provide AJAX support” ?
A. Session Management
B. Security
C. User interaction
D. Database support - _______________ is a way of providing functionality on a remote server with client access through a web browser?
A. SaaS
B. SOA
C. Configurability
D. Both SaaS and Configurability - When a client application invokes a method contained within an object elsewhere in the system, CORBA uses dynamic invocation to____________________?
A. obtain pertinent information about the desired method from the interface repository
B. create a data structure with parameters to be passed to the object
C. create a request for the object
D. all of the mentioned - Which of the following term is best defined by the statement:”The client sends structured query language (SQL) requests to the server which are transmitted as messages across the net” ?
A. File servers
B. Database servers
C. Client servers
D. None of the mentioned - ________________ depend on there being a clear separation between the presentation of information and the computations that create and process that information?
A. Master-slave architectures
B. Client–server systems
C. Two-tier client–server architecture
D. Both Master-slave architectures AND Client–server systems - What is used to pass SQL requests and associated data from one component to another ?
A. Client/server SQL interaction
B. Remote procedure calls
C. SQL Injection
D. All of the mentioned - Which frameworks support the development of system infrastructures such as communications, user interfaces, and compilers ?
A. Middleware integration frameworks
B. System infrastructure framework
C. Enterprise application frameworks
D. Web application frameworks - 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.
- Which of the following term is best defined by the statement “In a distributed system, several processes may operate at the same time on separate computers on the network.”?
A. Concurrency
B. Openness
C. Resource sharing
D. Fault tolerance