Match each term with the correct statement below.

A. hypothesis about the social network graph of the whole world
B. someone who suffers from dissocial personality disorder
C. uses the least number of edges
D. the online version of the spoilsport
E. someone who uses the Internet to harass a particular target
F. describes Internet sites like Facebook
G. a branch of mathematics used to analyze social networks
H. connects related nodes in a graph
I. a construct in mathematics in which individual entities are represented as nodes


A. six degrees of separation
B. sociopath
C. shortest path
D. griefer
E. cyberbully
F. social network
G. graph theory
H. edge
I. graph

Computer Science & Information Technology

You might also like to view...

There can be only __________ return value from a function.

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

Computer Science & Information Technology

Which of the following procedure declarations matches the call to the IsLetter procedure below?

``` Dim strText as String = txtInput.Text Dim blnLetter as Boolean = IsLetter(strText) ``` a. Sub IsLetter(ByVal strInput as String) as Boolean b. Sub IsLetter(ByVal blnResult as Boolean) as String c. Function IsLetter(ByVal strInput as String) as Boolean d. Function IsLetter(ByVal blnResult as Boolean) as String

Computer Science & Information Technology

This is used for the protection of sensitive, unclassified information.

What will be an ideal response?

Computer Science & Information Technology

24 % 5 is _____

a. 1 b. 2 c. 3 d. 4 e. 0

Computer Science & Information Technology