Topic 5 Internet & its uses ยท 5.4

Digital Currency & Blockchain Lab

Money that only exists electronically. A ledger nobody controls. And a chain of blocks that shatters the moment anyone tries to cheat. Learn what a digital currency actually is, why cryptocurrency is decentralised, and how blockchain uses a time-stamped digital ledger to make transactions tamper-evident. Then try to break the chain yourself.

๐Ÿงช Cambridge Exam Mode ON โ€” hints hidden, feedback delayed, model answers locked until marking.
Path

5.4 Path

Mistakes

Mistakes

Progress

Stats

0%Accuracy
0Answered
0Streak
Bookmarks

Bookmarks

Book Notes

Book Notes

Title
Note
Knowledge Vault 2.0

Knowledge Vault

Add entry

Category
Confidence
Title
Info

Entries

๐Ÿ“š Book Notes
๐Ÿ“– Learn
๐ŸŽฎ Activities
โœŽ Practice
๐Ÿ“‹ Exam
๐Ÿ”„ Review
๐Ÿ† Mastery
ยง1 ยท Topic overview

What do I need to know before I start?

Section 5.4 is about money that exists only electronically. A digital currency is real money that is never printed โ€” sent between computers, usually encrypted with HTTPS. A cryptocurrency (e.g. Bitcoin) is a special kind that runs on a decentralised system: no bank, no central authority. Trust comes from blockchain โ€” every transaction is added to a public digital ledger, time-stamped, and cryptographically linked to the block before it. Because each block's fingerprint depends on the previous one, records cannot be altered, only added to. Learn the exact mark-scheme words: digital ledger, time-stamp, linked to previous, cannot be altered, traced.

ยง2 ยท Learning objectives

By the end of 5.4 you canโ€ฆ

You canโ€ฆWhy it matters
Define a digital currency and explain how it is usedA 1-mark definition and a 2-mark "features" question appear regularly
Distinguish centralised (bank-controlled) from decentralised systemsThe classic trap โ€” examiners penalise "run by a company"
Describe how blockchain uses a time-stamped, linked digital ledgerThe 2024 Paper 1 process/diagram question rewards the right order
Explain why blockchain records cannot be altered, only addedTests that you understand the hash-link, not just the buzzword
Name what each record in the ledger storesLets you answer "what is in a block" precisely
ยง3 ยท Key terminology

Cambridge-approved terms

Digital currency

Money that exists only electronically / virtually, not physically; sent between computers.

Cryptocurrency

A digital currency that uses encryption and a decentralised system (e.g. Bitcoin).

Centralised

A central authority (usually a bank) manages and confirms transactions.

Decentralised

No central authority; the network of users verifies transactions.

Blockchain

The process that tracks transactions using a digital ledger of linked blocks.

Digital ledger

A database recording every transaction, time-stamped and immutable.

Time-stamp

The exact date and time a transaction was added; fixes its order.

Hash

A fingerprint of a block's contents; changes if any bit changes, linking the chain.

Digital signature

Cryptographic proof a transaction was signed by the sender; stops forgery.

ยง4 ยท Core theory

The tables you must know cold

Centralised vs decentralised

FeatureCentralisedDecentralised
AuthorityOne central authority (bank)None โ€” the network verifies
ExampleTraditional money, bank transfersCryptocurrency (Bitcoin)
If something goes wrongSomeone to complain to; account can be frozenNobody to complain to; nobody can freeze it

What each ledger record stores

FieldWhat it storesWhy it matters
Transaction dataWho paid whom, and how muchThe payment itself โ€” the reason the block exists
Digital signatureProof it was signed by the sender's keyStops someone forging a payment from your wallet
Time-stampExact date/time addedEstablishes order; you can't spend the same coin twice
Previous hashA fingerprint of the previous blockLinks blocks into a chain โ€” change one, every one after breaks
Hash of this blockA fingerprint of everything aboveBecomes the next block's "previous hash" โ€” this is the chain

How a digital-currency payment happens (2024 P1 Q8)

StepWhat happens
1User sends a payment using a digital currency
2The transaction data is encrypted before it is sent (HTTPS + digital signature)
3The transaction is broadcast to the decentralised network
4The network verifies it against the existing digital ledger
5It is added as a new block โ€” transaction data, time-stamp, and a link (hash) to the previous block
6The updated ledger is copied to every computer; the payment is traceable and cannot be altered
ยง5 ยท Common misconceptions

Traps that cost marks every session

"Cryptocurrency is run by a company/bank." No โ€” it is decentralised; the network verifies transactions. That's the whole point.
"Digital currency isn't real money." It is real โ€” it just exists electronically, not physically.
"Blockchain records can be edited." They cannot be altered, only added to. Change one block and every later block's hash breaks.
Blockchain = digital ledger. Blockchain is the process that tracks transactions; the digital ledger is the database it maintains.
"A cheater just re-hashes." Proof-of-work makes re-hashing hard, and the ledger is copied across thousands of computers โ€” everyone else's copy exposes the lie.
Centralised vs decentralised muddle. Centralised = one authority in the middle. Decentralised = authority spread across the network.
ยง6 ยท Quick knowledge check

