ArticleslgStudy

computer science

PC power management

PC power management is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand PC power management rather than just read about it. In short: PC power management refers to software-based mechanisms for controlling the power use of personal computer hardware. This is typically achieved through software that puts the hardware into the lowest power demand state available, making it an aspect of green computing.

PC power management — main illustration
PC power management — illustration

Key takeaways

  • PC power management belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect PC power management to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of PC power management from memory before moving on to harder problems.

Reference excerpt

PC power management refers to software-based mechanisms for controlling the power use of personal computer hardware. This is typically achieved through software that puts the hardware into the lowest power demand state available, making it an aspect of green computing. A typical office PC uses about 90 watts when active (approximately 50 watts for the base unit, and 40 watts for a typical LCD screen); and three to four watts when ‘asleep’. Up to 10% of a modern office’s electricity demand can be due to PCs and monitors. While most PCs allow low power settings, there are frequently situations, especially in a networked environment, where processes running on the computer will prevent the low power settings from taking effect. This can have a dramatic effect on energy use that is invisible to the user. Operational testing has shown that on any given day an average of over 50% of an organization's computers will fail to go to sleep, and over long periods of time this affects over 90% of machines. This leads to most computers having the option of customizing power management systems and has created a market for third-party power management software to further control a computer’s power use.

Windows 'Insomnia' (Sleepless PCs) The Windows power management system is based on an idle timer. If the computer is idle for longer than the pre-set time, then the PC may be configured to sleep or 'hibernate'. Windows uses a combination of user activity and CPU activity to determine when the computer is idle. Applications can temporarily inhibit this timer by using the 'SetThreadExecutionState' API. There are legitimate reasons why this may be necessary such as burning a DVD or playing a video. However, in many cases applications can unnecessarily prevent power management from lowering power demand. This is commonly known as Windows 'Insomnia' and can be a barrier to successfully implementing power management. Common causes include:

Legacy or non-power management-aware applications Open file handles on remote computers Faulty mice or mouse jigglers, which can cause cursor movement even though the user is not present. Scheduled maintenance tasks causing significant CPU activity High network activity

Software solutions

Operating systems have built-in settings to control power use. Microsoft Windows supports predefined power plans and custom sleep and hibernation settings through a Control Panel Power Options applet. Apple's macOS includes idle and sleep configuration settings through the Energy Saver System Preferences applet. Likewise, Linux distributions include a variety of power management settings and tools. There is a significant market in third-party PC power management software offering features beyond those present in the Windows operating system. Notable vendors Data Synergy's 'PowerMAN', Faronics' 'Power Save', and Verdiem's 'SURVEYOR'. Some studies have suggested that power management tools can save on average 200 kg of CO2 emissions per PC per year and generate $36 per PC per year in energy savings.

Comparison The following tables compare technical information for a commercial PC power management software suites. Please see the individual products' articles for further information. The table only includes systems that are widely used and currently available.

See also IT energy management Advanced Configuration and Power Interface

References

Worked examples

Example 1 — a first encounter with PC power management

Start with the simplest possible case. Write down what PC power management claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to PC power management before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about PC power management ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of PC power management

In research
PC power management appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses PC power management in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
PC power management is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computers and the environment, Personal computers, Power supplies, so understanding it makes those chapters shorter.
In everyday life
Look for PC power management outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study PC power management in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what PC power management means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain PC power management out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is PC power management in simple terms?

PC power management refers to software-based mechanisms for controlling the power use of personal computer hardware. This is typically achieved through software that puts the hardware into the lowest power demand state available, making it an aspect of green computing.

Why does PC power management matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study PC power management?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on PC power management.

Tags

  • Computers and the environment
  • Personal computers
  • Power supplies
  • Sustainable technologies

Keep exploring