Formal Methods Flashcards

1
Q

Explain variables

A

Refers to declaration which represents the state of the system

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

Explain invariant

A

Is a property or condition that is expected to hold true throughout the execution of the system, it is used to describe constraints or invariants that the system variables must satisfy

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

Explain initialisation

A

Refers to process of settling the initial values of the variables at the start of the systems execution. It is used to define the initial state of the system and ensures that the invariant is initially true

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

Give overview on variables invarianr and inilialisation

A

-variables represent the state of the system
-invariant specifies conditions that mist always hold true
-initialisation defines the initial values and conditions for the system at the start of its execution

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