Ch. 1 — Data Representation
1.1 Number Systems 1.2 Text, Sound & Images 1.3 Data Storage & Compression
Ch. 2 — Data Transmission
2.1 Data Transmission 2.2 Error Checking 2.3 Encryption
Ch. 3 — Hardware
3.1 Computer Architecture 3.2 Input & Output Devices 3.3 Data Storage 3.4 Network Hardware
Ch. 4 — Software
4.1 Types of Software & Interrupts 4.2 Programming Languages & IDE
Ch. 5 — The Internet
5.1 Internet & World Wide Web 5.2 Digital Currency 5.3 Cyber Security
Ch. 6 — Emerging Tech
6.1 Automated Systems 6.2 Robotics 6.3 Artificial Intelligence
// All Chapters
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Home/ Paper 1/ 5.2 Digital Currency
5.2

5.2 Digital Currency

Currency that exists electronically and cryptocurrency systems.

What is Digital Currency?

  • Currency that exists electronically
  • Method of paying without physical exchange of notes and coins
  • Currency exchange digitally using computers
  • Crypto currency or credit card payments or mobile phone payments are different forms of digital currency

Digital Currency vs Crypto Currency

  • Cryptocurrency uses cryptography to track transactions
  • Digital currency uses a central banking system; whereas cryptocurrency is decentralised
  • Cryptocurrency uses block chaining.
  • Cryptocurrency transactions are publicly available and therefore all transactions can be tracked.

Cryptocurrency

  • Decentralised system, no central authority to manage/process payments
  • Blockchain is used to keep track of payments being made (acts as a ledger)
  • Blockchain acts as a digital ledger: keeps record of digital signature, time and amount. The data stored cannot be changed.
  • Data kept on the blockchain is encrypted, to prevent data from being altered
  • Data stored on the blockchain is visible to everyone

Name what values would be stored when a new block is created on the blockchain

  • Data (for example, name of sender/recipient)
  • Hash value (a unique “fingerprint”)
  • Previous hash value (pointing back to previous block in the chain)