Software Engineering MCQ Set 8
1)
Software engineering aims at developing ?
- Reliable Software
- Cost Effective Software
- Reliable and cost effective
Software
- None Of Above
2)
A good specification should be ?
- Unambiguous
- Distinctly Specific
- Functional
- All of Above
3)
Which of the following is a tool in design phase ?
- Abstraction
- Refinement
- Information Hiding
- All of Above
4)
Information hiding is to hide from user, details ?
- that are relevant to him
- that are not relevant to him
- that may be maliciously handled by
him
- that are confidential
5)
Which of the following comments about object oriented design of software, is
not true ?
- Objects inherit the properties of
class
- Classes are defined based on the
attributes of objects
- an object can belong to two
classes
- classes are always different
6)
Design phase includes?
- data, architectural and procedural
design only
- architectural, procedural and
interface design only
- data, architectural and interface
design only
- 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 ?
- 13 programmers
- 10 programmers
- 8 programmers
- 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 ?
- 10
- 5
- 13
- 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 ?
- 0.9
- 0.8
- 8
- 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 ?
- 0.9
- 0.1
- 1
- 0
Answers
1.c
2.d
3.d
4.c
5.c
6.d
7.c
8.b
9.b
10.d
0 comments:
Post a Comment