FINALTERM EXAMINATION
Spring 2010
CS504- Software Engineering - I (Session - 4)
Question No: 1 ( Marks: 1 ) - Please choose one
► definition, development, support
► what, how, where
► programming, debugging, maintenance
► analysis, design, testing
Question No: 2 ( Marks: 1 ) - Please choose one
of data, function, or behavior.
► True
► False
Question No: 3 ( Marks: 1 ) - Please choose one
are readily available.
► True
► False
Question No: 4 ( Marks: 1 ) - Please choose one
PSPEC since only the CSPEC is relevant to this type of architectural style.
► True
► False
Question No: 5 ( Marks: 1 ) - Please choose one
► creation of a CFD
► derivation of the control hierarchy
► distribution of worker modules
► refinement of the module view
Question No: 6 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 7 ( Marks: 1 ) - Please choose one
► Information hiding
► Encapsulation
► Information hiding and Encapsulation
► None of given
Question No: 8 ( Marks: 1 ) - Please choose one
testing mix
► performance
► reliability
► security
► time
Question No: 9 ( Marks: 1 ) - Please choose one
► low level modules never need testing
► major decision points are tested early
► no stubs need to be written
► none of the given
Question No: 10 ( Marks: 1 ) - Please choose one
applied during software integration.
► True
► False
Question No: 11 ( Marks: 1 ) - Please choose one
► Services
► Attributes
► Links
► Non of the above
Question No: 12 ( Marks: 1 ) - Please choose one
► Static
► Dynamic
► Still
► Static & Dynamic
Question No: 13 ( Marks: 1 ) - Please choose one
pattern was used in implementing its Model View Controller
► Smalltalk
► PASCAL
► JAVA
► C++
Question No: 14 ( Marks: 1 ) - Please choose one
► Microsoft.
► Oracle
► Apple Macintosh
► Non of the all
Question No: 15 ( Marks: 1 ) - Please choose one
► char
► integer
► double
► constant
Question No: 16 ( Marks: 1 ) - Please choose one
----------------
► exceptions
► defects
► errors
► all of them
Question No: 17 ( Marks: 1 ) - Please choose one
► Development Team
► Testing Team
► Analysis & Design Team
► Process Team
Question No: 18 ( Marks: 1 ) - Please choose one
► Bugs
► Defects
► Errors
► Mistakes
Question No: 19 ( Marks: 1 ) - Please choose one
► code is misbehaving
► The program doesn't crash, but akes odd branches through the code.
► Results are the opposite
► Output looks strange,
► all of the given
Question No: 20 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 21 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 22 ( Marks: 1 ) - Please choose one
► Generalization Relationships
► Specialization Relationships
► all of the above
► identifying Association relationships
Question No: 23 ( Marks: 1 ) - Please choose one
► Software
► System
► Product
► All of the given
Question No: 24 ( Marks: 1 ) - Please choose one
extraneous documentation
► Self documenting code
► Self telling Code
► Self Documenting Design
► None of the given
Question No: 25 ( Marks: 1 ) - Please choose one
the -------------- scope possible.
► Smallest
► largest
► medium
► None of the given
Question No: 26 ( Marks: 1 ) - Please choose one
► Ease of modeling real world events
► Reusability
► Maintainability
► All of given
Question No: 27 ( Marks: 2 )
Question No: 28 ( Marks: 2 )
Question No: 29 ( Marks: 2 )
Question No: 30 ( Marks: 2 )
“Constraints on the services or functions offered by the system such as timing constraints, constraints on the development process, standards, etc.”
Question No: 31 ( Marks: 3 )
Question No: 32 ( Marks: 3 )
Question No: 33 ( Marks: 3 )
Question No: 34 ( Marks: 5 )
Question No: 35 ( Marks: 5 )
result = squareRoot(argument);
assert (abs (result * result – argument) < epsilon);
Write the Contract for square root routine keeping in view unit testing.
Question No: 36 ( Marks: 5 )
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.