Trees and Hierarchical Terminology Flashcards

1
Q

Root Node

A

The special node in a tree with no parent

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

Parent Node

A

A node with lower hierarchical nodes attached below it

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

Child Node

A

The node attached below a higher hierarchical node

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

Ancestor

A

A node that lies on a higher hierarchical path level than another node; not directly above, since that would be a parent

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

Descendant

A

A node that lies on a lower hierarchical path level than another node; not directly below, since that would be a child

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

Siblings

A

Nodes with the same parent

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

Level

A

The length of the path from a node to the root (root is at level 0)

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

Height

A

The number of different levels in a tree

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

Subtree

A

A tree formed by a node and all its descendants

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

Leaf Node/Terminal Node

A

A node with no children

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

Internal Node/Non-Leaf Node

A

A node with at least one child

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