The assessments

Cross-Referencing and Data Checking: The Accuracy Skills Nobody Practices

Cross-referencing items punish fluent readers, because your brain repairs the error the item is testing. How to verify rather than read, and the error families to know.

Published July 24, 2026 · 7 min read

Almost nobody practices cross-referencing. Candidates practice typing, because typing has a number attached and the number goes up. They practice prioritization scenarios, because those feel like the job. Cross-referencing and character comparison get skipped, partly because they look trivial -- match a value to a row, decide whether two strings are the same -- and partly because there is no obvious way to feel yourself improving at them.

They are also, reliably, where competent candidates lose points. The reason is specific and slightly counterintuitive, and once you understand it the practice makes sense.

Your reading ability is working against you

You are a fluent reader. Fluent reading is not letter-by-letter decoding; it is pattern recognition with heavy prediction. Your visual system takes a partial signal, matches it against expected shapes and known words, and delivers a clean result. You do not experience the reconstruction. You experience simply having read the thing.

That process is enormously useful for prose and actively harmful for verifying data. When you compare a plate against a plate, or an address against an address, your reading system does what it always does: it smooths, it fills the gap, it sees what the string is supposed to be. The transposed digit, the doubled letter, the capital O sitting where a zero belongs -- these get repaired silently, and you report a match with complete subjective confidence.

This is why candidates come out of a comparison section feeling fine and score poorly. There was no moment of difficulty to warn them; the errors never reached awareness at all.

The fix is not to try harder. Trying harder means reading harder, and reading is the problem. The fix is to stop reading and start verifying, which is a physically different activity.

Verifying versus reading

Reading takes in a whole string and produces a meaning. Verifying takes in small pieces and produces a series of yes-or-no judgments. Verification is slower per character, more mechanical, and noticeably less comfortable, because you are deliberately suppressing a skill you have spent your life building.

The practical technique is chunking. Break each string into groups of three or four characters and compare group against group, alternating between the two strings rather than reading one and then the other. A ten-character string becomes three chunks, and each chunk is small enough to hold precisely rather than approximately.

Compare like this: first chunk of string one against first chunk of string two, confirm, then second against second, confirm, then third. Do not read all of string one, then all of string two, then decide. The whole-then-whole method depends entirely on your working memory holding an exact copy of the first string, which it does not do -- it holds a gist, and a gist is precisely what the item is designed to defeat.

Two supporting habits make chunking work under a clock. Keep a physical anchor -- a finger, a cursor, the edge of a card if the site permits it -- on your current position, so that a glance away does not cost you your place. And subvocalize the characters in groups if you are testing somewhere that allows it, because saying "four, seven, two -- pause -- kilo, echo, nine" forces sequential processing in a way silent looking does not.

The error families

Comparison items are not built from random noise. The differences are engineered to slip past exactly the repair mechanism described above, and they fall into a small number of recognizable families. Knowing the families gives your eye a checklist.

  • Transposition. Two adjacent characters swapped. The string contains every correct character in nearly the correct order, so nothing looks foreign. This is the hardest family to catch by reading and the easiest to catch by chunking, because a swap contained inside a three-character group is obvious.
  • Near-miss glyphs. Zero against capital O. The digit one against lowercase L against capital I. Five against S, two against Z, eight against B in some typefaces. These are shape collisions rather than reading collisions, and the risk rises with unfamiliar fonts and small screens.
  • Doubled or halved letters. A letter repeated where it belongs once, or appearing once where it should be doubled. Names carry this family, because real names vary legitimately and your brain has no strong expectation to violate.
  • Dropped characters. A digit missing from the middle of a longer string. Length is a weak cue -- most people cannot tell a nine-character string from a ten-character one at a glance -- so this survives casual inspection well.
  • Plausible substitution. A whole element replaced by something equally reasonable: a different street suffix, a different directional prefix, a different but valid state abbreviation. Nothing looks wrong, which is the point.

When you drill, log which family caught you. The families point at different corrections. Heavy transposition errors mean your chunks are too large. Heavy glyph errors mean you are still reading rather than inspecting shapes. Heavy dropped-character errors usually mean you lost your place in the source and skipped forward.

Anchoring in a reference table

