For practical, lab, and experiment courses, Eclat Institute may issue an internal Certificate of Completion/Attendance based on participation and internal assessment.
This is an internal centre-issued certificate, not an MOE/SEAB qualification or accreditation.
Recognition (if any) is determined by the receiving school, institution, or employer.
For SEAB private candidates taking science practical papers, SEAB states you should either have taken the subject before or complete a practical course before the practical exam date.
Planning a revision session? Use our study places near me map to find libraries, community study rooms, and late-night spots.
TL;DR From 2026, H2 Physics Paper 4 (syllabus 9478) replaces manual graph plotting with spreadsheet-based data analysis. You must be able to import CSV/XLSX data, create labelled graphs with trendlines, extract gradients using LINEST, and calculate areas under curves using trapezoidal summation - all in Excel or equivalent software. SEAB provides a 4-page Excel Reference Guide that you should know inside out.
What changed in the 2026 syllabus
The H2 Physics syllabus changed from 9749 to 9478 for examinations from 2026. The most significant practical change: Paper 4 now requires spreadsheet software for data processing, graph plotting, and analysis.
The Specimen Paper 4 explicitly asks candidates to determine the gradient and its standard error using LINEST. Practise this until it is second nature.
LOGEST function:
For exponential relationships (y = ae^(bx)), use LOGEST instead of LINEST to extract the rate constant and pre-exponential factor.
5. Area under a curve
When the quantity of interest is the area under a plotted curve (e.g., impulse from a force-time graph, work done from a force-displacement graph), use trapezoidal summation:
For each strip between consecutive data points:
Area of strip = 0.5 × (y₁ + y₂) × (x₂ − x₁)
Sum all strips to get the total area. This can be set up as a formula column in the spreadsheet and summed with SUM().
How to prepare
Step 1: Get the official documents
Download and study these three SEAB documents:
9478 Syllabus document - Section on "Requirements on Use of Spreadsheet for Practical Assessment"
Specimen Paper 4 - see how spreadsheet tasks are phrased in actual exam questions
Do not just learn the functions abstractly. Practise by:
Taking measurements from an actual lab session (e.g., voltage-current for a resistor)
Entering the data into a spreadsheet
Creating a scatter chart with trendline
Using LINEST to extract gradient and standard error
Comparing your spreadsheet result with a manual calculation
Step 3: Time yourself
In the actual exam, you will need to perform spreadsheet tasks under time pressure alongside traditional practical work (apparatus manipulation, measurements, planning). Practise switching between the physical experiment and the computer.
Step 4: Learn the exam phrasing
The specimen paper uses specific phrasing like:
"Use a spreadsheet to plot a graph of [Y] against [X]"
"Determine the gradient of the line and its standard error"
"Use your spreadsheet to calculate the area under the curve"
Get familiar with these instruction patterns so you do not waste time interpreting them during the exam.
Common mistakes to avoid
Wrong angle unit.SIN(), COS(), TAN() in Excel use radians, not degrees. If your data is in degrees, convert first: =SIN(RADIANS(A1)).
Forgetting the 4th argument in LINEST. To get standard errors, you must set the 4th argument to TRUE: =LINEST(y, x, TRUE, TRUE). Without it, you only get gradient and intercept.
Wrong precision in headers. Write Length / cm, not Length (cm) or Length. SEAB expects the / format.
Not displaying enough decimal places. Format cells to show the appropriate number of significant figures. Do not let Excel round your data.
Forgetting to label axes. Spreadsheet charts default to no axis labels. Always add Quantity / Unit labels to both axes.
Using the wrong trendline type. A linear trendline on curved data will give a meaningless gradient. Check whether the relationship is linear, quadratic, or exponential before adding the trendline.
For private candidates
If you are a private candidate sitting H2 Physics Paper 4, you need access to a computer with spreadsheet software during your practical training. Supervised lab sessions should include spreadsheet practice alongside traditional apparatus work.