A connected graph has which of the following properties?

a) For any pair of vertices, there is an edge between them.
b) Every vertex is adjacent to every other vertex.
c) No vertex is adjacent to every other vertex.
d) For any pair of vertices, there is a path between them.
e) There exists a vertex that is adjacent to every other vertex.


d) For any pair of vertices, there is a path between them.

Computer Science & Information Technology

You might also like to view...

.bmp is a file extension for ________ files

Fill in the blank(s) with correct word

Computer Science & Information Technology

Where and how long a variable’s storage locations are kept before they’re released can be determined by the variable’s ____.

a. data type b. name c. storage category d. scope

Computer Science & Information Technology

Different file types use different compression methods

Indicate whether the statement is true or false

Computer Science & Information Technology

To close a database connection, use ____.

A. close_connection() B. mysql_close() C. mysql_exit() D. close_mysql()

Computer Science & Information Technology