InterviewSolution
Saved Bookmarks
| 1. |
Solve : Halt and Catch Fire? |
|
Answer» I first heard this expression long before the PC came to be. It is said to be part of the IBM legacy. Here is one reference: Halt and Catch Fire, KNOWN by the assembly mnemonic HCF, is an idiom referring to a computer machine code instruction that causes the computer's central processing unit (CPU) to cease meaningful operation, typically requiring a restart of the computer. It originally referred to a fictitious instruction in IBM System/360 computers, but later computer developers who saw the joke created real versions of this instruction for some machines. In the case of real instructions the implication of this expression is that, whereas in most cases in which a CPU executes an unintended instruction (a bug in the code) the computer may still be able to recover, but in the case of an HCF instruction there is, by definition, no way for the system to recover without a restart.https://en.wikipedia.org/wiki/Halt_and_Catch_Fire The TV series is about the early history of the PC era. But the original expression dates back earlier. http://www.economist.com/blogs/prospero/2016/11/ghosts-machine Quote Ghosts in the machine“Halt and Catch Fire” makes the world of 1980s computing compulsive viewing...You can find the SHOW in reruns.Back in the late 1980s when i took a BASIC programming course the teacher termed this a runaway condition instead of Halt and Catch Fire. Fortunately the BREAK Key worked to kill the program that was out of control. However I can see if your low level programming and dont have this BREAK option that a reset or instant power off might be needed as for CPU use goes to 100% and its STUCK in a loop out in limbo. |
|