Cross-referencing adds a second problem on top of comparison: finding the right row. You are given a value and a table -- codes and meanings, unit designators and statuses, something of that shape -- and you must locate the matching entry and report or enter a field from it.

Row-slip is the characteristic error. You find the correct row visually, then your eye travels rightward across the table to the column you need, and somewhere in that horizontal journey you drift into the row above or below. The answer you give is correct data from the wrong record, which is both a scored error and, in the job, a serious one.

Anchor deliberately. Put a finger or cursor on the row while your eye moves along it. If the interface allows, narrow your field of view -- covering the rows below with your other hand works on paper and works surprisingly well against a screen. And read the row back once you have the answer: confirm the key value in the row you landed on still matches the value you were given. That read-back costs a second and eliminates the entire family.

The other cross-referencing trap is deliberate distractor rows. Tables in these items commonly include entries that differ from the target by one character, and they are placed near the target rather than far from it. If you scan for approximate shape you will land on the neighbor. If you verify the key value character by character before reading across, you will not. Structured cross-referencing drills and character comparison practice both train this, and they train it faster than general typing work does because they isolate the specific judgment.

What interruptions do to accuracy

Everything above holds in quiet conditions. Add an interruption and accuracy falls off in a particular way that is worth anticipating.

The loss is not spread evenly through the task. It concentrates in the seconds immediately after you return. You come back to the table, your anchor is gone, your chunk position is gone, and your brain does the helpful thing: it reconstructs where it thinks you were. That reconstruction is a guess, and the resulting error is usually a skipped row or a re-entered chunk.

Two habits limit the damage. Finish the current chunk or field before you turn to the interruption rather than abandoning it mid-string -- a fraction of a second of delay buys you a clean resumption point. And when you return, do not resume; re-verify the last completed unit first, then continue. Re-verifying one chunk is cheap. Discovering three fields later that you jumped a row is not.

This is the same seam that costs candidates points across the whole battery, and we treat it at length in why candidates fail the multitasking sections. Practicing comparison in silence and then meeting it interleaved with something else on test day is a predictable way to be surprised.

Why the job cares

These components are not filler. The work is full of moments where a single character decides what happens next. A plate query returns a record, and whether it is the right record depends on whether the plate was entered exactly. An address is checked against premises history, and whether the responding crew learns about a prior incident there depends on the house number and street suffix matching precisely. A unit designator one character off attaches activity to the wrong crew.

What a dispatcher does with the result of a check is a separate matter, and it is governed locally. Whether a premises flag is relayed over the air or by a secondary channel, how a return is documented, what a hit obliges you to do -- all of that follows your agency's policy, applicable system rules, and the direction of your supervisor. The test measures accurate retrieval. Your center will teach you what to do with the result, and its protocol governs.

If you are building a practice plan, pair this work with timed data entry so that retrieval accuracy and entry accuracy improve together; our piece on the data entry component covers the entry side, and staying accurate under time pressure covers what happens to all of this when the clock is visible.

Common questions

How is cross-referencing different from character comparison?

Character comparison gives you two strings and asks whether they are identical. Cross-referencing gives you a value and a table and asks you to find the matching entry and use something from it. Comparison is the underlying skill; cross-referencing adds locating the right row and holding your place while you read across it.

Is speed or accuracy scored?

Typically both, with the specific weighting set by the instrument and by the hiring agency's configuration. In practice, a fast run with several errors frequently scores below a steady clean one, because errors in these components are the thing the component exists to detect. Train accuracy first and let speed follow.

Can I improve at this in a short time?

Yes, more than most components, because the gains come from adopting a technique rather than from building a capacity. Chunking and read-back are habits you can install in a few focused sessions. What takes longer is making them automatic enough to survive fatigue and interruption.

Does it help to say the characters out loud?

Subvocalizing forces sequential processing and blocks the smoothing reflex, so yes, where it is permitted. Testing sites vary on whether audible muttering is acceptable, so practice a quiet internal version as well. The mechanism is the sequencing, not the sound.

What if the font makes zero and O look identical?

Slow down at those positions specifically and use context rather than shape: many fields are structurally numeric or structurally alphabetic, and knowing the pattern of the data type resolves most ambiguity. If a character is genuinely indistinguishable and the item allows no clarification, make the reading the field structure supports and move on rather than losing time you need elsewhere.

Read these next

All guides →