A ______ is an undirected connected graph without cycles.

a) tree
b) multigraph
c) digraph
d) connected component


a.

Computer Science & Information Technology

You might also like to view...

The name of an array stores the __________ of the first array element.

a. value b. memory address c. element number d. data type e. None of these

Computer Science & Information Technology

What keywords are used to construct a switch statement?

A. case, jump, break, default B. switch, case, break, default C. break, default, case, goto D. switch, case, break, else

Computer Science & Information Technology

The default reminder time for all calendar items is ____ minutes.

A. 10 B. 15 C. 30 D. 60

Computer Science & Information Technology

The __________ replacement algorithm replaces the block in the set that has been in the cache longest with no reference to it.

A. LRU B. CLM C. FIFO D. LFU

Computer Science & Information Technology