Software Testing set 10

91Que:Coding and testing is done in following manner :
a.Adhoc
b.Top-clown
c.Bottom-up
d.Cross sectional
92Que:Main difference between program testing and system testing is
a.System testing is tough and program testing is easy
b.Program testing is more comprehensive than system testing
c.System testing focuses on testing the interfaces between programs, program testing focuses on individual programs
d.None of the above
93Que:Cross reference checking w.r.t. data dictionary refers to
a.Finding, that there is no inconsistency is quoted in a text fle, and therefore reference is listed in reference file
b.Linking of documents through hypertext, in case system deals with document imaging
c.Determination of where data are used in the system
d.None of the above
94Que:In parallel run of s/w testing
a.Only computerized run
b.Only physical system runs
c.Both physical system and computerized system work simulataneously
d.None of the above
95Que:Cost of error correction is least at
a.Design stage
b.Development stage
c.Implementation stage
d.Requirement analysis stage
96Que:Variation in debugging : coding ability has been reported to be
a.1:1
b.1:3
c.1:7
d.0.0486111111111111
97Que:In extreme cases variation of coding: debugging ability ofprogrammers has been reported to be
a.1:2
b.1:6
c.0.0520833333333333
d.0.0618055555555556
98Que:Single entry, single exit constricts with the if, while, sequence and compound statements in C and simulate
a.a hypercomputer
b.a turning machine
c.finite automata only
d.a push down automata only
99Que:Form the detailed design speciication. If the coding is done in C++ : C : assembler the resulting code sizes will be on the average
a.0.0437962962962963
b.0.418761574074074
c.1:3 :10
d.0.0497685185185185
100Que:Testing a program thoroughly
a.Only some errors will be found
b.Guarantees all defects will be found
c.Guarantees all errors wil be found
d.None of the above