Euler Video Deck Flashcards

1
Q

What is the main task of genome sequencing?

A

Reconstruct long DNA sequences from short fragments.

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

What is the main challenge in genome sequencing?

A

DNA is too long for direct sequencing; requires reassembly.

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

How are DNA fragments represented in graph theory?

A

DNA fragments are edges in a graph.

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

How are overlapping sequences represented in graph theory?

A

Overlapping sequences are nodes in a graph.

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

What do Eulerian paths help with in genome sequencing?

A

Efficient reassembly of DNA sequences.

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

What is an Eulerian circuit?

A

A path that starts and ends at the same vertex and visits every edge exactly once.

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

What are the rules for an Eulerian circuit?

A

All vertices must have an even degree

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

What is an Eulerian path?

A

A path that visits every edge exactly once but does not necessarily return to the starting vertex.

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

What are the rules for an Eulerian path?

A

Exactly two vertices must have an odd degree

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

What happens if all vertices have even degrees?

A

The graph has an Eulerian circuit (and also an Eulerian path).

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

What happens if exactly two vertices have odd degrees?

A

The graph has an Eulerian path but no Eulerian circuit.

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

What happens if more than two vertices have odd degrees?

A

The graph is not Eulerian and has neither an Eulerian path nor circuit.

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

Why are Eulerian paths useful in genome sequencing?

A

They are efficient and handle repetitive DNA sequences effectively.

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

What historical problem is the origin of Eulerian paths?

A

Euler’s Königsberg Bridge Problem.

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

How does graph theory contribute to genome sequencing?

A

It combines math and biology to enable DNA sequence reconstruction.

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