A(n) ____ consists of a rectangle divided into three sections.

A. class tree
B. dependency diagram
C. class diagram
D. entity-relationship diagram


Answer: C

Computer Science & Information Technology

You might also like to view...

In a graph that represents the flight map for the HPAir problem, if a flight exists from city C1 to city C2, then the path from C1 to C2 is called a _______.

a) relation b) neighborhood c) directed path d) connecting path

Computer Science & Information Technology

A __________ is to try every possible key on a piece of ciphertext until an intelligible translation into plaintext is obtained.

A. mode of operation B. hash function C. cryptanalysis D. brute-force attack

Computer Science & Information Technology

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

1. An aggregate class can have multiple parts. 2. Cycles are not allowed in the paths of aggregation links. 3. An aggregate can send messages to its parts during processing. 4. Composition is not a form of aggregation. 5. The methods of a composite class must check for memory allocation/deallocation situations.

Computer Science & Information Technology

In a solution developed using object-oriented programming:

a. There may be some modules that are never executed. b. All modules must be executed. c. Different modules may be executed every time the solution is processed. d. a and c.

Computer Science & Information Technology