Multiplas summer 2022 Flashcards

1
Q

CSMA/CA guarantees predictable response times to all bus participants

A

False

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

CSMA/CA is used in wireless networks to reduce the chances of packet collision, it does not guarantee predictable response times

A

True

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

A net N = (C, E, F) is called pure, if the flow relation F does not contain any loops

A

True

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

Pure nets does not have nay traps or loops

A

true

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

EDF (Earliest Deadline First) is optimal for periodic scheduling

A

True

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

EDF (Earliest Deadline First) is optimal for tasks that are periodic and independent, it can schedule any set of tasks as long as the total CPU utilization is less than or equal to 1

A

True

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

Rate-Monotonic scheduling is not based on static properties.

A

Wrong

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

Rate-Monotonic scheduling is based on static properties, task priority is assigned based on the task’s period, the shorter the task, the higher the priority

A

True

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

Any specification language has to have a notion of hierarchy

A

False

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

It is not mandatory property of all specification languages to have a notion of hierarchy

A

True

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

Scratchpad memories are typcically more energy-efficient than caches.

A

True

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

SPM’s (Scratchpad Memories) are simple. Compiller-managed RAM without the HW overhead of caches

A

True

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

The priority ceiling protocol guarantees that, once a task has entered a critical section, it must be blocked by
lower-priority tasks until its completion

A

False

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

PCP ( priority ceiling protocol ) ensures that a higher-priority task will not be blocked by a lower-priority task

A

True

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

Condition/Event nets (C/E-Nets) can have tokens of different colors (???? see better)

A

False (????)

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

A Pareto-set contains all Pareto-optimal solutions.

A

True

17
Q

Kahn process networks are determinate.

A

True

18
Q

Kahn process networks are determinate in the sense that for a given input, they will always produce the same output, regardless of the execution timing or ordering of processes

A

True