Network Properties 1 Flashcards

1
Q

A graph that has on self-edges or mutli-edge is called a ……

A

simple network or graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A graph with multi-edges is called a…

A

multi- graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two different ways to represent a network on computer?

A

Edge List and Adjacency matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an identity matrix?

A

it is a diagonal matrix where all the diagonal entries are equal to 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is a directed graph cyclic?

A

A graph that contains closed loops.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bi-Partide graphs are also called. and what are they ?

A

affiliation or two-mode graph. a group of nodes are connected together by some sort of kind

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what the formula for dennsity

A

actual connections / potential connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

whats the formula for potenial formula

A

n(n-1)/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Paths that do not intersect themselves are

A

Self-Avoiding paths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

give an example of a avoiding path

A

Geodesic path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a geodesic path ?

A

it is the shortest path between two vertices such that no shorts path exist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Whats the diameter of a graph

A

It is the longest geodesic path between any pair of vertices in a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

does a strongly connected component have to have a loop if there it composed of more than on vertex

A

yes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define what the connectivity of the vertices is

A

it is the number of independent paths between two vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a cut set

A

it is a set of vertices whose, removal will disconnect a specified pair of vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a minimum cut set

A

It is the smallest set that will discontinue a specified pair of vertiices.

17
Q

What is menger’s theotem

A

If there is no cut set of size less than n, between a given pair of vertices then there are at least n independent paths between the same vertices.

18
Q

What is an ego centred network?

A

it is a network surrounding one particular individual.

19
Q

r ego centered networks a sub graph?

A

yes

20
Q

what is snow ball sampling?

A

it is a techniques to used to recruit future subjecjs based on their acquantances.