2.1.9 Data Representation Flashcards
1
Q
Bits
A
A small singular digit.
2
Q
Byte
A
8 bits placed together.
3
Q
Binary
A
A collection of 1s and 0s to store data.
Or
Format in which numbers are transmitted and calculated in a computer system.
4
Q
Hexadecimal
A
Hexadecimal is a numbering system with 16 symbols. Base 16.
5
Q
Denary
A
Ordinary numbers - base 10.
6
Q
What are the levels of bytes?
A
Keep Calm = kilobyte
May = Megabyte
Geckos = Gigabyte
Take = Terabyte
Paris = Petabyte
7
Q
What is a string?
A
“I love Java”
8
Q
Integer
A
No decimal numbers.
9
Q
Characters
A
Single characters
10
Q
Types of characters?
A
Ascii or Unicode
11
Q
How are colours stored?
A
Hexadecimal
12
Q
What is a double?
A
Decimal 2dp
13
Q
What is a float?
A
Decimals going on forever.
14
Q
Boolean
A
True or False.
15
Q
Which is the biggest for storing?
A
String