Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

February 2019

An event in an executing program where the advice associated with an aspect may be executed is known as___________________?

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

An event in an executing program where the advice associated with an aspect may be executed is known as___________________? Read More »

Advanced Software Engineering

The __________________ is connected to servers (typically powerful workstations or PCs) that play a dual role ?

The __________________ is connected to servers (typically powerful workstations or PCs) that play a dual role ?

A. Database
B. Software
C. Hardware
D. None of the mentioned

Explanation: A root system, sometimes a mainframe, serves as the repository for corporate data plays a dual role.

The __________________ is connected to servers (typically powerful workstations or PCs) that play a dual role ? Read More »

Advanced Software Engineering

Which subsystem implements the requirements defined by the application ?

Which subsystem implements the requirements defined by the application ?

A. UI
B. DBMS
C. Application subsystem
D. None of the mentioned

Explanation: This subsystem implements the requirements defined by the application within the context of the domain in which the application operates.

Which subsystem implements the requirements defined by the application ? Read More »

Advanced Software Engineering

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 ” ?

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 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 ” ? Read More »

Advanced Software Engineering

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” ?

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

Explanation: SQL is a database language.

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” ? Read More »

Advanced Software Engineering

Which test do you infer from the following statement: “The coordination and data management functions of the server are tested.” ?

Which test do you infer from the following statement: “The coordination and data management functions of the server are tested.” ?

A. Server tests
B. Application function tests
C. Transaction tests
D. Network communication tests

Which test do you infer from the following statement: “The coordination and data management functions of the server are tested.” ? Read More »

Advanced Software Engineering

“A client is assigned all user presentation tasks and the processes associated with data entry”.Which option supports the client’s situation ?

“A client is assigned all user presentation tasks and the processes associated with data entry”.Which option supports the client’s situation ?

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.

“A client is assigned all user presentation tasks and the processes associated with data entry”.Which option supports the client’s situation ? Read More »

Advanced Software Engineering

When a client application invokes a method contained within an object elsewhere in the system, CORBA uses dynamic invocation to____________________?

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

Explanation: The request is then passed to the ORB core—an implementation-specific part of the network operating system that manages requests, and the request is fulfilled.

When a client application invokes a method contained within an object elsewhere in the system, CORBA uses dynamic invocation to____________________? Read More »

Advanced Software Engineering

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.” ?

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

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.” ? Read More »

Advanced Software Engineering

What is used to pass SQL requests and associated data from one component to another ?

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

Explanation: This mechanism is limited to relational database management system (RDBMS) applications.

What is used to pass SQL requests and associated data from one component to another ? Read More »

Advanced Software Engineering