https://physicspartners.com/gcse-physics-required-practicals/
Author: omscptc
Excel simulation for the Planck constant with LEDs experiment.
Students gather striking voltage for each colour by changing te pd, then plot pd vs 1/ฮป where the gradient is hc/e.
The password to unlock is: physics

Categories
AutoHotkey Script for Physics Teachers
This is work in progress. Please comment below if you think of something you would like added.
Last updated: 3rd December 2020
; general terms
; CTRL+SHIFT
; x, gives ร 10
^+x::
Send, ร 10
return
; o, gives ohm symbol
^+o::
Send, ฮฉ
return
; a, gives ฮฑ symbol
^+a::
Send, ฮฑ
return
; b, gives ฮฒ symbol
^+b::
Send, ฮฒ
return
; g, gives ฮณ symbol
^+g::
Send, ฮณ
return
; u, gives ฮผ symbol
^+u::
Send, ฮผ
return
; r, gives ฯ symbol
^+r::
Send, ฯ
return
; w, gives ฯ symbol
^+w::
Send, ฯ
return
; Superscript
; SHIFT+WIN
; Shift + Win + 1, 2, 3, 6, 9 and - will give the superscript
+#-::
Send, โป
return
+#1::
Send, ยน
return
+#2::
Send, ยฒ
return
+#3::
Send, ยณ
return
+#6::
Send, โถ
return
+#9::
Send, โน
return
+#e::
Send, โปยนโน
return
; Subscript
; CRTL+WIN
; Ctrl + Win + 1, 2, 3, x, y, t (total) and - will give the superscript of the key or (value)
#^1::
Send, โ
return
#^2::
Send, โ
return
#^3::
Send, โ
return
#^x::
Send, โ
return
#^y::
Send, แตง
return
#^n::
Send, โ
return
#^t::
Send, โโโโโ
return
Basic simulation of scalar readings for variable thicknesses of lead. Readings are valid but change randomly and can be used to determine the half thickness.
Version 1.2 allows you to take a background count. You can change the background count parameters in the secret [Settings] tab.
The password to find the secret [Settings] tab (unlock the workbook in Review > Unprotect Workbook/Sheet) is physics.

In case 1.2 borks, here is version 1.0:
A spreadsheet to give the students the opportunity to measure the resistivity of a piece of wire. The spreadsheet lets them “place” (type) crocodile clips (^) against a “wire” and gives them resistance readings that have built in uncertainty. There are also photos of their micrometer readings.
The password on the sheets and workbook is physics, and there is a hidden sheet where you can set the resistivity of the wire and the uncertainty.

Categories
Peter Edmunds – KS5
https://sciencedoctor.school.blog/physics-ks4/

These resources have been designed with the AQA GCSE specification in mind. However, the vast majority of resources will overlap with other exam boards. Where a resource is not contained within the AQA specification, it will be labelled as such.
sciencedoctor.school.blog
Each of the topics contains:
– A booklet that consists of core notes, worksheets and exam questions (all but the waves topic have answers).
– Many, many freely downloadable worksheets (answers contained within the answered booklet documents).
There are also lots of revision resources and some maths in physics resources also.
