Technology and society · GCSE · OCR J277 1.6.1, AQA 8525 3.8, Edexcel 1CP2 5.1.1 · about 25 min
Read the trial log, anonymise it, cost its energy and carbon, and publish a report.
[1 mark]Why does the report use "student 1" instead of names?
[1 mark]Which impacts does the report cover?
[1 mark]170 minutes of a 60 W device. How many kWh?
[1 mark]Anonymised data can sometimes still identify someone. How?
[1 mark]What makes a good conclusion to an impact report?
Read trial.csv and print the report, in this order and these exact forms:
- sessions: <n>
- students: <n>
- total minutes: <n>
- one line per student, student <n>: <minutes> min, <cm> cm, numbered in the order they first appear
- energy: <kwh> kWh rounded to 2 decimal places
- cost: £<n> rounded to 2 decimal places
- carbon: <n> g CO2 rounded to the nearest whole number
- personal data in this report: none
# the two lines every program starts with: the commands, then the robot from bugbot import * connect() WATTS = 60 PENCE_PER_KWH = 28 GRAMS_PER_KWH = 190
Plan your program here, then type it in and press Run.