What is used to show time ordering on a communication diagram?

A) a sequence number
B) a synchronous arrow
C) an asynchronous arrow
D) a focus of control


A) a sequence number

Computer Science & Information Technology

You might also like to view...

Draw all the candidate subgraphs obtained by joining the pair of graphs shown in Figure 7.4. Assume the edge-growing method is used to expand the subgraphs.

Computer Science & Information Technology

The ____ exception type occurs when a value exceeds its assigned data type.

A. NullReferenceException B. ArgumentNullException C. OverflowException D. SystemException

Computer Science & Information Technology

The first variable in a one-dimensional array is assigned a subscript of 1.

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

Computer Science & Information Technology

Which regular expression will match 2 or more A’s?

A. AA* B. AA+ C. A{2,*} D. AAA

Computer Science & Information Technology