Software Architecture MCQ



Question 1 : COCOMO stands for

  1. Constructive cost model
  2. Comprehensive cost model
  3. Constructive cost estimation model
  4. Complete cost estimation model
    

Question 2 : Which of the following term is best defined by the statement: “There will be a change of organizational management with different priorities.”?

  1. Staff turnover
  2. Technology change
  3. Management change
  4. Product competition
    

Question 3 : LOC is which kind of measure

  1. Direct measure
  2. Indirect measure
  3. Software quality measure
  4. Reliability measure
    

Question 4 : Which of following is Control structure testing type?

  1. Condition testing
  2. Beta testing
  3. Equivalence Partitioning
  4. Orthogonal Array testing
    

Question 5 : FAST stands for

  1. Functional Application Specification Technique
  2. Fast Application Specification Technique
  3. Facilitated Application Specification Technique
  4. Frequency Assisted standing Technique
    

Question 6 : Which UML diagram is time oriented?

  1. Activity Diagram
  2. Sequence diagram
  3. Collaboration Diagram
  4. Deployment Diagram
    

Question 7 : If the sizeof project is 200 KLOC then what is E(efforts applied)using organic method of cost estimation?

  1. 626 staff month
  2. 1133 staff month
  3. 2077 staff month
  4. 1456 staff month
    

Question 8 : What incorporates data, architectural, interface, and procedural representations of the software?

  1. design model
  2. user's model
  3. mental image
  4. system image
    

Question 9 : Process model that emphasizes on a short development cycle is

  1. Incremental model
  2. Rapid Application Development model
  3. Spiral model
  4. Prototyping model
    

Question 10 : How does Kanban prevent work over capacity?

  1. By using Work In Progress (WIP) Limit.
  2. By setting a robust Kanban workflow.
  3. By having daily meetings about work in progress.
  4. By defining explicit policies.
    

Question 11 : _________ defines the properties of a data object and take on one of the three different characteristics.

  1. data object
  2. attributes
  3. relationships
  4. data object and attributes
    

Question 12 : What is the main purpose of integration testing?

  1. Design errors
  2. Interface errors
  3. Procedure errors
  4. Syntax errors
    

Question 13 : ________ is a black box testing method .

  1. Boundary value analysis
  2. Basic path testing
  3. Code path analysis
  4. integration test
    

Question 14 : Which of the following risk is the failure of a purchased component to perform as expected?

  1. Product risk
  2. Project risk
  3. Business risk
  4. Programming risk
    

Question 15 : Which of the following is not a desirable Characteristics of SRS document

  1. Concise
  2. Unambiguous
  3. Traceable
  4. Verifiable
    

Question 16 : Software engineering approach is used to achieve:

  1. Better performance of hardware
  2. Error free software
  3. Reusable software
  4. Quality software product
    

Question 17 : Which of the following activity is not associated with user interface design process?

  1. cost estimation
  2. interface validation
  3. user and task analysis
  4. interface construction
    

Question 18 : Which DFD notation is represented by the Rectangle?

  1. Transform
  2. Data Store
  3. Function
  4. Conditional testing
    

Question 19 : Black box testing focuses on __________.

  1. logical decisions
  2. independents paths
  3. inputs deriving outputs
  4. internal data structures
    

Question 20 : Project risk factor is considered in which model?

  1. Spiral model.
  2. Waterfall model.
  3. Prototyping model
  4. Incremental Model
    

Question 21 : Which of the following definition explains layered architecture?

  1. Data store resides at the center and accessed frequently by other components.
  2. Group of outer components service user interface operations, group of inner components perform operating system interfacing.
  3. Input data are transformed through series of computation to output data.
  4. Components have main program accessing sub programs.
    

Question 22 : Use of global data areas or global variables may lead to ___________.

  1. Stamp Coupling
  2. Common Coupling
  3. Content Coupling
  4. Control Coupling
    

Question 23 : Which one of the following is not a step of requirement engineering?

  1. elicitation
  2. design
  3. analysis
  4. documentation
    

Question 24 : The worst type of coupling is _____________.

  1. Data Coupling
  2. Control Coupling
  3. Stamp Coupling
  4. Content Coupling
    

Question 25 : Function Point Computation is given by the formula

  1. FP = [count- total * 0.65] + 0.01 * sum(Fi)
  2. FP = count-total * [0.65 + 0.01 * sum(Fi)].
  3. FP = [count+ total * 0.65] + 0.01 * sum(Fi)
  4. FP = [count+ total * 0.65] + 0.01 * sum(Fi)
    
  • chevron_left
  • 1
  • chevron_right