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

Architectural Design

A monitoring system examines its environment through __________________?

A monitoring system examines its environment through __________________?

A. operating system
B. communication
C. set of sensors
D. none of the mentioned

Explanation: If some exceptional event or sensor state is detected by the system, the monitoring system takes some action. Often, this involves raising an alarm to draw an operator’s attention to the event.

A monitoring system examines its environment through __________________? Read More »

Architectural Design

____________________ can be associated with a separate processor or core, so that the processing steps can be carried out in parallel ?

____________________ can be associated with a separate processor or core, so that the processing steps can be carried out in parallel ?

A. Process Pipeline
B. Environmental Control
C. Observe and React
D. None of the mentioned

Explanation: The Process Pipeline pattern makes this rapid processing possible by breaking down the required data processing into a sequence of separate transformations, with each transformation carried out by an independent process.

____________________ can be associated with a separate processor or core, so that the processing steps can be carried out in parallel ? Read More »

Architectural Design

An example of a system that may use a process pipeline is a high-speed_________________?

An example of a system that may use a process pipeline is a high-speed_________________?

A. data distributing system
B. data acquisition system
C. data collector system
D. none of the mentioned

Explanation: Data acquisition systems collect data from sensors for subsequent processing and analysis.

An example of a system that may use a process pipeline is a high-speed_________________? Read More »

Architectural Design

Which of these following sensor is a useful as part of a burglar alarm system for commercial buildings ?

Which of these following sensor is a useful as part of a burglar alarm system for commercial buildings ?

A. Movement detector
B. Door sensor
C. Window sensor
D. All of the mentioned

Explanation: A burglar alarm system for commercial buildings include movement detectors in individual rooms, door sensors that detect corridor doors opening, and window sensors on ground-floor windows that can detect when a window has been opened

Which of these following sensor is a useful as part of a burglar alarm system for commercial buildings ? Read More »

Architectural Design

Which of the following is not real-time architectural patterns that are commonly used ?

Which of the following is not real-time architectural patterns that are commonly used ?

A. Asynchronous communication
B. Observe and React
C. Environmental Control
D. Process Pipeline

Explanation: These patterns can be combined and you will often see more than one of them in a single system.

Which of the following is not real-time architectural patterns that are commonly used ? Read More »

Architectural Design

The UML was designed for describing _______________________?

The UML was designed for describing _______________________?

A. object-oriented systems
B. architectural design
C. SRS
D. Both object-oriented systems and Architectural design

Explanation: The UML was designed for describing object-oriented systems and, at the architectural design stage, you often want to describe systems at a higher level of abstraction

The UML was designed for describing _______________________? Read More »

Architectural Design

Which of the following is an architectural conflict ?

Which of the following is an architectural conflict ?

A. Using large-grain components improves performance but reduces maintainability
B. Introducing redundant data improves availability but makes security more difficult
C. Localizing safety-related features usually means more communication so degraded performance
D. All of the mentioned

Explanation: High availability architecture can be affected by several design factors that are required to be maintained to ensure that no single points of failure exist in such design.

Which of the following is an architectural conflict ? Read More »

Architectural Design

Which of the following view shows that the system is composed of interacting processes at run time ?

Which of the following view shows that the system is composed of interacting processes at run time ?

A. physical
B. development
C. logical
D. process

Explanation: This view is useful for making judgments about non-functional system characteristics such as performance and availability.

Which of the following view shows that the system is composed of interacting processes at run time ? Read More »

Architectural Design