SuperExamSuperExam
Search papers…
Menu
DashboardBrowse papersRevision notesBooksSavedRevision packsMy progressAchievementsAI TutorMessages

Unlock worked solutions

Step-by-step answers by examiners. From €5/mo.

Try Premium free →
← Computer Science notes
Edexcel IGCSE·Computer Science·IGCSE Computer Science

Data Representation

13 min read

Binary, denary and hexadecimal, units of storage, and representing text, images and sound.

Computers store all data in binary.

Number systems

  • Binary (base 2): place values …16,8,4,2,1\dots 16, 8, 4, 2, 1…16,8,4,2,1.
  • Hexadecimal (base 16): 0–9 then A–F; one hex digit = four bits.
Worked example. Binary 1011=8+2+1=111011 = 8 + 2 + 1 = 111011=8+2+1=11. Denary 25=1100125 = 1100125=11001. Hex FF=255\text{FF} = 255FF=255.

Viewing only

This content is free to read on superexams.com and cannot be printed or downloaded.

Read the full note — free

Create a free account to read this note in full. Every free account gets 2 complete revision notes — no card needed.

Sign up free →Log in

More Computer Science notes

Computer Systems & Architecture

Boolean Logic & Logic Gates

Algorithms

Programming Concepts