Lecture 1 Flashcards

1
Q

What is a real time system

A

It is one that must meet explicit deadlines or risk system failure. A real time system that doesn’t meet deadlines is just as useless as a system that does not perform the correct functionality.

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

What is the response time of a system?

A

It is the time between a set of inputs to a system and the corresponding set of outputs.

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

What is throughput?

A

The number of responses of a system per unit time.

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

What is Jitter?

A

The timing variation through a system

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

What is Hard Real Time?

A

Missing a deadline will cause complete system failure with potentially fatal consequences.

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

What is firm real time?

A

Missing the deadline will render the results useless but the system can deal with it.

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

What is soft real time?

A

Missing the deadline is acceptable but can degrade the system quality.

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

What is determinism?

A

A system is deterministic if for each possible state and set of inputs, the output and next state of the system can be determined. It will always provide the same output for the same set of inputs.

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