Data Representation Flashcards
Define
Natural Numbers
Counting numbers:
N = {1,2,3,4,5,6…}
Define
Integer Numbers
Any positive or negative whole number:
Z = {…-2,-1,0,1,2…}
Define
Rational Numbers
Includes values that can be represented as fractions or decimals:
Q = {…2/1,2/2,2/3…}
Q = {…2,1,0.5,0.25,0.125…}
Define
Real Numbers
Any number that is a natural, integer or rational number.
Define
Ordinal Number
Numbers that are used to describe the position in which they appear:
Adam, Belinda, Kyle, Tyler
Adam = 1st, Tyler = 4th
Define
Binary Number System
Uses the digits 0 - 1
Base 2
Define
Decimal Number System
Uses the digits 0-9.
Base 10
Define
Hexadecimal Number System
Consists of 16 distinct symbols — 0 - 9 and A - F.
Base 16
Identify
Advantages Of Hexadecimal
- Easier to remember and write compared to binary
- Less chance of errors
- Easy to convert into binary
Identify
Uses Of Hexadecimal
- MAC address
- Define Colours
- Machine Code
- Assembly Language
Define
Unsigned Integer
A data type that stores positive integer values as ordinary binary numbers; its value is always assumed to be positive.
Identify
Binary Multiplication Rules
- 0x0=0
- 0x1=0
- 1x0=0
- 1x1=1
Describe
Two’s Complement
A method of representing negative numbers in the binary system. Found by flipping the postive binary representation of the number, flipping all the bits and adding one.
Define
Kilobyte
A unit of storage that represents 1000 bytes.
Define
Kibibyte
A unit of storage that represents 1024 bytes.
Define
Megabyte
A unit of storage that represents 1000 kilobytes.
Define
Mibibyte
A unit of storage that represents 1024 kibibytes.
Define
Gigabyte
A unit of storage that represents 1000 megabytes.
Define
Gibibyte
A unit of storage that represents 1024 mibibytes.
Define
Terabyte
A unit of storage that represents 1000 gigabytes.