Advance Software Engineering And Technology Set 2

On This Page

This set of Advance Software Engineering and Technology Multiple Choice Questions & Answers (MCQs) focuses on Advance Software Engineering And Technology Set 2

Q1 | . Structure diagrams emphasize the things that must be present in the system being modeled.
  • true
  • false
Q2 | . h of the following diagram is time oriented?
  • collaboration
  • sequence
  • c) activity
Q3 | . How many diagrams are here in Unified Modelling Language?
  • six
  • seven
  • c) eight
  • d) nine
Q4 | . Which of the following is not needed to develop a system design from concept to detailed object-oriented design?
  • designing system architecture
  • developing design models
  • c) specifying interfaces
  • d) developing a debugging system
Q5 | . Which of the following is a dynamic model that shows how the system interacts with its environment as it is used?
  • system context model
  • interaction model
  • c) environmental model
  • d) both system context and interaction
Q6 | . Which of the following is a structural model that demonstrates the other systems in the environment of the system being developed?
  • system context model
  • interaction model
  • c) environmental model
  • d) both system context and interaction
Q7 | . Which of the following come under system control?
  • reconfigure
  • shutdown
  • c) powersave
  • d) all of the mentioned
Q8 | . We use _________ where various parts of system use are identified and analyzed in turn.
  • tangible entities
  • scenario-based analysis
  • c) design-based analysis
  • d) none of the mentioned
Q9 | . Which model describes the static structure of the system using object classes and their relationships?
  • sequence model
  • subsystem model
  • c) dynamic model
  • d) structural model
Q10 | . Which model shows the flow of object interactions?
  • sequence model
  • subsystem model
  • c) dynamic model
  • d) both sequence and dynamic model
Q11 | . If the system state is Shutdown then it can respond to which of the following message?
  • restart()
  • reconfigure()
  • c) powersave()
  • d) all of the mentioned
Q12 | . Which message is received so that the system moves to the Testing state, then the Transmitting state, before returning to the Running state?
  • signalstatus()
  • remotecontrol()
  • c) reconfigure()
  • d) reportstatus()
Q13 | . Open source development involves making the source code of a system publicly available.
  • true
  • false
Q14 | . Which of the following is not the primary objectives in the analysis model?
  • describing the customer complaints
  • establishing a basis for the creation of a software design
  • c) defining a set of requirements that can be validated once the software is built
  • d) none of the mentioned
Q15 | . A description of each function presented in the DFD is contained in a ________.
  • data flow
  • process specification
  • c) control specification
  • d) data store
Q16 | . Which diagram indicates the behaviour of the system as a consequence of external events?
  • data flow diagram
  • state transition diagram
  • c) control specification diagram
  • d) workflow diagram
Q17 | . A data model contains
  • data object
  • attributes
  • c) relationships
  • d) all of the mentioned
Q18 | . The __________ of a relationship is 0 if there is no explicit need for the relationship to occur or the relationship is optional.
  • modality
  • cardinality
  • c) entity
  • d) structured analysis
Q19 | . A _________ is a graphical representation that depicts information flow and the transforms that are applied as data moves from input to output.
  • data flow diagram
  • state transition diagram
  • c) control specification
  • d) workflow diagram
Q20 | . A data condition occurs whenever a data is passed to an input element followed by a processing element and the result in control output.
  • true
  • false
Q21 | . The __________ enables the software engineer to develop models of the information domain and functional domain at the same time
  • data flow diagram
  • state transition diagram
  • c) control specification
  • d) activity diagram
Q22 | . The __________ contains a state transition diagram that is a sequential specification of behavior.
  • data flow diagram
  • state transition diagram
  • c) control specification
  • d) workflow diagram
Q23 | .Which of the following is not a construct?
  • sequence
  • condition
  • repetition
  • selection
Q24 | . Which of the following steps is applied to develop a decision table?
  • list all actions that can be associated with a specific procedure
  • list all conditions during execution of the procedure.
  • c) define rules by indicating what action(s) occurs for a set of conditions.
  • d) all of the mentioned
Q25 | . Which of the following term is best defined by the statement:”The ability to represent local and global data is an essential element of component-level design.”?
  • data representation
  • logic verification
  • c) “code-to” ability
  • d) automatic processing