Energy Efficiency Vocabulary — PUE, Carbon Intensity & Scope Emissions
Learn green IT energy efficiency vocabulary: Power Usage Effectiveness (PUE), carbon intensity, renewable energy certificates (RECs), Scope 1/2/3 emissions in IT, and energy-proportional computing.
0 / 12 completed
1 / 12
What is Power Usage Effectiveness (PUE) and what does a PUE of 1.0 vs. 2.0 indicate?
PUE formula: Total Facility Power / IT Equipment Power. PUE 1.0 = theoretical perfect (impossible in practice). PUE 1.2 = highly efficient (hyperscaler data centres like Google, Microsoft). PUE 1.58 = global average (Uptime Institute). PUE 2.0+ = inefficient. PUE above 1 represents overhead: cooling, lighting, power distribution losses, UPS losses. Reducing PUE is the primary data centre efficiency metric. 'Our data centre achieved a PUE of 1.3 through hot/cold aisle containment and free-air cooling.'
2 / 12
What is 'carbon intensity' in the context of electricity consumption for IT systems?
Carbon intensity examples: Norway grid ~20 gCO2eq/kWh (hydro-dominated). UK grid ~200 gCO2eq/kWh (mixed, improving). Poland grid ~700 gCO2eq/kWh (coal-heavy). Carbon intensity also varies by time: UK grid is cleaner at midday (solar) and windier periods. Carbon-aware applications shift workloads to low-intensity times/regions: 'By scheduling batch jobs to run during low carbon intensity windows, we reduced our compute emissions by 23%.' Tools: Electricity Maps API, WattTime.
3 / 12
What is a Renewable Energy Certificate (REC) and how is it used by cloud providers in sustainability reporting?
REC criticism: a company in a coal-heavy grid can claim '100% renewable' by buying RECs from a distant wind farm — the physical electrons are still from coal. More credible: Power Purchase Agreements (PPAs) — long-term contracts to fund new renewable capacity. 'Matched' renewable energy: procuring RECs that match consumption by hour, location, and time (24/7 carbon-free energy). Google and Microsoft pursue 24/7 CFE. When evaluating cloud provider sustainability claims, distinguish between REC-based claims (easier, less impactful) and PPA/CFE claims (harder, more credible).
4 / 12
What are Scope 1, Scope 2, and Scope 3 emissions in the context of IT operations, as defined by the GHG Protocol?
IT Scope emissions examples: Scope 1: on-site diesel generators, company-owned vehicles. Scope 2: electricity used by servers and data centres (location-based or market-based). Scope 3 in IT (often 70-80% of total): hardware manufacturing (embodied carbon), employee commuting, business travel, use of sold software products by customers, upstream cloud services. Scope 3 is hardest to measure but often largest. 'Our Scope 2 emissions decreased 30% following our data centre renewable energy transition, but Scope 3 Category 11 (use of sold products) accounts for 68% of our total footprint.'
5 / 12
What is 'energy-proportional computing' and why is it important for green IT?
Energy-proportional computing challenge: traditional servers consume 50-70% of peak power even when idle. A server at 10% utilisation uses far more than 10% of maximum power. Solutions: (1) Workload consolidation — fewer, fuller servers vs. many idle ones. (2) Autoscaling — scale to zero when idle. (3) Serverless/FaaS — no idle compute. (4) Modern hardware (ARM chips, custom silicon) with better proportionality curves. Cloud efficiency advantage: hyperscalers run at 65%+ average utilisation vs. 15-20% for typical on-premise data centres. 'By migrating batch workloads to serverless, we eliminated idle compute that previously ran at 8% utilisation overnight.'
6 / 12
Reviewer: 'The server's PUE is consistently above 1.5 – that's a significant energy inefficiency. We need to investigate the root cause and prioritize reducing idle CPU cycles. Consider implementing dynamic scaling based on real-time workload demands.' What does 'PUE' refer to in this context?
PUE (Power Usage Effectiveness) is a key metric for measuring data center energy efficiency. It's calculated as total facility power divided by IT equipment power – a lower PUE indicates better efficiency because less overall power is being used to support the servers themselves. Option A is related but not the definition; options C and D are irrelevant technical terms.
7 / 12
Reviewer: 'The server's PUE is consistently above 1.5 – that's a significant energy inefficiency. We need to investigate the root cause and prioritize reducing idle CPU cycles. Consider implementing dynamic scaling based on real-time workload demands.' What does 'PUE' refer to in this context?
PUE (Power Usage Effectiveness) is a key metric for measuring data center energy efficiency. It's calculated as total facility power divided by IT equipment power – a lower PUE indicates better efficiency because less overall power is being used to support the servers themselves. Option A is related but not the definition; options C and D are irrelevant technical terms.
8 / 12
Slack Message: Alex (DevOps) writes to the #infrastructure channel: 'Just ran a carbon intensity report for our EU region. It's currently at 80% renewable, which is good but still leaves room for improvement! Thinking about shifting workloads to data centers with lower carbon intensity.' What does Alex *primarily* mean in this message?
Alex is assessing the 'carbon intensity' – this refers to the amount of carbon dioxide emitted per unit of electricity generated. A higher percentage indicates a greater reliance on fossil fuels for power, even if total renewable energy usage is high. The options misdirect; Alex isn't about hardware or bandwidth but directly evaluating environmental impact.
9 / 12
Code Review Comment: Reviewer: 'This PR introduces a new microservice that performs real-time analytics. The documentation mentions using a cloud provider with 'Scope 3 emissions' to host the service. Can you provide more details on how this aligns with our overall sustainability goals?'
Understanding Scope 3 emissions is crucial. While often overlooked, these indirect emissions represent a large portion of an organization's carbon footprint and include things like the electricity used to power the cloud provider's data centers, transportation, and manufacturing. The PR needs to detail how the team is considering this impact.
10 / 12
PR Description: 'Implementing a new monitoring dashboard to track PUE across all our data centers. The goal is to identify areas of inefficiency and proactively reduce energy consumption. We'll be utilizing the get_pue() API endpoint from the Monitoring Service.' What key concept is this PR *primarily* focused on?
The PR's objective centers on PUE – it's a measure of how efficiently a data center uses power to run its IT equipment. Tracking and reducing PUE is directly related to energy efficiency and lowering operational costs. The API call is merely a tool for gathering the necessary data.
11 / 12
Standup Update: Sarah (Sustainability Engineer) says: 'We're piloting energy-proportional computing in our development environment. It dynamically adjusts server power based on actual workload demands, rather than running at a fixed capacity. This should significantly reduce wasted energy.' What is 'energy-proportional computing'?
Energy-proportional computing (EPC) focuses on efficiency – it's about supplying power *only* when a server is actively doing work. This contrasts with traditional systems that often leave servers running at full capacity even when they're idle. The core principle is minimizing wasted energy.
12 / 12
Slack Message: David (Cloud Architect) writes: 'Just reviewed the carbon intensity data for our AWS region. It's currently at 65%, which is lower than our target of 75% by next quarter. We need to investigate where the remaining emissions are coming from – primarily Scope 2, I believe.' What does David's message *primarily* highlight?
David's message centers on Scope 2 emissions – these are indirect greenhouse gas emissions from sources that are owned or controlled by the organization but are located elsewhere (e.g., electricity purchased). The focus is on identifying areas where we can reduce our impact within the scope of our operations.
What will I practise in "Energy Efficiency Vocabulary — PUE, Carbon Intensity & Scope Emissions"?
Learn green IT energy efficiency vocabulary: Power Usage Effectiveness (PUE), carbon intensity, renewable energy certificates (RECs), Scope 1/2/3 emissions in IT, and energy-proportional computing.
How many exercises are in this module?
This module has 12 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.
Do I need to create an account to do these exercises?
No account is required. Just click an option to answer — your score for this session is tracked automatically in the progress bar above.
What happens if I choose the wrong answer?
You'll immediately see which answer was correct, plus a full explanation covering the vocabulary and reasoning behind it — mistakes are where most of the learning happens.
Can I retry the exercises if I want a higher score?
Yes — use the "Try again" button on the results screen to reset and go through all the questions again.
Is my progress saved if I close the page?
No. Progress is tracked only for your current visit; reloading or leaving the page resets the counter. This keeps the exercise simple and account-free.
Where can I find more Green IT exercises?
Browse the full Green IT hub for related drills, or check the "Next up" link below to continue with a connected topic.
How is this different from reading an article on the same topic?
Articles explain vocabulary and concepts in prose; this exercise tests and reinforces that vocabulary through active recall with immediate feedback — the two work best together.
Who writes these exercises?
Every exercise is written by the CoderSlingo team, drawing on real workplace English used in IT roles, then reviewed for accuracy and clarity.