Software Engineering MCQ Set 7



1) White box testing, a software testing technique is sometimes called ?
  1. Basic path
  2. Graph Testing
  3. Dataflow
  4. Glass box testing
2) Black box testing sometimes called ?
  1. Data Flow testing
  2. Loop Testing
  3. Behavioral Testing
  4. Graph Based Testing
3) Which of the following is a type of testing ?
  1. Recovery Testing
  2. Security Testing
  3. Stress Testing
  4. All of above
4) The objective of testing is ?
  1. Debugging
  2. To uncover errors
  3. To gain modularity
  4. To analyze system
5) ...... is a black box testing method ?
  1. Boundary value analysis
  2. Basic path testing
  3. Code path analysis
  4. None of above
6) Structured programming codes includes ?
  1. sequencing
  2. alteration
  3. iteration
  4. multiple exit from loops
  5. only A, B and C
7) An important aspect of coding is ?
  1. Readability
  2. Productivity
  3. To use as small memory space as possible
  4. brevity
8) Data structure suitable for the application is discussed in ?
  1. data design
  2. architectural design
  3. procedural design
  4. interface design
9) In object oriented design of software , objects have ?
  1. attributes and names only
  2. operations and names only
  3. attributes, name and operations
  4. None of above
10) Function oriented metrics were first proposed by  ?

  1. John
  2. Gaffney
  3. Albrecht
  4. Basili







Answers
1.d
2.c
3.d
4.b
5.a
6.e
7.a
8.a
9.c
10.c

0 comments:

Back to TOP