Administration, clerical, records, and office support · suite apt-307-data-entry · generated 2026-09-15T15:07:55.578Z
Private practice result. Not an official exam certificate, employer decision, hiring signal, admissions decision, or guaranteed outcome. Scores stay on this device unless you export them.
Answer keys and scoring logic stay server-side and are never included in any download or export.
This file contains the whole study outline for this suite: every skill it draws on, the full lesson for each of those skills, worked examples, practice tips, a glossary, and where each piece of material comes from. Nothing here is a summary of a page you still have to visit.
Practice attempts are stored on the device you used, never on an account. Exporting a result is the only way anything leaves that device.
| Mode | Duration | What it is for |
|---|---|---|
| Guided practice | 15 minutes | Untimed, with feedback after every item. |
| Mini-test | 18 minutes | A short timed set for checking pace. |
| Full simulation | 45 minutes | Full length and full time, in one sitting. |
This suite draws on 5 skill constructs. Each one below carries its complete lesson.
Matching, filing, coding, record checking, and identifying discrepancies.
Clerical accuracy is the ability to handle a large volume of records correctly and consistently: filing them in the right order, coding them against a key, spotting duplicates that do not look like duplicates, and holding that standard on the two-hundredth record as well as the second. Where error detection asks whether two things match, clerical accuracy asks whether you can apply a rule reliably at volume. It is assessed in administrative, records, clinical admin, school office, evidence-handling and insurance operations selection, and it is exactly the skill an employer is buying when they hire for a data-heavy back-office role. Practice stays on this device; there is no account and nothing is uploaded unless you export it.
What you should be able to do after this lesson:
Word-by-word or letter-by-letter: two correct answers, one rule: File these four names: Van Dyke, Vandenberg, Van Horn, Vance. Under word-by-word filing, each space-separated unit is compared in turn and 'nothing files before something', so the first unit 'Van' sorts ahead of both 'Vance' and 'Vandenberg'. The order is Van Dyke, Van Horn, Vance, Vandenberg. Under letter-by-letter filing, spaces are ignored entirely, so the keys are VANCE, VANDENBERG, VANDYKE, VANHORN, and the order is Vance, Vandenberg, Van Dyke, Van Horn. Both orders are correct filing; only one is correct for the system you are working in. Test items state the convention in the instructions, and the candidates who lose marks are almost always the ones applying whichever convention their previous employer used. The same fork appears with prefixes and punctuation: whether Mc and Mac interfile, whether St is treated as Saint, whether a hyphen counts as a space. Read the rule, restate it to yourself in one sentence, then apply it mechanically and do not let a name that 'obviously' belongs somewhere override it.
Alphanumeric codes: A-102 at the front or the back of the drawer: Sort the references A-7, A-12, A-70, A-102, B-3. Under natural numeric ordering, the way a person reads them, the answer is A-7, A-12, A-70, A-102, B-3. Under plain string ordering, the way most software sorts by default, each character is compared in turn, so '1' comes before '7' and the answer is A-102, A-12, A-7, A-70, B-3, with A-102 first rather than last. Both are defensible; a filing item is testing which one the stated system uses. This is also why serious record systems zero-pad their references: rewrite the set as A-007, A-012, A-070, A-102 and the string sort and the numeric sort agree, permanently. If you are ever asked to design or clean a reference scheme, pad to a fixed width and the whole class of problem disappears. In a test, the giveaway is a set that deliberately mixes one-, two- and three-digit suffixes; that mixture exists only to separate candidates who apply the stated rule from candidates who apply the intuitive one.
Coding to a key: every mark is at a boundary: A claims routing key: under 500 pounds with no injury reported goes to CS1; under 500 with injury goes to CI2; 500 to 4,999 with no injury goes to CS3; 500 to 4,999 with injury goes to CI4; 5,000 and over goes to CE5 regardless of injury. Now code five records. R-118 at 499.99, no injury: CS1, since 499.99 is under 500. R-119 at exactly 500.00, no injury: CS3, because 'under 500' excludes 500 itself and the second band starts there. R-120 at 4,999.00 with injury: CI4, since the band is inclusive at its top. R-121 at exactly 5,000.00 with no injury: CE5, because the top band is 'and over' and its 'regardless of injury' clause overrides the injury split that governs the lower bands. R-122 at 86.40 with injury: CI2. Four of those five decisions turn on a boundary, and that is not an accident, coding items are written so that the interior cases are trivial and every discriminating mark sits on an edge. Before coding anything, underline the boundary words: under, up to, and over, between, inclusive. Then decide, once, what each one does to the endpoint, and apply that decision to every record in the batch.
Duplicates that are not textually identical: Three rows arrive in a merge. Row 1: SMITH, JANE | 07/04/1988 | AB123456C. Row 2: Smith, Jane | 1988-04-07 | AB 123456 C. Row 3: SMITH, JANE | 04/07/1988 | AB123456C. Rows 1 and 2 are the same person: normalise case, strip the spaces from the reference, and convert the ISO date and they match exactly. Row 3 is the genuinely hard one. If the file is in day/month order it is a different date of birth and possibly a different person; if that row came from a system using month/day order it is the same record again. You cannot tell from the row itself, so the correct action is to send it to the exception queue with the ambiguity noted, not to merge it and not to discard it. This is the judgement that separates competent records work from the appearance of it: the goal is not to make every row disappear, it is to make every decision defensible. In test form the item usually asks 'how many distinct individuals are represented', and the answer is often given as a range or accompanied by a 'cannot determine' option for exactly this reason.
Where accuracy actually decays on a long batch: Run a self-measurement rather than trusting a number from anyone: take 200 record pairs, split them into four blocks of 50, and log errors per block. Most people find block 1 slightly worse than block 2, a warm-up cost, and then a rise across blocks 3 and 4 as vigilance falls. The reason to measure it is that the arithmetic of small percentages is brutal at volume. Checking 200 pairs at 98 percent accuracy passes 4 bad records; at 99.5 percent it passes 1. Scale that to a realistic month of 20,000 records and the same two accuracy rates mean 400 defects against 100: a four-fold difference in downstream rework from a 1.5 point difference that would look like noise on a single test. Once you know where your own curve turns, the intervention is cheap: a deliberate twenty-second break at that point, or splitting the batch so the hardest records fall in your strongest block. Practice sessions on this site are recorded on your own device, so building a block-by-block picture across several sessions costs nothing but the logging.
Setting an attempt rate from the scoring rule: A 120-item checking test with a 10-minute limit, scored as correct minus incorrect. Suppose practice has told you that you hold 92 percent at ten items a minute and 96 percent at seven and a half. Fast: 10 x 10 = 100 attempted, 92 correct and 8 wrong, score 84. Careful: 10 x 7.5 = 75 attempted, 72 correct and 3 wrong, score 69. Fast wins by 15. Now change the rule to correct minus three times incorrect: fast scores 92 - 24 = 68, careful scores 72 - 9 = 63, and the 15-point gap has shrunk to 5. Now suppose your real accuracy at ten a minute is 80 percent rather than 92. A gap most people do not discover until they measure it. Fast now gets 80 right and 20 wrong: under simple correct-minus-incorrect that is 60, already behind the careful strategy's 69, and under the triple penalty it is 80 - 60 = 20 against 63. Same test, same person, opposite advice, and the two deciding variables are the penalty multiplier, which the instructions hand you, and your own accuracy-at-speed, which only measurement gives you. Do not pick a pace from temperament. Measure two rates in practice, write both accuracy figures down, and do this arithmetic before the test rather than during it.
Educational preparation only. Novus Learn does not administer official exams and does not guarantee scores or hiring outcomes.
Comparing strings, records, transactions, forms, and data for mistakes.
Error detection is the skill of holding a source and a copy side by side and finding the one character, digit or field that moved, and of knowing which errors a given check will and will not catch. It is assessed directly in clerical checking, banking operations, records, proofreading and dispatch selection, and it underpins quality control anywhere a record is rekeyed or transcribed. The useful part of the skill is not staring harder; it is a repeatable scan procedure plus a set of arithmetic checks that catch what the eye misses. Everything you practise is stored on this device only, with no account and no upload unless you export it.
What you should be able to do after this lesson:
The four transcription error families: Source reference: INV-2024-08871. Four corrupted copies, one of each family. INV-2024-08571 is a substitution: a single character changed, 8 to 5. INV-2024-0871 is an omission: one character dropped, and the string is now a character short. INV-2024-088711 is a duplication: a character repeated, one character long. INV-2024-08817 is a transposition: the final 7 and 1 have swapped places, and crucially the string is the same length and contains exactly the same characters. That last property is why transposition is the hardest of the four to see and the most dangerous in practice. Anything that checks length catches omission and duplication. Anything that compares character sets or sums the digits catches substitution but not transposition, because 0+8+8+7+1 and 0+8+8+1+7 both come to 24. Reading the reference aloud catches substitution reliably and transposition poorly, because the ear is comparing sounds and both versions sound similar at speed. The only defences against transposition are a positional comparison and a weighted check digit.
A fixed scan order finds the one field that moved: Source record: Name Priyanka Ramaswamy / Account 4471-9026-3358 / Date of birth 14/03/1991 / Postcode SW1A 2AA / Phone 0161 496 0872. Copy: Name Priyanka Ramaswamy / Account 4471-9026-3358 / Date of birth 14/03/1991 / Postcode SW1A 2AA / Phone 0161 469 0872. The difference is in the phone field, where 496 has become 469: a transposition inside the middle block. Most candidates find it eventually; the ones who find it in eight seconds are the ones running a procedure. Always compare in the same field order, top to bottom, never skipping a field because it 'looks fine'. Compare long strings in the printed blocks rather than as a single run (4471, then 9026, then 3358) because short-term memory holds about four items and a twelve-digit run does not fit. Say the block silently, look, compare, move on. On a same-or-different item you may stop at the first mismatch; on a 'how many fields differ' item you must complete every field, and the instruction wording is what tells you which regime you are in. Getting this wrong in either direction costs marks: stopping early on a count item, or exhaustively checking a same-or-different item you had already resolved.
Modulus 11: why a weighted check digit catches a transposition: The ISBN-10 scheme multiplies the ten digits by descending weights 10, 9, 8 down to 1 and requires the total to be divisible by 11. Take 0-306-40615-2. Working left to right: 10x0 = 0, 9x3 = 27, 8x0 = 0, 7x6 = 42, 6x4 = 24, 5x0 = 0, 4x6 = 24, 3x1 = 3, 2x5 = 10, and the check digit 1x2 = 2. The sum is 0 + 27 + 0 + 42 + 24 + 0 + 24 + 3 + 10 + 2 = 132, and 132 = 12 x 11 exactly, so the number is valid. Now transpose the 1 and the 5 to give 0-306-40651-2. The digits are identical, so a plain digit sum is unchanged at 27 either way and would report no problem. The weighted sum, however, becomes 0 + 27 + 0 + 42 + 24 + 0 + 24 + 15 + 2 + 2 = 136, and 136 - 132 = 4, so it is not a multiple of 11 and the record is rejected. That is the entire reason check digits are weighted rather than plain: position has to matter, or the commonest human error passes straight through.
Luhn: the number that fails, and the one case it misses: The Luhn check, used on payment and many membership numbers, doubles every second digit counting from the right, subtracts 9 from any doubled result above 9, sums everything, and requires a total ending in zero. Take 4539 1488 0343 6467. The doubled positions contribute 3, 3, 8, 0, 7, 2, 6 and 8, totalling 37; the undoubled positions contribute 7, 4, 3, 3, 8, 4, 9 and 5, totalling 43. The grand total is 80, which ends in zero, so the number passes. Now transpose the last two digits to 4539 1488 0343 6476. The doubled contributions become 5, 3, 8, 0, 7, 2, 6, 8 = 39 and the undoubled become 6, 4, 3, 3, 8, 4, 9, 5 = 42, giving 81. Not a multiple of ten, so the mistyped number is rejected at the point of entry. Luhn catches every single-digit substitution and almost every adjacent transposition: with exactly one blind spot. Swapping an adjacent 0 and 9 leaves the total unchanged, because doubling 0 gives 0 and doubling 9 gives 18 which reduces to 9, so both digits contribute the same amount whether doubled or not. A form that validates with Luhn will happily accept 90 where you typed 09. Knowing the blind spot is the point: a check digit narrows the space of undetected errors, it never closes it.
Negative marking: 44 right can beat 46 right: Many clerical checking sections score correct minus incorrect, with omissions neutral. Under that rule, guessing between two remaining options has an expected value of 0.5 x (+1) + 0.5 x (-1) = 0, exactly neutral, and guessing blindly among four options has an expected value of 0.25 - 0.75 = -0.5, clearly negative. Concretely: on a 60-item section you attempt 48, get 44 right and 4 wrong, and score 40. A colleague attempts all 60, gets 46 right and 14 wrong, and scores 32. More correct answers, a lower score. Reverse the scoring rule to plain raw-correct with no penalty and the ordering flips: 46 beats 44 and leaving a blank becomes strictly irrational. Neither strategy is universally right, which is why the instruction screen is not optional reading. Find the sentence that says whether wrong answers are penalised, and if it is absent, assume raw scoring and answer everything.
Reconcile the batch: consistent is not the same as correct: An invoice lists three lines: 12 at 14.25 = 171.00; 7 at 33.60 = 235.20; 3 at 128.00 = 384.00. The stated subtotal is 709.20, VAT at 20 percent is stated as 141.84, and the total is stated as 851.04. Every downstream figure checks out against the one above it: 709.20 x 0.20 = 141.84 and 709.20 + 141.84 = 851.04. Nothing in the tax or total column is inconsistent. But recompute the lines: 171.00 + 235.20 + 384.00 = 790.20, not 709.20. The subtotal is a transposition of the correct figure, and because every later number was calculated from the wrong subtotal, the document is perfectly self-consistent and perfectly wrong. The true VAT should be 158.04 and the true total 948.24, a shortfall of 97.20. This is the single most valuable habit in the construct: never verify a total against the number printed above it, always recompute it from the underlying items. Internal consistency proves that one person did the arithmetic carefully; it proves nothing about whether they started from the right number.
Educational preparation only. Novus Learn does not administer official exams and does not guarantee scores or hiring outcomes.
Text typing, numeric keypad, transcription, and data-entry speed and accuracy.
Typing and keyboard skill is a measured, thresholded competence: an employer states a speed and an accuracy figure, and a short test decides whether you clear both. It covers straight copy typing, alphanumeric and numeric data entry on a ten-key pad, and audio or document transcription, and it is a hard gate in administrative, clinical records, legal support, customer operations and data entry hiring. Unlike most constructs on this site, the improvement path is unusually well defined: correct finger assignment, targeted drilling of your own weak character pairs, and accuracy before speed. Practice results stay on this device; there is no account and nothing is uploaded unless you export it.
What you should be able to do after this lesson:
Gross WPM, net WPM and accuracy from one raw count: The standard convention counts a word as five characters including spaces, which is why 'words per minute' is comparable across languages and text samples. Suppose you type 1,650 characters in four minutes with 12 uncorrected errors. Gross WPM is (1,650 / 5) / 4 = 330 / 4 = 82.5. Net WPM under the common one-word-per-error penalty is (330 - 12) / 4 = 318 / 4 = 79.5. Accuracy is (1,650 - 12) / 1,650 = 99.3 percent. Now hold the speed identical and raise the errors to 60: net becomes (330 - 60) / 4 = 67.5 and accuracy falls to 1,590 / 1,650 = 96.4 percent. A job advert reading '60 wpm at 98 percent accuracy' is two gates, and this second performance clears the speed gate comfortably while failing the accuracy gate. The outcome most candidates do not anticipate, because they train the number they can see improving. Note also that conventions differ: some tests deduct five characters per error rather than one word, and some count only errors left uncorrected while others count every keystroke of correction as lost time. Check the definition before comparing a score from one site with a requirement written by someone using another.
The home row and the reach map: Home position is A S D F for the left hand and J K L semicolon for the right, with the raised bumps on F and J letting the index fingers find home without looking. Each finger owns a slanted column. Left index takes R F V and stretches to T G B; left middle takes E D C; left ring takes W S X; left little takes Q A Z plus Tab, Caps Lock, Shift and Ctrl. Right index takes U J M and stretches to Y H N; right middle takes I K and comma; right ring takes O L and full stop; right little takes P semicolon slash plus Enter, Backspace and Shift. One thumb, always the same one, takes the space bar. Two assignments are worth naming because self-taught typists get them wrong most often: Y belongs to the right index rather than the left, and B is normally left index although some methods assign it right. Pick one and be consistent, because an unassigned key is a stall every time it appears. The other common leak is correcting: reaching for Backspace with the right ring or middle finger pulls the whole hand off home, and every keystroke after it starts from a guess. Backspace is the right little finger, and a capital letter uses the Shift on the opposite side from the letter, so that neither hand ever has to do two things at once.
Ten-key by touch, and what KPH really means: The numeric keypad has its own home position: index on 4, middle on 5, ring on 6, with a tactile bump on 5. The index finger covers 1, 4 and 7; the middle covers 2, 5 and 8; the ring covers 3, 6 and 9; the thumb takes 0; the little finger takes Enter and, on most layouts, the operator column. Drill with realistic data rather than random digits: enter 4471 9026 3358 as three touch groups, then a batch of invoice totals with decimal points, then a column of dates. Data entry roles quote keystrokes per hour rather than WPM, so convert: 8,000 KPH is 8,000 / 3,600 = 2.2 keystrokes per second sustained across an hour, which is brisk but achievable; 12,000 KPH is 3.3 per second and is a genuinely high bar. Numeric-only KPH figures are almost always higher than alphanumeric ones because the character set is ten wide and sits under one hand, so a 12,000 KPH numeric requirement and a 12,000 KPH alphanumeric requirement are not the same job. If a role quotes both, they are separate tests and you should practise them separately.
Transcription: run a buffer, do not chase the audio: Audio typing is not typing at the speaker's rate. Conversational speech runs faster than most people type, so the working method is to stay two to four words behind the audio, use the pause control deliberately, and never stop to correct. The failure mode is stopping mid-sentence to fix a typo: your buffer empties, the audio keeps going, and you lose the rest of the sentence rather than one word. The fix is to type through the doubt, mark it with a consistent flag such as [??], and resolve everything on a review pass. Work the arithmetic for a realistic job: six minutes of audio at roughly 140 words per minute is about 840 words. At 70 net WPM the typing alone takes 840 / 70 = 12 minutes. A review pass at reading speed, say 250 words per minute, adds 840 / 250 = 3.4 minutes. Total is about 15.4 minutes for six minutes of audio, a ratio of roughly 2.6 to 1, which is close to what transcription work is actually costed at. Trying to do it in one perfect pass at 40 effective WPM would take 21 minutes and produce a worse document, because in-line correction breaks the buffer over and over.
Find your own slow bigrams: Speed gains do not come from moving every keystroke slightly faster; they come from removing the two or three stalls per hundred words that you actually have. The main culprits are same-finger bigrams, where one finger must hit two keys in succession with no chance to overlap the movements. On QWERTY these include 'ed' and 'de' (left middle takes both E and D), 'ol' and 'lo' (right ring), 'un' and 'nu' (right index), 'ce' and 'ec' (left middle), and 'my' (right index). Every one of those appears constantly in ordinary English, which is why they are worth isolating. The drill: type a normal paragraph, mark every point where you hesitated or made an error, and tally the character pairs. Then write a forty-word passage dense in your own worst three pairs and repeat it until the hesitations disappear, and only then re-measure on ordinary text. Capitals deserve the same treatment. If you shift with the same hand as the letter, every capital is a same-hand collision, and switching to opposite-hand shifting removes a stall you probably stopped noticing years ago.
Workstation arithmetic: 96 extra errors a shift: Set the keyboard flat rather than propped on its feet, forearms roughly level with it, elbows near ninety degrees, wrists floating rather than resting, and the top of the screen near eye level. This is usually framed as a comfort question, which undersells it: a tilted keyboard forces wrist extension, and wrist extension reduces the accuracy of finger travel. Put a number on it. Suppose a poor setup adds just one error per 500 keystrokes. At 8,000 KPH across a six-hour data entry shift that is 48,000 keystrokes, so 48,000 / 500 = 96 additional errors a day, and at twenty seconds each to notice and fix, 96 x 20 = 1,920 seconds, that is 32 minutes of a shift spent on damage from a keyboard angle. The same logic applies to screen position, because every glance down to find a key or a source document is time and a lost place in the text. Put the source copy in line with the screen, keep the keys out of your line of sight entirely, and take a genuine thirty-second break every twenty minutes rather than pushing through, error rate rises long before you notice tiredness.
Educational preparation only. Novus Learn does not administer official exams and does not guarantee scores or hiring outcomes.
Sustained focus, selective attention, and accuracy under time pressure.
Attention and concentration is the skill of still noticing on minute forty of a checking block as reliably as you did on minute two, and of pointing the noticing at the right thing when two things compete. It has three distinguishable parts - selective attention, sustained attention or vigilance, and divided attention - and assessments load them differently: cancellation and checking tasks load vigilance, conflict tasks load selection, and dispatch-style monitoring loads division. It is the construct that decides whether a records clerk, a dispatcher, an air-side controller or a quality inspector catches the one wrong digit in a shift. Practice here is device-local, with no account and nothing uploaded.
What you should be able to do after this lesson:
A cancellation count you can actually check: Count every 7 in this row: 4 7 1 7 7 3 9 7 2 8 7 5 7 6 0 7. Working left to right and tapping once per hit: hits at the second, fourth, fifth, eighth, eleventh, thirteenth and sixteenth positions. That is seven sevens. Two error modes produce nearly all the wrong answers. The first is the adjacent pair - the 7 7 at positions four and five gets counted once, because the eye takes a repeated character as one perceptual object. The second is losing the place after the 9, where the visually similar 9 and 7 force a moment of re-checking and the scan restarts a character early, producing an over-count of eight. The defence for both is a fixed scan path with a physical anchor: a fingertip or cursor moving one character at a time, never jumping back. Re-scanning to check is the thing that creates the double-count, so if you must verify, verify by counting a second time from the RIGHT-hand end and comparing totals, never by re-reading part of the row.
Hits, misses and false alarms: the eager candidate loses: A checking batch contains 300 records, 40 of which are genuinely faulty. Candidate A flags 46 records and 36 of them are truly faulty. Hits 36, misses 40 minus 36 equals 4, false alarms 46 minus 36 equals 10. Candidate B flags 38 and 34 are truly faulty: hits 34, misses 6, false alarms 4. On hit rate alone A wins, 36 out of 40 which is 90 percent against B's 34 out of 40 which is 85 percent. Now apply the scoring rule that most checking tasks actually use, where a false alarm cancels a hit: A scores 36 minus 10 equals 26, B scores 34 minus 4 equals 30. B wins by four despite catching two fewer faults. This is why 'flag anything that looks odd' is bad advice on a scored checking task, and why the first thing to read on a checking item is whether wrong flags are penalised. Your response criterion - how much evidence you demand before flagging - is adjustable, and it should be set from the scoring rule, not from your temperament.
The transposition that passes every gist check: Compare these two lines and decide whether they match. Invoice 4820-7391-06. Invoice 4820-7931-06. They do not: the middle group reads 7391 in the first and 7931 in the second, with the 3 and the 9 swapped. Transpositions are the most-missed error class in record checking for a structural reason - the character SET is identical, the length is identical, the first and last characters of the group are identical, so every fast check the visual system runs comes back clean. Substitutions and omissions change the character inventory and get caught; transpositions do not. Two habits raise the catch rate. Read digits in fixed groups of two rather than as a whole number, so 73-91 against 79-31 becomes a mismatch at the first group instead of a subtle difference somewhere in a four-digit blur. And check groups in a deliberately non-natural order - last group, first group, middle group - because reading left to right lets the confirmation you built at the start carry you through the middle, which is exactly where the swap is usually planted.
Conflict: why reading fights you: The classic demonstration is Stroop's, published in 1935: the word RED printed in blue ink, with the instruction to name the ink colour. Naming takes measurably longer, and errors go up, because reading a familiar word is automatic and cannot be switched off, so the automatic response has to be suppressed before the controlled one can be produced. The same conflict has a numeric version you can test on yourself in a second: how many characters are in the string 4 4 4? The answer is three, and the digit 4 pulls at you the entire way. In an assessment this appears wherever the salient feature and the asked-for feature come apart - a chart where the tallest bar is not the answer to the question, a form where the highlighted field is not the one being verified, a row where the bold total is not what the stem requested. The practical move is to name the target feature out loud before you look - 'ink colour', 'character count', 'the value for March' - because pre-loading the target biases selection before the automatic reading response gets a chance to win.
Where the errors actually appear in a 45-minute block: Errors in a long checking block are not spread evenly. Mackworth's 1948 clock-watching study established the pattern that gives the effect its name: detection declines over a prolonged watch, with the sharpest deterioration early rather than at the very end. Practically, on a 45-minute self-timed checking block, expect your per-minute error rate in minutes 20 to 45 to run visibly above minutes 1 to 20 even though nothing about the material changed, and expect the subjective sense of effort to lag the actual decline, so it will not feel like you are getting worse. Two things work against it. Break the block into three fifteen-minute segments with a ten-second reset between them - look away, unfocus, breathe out - which costs thirty seconds of a 45-minute block, about one percent of the time, and buys back more than that in caught errors. And score your practice by segment rather than as one number, because a single overall accuracy figure hides exactly the information you need: whether your problem is skill, which shows as flat error rate, or endurance, which shows as a rising one.
Two streams: alternate on a cadence, do not try to merge: A dispatch-style monitoring task: keep a running total of the numbers announced on channel one while watching channel two for the code word AMBER. Genuine simultaneity is not available - the two tasks compete for the same control resource - so the choice is not whether to alternate but whether to alternate deliberately or accidentally. Deliberate looks like this: fix the arithmetic to a rhythm, updating the total only at each announcement and holding a single number between updates, which frees the gaps for channel two. If the total is 34 and the next announcement is 7, you spend under a second reaching 41 and then you are free again. Accidental looks like re-deriving the running total from the beginning because you did not trust it, which locks up the whole window and is when AMBER goes past unheard. The measurable failure of divided attention is almost never a failure to hear the target; it is a failure to have any spare capacity at the moment it arrived. The related phenomenon worth knowing is inattentional blindness, illustrated by Simons and Chabris in 1999: an unexpected and perfectly visible event is missed entirely when attention is committed to a counting task.
Educational preparation only. Novus Learn does not administer official exams and does not guarantee scores or hiring outcomes.
Completing simple cognitive operations accurately and efficiently.
Processing speed is how fast you can carry out simple cognitive operations that each require a decision (substituting symbols for digits, adding two small numbers, judging which of two words comes later alphabetically) repeated many times under a clock. It differs from perceptual speed in that a rule has to be applied, not just a match made, and that difference is why automating the rule is the whole game. It appears in short commercial cognitive batteries, game-based assessments, data entry screening and several graduate sifts. Practice here is device-local: no account, and results stay on this device unless you export them.
What you should be able to do after this lesson:
Substitution: turning a lookup into a recall: A key maps six letters to digits: Q = 1, W = 2, E = 3, R = 4, T = 5, Y = 6. The sequence W E Y Q R T E W becomes 2 3 6 1 4 5 3 2. Trivial, and that is the point. The item content is not the difficulty. Break the per-item cost into three parts: a glance up to the key and back, the match itself, and writing or keying the digit. Say those cost roughly 0.3, 0.4 and 0.5 seconds while you are still reading the key, giving 1.2 seconds per item and 72 seconds for sixty items. Once the six pairs are held in memory, the glance disappears and each item costs about 0.9 seconds, so sixty items take 54 seconds: a saving of about 25 percent. The investment arithmetic matters: at 0.3 seconds saved per item, ten seconds spent deliberately rehearsing six pairs is repaid after about 34 items and everything after that is profit, whereas thirty seconds of rehearsal would need 100 items to break even. So on a short section, learn the key quickly and imperfectly; on a long one, learn it properly. Use your own measured times rather than the illustrative ones above. The structure of the decision is what transfers, not the numbers.
The optimum error rate is not zero: A 90-second section scored one point per correct answer, nothing deducted for a wrong one. Three paces. Careful at 1.8 seconds an item: 90 / 1.8 = 50 attempted, 96 percent right, 48 correct and 2 wrong. Brisk at 1.2 seconds: 75 attempted, 92 percent right, 69 correct and 6 wrong. Reckless at 0.75 seconds: 120 attempted, 70 percent right, 84 correct and 36 wrong. Under raw scoring the totals are 48, 69 and 84, so faster keeps winning right up to the point where accuracy collapses entirely, and most candidates sit nowhere near that point, which is why 'slow down and be careful' is such common and such bad advice on a no-penalty section. Now change the rule to correct minus incorrect: 48 - 2 = 46, 69 - 6 = 63, 84 - 36 = 48. The brisk pace wins and the reckless pace has fallen back to roughly where the careful one sits. Change it again to correct minus twice incorrect: 44, 57 and 12. Brisk wins by more, and reckless is now catastrophic. Three scoring rules, three different optimal paces, and under none of them is the answer either extreme. The instruction screen gives you the penalty; only your own practice log gives you the accuracy you actually hold at each pace.
Switch cost: the same items, slower, for free: Take forty items, twenty additions and twenty alphabetical comparisons. Present them in two blocks of twenty and people complete them faster than when the same forty items are interleaved one after the other, even though not a single item has changed. The extra time is switch cost: reconfiguring the mental task set on every alternation. If a blocked pace is 1.0 second an item and a mixed pace is 1.25, eighty items cost 80 seconds blocked and 100 seconds mixed, and the 20-second difference bought you nothing. The practical consequences are concrete. On a paper form or a scrollable list where you control the order, do all items of one type first and then the other. On a randomised screen where you cannot, expect the mixed rate and do not interpret it as having got worse. And in real work, batching the same kind of task (all the invoices, then all the emails) is the same effect, which is why an interruption costs far more than the seconds it occupies.
Rate, not raw score: comparing two practice sessions: Session 1: six minutes, 148 correct, 9 wrong. Session 2: four minutes, 112 correct, 4 wrong. On raw correct, session 1 looks better by 36. Convert to rates: 148 / 6 = 24.7 correct per minute against 112 / 4 = 28.0. Convert the errors to rates too: 9 out of 157 attempted is 5.7 percent, against 4 out of 116 which is 3.4 percent. Session 2 is better on both dimensions, faster and more accurate, and the raw comparison had it backwards purely because it ran for two minutes less. This is the most common self-assessment error in speed practice, and it matters because it drives the wrong training decision: the candidate concludes that longer sessions suit them and keeps practising in a way that inflates the number they are watching. Log four figures per session: duration, attempted, correct, wrong. Everything else is derivable, and no comparison should ever be made on a figure that has duration baked into it.
Automating the easy arithmetic: Processing speed sections use arithmetic that is deliberately easy, which means what is being measured is whether it has become automatic. Compensation is the main technique: 38 + 47 becomes 40 + 45 = 85, moving two across so there is no carry to track. Rounding and correcting handles multiplication: 6 x 24 is 6 x 25 - 6 = 150 - 6 = 144, and 49 x 8 is 50 x 8 - 8 = 392. Percentages decompose: 15 percent of 320 is 10 percent, 32, plus half of that, 16, giving 48. Division by four is halving twice, so 96 becomes 48 becomes 24. None of these is clever, and that is exactly why they work under time pressure. Each replaces a multi-step procedure with one you can run without holding intermediate state. Drill them until you stop noticing which method you used. The distinction that matters is between knowing a shortcut and having automated it; on a two-second-per-item section, a shortcut you have to consciously select is barely faster than the long way.
What actually moves a speeded score on the day: Four things reliably cost points and all four are controllable. First, an unfamiliar input device: practising on a laptop and sitting the test with an external mouse, or drilling on a full keyboard with a dedicated numeric pad and meeting a compact one where the digits live on the top row, changes a motor skill you had automated. Second, interruptions: a notification mid-block costs the item you were on plus the next one or two while the task set is rebuilt, which is switch cost arriving uninvited. Third, no warm-up: the first thirty seconds of a cold speeded section are measurably slower, so two minutes of low-stakes practice before a timed attempt is not superstition. Fourth, unrecorded conditions: a bad session with no note of why looks in your log like a decline in ability. Write down the device, the time of day, the sleep and whether you warmed up. A speeded score is sensitive to all of these in a way a reasoning score simply is not, and half of an apparent plateau usually turns out to be uncontrolled conditions rather than a real ceiling.
Educational preparation only. Novus Learn does not administer official exams and does not guarantee scores or hiring outcomes.
Answer keys and scoring logic stay server-side and are never included in any download or export.
Formal suite answer keys and scoring logic stay on the server and are not part of any download, in any format. Downloadable keys exist only for the open, untimed practice material (the practice packs on the puzzles, cognitive-skills and reasoning practice lab pages), where the answers are already public teaching content.
Novus Learn needs no account. Your practice history lives in this browser's storage on this device, and is sent to a server only if you create an account and switch on backup. This file contains no attempt, session or result link, so it is safe to share.