Software Engineering MCQ Set 8




1)  Software engineering aims at developing ?
  1. Reliable Software
  2. Cost Effective Software
  3. Reliable and cost effective Software
  4. None Of Above
2) A good specification should be ?
  1. Unambiguous
  2. Distinctly Specific
  3. Functional
  4. All of Above
3) Which of the following is a tool in design phase ?
  1. Abstraction
  2. Refinement
  3. Information Hiding
  4. All of Above
4) Information hiding is to hide from user, details ?
  1. that are relevant to him
  2. that are not relevant to him
  3. that may be maliciously handled by him
  4. that are confidential
5) Which of the following comments about object oriented design of software, is not true ?
  1. Objects inherit the properties of class
  2. Classes are defined based on the attributes of objects
  3. an object can belong to two classes
  4. classes are always different
6)  Design phase includes?
  1. data, architectural and procedural design only
  2. architectural, procedural and interface design only
  3. data, architectural and interface design only
  4. data, architectural, interface and procedural design
7) To completely write the program in FORTRAN and rewrite the 1% code in assembly language, if the project needs 13 days, the team consists of ?
  1. 13 programmers
  2. 10 programmers
  3. 8 programmers
  4. 100/13 programmers
8) If 99% of the program is written in FORTRAN and the remaining 1% in assembly language, the percentage increase in the programming time compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is ?
  1. 10
  2. 5
  3. 13
  4. 8
9) If the entire program is written in FORTRAN, the percentage increase in the execution time, compared to writing the entire program in FORTRAN and rewriting the 1% in assembly language is ?
  1. 0.9
  2. 0.8
  3. 8
  4. 9
10) If 99% of the program is written in FORTRAN and the remaining 1% in assembly language the percentage increase in the execution time, compared to writing the 1% in assembly language is ?

  1. 0.9
  2. 0.1
  3. 1
  4. 0




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

0 comments:

Back to TOP