Why is it that when electronic devices malfunction, turning them off then on works so frequently?

1.07K views

E.g computers, Wi-Fi routers, tvs, consoles. All these items malfunction every once in while and all I do is turn them off then on again to get them working again. Why?

In: Technology

28 Answers

Anonymous 0 Comments

Most electronics have two types of memory: persistent (think your hard drive) and temporary (think you RAM).

Programs are stored in the persistent memory, but anything they run or calculate is stored in the temporary memory. You change menu? That’s in the temporary memory. What is visible on screen right now? Temporary memory.

So if there is a bug in the program, it means that some wrong information has been written to the temporary memory. Maybe you’ve executed a very specific sequence of instructions that cause an unexpected piece of the code to misbehave.

Restarting the electronics allows you to back to a “blank slate”.

You are viewing 1 out of 28 answers, click here to view all answers.