Top 1000+ Solved Software Engineering MCQ Questions Answer
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
Q. What truly describes the reference architecture decomposition?
a. a reference architecture is the mapping of that functionality onto system decomposition may be one to one
b. a reference architecture is the mapping of that functionality onto system decomposition is many to one
c. a reference architecture is the mapping of that functionality onto system decomposition is many to many
d. none of the mentioned
Q. What is Architecture?
a. architecture is components
b. architecture is connectors
c. architecture is constraints
d. all of the mentioned
Q. Which of the following is golden rule for interface design?
a. place the user in control
b. reduce the user’s memory load
c. make the interface consistent
d. all of the mentioned
Q. Which of the following is not a design principle that allow the user to maintain control?
a. provide for flexible interaction
b. allow user interaction to be interrupt-able and undo-able
c. show technical internals from the casual user
d. design for direct interaction with objects that appear on the screen
Q. Which of the following is not a user interface design process?
a. user, task, and environment analysis and modeling
b. interface design
c. knowledgeable, frequent users
d. interface validation
Q. 3 USER INTERFACE DESIGN: INTERFACE
a. short-term memory
b. shortcuts
c. objects that appear on the screen
d. all of the mentioned
Q. Which of the following option is not considered by the Interface design?
a. the design of interfaces between software components
b. the design of interfaces between the software and human producers and consumers of information
c. the design of the interface between two computers
d. all of the mentioned
Q. A software might allow a user to interact via
a. keyboard commands
b. mouse movement
c. voice recognition commands
d. all of the mentioned