551. Software design yields ______ levels of results.
A. 2
B. 3
C. 4
D. 5

552. Which of the following is not an Advantage of modularization?
A. Smaller components are easier to maintain
B. Concurrent execution can be made possible
C. Program cannot be divided based on functional aspects
D. Desired level of abstraction can be brought in the program

553. How many type of cohesion are there in software design?
A. 5
B. 6
C. 7
D. 8

554. Which of the following defines the degree of intra-dependability within elements of a module?
A. Cohesion
B. Coupling
C. Design Verification

555. When multiple modules share common data structure and work on different part of it, it is called ___________.
A. Common coupling
B. Share coupling
C. Data coupling
D. Stamp coupling
D. None of the above

556. Which tool is use for structured designing ?
A. Program Chart
B. Structure chart
C. Module Chart
D. All of the above

557. Which of the following is the best type of module cohesion?
A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion

558. Which of the following is the worst type of module coupling?
A. Control Coupling
B. Stamp Coupling
C. External Coupling
D. Content Coupling

559. Choose the option that does not define Function Oriented Software Design.
A. It consists of module definitions
B. Modules represent data abstraction
C. Modules support functional abstraction
D. None of the above

560. The JDBC-ODBC bridge is_________________?
A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU