What makes a graph complete?

A. when there is an edge from each vertex to all other vertices
B. when there is a path from each vertex to all other vertices
C. when there is a path between at least half the vertices
D. when there are two or more edges between vertices


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. In the following code the setPreferredSize method sets the size of the text, "Have a good day". ``` label = new Jlabel("Have a good day", SwingConstants.CENTER); label.setPreferredSize(new Dimension(400,200)); ``` 2. When using a slider, by default, tick marks are not displayed, and setting their spacing does not cause them to be displayed. 3.When a JList component is added to a JScrollPane object, a border will automatically appear around the list. 4.You can create a label with an image, or with both an image and text.

Computer Science & Information Technology

PowerPoint's ________ displays a presentation in a similar manner to a slide show, but the taskbar, title bar, and status bar remain visible in the presentation window

A) Reading view B) Slide Sorter view C) Notes page view D) Normal view

Computer Science & Information Technology

The _________________ utility in the Mac OS X enables you to switch easily among applications, windows and spaces.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) ____________________ is an edge device, sometime dedicated but often nothing more than a few extra services added to an existing edge router.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology