Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes

Hello,
In DPN lecture, slide 63: why exactly do all inputs (A,B and C) need to be inspected in parallel?

in * TF "Emb. Sys. and Rob." by (220 points)

1 Answer

0 votes
If you do not consider all inputs in parallel, then you consider them in a sequential order. However, as we have to use a blocking read method, it may happen that the buffer that is read first is empty and therefore the reaction cannot take place. Note that the first three actions allow that x3, x1, and x2, respectively may be empty.

If you check the input buffers instead in parallel, you can decide which one of the five actions has to be applied, so that the process can proceed and can implement that function. This is however, not possible with a sequential behavior.
by (166k points)

Related questions

0 votes
1 answer
0 votes
1 answer
asked Dec 10, 2022 in * TF "Emb. Sys. and Rob." by piskandar (220 points)
0 votes
1 answer
asked Nov 30, 2022 in * TF "Emb. Sys. and Rob." by piskandar (220 points)
+1 vote
1 answer
asked Apr 2, 2021 in * TF "Emb. Sys. and Rob." by mlill (440 points)
Imprint | Privacy Policy
...