Module 1 Flashcards

1
Q

Whats a RTC system?

A

Real-time computing system. (Subject to real-time constraints)

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

What does V&V stand for?

A

Verifaction and Validation (Software Testing)

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

What’s two forms of V&V?

A

Deductive Verification and Model Checking (Formal Verification)

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

What is Model Checking?

A

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

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

What are models?

A

Transition systems and expressivity

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

Examples of properties

A

“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?”

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

in terms of Design, what does BDD stand for?

A

Binary Decision Diagram

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

Examples for modeling behavior

A

Event-based (State Machine), flow-based(Activities) and message-based (Intereactions)

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

State Machine Diagram represent that life cycle of?

A

A block.

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