Closed XylusChen closed 1 year ago
Hmm I guess we have to assume that it is calculated correctly (i.e there is no overlapping between high and low). But I feel that in this case it is intuitive that if it is not high, then it will low.
Hmm I guess we have to assume that it is calculated correctly (i.e there is no overlapping between high and low). But I feel that in this case it is intuitive that if it is not high, then it will low.
@ARPspoofing Yes, that is a reasonable assumption when doing a question like this. Caveats:
medium
that is not shown in the diagram. So, it is best to verify all such assumptions before taking actions based on them.Thank you @ARPspoofing and Prof Damith @damithc! 👍
Hi everyone! Here is a screenshot of the question:
In the textbook it says that "Exactly one of the guard conditions should be true at any given branch node". So my question is for this given scenario, what if it's neither
high
norlow
? Or do we give the question the benefit of the doubt and just assume it can only behigh
orlow
?