Let G be an undirected graph. G is called ____ if there is a path from any vertex to any other vertex.

A. attached
B. converted
C. completed
D. connected


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following method declarations correctly defines a method with a variable length parameter list?

a)``` public int average(int[] list) ``` b)``` public int average(int ... list) ``` c)``` public int average(...) ``` d)``` public int average(int a, int b, int c, ...) ``` e)``` public int average(integers) ```

Computer Science & Information Technology

If you do not find a suitable theme, you can create one from scratch or modify a ____ theme.

A. packaged B. predefined C. preformatted D. predesigned

Computer Science & Information Technology

Grouping data is made much easier in XSLT 2.0 with thefor-each-groupelement.

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

Computer Science & Information Technology

Suppose you buy a Microsoft game at the bookstore. Under current U.S. law, which of the following actions is illegal?

a. Copying it onto a CD to give or sell to someone else. b. Preloading it onto the hard disk of a computer being sold. c. Distributing it over the Internet. d. All of the above are illegal. e. None of the above is illegal.

Computer Science & Information Technology