Software Project Management Set 14

On This Page

This set of Software Project Management (SPM) Multiple Choice Questions & Answers (MCQs) focuses on Software Project Management Set 14

Q1 | For which of the following design factor of safety the design will work properly?
  • 0.1
  • 1
  • 2 d) 0.9
Q2 | Design factor for most aircraft structures is 2.
  • true
  • false
Q3 | Identify the correct statement: “Software engineers shall
  • act in a manner that is in the best interests of his expertise and favour.”
  • act consistently with the public interest.”
  • ensure that their products only meet the srs.”
  • all of the mentioned
Q4 | Software Maintenance includes
  • error corrections
  • enhancements of capabilities
  • deletion of obsolete capabilities
  • all of the mentioned
Q5 | The modification of the software to match changes in the ever changing environment, falls under which category of software maintenance?
  • corrective
  • adaptive
  • perfective
  • preventive
Q6 | How many phases are there in Taute Maintenance Model?
  • six
  • seven
  • eight
  • nine
Q7 | What type of software testing is generally used in Software Maintenance?
  • regression testing
  • system testing
  • integration testing
  • unit testing
Q8 | Regression testing is a very expensive activity.
  • true
  • false
Q9 | Selective retest techniques may be more economical than the “retest- all”technique.How many selective retest techniques are there?
  • two
  • three
  • four
  • five
Q10 | Which selective retest technique selects every test case that causes a modified program to produce a different output than its original version?
  • coverage
  • minimization
  • safe
  • maximization
Q11 |                              measures the ability of a regression test selection technique to handle realistic applications.
  • efficiency
  • precision
  • generality
  • inclusiveness
Q12 | Which regression test selection technique exposes faults caused by modifications?
  • efficiency
  • precision
  • generality
  • inclusiveness
Q13 | Why is Software architecture so important?
  • communication among stakeholders
  • early design decisions
  • transferable abstraction of a system
  • all of the mentioned
Q14 | Why is software architecture called vehicle for stakeholder communication?
  • each stakeholder of a software system is concerned with different characteristics of the system affected by architecture
  • architecture provides a common language in which different concerns can be expressed
  • all of the mentioned
  • none of the mentioned
Q15 | Which lines depict that architecture defines constraints on an implementation?
  • an implementation exhibits an architecture if it conforms to the structural decisions described by the architecture
  • the implementation need not be divided into prescribed components
  • an implementation exhibits an architecture if it conforms to the structural decisions described by the architecture and the implementation must be divided into prescribed components
  • none of the mentioned
Q16 | Why does architecture dictates organizational structure?
  • architecture describes the structure of the system being developed which becomes engraved in the development project structure
  • an implementation exhibits an architecture if it conforms to the structural decisions described by the architecture
  • architecture may not describe structure as whole
  • none of the mentioned
Q17 | Which of the following is right dependence relationship?
  • performance depends on how strongly components are coupled with other components in system
  • re-usability depends on the volume and complexity of the inter-component communication and coordination
  • modifiability depends on system’s modularization
  • all of the mentioned
Q18 | Which of the following is correct for decisions made at life cycle level?
  • decisions at all level of like cycle from high level design to coding, implementation affect system quality
  • decisions at all level of like cycle from high level design to coding, implementation may or may not affect system quality
  • decisions at all level of like cycle from high level design to coding,implementation does not affect system quality
  • none of the mentioned
Q19 | Is it possible to make quality predictions about a system based solely on evaluation of its architecture?
  • yes
  • no
  • may be
  • none of the mentioned
Q20 | Every possible architecture partition possible changes into which of the following categories?
  • local
  • non local
  • architectural
  • all of the mentioned
Q21 | Which change is accomplished by modifying a single component?
  • a local change
  • non local change
  • architectural change
  • all of the mentioned
Q22 | An architecture help in evolutionary prototyping in which of the following ways?
  • potential performance problem can be identified early in the product’s life cycle
  • the system is executable early in the product’s life cycle
  • all of the mentioned
  • none of the mentioned
Q23 | Which of the following are software structures?
  • module structure
  • conceptual or logical structure
  • process structure
  • all of the mentioned
Q24 | Which structure describes units as abstraction of system’s functional requirements?
  • conceptual structure
  • module structure
  • physical structure
  • calls structure
Q25 | Which structure’s view is orthogonal to the module and conceptual view?
  • module structure
  • process structure
  • uses structure
  • data flow