Practice IT carbon footprint vocabulary: Scope 2 emissions, cloud carbon calculators, electricity-based emission models, and carbon accounting methodology.
0 / 35 completed
1 / 35
The sustainability report states: 'Our annual ___ 2 emissions are 450 tCO2e from data centre electricity.'
Scope 2 emissions under the GHG Protocol are indirect emissions from the generation of purchased electricity, steam, heat, or cooling consumed by an organisation. For IT, this primarily covers data centre power consumption. tCO2e means tonnes of CO2 equivalent.
2 / 35
The team uses a cloud ___ calculator to estimate the emissions from their AWS workload.
A cloud carbon calculator (e.g., AWS Customer Carbon Footprint Tool, Google Carbon Footprint, Azure Emissions Impact Dashboard) estimates CO2e emissions from cloud resource consumption, using energy use data and regional electricity grid carbon intensity.
3 / 35
The model ___ emissions from electricity consumption by multiplying kWh by the grid emission factor.
The standard methodology for estimating IT emissions multiplies electricity consumption (kWh) by the emission factor of the grid (gCO2e/kWh), which varies by region and time of day. This gives the estimated carbon impact of running workloads.
4 / 35
The audit team evaluates the carbon ___ methodology used to calculate the annual report figures.
Carbon accounting methodology defines how emissions are identified, measured, allocated, and reported. For IT this includes decisions like whether to use market-based or location-based Scope 2 accounting, and how to allocate shared infrastructure emissions.
5 / 35
The sustainability lead sets a target to reduce Scope 1, 2, and 3 emissions by 45% — measured in ___.
tCO2e (tonnes of CO2 equivalent) is the standard unit for carbon footprint reporting. It converts all greenhouse gases (CO2, CH4, N2O, etc.) into the equivalent amount of CO2 that would produce the same warming effect.
6 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
7 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
8 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
9 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
10 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
11 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
12 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
13 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
14 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
15 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
16 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
17 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
18 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
19 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
20 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
21 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
22 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
23 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
24 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
25 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
26 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
27 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
28 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
29 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
30 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
31 / 35
David (Senior Developer) comments on a PR:
'This deployment uses the latest version of our microservice. Before merging, let's make sure we've considered the carbon impact – specifically, the energy consumption during peak load. Have you run an estimate using the CarbonFootprintCalculator tool?',
This scenario tests understanding of proactive carbon footprint assessment during development. David's comment emphasizes that even seemingly minor deployments can have an environmental impact, highlighting the importance of using tools like CarbonFootprintCalculator to quantify and mitigate emissions. Option A is good practice but doesn't directly address the immediate question; B shows a misunderstanding of the relevance, C offers action, and D minimizes the problem unnecessarily.
32 / 35
Sarah (DevOps Engineer) is drafting the description for a Pull Request:
'This PR introduces a new scaling policy. We've configured the auto-scaling group to respond to increased traffic, but we need to ensure this doesn't inadvertently increase our cloud infrastructure carbon footprint. We should monitor the peak usage and consider implementing throttling strategies if necessary.'
This question focuses on proactively addressing potential carbon impacts related to infrastructure changes. Sarah is emphasizing the need to monitor and potentially mitigate increased resource consumption due to auto-scaling. Option A is an oversimplification; B ignores the environmental consequence; C presents a relevant solution but isn't the immediate focus, and D misses a critical consideration.
33 / 35
You receive the following API response from an emissions monitoring service:
{
"timestamp": "2024-10-27T10:30:00Z",
"region": "us-east-1",
"powerConsumption": 5.2,
"gridEmissionFactor": 0.2,
"estimatedCarbonFootprint": 1.04}
What does the 'estimatedCarbonFootprint' value represent?
This question tests understanding of how carbon footprint is calculated from basic metrics. The API response demonstrates a common calculation: multiplying power consumption (kWh) by the grid emission factor to estimate carbon emissions. Options A and B are too broad; C represents predictive modeling (often more complex), and D is an upper bound, not a specific measurement.
34 / 35
Mark (Team Lead) asks you to update the standup:
'Can you add a note about our recent experiment with serverless functions? We've seen a significant increase in requests handled by them, but also an uptick in associated carbon emissions. Let's track this closely and explore potential optimizations – perhaps implementing rate limiting or switching to a region with lower carbon intensity.'
This question assesses understanding of monitoring and responding to changes in carbon impact. Mark's prompt highlights the need to track emissions associated with new technologies (serverless functions). Option A is complacent; B dismisses a relevant concern; C correctly identifies the need for investigation and action, and D misrepresents the nature of serverless.
35 / 35
You are reviewing documentation for a new cloud provider's carbon accounting tool. It states: 'Our platform supports calculating emissions based on your usage of VMs and databases, using an emission factor of 0.2 kgCO2e per kWh. This figure is based on the average grid mix in North America.'
This question examines the importance of understanding emission factors and their context. A key point is that the provided emission factor (0.2 kgCO2e per kWh) represents an average for North America, and may not be accurate for other regions with different grid mixes. Option A describes a more dynamic approach; B correctly identifies the limitation; C overstates the tool's certainty, and D incorrectly restricts its application.
What will I practise in "IT Carbon Footprint Measurement Vocabulary"?
Practice IT carbon footprint vocabulary: Scope 2 emissions, cloud carbon calculators, electricity-based emission models, and carbon accounting methodology.
How many exercises are in this module?
This module has 35 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.