Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Software Design

Which of the following is/are true with respect to functions ?

Which of the following is/are true with respect to functions ?

A. A function such as “search-book” is represented using a circle
B. Functions represent some activity
C. Function symbol is known as a process symbol or a bubble in DFD
D. All of the mentioned

Explanation: All the options are correct with respect to Function Oriented Software Design

Which of the following is/are true with respect to functions ? Read More »

Software Design

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

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

A. Functional Cohesion
B. Temporal Cohesion
C. Functional Cohesion
D. Sequential Cohesion

Explanation: A Module exhibits temporal cohesion when it contains tasks that are related by the fact that all tasks must be executed in the same time-span.

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

Software Design