Save
Paper 2
Chapter 3: Data Representation
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
aciidic tootoxic
Visit profile
Cards (121)
Number base
Defines how many
unique digits
are used within a
number system
View source
Number bases
Decimal
(base 10)
Binary
(base 2)
Hexadecimal
(base 16)
View source
Decimal
(base
10
)
Number system with
10 unique digits
: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
View source
Binary (base
2
)
Number system with 2 unique digits:
0
and
1
View source
Bit
A binary digit
View source
Bit pattern
Combination of bits used to represent data
View source
Binary number
A
bit pattern
that represents a
number
View source
Hexadecimal
(base
16
)
Number system with
16
unique digits:
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
A
,
B
,
C
,
D
,
E
,
F
View source
Each hexadecimal digit can be used to represent a
4-bit binary number
(nibble)
View source
Hexadecimal
is used to simplify the representation of
long bit patterns
View source
Hexadecimal values representing colours
Each pair of hexadecimal digits represents
RED
,
GREEN
and
BLUE
values from
0
to
255
or
0
to
FF
View source
This makes it much easier to represent
long bit patterns
View source
You will often see
hexadecimal
values used to represent
colours
View source
Each pair of hexadecimal digits represents each colour
RED
,
GREEN
and
BLUE
which each have values from
0
to
255
or
0
to
FF
View source
Each
binary
and
hexadecimal
number has a
decimal
equivalent
View source
For AQA GCSE Computer Science the maximum values you will be tested on are: Decimal:
255
, Binary:
1111
1111, Hexadecimal:
FF
View source
Binary to decimal conversion
Use the
binary line
to calculate the
decimal
equivalent of a
binary number
View source
Hexadecimal
Base 16
, has
16
digits:
0 1 2 3 4 5 6 7 8 9 A B C D
E F
View source
Hexadecimal to decimal conversion
The first
10
digits (
0
-
9
) are the same as hexadecimal, then A is
10
, B is
11
, up to F which is
15
View source
The hexadecimal system is based on powers of
16
View source
Binary to hexadecimal conversion
Each
4-bit pattern
(
nibble
) represents a single hexadecimal
digit
View source
Decimal to binary conversion
Divide
the decimal number by
2
repeatedly and read the remainders from
bottom
to
top
View source
Hexadecimal
to binary conversion
Convert each hexadecimal
digit
to decimal and then to
binary
View source
Bits
Electrical signals which can be either on (1) or off (0)
View source
Byte
A group of
8 bits
, the
smallest
bit
pattern
that can be used to
represent data
in a
computer system
View source
Units of information
Bits
Bytes
Kilobytes
(kB)
Megabytes
(MB)
Gigabytes
(GB)
Terabytes
(TB)
View source
Kilobyte (kB)
1,000
bytes
View source
Megabyte
(MB)
1,000 kilobytes
(
1,000,000 bytes
)
View source
Gigabyte
(GB)
1,000
megabytes (
1,000,000
,
000
bytes)
View source
Terabyte (TB)
1,000 gigabytes
(
1,000
,
000
,
000
,
000
bytes)
View source
Adding binary numbers
1. 0 + 0 =
0
2. 1 + 0 =
1
3. 0 + 1 =
1
4. 1 + 1 =
10
(carry 1 to next column)
View source
Computers use
bits
and
bytes
to represent data and instructions
View source
Bits and bytes can be combined into larger units like
kilobytes
,
megabytes
,
gigabytes
and
terabytes
View source
Adding binary numbers follows the same principles as adding
decimal numbers
, with carrying to the next column when the sum exceeds the base (
2
for binary)
View source
Binary shifts
Used for
multiplication
and
division
View source
Binary multiplication
Shift left and add zeros to multiply by
2
,
4
,
8
View source
Binary shift left
Add zero to right side
,
discard bit at left
View source
Binary division
Shift
right
and add
zero
to
left
, discard bit at
right
View source
Computers only work with
binary bits
, so all characters need to be represented by a
binary number
View source
ASCII
American Standard Code for Information Interchange, a set of bit patterns used for standard characters and control codes
View source
See all 121 cards
See similar decks
5.3 Data representation
AQA A-Level Computer Science > 5.0 Fundamentals of data representation
70 cards
7.5.1.3 Data Presentation
AQA A-Level Psychology > 7. Research Methods > 7.5 Data Analysis > 7.5.1 Descriptive Statistics
70 cards
7.4. Data Presentation
AQA A-Level Geography > Component 3: Geographical Investigation > 7. Independent Investigation
60 cards
3.3 Fundamentals of data representation
AQA GCSE Computer Science
403 cards
9.2.3 Graphical Representation of Data
Edexcel A-Level Psychology > Unit 9: Psychological Skills > 9.2 Data Analysis
29 cards
2.2 Data Presentation and Interpretation
Edexcel A-Level Mathematics > 2. Statistics
98 cards
2.2 Data Presentation and Interpretation
OCR A-Level Mathematics > 2. Statistics
149 cards
5.0 Fundamentals of data representation
AQA A-Level Computer Science
505 cards
3.3.8 Data compression
AQA GCSE Computer Science > 3.3 Fundamentals of data representation
41 cards
1.5. Graphical Representation of Data
Edexcel A-Level Physics > 1. Working as a Physicist
49 cards
2.2 Data Presentation and Interpretation
OCR A-Level Further Mathematics > Mathematics A > 2. Statistics
284 cards
3.13 L: Data Presentation and Interpretation
AQA A-Level Mathematics > 3. Subject Content
54 cards
2.2 Analysis of Representations
AQA A-Level Media Studies > 2. Media Representation
44 cards
1.1.4 Representation
Edexcel A-Level Media Studies > Component 1: Media Products, Industries and Audiences > 1.1 Media Language
51 cards
2. Media Representation
AQA A-Level Media Studies
100 cards
3.3.4 Binary arithmetic
AQA GCSE Computer Science > 3.3 Fundamentals of data representation
55 cards
5.4 Compression
AQA A-Level Computer Science > 5.0 Fundamentals of data representation
65 cards
5.1 Number systems
AQA A-Level Computer Science > 5.0 Fundamentals of data representation
292 cards
3.3.6 Representing images
AQA GCSE Computer Science > 3.3 Fundamentals of data representation
83 cards
11.2.2 Graphical Representations
Edexcel GCSE Psychology > Topic 11: Research Methods – How do you carry out psychological research? > 11.2 Data Analysis
9 cards
3.3.3 Units of information
AQA GCSE Computer Science > 3.3 Fundamentals of data representation
17 cards