Module 1 Flashcards
Whats a RTC system?
Real-time computing system. (Subject to real-time constraints)
What does V&V stand for?
Verifaction and Validation (Software Testing)
What’s two forms of V&V?
Deductive Verification and Model Checking (Formal Verification)
What is Model Checking?
Model checking is an automated technique that, given a finite-state model of a system and a formal property, systematically checks whether this property holds for (a given state in ) that model
What are models?
Transition systems and expressivity
Examples of properties
“Can the system reach a deadlock situation?)”
“Can two processes ever be simultaneously in a critical section?”
“On termination, does a program provide the correct output?”
in terms of Design, what does BDD stand for?
Binary Decision Diagram
Examples for modeling behavior
Event-based (State Machine), flow-based(Activities) and message-based (Intereactions)
State Machine Diagram represent that life cycle of?
A block.