Fudamentals of Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Formula for the range of numbers:

A

2^n (where n represents the number of bits)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Formula to find the biggest number:

A

2^n-1 (where n represents the number of bits)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the number bases for Denary, Binary and Hexadecimal:

A

Denary is base 10.
Binary is base 2.
Hexadecimal is base 16.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the rules for Binary addition:

A

0 + 0 = 0

1 + 1 = 0 carry the 1

1 + 0 / 0 + 1 = 1

1 + 1 + 1 = 1 carry the 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you use Two’s Complement?:

A
  1. Find the binary equivalent
  2. Flip the numbers (1’s becomes 0’s and vice versa)
  3. Add 1 to the number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Method of Binary Subtraction:

A
  1. Calculate the binary equivalent
  2. Convert the negative into two’s complement (e.g 125 - 40, you would convert the negative (40))
  3. Add the binary values for the numbers
  4. Ignore the final carry!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are NATURAL numbers?

A

POSITIVE WHOLE numbers used for COUNTING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are INTEGERS?

A

Any POS/NEG WHOLE numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are RATIONAL numbers?

A

Any number that can be expressed as a fraction or ratio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are IRRATIONAL numbers?

A

Any number that can NOT be expressed as a fraction or ratio. (e.g 1.33333 or Pi)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are REAL numbers?

A

Any numbers that are NATURAL, RATIONAL or IRRATIONAL.

(Ordinal numbers are NOT REAL!)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are ORDINAL numbers?

A

Numbers that refer to the POSITION of numerical integers/objects. (eg 3rd, 10th)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How many bits in a byte?

A

8 bits in a byte.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

List the measurements for data storage, from smallest to largest, the smallest being bits:

A

Bits, Bytes, Megabytes, Kilobytes, Gigabytes, Terobytes, Petabytes, Exabytes, Zettabytes, Yottabytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why do we simplify data storage types?

A

Because it’s easier to understand. Computer’s don’t actually use Gigabytes, they would use Gibibytes (1,024 instead of 1000), we as humans simplify the term to make it appeal more to consumers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly