Capturing Architectural Information in an ADL

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following in context to data in pipeline is correct?
The format conversion should be allowed as long as data that exit the pipe are semantically equivalent to the data that enter the pipe
The format conversion should be allowed as long as data that exit the pipe are syntactically equivalent to the data that enter the pipe
All of the mentioned
None of the mentioned
Explanation:
The format conversion should be allowed as long as data that exit the pipe are semantically equivalent to the data that enter the pipe.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is the essential feature of ADL?
The ability to provide structures
The ability to declare a component and name its type
The ability to support analytical capability
All of the mentioned
Explanation:
The ability to declare a component and name its type is the essential feature of ADL.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
The behavior of the system can be communicated by which of the following?
By using execution models
By using Animation techniques
All of the mentioned
None of the mentioned
Explanation:
The behavior of the system can be communicated by all the mentioned.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is true?
Once resource information is provided, portions of the system can be generate automatically
Once resource information is provided, portions of the system cannot be generate automatically
All of the mentioned
None of the mentioned
Explanation:
Once resource information is provided, portions of the system can be generate automatically.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Architecture description language represent architectural structures that can be divided into which of the following?
Static
Dynamic
All of the mentioned
None of the mentioned
Explanation:
Architecture description language represent architectural structures that can be divided into Static and Dynamic.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following must be estimated for performance analysis?
Reliability of each component
Resource usage of the component
All of the mentioned
None of the mentioned
Explanation:
Resource usage of the component must be estimated for performance analysis.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following must be estimated for reliability analysis?
Reliability of each component
Resource usage of the component
All of the mentioned
None of the mentioned
Explanation:
Reliability of each component must be estimated for reliability analysis.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is true?
A dynamic structure requires a simulator to perform analysis
A dynamic structure does not requires a simulator to perform any analysis
Connectors transfers data unidirectionaly
None of the mentioned
Explanation:
A dynamic structure requires a simulator to perform analysis.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following are considered for connectors?
Connectors transfers data bidirectionally
Connectors connect two component of type procedure
All of the mentioned
None of the mentioned
Explanation:
All of the mentioned are true with respect to connectors.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following is true for pipe?
From External perspective pipe has a true state
From Internal perspective pipe is stateless
All of the mentioned
None of the mentioned
Explanation:
From External perspective pipe is stateless and from Internal perspective pipe has a true state.