Multiplas summer 2022 Flashcards
CSMA/CA guarantees predictable response times to all bus participants
False
CSMA/CA is used in wireless networks to reduce the chances of packet collision, it does not guarantee predictable response times
True
A net N = (C, E, F) is called pure, if the flow relation F does not contain any loops
True
Pure nets does not have nay traps or loops
true
EDF (Earliest Deadline First) is optimal for periodic scheduling
True
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
True
Rate-Monotonic scheduling is not based on static properties.
Wrong
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
True
Any specification language has to have a notion of hierarchy
False
It is not mandatory property of all specification languages to have a notion of hierarchy
True
Scratchpad memories are typcically more energy-efficient than caches.
True
SPM’s (Scratchpad Memories) are simple. Compiller-managed RAM without the HW overhead of caches
True
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
False
PCP ( priority ceiling protocol ) ensures that a higher-priority task will not be blocked by a lower-priority task
True
Condition/Event nets (C/E-Nets) can have tokens of different colors (???? see better)
False (????)