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

February 2019

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

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

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

Advanced Software Engineering

In Java,______________________ are comparable with, though not identical to, RPCs?

In Java,______________________ are comparable with, though not identical to, RPCs?

A. Remote Method Invocations
B. Operating System
C. Client–server computing
D. None of the mentioned

Explanation: The RMI framework handles the invocation of remote methods in a Java program.

In Java,______________________ are comparable with, though not identical to, RPCs? Read More »

Advanced Software Engineering

Which architecture is used when there is a high volume of transactions to be processed by the server ?

Which architecture is used when there is a high volume of transactions to be processed by the server ?

A. Multi-tier client–server architecture
B. Master-slave architecture
C. Distributed component architecture
D. Peer-to-peer architecture

Explanation: Multi-tier systems may be used when applications need to access and use data from different databases.

Which architecture is used when there is a high volume of transactions to be processed by the server ? Read More »

Advanced Software Engineering

_______________ is a way of providing functionality on a remote server with client access through a web browser?

_______________ 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

Explanation: The server maintains the user’s data and state during an interaction session.

_______________ is a way of providing functionality on a remote server with client access through a web browser? Read More »

Advanced Software Engineering

________________ depend on there being a clear separation between the presentation of information and the computations that create and process that information?

________________ 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

Explanation: One should design the architecture of distributed client–server systems so that they are structured into several logical layers, with clear interfaces between these layers.

________________ depend on there being a clear separation between the presentation of information and the computations that create and process that information? Read More »

Advanced Software Engineering

Which of the following is a way of making a statement about the elements of a set that is true for every member of the set ?

Which of the following is a way of making a statement about the elements of a set that is true for every member of the set ?

A. Set
B. Sequence
C. Universal quantification
D. Both Set and Sequence

Which of the following is a way of making a statement about the elements of a set that is true for every member of the set ? Read More »

Advanced Software Engineering

Which architecture decentralized architectures in which there are no distinguished clients and servers ?

Which architecture decentralized architectures in which there are no distinguished clients and servers ?

A. Multi-tier client–server architecture
B. Master-slave architecture
C. Distributed component architecture
D. Peer-to-peer architecture

Explanation: Peer-to-peer (p2p) systems are decentralized systems in which computations may be carried out by any node on the network.

Which architecture decentralized architectures in which there are no distinguished clients and servers ? Read More »

Advanced Software Engineering

Which of the following option is not provided by formal methods ?

Which of the following option is not provided by formal methods ?

A. providing frameworks
B. verifying systems
C. provide investors
D. both providing frameworks and verifying systems

Explanation: A method is formal if it has a sound mathematical basis, typically given by a formal specification language

Which of the following option is not provided by formal methods ? Read More »

Advanced Software Engineering