In graph terminology, the nodes are referred to as ____________________.

a) vertices
b) edges
c) parents
d) children
e) none of the above


a) vertices

Computer Science & Information Technology

You might also like to view...

If an inner class contains non static members, then the class name must be modified by the keyword:

a. Final b. Static c. Void d. Protected

Computer Science & Information Technology

It has been said that the Internet could exist without the Web, but the Web couldn't exist without the Internet. Why is this true?

What will be an ideal response?

Computer Science & Information Technology

Computers use a binary base 2 number system and binary codes to carry out commands

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements generates a random number between 0 and 50?

A. srand(time(0)); num = rand() % 50; B. srand(time(10)); num = rand()/50; C. srand(time(0)); num = rand()50; D. srand(time(10)); num = rand() % 50;

Computer Science & Information Technology