Check yourself โ€” tap to reveal

Say the answer out loud in exam wording, then tap to check.

1 ยท State what is meant by a digital currency.
Tap to reveal
A currency that exists only electronically / virtually, not physically.
2 ยท Give two features of a digital currency.
Tap to reveal
Any two: exists electronically / not physically; decentralised (for cryptocurrencies); uses encryption; tracked using a digital ledger; time-stamped; cannot be altered once recorded.
3 ยท What is the difference between centralised and decentralised?
Tap to reveal
Centralised: a central authority (bank) confirms transactions. Decentralised: no central authority โ€” the network verifies them.
4 ยท Name the process that uses a digital ledger to track transactions.
Tap to reveal
Blockchain. (One word โ€” don't over-explain.)
5 ยท Why can't a blockchain record be changed?
Tap to reveal
Each block is linked to the previous one by a hash, so changing one block breaks every block after it; the ledger is also copied across the whole network.
6 ยท What does each block store?
Tap to reveal
The transaction data, a time-stamp, and a link (hash) to the previous block (plus a digital signature).

โœ… Ready for Learn?

You've met the terms and the traps. Open the Learn tab to try the Signature Lab โ€” edit a block and watch the chain break โ€” then test yourself in Activities and Practice.

๐Ÿ“š From the Textbook

Every time you pay for something on the internet, you're probably using a digital currency โ€” money that exists electronically, not physically. It's still real money; it's just never printed. When the payment is sent between computers, it's encrypted using HTTPS (the same protocol you met in 5.2), and your card details are often stored in a persistent cookie (5.3) so the site can auto-fill them next time. Credit cards, mobile phones, smart watches โ€” all digital-currency payment tools. But there's a second, more radical kind of digital currency: cryptocurrency, like Bitcoin. Traditional money uses a centralised system โ€” a bank sits in the middle and confirms every transaction. Cryptocurrency uses a decentralised system โ€” no bank, no central authority. So how do you trust it? That's what blockchain solves. Every transaction is added to a public digital ledger, time-stamped, and cryptographically linked to the previous one. Change one transaction and every block after it visibly breaks. That's the demo you'll play with below.

๐Ÿ’ก Getting Started

Have you ever paid for something using a card, phone or watch? That was a digital-currency transaction. See if you can list five things you (or your family) have bought this month using digital currency instead of physical cash. Then ask: who confirmed each payment? Usually a bank. Now imagine a payment system where nobody confirms it โ€” but everyone can see it. That's cryptocurrency.

๐Ÿ”ฌ Computer Science in Context: Satoshi & the 2008 whitepaper

In October 2008, someone using the name Satoshi Nakamoto published a 9-page paper titled "Bitcoin: A Peer-to-Peer Electronic Cash System". It described a way to run digital cash without a bank โ€” using a chain of cryptographically-signed transactions that anyone could verify but nobody could edit. In January 2009 the first Bitcoin block ("Block 0", the genesis block) was mined. Fifteen years on, there are over 2,000 different cryptocurrencies, and central banks around the world are building their own Central Bank Digital Currencies (CBDCs). Blockchain has jumped well beyond money โ€” it's used to track shipping containers, prove ownership of digital art, and record who signed medical records.

๐Ÿ’ฌ Discussion: is decentralised better?

Centralised systems have a single authority you can complain to when things go wrong. Decentralised systems don't โ€” if you lose your Bitcoin password, there's nobody to phone. What do you gain? What do you lose? Which would you rather use for your monthly rent โ€” a bank or a cryptocurrency? And which for a payment you want nobody to be able to reverse?

โš ๏ธ The Cambridge Exam Trap โ€” Centralised vs Decentralised

Examiners see students describe cryptocurrency as "controlled by a company" or "managed by a bank". That loses the mark. The whole point of a cryptocurrency is that nobody is in control.

๐Ÿฆ Centralised

A central authority manages transactions. Usually a bank.

Traditional money, credit cards, bank transfers. Someone to complain to. Someone who can freeze the account.

โ›“๏ธ Decentralised

No central authority. Every user's copy of the ledger acts as verification.

Cryptocurrency. Nobody to complain to. Nobody who can freeze the account. Blockchain replaces the middleman.

โš  How to remember: Centralised = one authority in the centre. Decentralised = the authority is spread out (de-centred). Never say cryptocurrency is "run by a company" โ€” it isn't. It's run by the network.

โ›“๏ธ Signature Lab โ€” Try to Break the Blockchain

Four transactions have been added to the ledger. Each block stores data, a time-stamp, and a hash โ€” a fingerprint calculated from the block's own contents PLUS the previous block's hash. Try editing block 2's data and watch what happens to blocks 3 and 4. Then hit Verify chain.

Ready โ€” edit any block's data to see the chain react.
Why can't the cheater just re-hash? In a real blockchain, each block's hash also depends on solving a hard puzzle ("proof-of-work"), and the ledger is copied across thousands of computers. Even if a cheater re-hashed their own copy, everyone else's copy would show them lying. That's why the textbook says "records cannot be changed, only new ones added" โ€” the network makes tampering impractical, not just difficult.

How a digital-currency payment happens

This is the answer to the 2024 Paper 1 Q8 diagram question โ€” draw and annotate this.

  1. User sends payment using a digital currency (e.g. a cryptocurrency).
  2. The transaction data is encrypted before it is sent (HTTPS + digital signature).
  3. The transaction is broadcast to the decentralised network of computers.
  4. The network verifies the transaction against the existing digital ledger.
  5. The transaction is added as a new block to the blockchain: contains the transaction data, a time-stamp, and a link (hash) to the previous block.
  6. The updated ledger is copied to every computer on the network โ€” the payment is now traceable and cannot be altered.
โš  Mark scheme wording (2024 Q8): Include the words digital ledger, time-stamp, linked to previous, cannot be altered, traced. Missing any of those risks the mark.

Digital ledger โ€” what's in each record?

FieldWhat it storesWhy it matters
Transaction dataWho paid whom, and how muchThe payment itself โ€” the whole reason the block exists
Digital signatureCryptographic proof it was signed by the sender's keyStops someone forging a payment from your wallet
Time-stampThe exact date and time the transaction was addedEstablishes order โ€” you can't spend the same coin twice
Previous hashA fingerprint of the previous blockLinks the blocks into a chain. Change one, every one after breaks.
Hash of this blockA fingerprint of everything above, plus the previous hashBecomes the "previous hash" for the next block. This is the chain.

Exam-ready wordings from Cambridge mark schemes

State what is meant by a digital currency [1]

"A currency that exists only electronically / virtually, not physically."

Give two features of a digital currency [2]

Any two from: exists electronically / not physically ยท decentralised (for cryptocurrencies) ยท uses encryption ยท transactions tracked using a digital ledger ยท time-stamped ยท cannot be altered once recorded ยท payments made between computers over the internet.

Identify the process that uses a digital ledger to track digital-currency transactions [1]

"Blockchain."

Fill-in-blank paragraph (2024 P1) [4]

"A digital currency does not exist physically, it can only be accessed electronically. Some digital currencies have digital ledgers called blockchains. These are decentralised databases where each transaction is stored as a new set of data with a time-stamp and is linked to the previous set of data. This means transactions cannot be altered, only new transactions added, which allows the location of the data to be traced."

โญ Activity 1 โ€” Feature Identifier

Read the description. Name the concept.

Press New.

๐ŸŽฎ Activity 2 โ€” Centralised or Decentralised?

The mix-up examiners see every year. Read the scenario, pick the system.

Press New.

๐ŸŽฎ Activity 3 โ€” Feature of Digital Currency?

Is this a valid feature to write in an exam answer, or a trap?

Press New.

๐ŸŽฎ Activity 4 โ€” Blockchain Detective

Three ledgers are shown. Only one is untampered. Spot the valid chain.

โฑ๏ธ Activity 5 โ€” 60-Second Ledger Sprint

Rapid recall. Match each description to the correct term.

60
Score: 0
Press Start Sprint.

Adaptive practice

Press New.

Cambridge-style questions from 2023โ€“2025 past papers

Press New.

Review quiz

Press New.

Exam traps

โš  1 (THE big one): Digital currency โ‰  cryptocurrency. Every cryptocurrency IS a digital currency, but a credit-card payment is also a digital-currency use โ€” and that's centralised. Only cryptocurrency is decentralised.
โš  2: "Not physical" โ‰  "not real". Digital currency is real money. Avoid writing "it doesn't exist" โ€” say exists only electronically or virtually, not physically.
โš  3: Do NOT say cryptocurrency is "controlled by a company / bank / government". It's decentralised โ€” no central authority. That's literally its defining feature.
โš  4: The process that tracks transactions using a digital ledger is blockchain. One word. Not "block chain", not "the ledger". Blockchain.
โš  5: Blockchain records cannot be altered, only new ones added. Use exactly those words. "Deleted" is wrong. "Changed" is wrong. Only added.
โš  6: Every record has a time-stamp and is linked to the previous one. Both are mark-scheme keywords.
โš  7: Blockchain โ‰  Bitcoin. Bitcoin USES blockchain. Blockchain is the process; Bitcoin is one currency that uses it.
โš  8: "Traced" is a key word โ€” the immutable ledger means the movement of the currency can be traced.

Memory triggers

Tap to reveal

"Cash vs card" โ€” is a debit card a digital currency? โ†’ tap
The card itself isn't a currency. But the MONEY it accesses is stored electronically in a bank system โ€” that's digital currency use. Centralised, though โ€” the bank is the authority.
"Bank vs network" โ†’ tap
Traditional: bank = single authority. Cryptocurrency: the network of computers = distributed authority. The bank is replaced by consensus.
"Why can't I edit block 2?" โ†’ tap
Because block 3's hash was calculated using block 2's contents. Change block 2 and block 3's hash no longer matches โ€” chain broken. And block 4 was built on block 3. Cascade.
"Traced" โ†’ tap
Because every transaction is permanently in the ledger and visible to everyone, the movement of the currency can always be traced. That's why it's used to prove ownership.

Mastery grid

Track which concepts you have secured. Tap a badge to toggle.

Skills breakdown