The best type of cohesion is:

A. logical
B. functional
C. procedural
D. sequential
E. communicational


Answer: B

Computer Science & Information Technology

You might also like to view...

Consider the array:

s( 0 ) = 7 s( 1 ) = 0 s( 2 ) = -12 s( 3 ) = 9 s( 4 ) = 10 s( 5 ) = 3 s( 6 ) = 6 The value of s( s( 6 ) – s( 5 ) ) is: a) 0 b) 3 c) 9 d) 0

Computer Science & Information Technology

State the values of each variable after the calculation is performed. Assume that, when each statement begins executing, all variables have the integer value 5.

a) product *= x++; b) quotient /= ++x;

Computer Science & Information Technology

Pam's boss, Alan, says that she needs to write her software so that it is protected against the security risks of today and tomorrow. How is this even possible, given that we don't even know what the security risks of tomorrow are?

What will be an ideal response?

Computer Science & Information Technology

The class io is the base class of the C++ stream classes istream and ostream.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology