Top 350+ Solved Information Retrival Techniques MCQ Questions Answer
Q. At this point, ‘*’ is encountered. What has to be done?
a. 5*4=20 is pushed into the stack
b. * is pushed into the stack
c. 2*3=6 is pushed into the stack
d. * is ignored
Q. For the given expression tree, write the correct postfix expression.
a. abc*+
b. abc+*
c. ab+c*
d. a+bc*
Q. What makes a good architecture?
a. the architecture may not be the product of a single architect or a small group
b. the architect should have the technical requirements for the system and an articulated and prioritized list of qualitative properties
c. the architecture may not be well documented
d. all of the mentioned
Q. What does a typical top level architecture consists of?
a. prop loss model(mopd)
b. reverb model(modr)
c. control process
d. all of the mentioned
Q. Which among the following are valid questions raised for the top level architectural model?
a. what is the nature of components?
b. what is the significance of the links?
c. what is the significance of the layout?
d. all of the mentioned
Q. Which of the following are correct statements?
a. an architecture may or may not defines components
b. an architecture is not dependable on requirements
c. an architecture is foremost an abstraction of a system that suppresses details of the components that do not affect how they are used
d. all of the mentioned
Q. What does “Every software system has an architecture” implies?
a. system itself is a component
b. architecture an exist independently of its description or specification
c. all the system to be stable should posses an architecture
d. none of the mentioned
Q. What is architectural style?
a. architectural style is a description of component types
b. it is a pattern of run-time control
c. it is set of constraints on architecture
d. all of the mentioned
Q. What is a Reference Model?
a. it is a division of functionality together with data flow between the pieces
b. it is a description of component types
c. it is standard decomposition of a known problem into parts that cooperatively solve a problem
d. it is a division of functionality together with data flow between the pieces, it is standard decomposition of a known problem into parts that cooperatively solve a problem
Q. What is Reference architecture?
a. it is a reference model mapped onto software components
b. it provided data flow with comments
c. it provides data flow with pieces
d. it is a reference model mapped onto software components & data flow with comments
Q. Which of the following is incorrect for Reference model, architectural styles and reference architecture?
a. they are not architectures
b. they are useful steps towards an architecture
c. they are set of early design decisions
d. none of the mentioned
Q. Which of the following can be considered regarding client and server?
a. client and server is an architectural style
b. client and server may be considered as an architectural style
c. client and server is not an architectural style
d. none of the mentioned
Q. Which of the statements truly concludes client and server relation with architectural styles?
a. they are component types and their coordination is described in terms of protocols that server uses to communicate with each of its clients
b. multiple client cannot exist at an instance
c. architecture are countless for client and server but their architectural styles are different
d. all of the mentioned