FC0-U61 · Question #356
Which of the following sleep modes is the most power hungry mode?
The correct answer is A. S1. Among the ACPI Global System States (S0-S5), S1 is the most power-hungry sleep mode as it keeps the CPU running while components like the hard drive and display are turned off.
Question
Which of the following sleep modes is the most power hungry mode?
Options
- AS1
- BS2
- CS0
- DS3
How the community answered
(15 responses)- A87% (13)
- C7% (1)
- D7% (1)
Why each option
Among the ACPI Global System States (S0-S5), S1 is the most power-hungry sleep mode as it keeps the CPU running while components like the hard drive and display are turned off.
S1 (Standby) is the sleep state where the CPU is still executing instructions, though the clock may be stopped, and RAM remains refreshed. While some peripherals are powered down, the CPU still consumes significant power compared to deeper sleep states like S2 or S3, making it the most power-hungry among the specified sleep modes (excluding S0, which is the working state).
S2 is a deeper sleep state than S1, where the CPU is powered off and its cache is flushed, consuming less power than S1.
S0 is the working state where the computer is fully on and operational, consuming the most power overall, but it is not a 'sleep mode.'
S3 (Suspend to RAM or Standby) is a very deep sleep state where most components are powered off except for RAM, which maintains its contents, consuming very little power.
Concept tested: ACPI power states
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/system-power-states
Topics
Community Discussion
No community discussion yet for this question.