Questions: Temporal Logic: LTL and CTL

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

The LTL formula G(request -> F grant) expresses which property?

AIf a request occurs, a grant must occur in the very next state
BOn every execution path, whenever a request occurs, a grant eventually follows at some future point
CThere exists some path where every request is followed by a grant
DGrants always precede requests
Question 2 True / False

LTL and CTL have the same expressive power — any property expressible in one can be expressed in the other.

TTrue
FFalse
Question 3 Short Answer

Explain the difference between the safety property G(not error) and the liveness property G(request -> F grant), and why this distinction matters for verification.

Think about your answer, then reveal below.
Question 4 Short Answer

In CTL, what is the difference between AG p and EG p?

Think about your answer, then reveal below.