Monday 27 June 2016

Software Engineering Part 2


  1. The approach to construction affects the project's ability to reduce complexity, anticipate change, and construct for verification. State whether the statement is TRUE or FALSE.

  2.   True
      False

  3. The choice pf construction method affects which of the following?

  4.   All of the given options
      the order in which construction prerequisite are performed
      and the degree to which construction prerequisites are expected to be completed before construction work begins
      extent to which construction prerequisites are performed
  5. What are the correct sequence of steps followed while debugging a piece of code?

  6.   1. Identify the exact place in the code causing it
      2. Find the defect in the code
      3. Identify the source of problem
      4. Test to check if the fix is working correctly
      5. Fix the defect
      1,2,3,4,5
      2,4,3,1,5
      2,3,1,5,4
      1,3,5,2,4

  7. Software Construction procedure high volume of configure items. Thus Software Construction is related Software Configuration Management. State whether the statement is True or False.

  8.   False
      True

  9. A measurement of code construction can be useful for which of the following purpose?
  10.   improving the construction process
      ensuring quality during construction
      managing construction
      all of the given options

Wednesday 8 June 2016

Software Engineering Part - I


  1. Which of the following diagram depicts the logic of use case descriptions. It shows the information that passes between objects in the system and throughout the execution of the use case?

  2.   activity diagram
      class diagram
      use case diagram
      flowchart diagram
      sequence diagram

     
  3. Requirements refinement and documentation takes place very early on in the project cycle. State True or False.

  4.   True
      False

     
  5. The activity diagram analysis technique is used in which of the below analysis areas?

  6.   Process flow analysis
      Structured Analysis
      Object-oriented analysis
      Solution Development Analysis

     
  7. Which of the below is NOT the most common type of Environmental requirement?

  8.   interface requirements
      audit requirements
      legal and regulatory requirements
      globalization and localization requirements

     
  9. Which of the below depicts workflow or a sequence of related activities by showing the order in which activities occur and the decisions that control the flow?

  10.   activity diagram
      dataflow diagram
      workflow diagram
      flowchart diagram
      sequence diagram

     
  11. What is the popluar model used by Business Analysts to analyze the requirements?

  12.   Usage Model
      Process and Flow model
      Data and Behaviour model
      All the listed options

     
  13. Which one of the following cannot be depicted using state machine diagrams about an object?

  14.   the transitions between states
      the events that cause the transitions
      data that flows within the domain
      the possible states it can be in
     

  15. The benefits of knowing how to refine requirements is that you will be able to _______

  16.   classify quality of service requirements according to type
      recognize the importance of considering assumptions and constraints when analyzing requirements
      effectively decompose requirements for documentation
      use appropriate techniques to document requirements
      All the listed options

  17. Functional requirements are required for all projects, and must be thoroughly documented and analyzed. State True or False.

  18.   True
      False

     
  19. UML defines standards for the format and components of activity diagrams.

  20.   True
      False

  21. Identify non functional requirement(s)?
  22.   Security
      All the listed options
      Performance
      Usability

  23. Identify the requirement that states -"A system must track all failed login attempts".

  24.   Operational requirement
      Interface requirement
      Environment requirement
      Performance requirement
      Privacy requirement

  25. The advantage of ____________ is that functional requirements are traceable and map to objectives.
  26.   flowchart
      models
      textual documentation
      matrix documentation
      diagrams

    Note: If any of the answer is wrong. Please post a comment.