InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Solve : sleep? | 
                            
| 
                                   
Answer»  Quote Yes. It is common to use the terms as if equal.The two are not equivalent in any way. They have completely different definitions both when it comes to Animals as well as when it comes to computers (As defined in the ACPI specification!). People getting confused between them doesn't suddenly make the terms interchangable.ACPI specification https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface Quote Intel, Microsoft and Toshiba originally developed the standard, while HP and Phoenix also participated later. In October 2013, the original developers of the ACPI standard agreed to transfer all assets to the UEFI Forum, in which all future development will take place.[3] The latest version of the standard is "Revision 6.1", which was published by the UEFI Forum in March 2016.[4]Quote G1, Sleeping: Divided into four states, S1 through S4:The above shows Hibernation to be a subset of Sleep. It is the fourth state of Sleep. Recent article from MS: https://msdn.microsoft.com/en-us/windows/hardware/drivers/bringup/overview-of-windows-support-for-acpi-5-0 Last Updated: 7/30/2016 Quote Note Windows supports a subset of functionality defined in the ACPI 5.0 specification. Windows does not have an explicit check against higher revisions of the firmware. Windows will support firmware that conforms to higher revisions of the ACPI specification if this firmware contains the necessary support, as described in this design guide.I did not see a reference thee to hibernation. But elsewhere there are links that say Win 10 has it maybe. http://www.techrepublic.com/article/investigating-sleep-states-in-windows-10/ Quote Sleep statesSo there are five levels of sleep? Quote from: soybean on October 27, 2016, 05:36:19 PM They are not equal at all, in my view. Sleep is a low power state from which the computer can quickly be awoken. Hibernation is a fully powered down state and startup from hibernation requires significantly more time than sleep; startup time may be similar to a normal startup (startup from normal shutdown).That looks a logical explanation. So does that mean that the sleep mode consumes less energy to that of the hibernation mode? Quote from: Lorraine walsh on October 28, 2016, 06:54:01 AM That looks a logical explanation. So does that mean that the sleep mode consumes less energy to that of the hibernation mode?No, it's the opposite. As I said in my previous post, hibernation is a fully powered down state. In other WORDS, you can unplug the computer, after it's gone into hibernation, and not LOSE any of your last WORK session (that you saved when the computer went into hibernation) when you restore power. In contrast, sleep (sometimes also called Standby) mode does REQUIRE some power. If you unplug a computer in sleep mode, you will lose whatever apps/programs/windows you had open when it went to sleep. For example, if you had a web browser open with 10 tabs open and a word processing program/app open when the computer went to sleep and you pulled the plug on it, you'd lose your work session; it would not be restored upon restoring power and starting your computer again. But, with hibernation, you would not lose your work session; it would be restored the next time your turn on your computer. Note: hibernation does momentarily require more power when it is saving a session, compared to going into to sleep mode. Sleep mode occurs immediately when it is invoked. Hibernation takes a minute or two or longer, depending on your hardware specs and system configuration, because it saves a complete image of your work session to the hard drive. Quote from: Geek-9pm on October 27, 2016, 09:31:39 PM So there are five levels of sleep?But, computer users have control over sleep and hibernation. That's two levels. So, from a practical perspective, we have two levels, not five.  | 
                            |