NEW
Font size
WorksheetsSE Quiz 2 (JKL)
Total questions: 10
Worksheet time: 8mins
Test Driven Development (TDD) is a part of ____________.
extreme programming
Spiral Model
Halstead Software Science
COCOMO
In Halstead theory of software science, volume is measured in bits. The bits are
Number of bits required to store the program
Actual size of a program if a uniform binary encoding scheme for vocabulary is used
Number of bits required to execute the program
Average Manning
In which one of the following types of coupling, complete data structures are passed from one module to another?
Control Coupling
Stamp Coupling
External Coupling
Content Coupling
Which one of the following is the correct ordering of the coupling of modules from strongest (least desirable) to weakest (most desirable)?
content, common, control, stamp, data
common, content, control, stamp, data
content, data, common ,stamp, common
data, control, common, stamp, content
During the detailed design of a module, which one of the following is designed?
Data structures and algorithms
Control structure
Data flow structure
Module interfaces
A data flow diagram represents which one of the following?
The conditions based on which data items may be processed
The order in which different activities are carried out
The transformation of data through processing stations
The order in which various functions of a program are invoked
Consider the sentence: A book has one or more pages. Which of the following best characterizes the relationship between the Book class and the Page class?
Inheritance
Specialization
Association
Composition
Which one of the following characteristics of a class implies that the same message can be interpreted by it differently.
Encapsulation
Polymorphism
Information Hiding
Inheritance
________________ illustrate the dynamic nature of a system by modeling the flow of control form activity to activity.
Activity Diagram
Sequence Diagram
State chart Diagram
Class Diagram
Temporal cohesion means
Cohesion between temporary variables
Cohesion between local variable
Cohesion with respect to time
Coincidental cohesion
