Fundamentals of Data Representation

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

5

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

what is a natural number

a positive whole number, including zero

2
New cards

what is a rational number

can be expressed as a fraction or ratio of integers

3
New cards

what letter represents rational numbers

Q

4
New cards

what is a real number

a value that represents any quantity along an infinite number line

5
New cards

what letter represents integers

Z

6
New cards

what is an ordinal number

it describes the numerical position of an object

7
New cards

what is a cardinal number

it identifies the size of a list

8
New cards

what is a well-ordered set

a group of related elements with a defined order

9
New cards

what is an array

a finite set of related elements of the same data type, where each element id individually indexed

10
New cards

what is a bit (b)

a fundamental unit of information that can only take two values, which can be represented on computers using high or low currents

11
New cards

number of values that can be represented using n bits

2^n

12
New cards

why is hexadecimal useful

useful as a shorthand representation for binary because it is easier to read and the most compact

13
New cards

how many bytes is a kibibyte

1024

14
New cards

how many bytes is a kilobyte

1000

15
New cards

what is floating point comparable to

scientific notation

16
New cards

what does a floating point binary number consist of

mantissa and exponent

17
New cards

what does a normalised positive number start with

0.1

18
New cards

what does a normalised negative number start with

1.0

19
New cards

why is normalisation important

consistency and accuracy

20
New cards

what is the absolute error

the amount by which a value is inaccurate

21
New cards

what is the formula for absolute error

actual value - given value

22
New cards

what is the relative error

measure of uncertainty in a given value compared to the actual value, which is relative to the size of the given value

23
New cards

what is the formula for relative error

absolute error / actual value

24
New cards

when does underflow occur

when there are not enough bits to represent very small numbers

25
New cards

when does overflow occur

when a number is to large to be represented with the available bits