AQA A2 Computing 2.5 Graphs and Trees Flashcards

1
Q

Graph

A

a diagram consisting of circles, called vertices, joined by lines, called edges or arcs; each edge joins exactly two vertices

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

Neighbours

A

two vertices are neighbours if they are connected by an edge

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

Degree

A

of a vertex, the number of neighbours for that vertex

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

Labelled or weighted graph

A

a graph in which the edges are labelled or given a value called a weight

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

Automation

A

turning an abstraction into a form that can be processed by a computer

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

Directed graph or digraph

A

a diagram consisting of circles, called vertices, joined by directed lines, called edges.

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

Simple graph

A

an undirected graph without multiple edges and in which each edge connects two different vertices

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

Exoplorer’s problem

A

the solution finds a route that traverses each road exactly once before returning to the starting point

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

Traveller’s problem

A

the solution finds a route that visits each city exactly once before returning to the starting point

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

Closed path or circuit

A

a sequence of edges that starts and ends at the same vertex and such that any two successive edges in the sequence share a vertex

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

Cycle

A

a closed path in whch all the edges are different and all the intermediate vertices are different

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

Tree

A

a connected undirected graph with no cycles

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

Rooted tree

A

a tree in which one vertex has been designated as the root and every edge is directed away from the root

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