Tuesday, August 18, 2015

Objective Questions(71-80)



71.Capability Maturity Model is meant for:
a) Product
b) Process
c) Both a & b
d) None
72. Which of the following tools is not required during system analysis phase of system development life cycle
A ) Case tool
B ) RAD tool
C ) Reverse engineering
D ) None of these
73. Which one is not a size measure for software
(a) LOC (b) Function Count
(c) Cyclomatic Complexity (d) Halstead’s program length
74. Merging 4 sorted files containing 50, 10, 25 and 15 records will take____time
(A) O (100) (B) O (200)
(C) O (175) (D) O (125)

75. What is the size of the Unicode character in Windows Operating System ?
(A) 8-Bits
(B) 16-Bits
(C) 32-Bits
(D) 64-Bits
76. Decomposition help in eliminating some of the problems of bad design
A) Redundancy
B. )inconsistencies
C) Anomalies
D) All of the above
77. Halting Problem of TM is
a. Decidable
b. Undecidable
c. Copy-Halt
d. None of the above
78. If there are 32 segments each of 1K byte, then Logic Address should have
a) 15 bits
b) 11 bits
c) 16 bits
d) 13 bits
32*(1k=1024) is total address and we can access it by 15 adressline(2^15=32*1024)so (a)
79. Techniques used in Turing Machines are:
a. Multiple tracks , storage in finite control (States) and Subroutines .
b. Shifting, checking of symbols.
c. It is a and b
d. None of the above
80. Error while compiling reported at:
a. Lexical analysis
b. Parsing
c. Semantic Analysis
d. None of the above

No comments:

Post a Comment