IB Biology SL Skill Set 2 — Using Technology Paper 1 & 2 Practical skill ~10 min read

Using Tech to Process Data

Collecting data is the easy half. Once you have 600 readings from a logger, or a table of repeats from a whole class, you need to turn them into something a reader can understand — a mean, a graph, a pattern. A spreadsheet will do all of that in seconds. It will also do it wrong, without complaining, if you point it at the wrong cells.

📘 What you need to know

Spreadsheets: rows, columns and formulas

A spreadsheet is a grid. Each column holds one variable, each row holds one set of readings, and every cell has an address made of its column letter and row number — B2, C7, and so on.

The powerful bit is that a formula points at addresses, not at numbers. Type the mean of B2 and C2 as a formula, and if you later fix a typo in B2, the mean corrects itself. Do the same sum on a calculator and you have to redo every single one.

One column per variable, one row per set of readings the shaded column is calculated, not typed D2 = AVERAGE(B2:C2) 1 A temp / °C B rate 1 C rate 2 D mean 2 10 2.1 2.3 2.2 3 20 4.0 4.4 4.2 4 30 6.2 6.0 6.1 5 40 7.9 8.3 8.1 6 50 5.1 4.7 4.9 Fix a typo in one cell and every mean, graph and gradient updates itself. Keep raw readings in their own columns and never type over them with processed values.
Notice the rate peaks at 40 °C and then falls — the enzyme is denaturing. A spreadsheet finds that shape for you in one click, once the data is laid out properly.

Formulas worth knowing

What you wantFormulaWhat it tells you
Mean of the repeats=AVERAGE(B2:C2)The typical value for that condition
Standard deviation=STDEV.S(B2:F2)How spread out the repeats are
Range=MAX(B2:F2)-MIN(B2:F2)The gap between highest and lowest
Total=SUM(B2:B6)Adds a column or a row
How many readings=COUNT(B2:B6)Useful for checking nothing is missing
Percentage change=(C2-B2)/B2*100Change relative to the starting value
WORKED EXAMPLE

Five repeats of a reaction rate give 24.6, 26.1, 25.4, 27.2 and 25.7 arbitrary units. Find the mean and the standard deviation, and say what each one tells you.

Step 1: the mean =AVERAGE(B2:F2) gives 25.8 Step 2: the standard deviation =STDEV.S(B2:F2) gives 0.96 Step 3: what they mean The mean is the value you plot. The standard deviation says the repeats sit within about one unit of it, so this is a tight, repeatable set. Mean 25.8, standard deviation 0.96 A mean on its own hides everything. Always report the spread alongside it.

Letting the computer draw the graph — but choosing it yourself

Spreadsheets will plot anything you ask for, including nonsense. The software has no idea whether your independent variable is categoric or continuous, so this decision stays with you.

Three graphs, three different jobs bar chart scatter graph line graph categoric variable continuous variable readings over time e.g. three species e.g. light intensity e.g. logged every 2 s Bars have gaps between them because the categories are separate things. Independent variable on the x axis, dependent variable on the y axis. Always.
A line of best fit is not a dot-to-dot. It is a single straight or smooth line showing the trend, with points scattered either side of it.
WORKED EXAMPLE

A student measures bubbles produced per minute by pondweed at six different light intensities. Which graph should they plot, and what goes on each axis?

Step 1: what kind of variable is the independent one? Light intensity is continuous — it can take any value in between. Step 2: so which graph? A scatter graph with a line of best fit. Bars would wrongly suggest the six intensities are separate categories. Step 3: the axes Light intensity on x (independent), bubbles per minute on y (dependent), both with units. Scatter graph with a line of best fit If you can ask “what happens halfway between these two values?”, the variable is continuous.

Error bars: how much do you trust the difference?

Once you have a mean, plot the spread with it. Error bars usually show the range or the standard deviation, and they turn a bare bar chart into something you can actually argue from.

Error bars decide whether a difference is worth claiming error bars overlap error bars do not overlap the difference may just be chance the difference is more likely real Long error bars mean scattered repeats, so treat that mean with caution. Always say what your error bars show, because range and standard deviation look identical.
Overlap is a warning, not a verdict. It tells you the difference could be down to variation between repeats rather than the variable you changed.
The sentence examiners want is something like: “the error bars overlap, so the difference between the two means may be due to chance rather than the treatment.” Learn the shape of it — it fits almost any data question.

When the numbers span a huge range

Population data is the usual culprit. If your counts run from 100 to 1 000 000, a normal axis squashes everything small into a flat line against the bottom.

Models and predictions

Once your data is in a spreadsheet, the computer can fit a relationship to it and use that to predict values you never measured.

Careful with trend lines: a spreadsheet will happily fit a straight line to a curve and report how well it fits. That number describes the fit, not the biology. Look at the shape of the points yourself.

Image analysis

What it is for: measuring and counting from a picture instead of from the specimen. Software is faster than you, does not get bored, and gives the same answer twice.

WORKED EXAMPLE

On a micrograph, a scale bar labelled 50 µm measures 20 mm on the screen. A cell measures 34 mm across. Find the real width of the cell.

Step 1: what is 1 mm on screen worth? 50 ÷ 20 = 2.5 µm per mm Step 2: scale up the measurement 34 × 2.5 = 85 The cell is 85 µm wide Measure the scale bar yourself. Never assume the image is printed at the size the original was.

What technology will not do for you

💡 Exam tip

⚠ Common mix-up

Up next: Maths Skills for Biology — the calculations, averages and statistics that sit behind everything you have just processed.

Want this explained one-to-one?

Book a free session with an experienced IB Biology tutor and get your trickiest topics made simple.

Book a Free Session →