{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Model Checking Flashcards

(8 cards)

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