From d2eb71dd25bdf703cdc8e9d0716854c899d40dcc Mon Sep 17 00:00:00 2001 From: RasperRevision <131694670+RasperRevision@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:33:56 +0100 Subject: [PATCH] Update and rename energy-changes.json to chemistry-energy-changes.json --- ...ges.json => chemistry-energy-changes.json} | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) rename json/{energy-changes.json => chemistry-energy-changes.json} (51%) diff --git a/json/energy-changes.json b/json/chemistry-energy-changes.json similarity index 51% rename from json/energy-changes.json rename to json/chemistry-energy-changes.json index 50b477b..daee0bc 100644 --- a/json/energy-changes.json +++ b/json/chemistry-energy-changes.json @@ -22,5 +22,29 @@ { "term": "Chemical cell", "meaning": "A type of cell containing chemicals which react to produce electricity" + }, + { + "term": "Reaction profile", + "meaning": "A graph used to show the relative energies of reactants and products, the activation energy and the overall energy change of a reaction" + }, + { + "term": "Alkaline batteries", + "meaning": "A type of non-rechargeable battery." + }, + { + "term": "Non-rechargeable cell/battery", + "meaning": "A cell/battery where the reaction stops if one of the reactants is used up." + }, + { + "term": "Rechargeable cell/battery", + "meaning": "A cell/battery using a reaction that can be reversed when an external electrical current is supplied." + }, + { + "term": "Fuel cells", + "meaning": "A type of cell supplied with an external source of fuel, which is oxidised electrochemically to produce a potential difference." + }, + { + "term": "Hydrogen fuel cell", + "meaning": "A type of fuel cell using hydrogen as fuel, which produces water as the only waste product." } -] \ No newline at end of file +]