Model Checking Flashcards

1
Q

Model checking is a tool that provides what?

A

Provides a way to prove that some properties hold in software

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

What kind of properties would be interesting to prove?

A

Safety

Liveness

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

What is the overview of model checking?

A

An automated technique for proving properties of finite state systems

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

Review oven example

A

Review oven example

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

When making our model, we need to express the ______ ______ and ______

A

finite states, transitions

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

Models are written often in what?

A

Formal specification language. Examples include temporal logic, Alloy, TLA, etc

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

Properties in models are often inspired by ________ logic. These constraints express properties interesting to concurrent and distributed systems

A

temporal

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

What or some examples of temporal constraints for a proposition p?

A

p will hold eventually in the future
p holds in all future states
p holds in the next state
p holds until another proposition q holds

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