▲ 1 r/notabilityapp
PDF contents disappeared from background. only notes remain..
this was like 10 days work. is there any solutions to this? and why is such a bug around?
u/Plane_Dream_1059 — 2 days ago
this was like 10 days work. is there any solutions to this? and why is such a bug around?
According to COAD by p&h: exceptions are events other than jumps and branches that changes the normal flow of instruction execution.
According to CS:APP - an exception is a transfer of control to the OS kernel in response to some event.
Now suppose a division by zero happens. by p&h the event of division by zero is the exception and the transfer of control that follows is the response to that exception, i.e., handling of the exception.
But according to CS:APP the division by zero is not the exception. rather the transfer of control is the exception
the course page says i should know cs 107 but can i get by if i’ve done ee180?