Software Components Mcqs

Our Collection contain MCQs to prepare an individual for competitive exams like NTS, GAT, ECAT, University and College entrance exams and various tests and interviews. One should practice to assimilate Software Components topic comprehensively.

  1. Home
  2. »
  3. Computer Science Mcqs
  4. »
  5. Software Engineering Mcqs
  6. »
  7. Software Components Mcqs
  8. »
  9. Page 2

16.
Grouping of all functionally related elements is known as ______ .

Cohesion

Coupling

Both A & B

None of the above

17.
Cohesion is a qualitative indication of the degree to which a module

Can be written more compactly.

Focuses on just one thing.

Is able to complete its function in a timely manner.

Is connected to other modules and the outside world.

18.
Coupling is a qualitative indication of the degree to which a module

Can be written more compactly.

Focuses on just one thing.

Is able to complete its function in a timely manner.

Is connected to other modules and the outside world.

19.
Java packages and FORTRAN subroutine are examples of__________

Functions

Modules

Classes

Sub procedures

20.
Which of the property of software modularity is incorrect with respect to benefits software modularity?

Modules are robust.

Module can use other modules

Modules Can be separately compiled and stored in a library.

Modules are mostly dependent.

21.
_______________ is a measure of the degree of interdependence between modules.

Cohesion

Coupling

Modulus

None of the above

22.
Which of the following is the best type of module coupling?

Control Coupling

Stamp Coupling

Data Coupling

Content Coupling

23.
Which of the following is the worst type of module coupling?

Control Coupling

Stamp Coupling

External Coupling

Content Coupling

24.
Which of the following is the worst type of module cohesion?

Logical Cohesion

Temporal Cohesion

Functional Cohesion

Coincidental Cohesion

25.
Which of the following is the best type of module cohesion?

Functional Cohesion

Temporal Cohesion

Non-Functional Cohesion

Sequential Cohesion

26.
In what type of coupling, the complete data structure is passed from one module to another?

Control Coupling

Stamp Coupling

External Coupling

Content Coupling

27.
If all tasks must be executed in the same time-span, what type of cohesion is being exhibited?

Functional Cohesion

Temporal Cohesion

Non-Functional Cohesion

Sequential Cohesion

28.
When elements of module are grouped because the output of one element serves as input to another element and so on, it is called ________ .

Functional Cohesion

Communicational cohesion

Sequential cohesion

Procedural cohesion

29.
 Abbreviate the term HIPO.

Hierarchical Input Process Output

High-level Input Process Output

Huge Input Process Output

None of the above

30.
When elements of module are grouped because the output of one element serves as input to another and so on, it is called ________ .

Functional cohesion

Sequential cohesion

Communicational cohesion

Procedural cohesion

error: You are not allowed to do so.....
0Shares
0
Scroll to Top