Chapter 1 Data representation: Unit 1.1: Number systems Flashcards

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

Define denary number system

A

Number system that counts in multiples of 10 (10s, 100s, 1000s)

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

Define binary number system

A

Base 2 number system i.e based on the number 2
Only has 2 values: 0 and 1

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

Describe the method for converting binary to denary.

A

Each time a 1-value appears in a binary number column, the column value (heading) is added to a total.

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

Define hexadecimal number system

A

Base 16 number system

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

What does A, B, C, D, E and F mean in denary?

A

A=10
B=11
C=12
D=13
E=14
F=15

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

Describe the method for converting hexadecimal to binary.

A

Starting from the right moving to the left, split the binary number into groups of 4 bits.
If the last group has less than 4 bits, then simple fill in with 0s from the left.
Take each group of 4 bits and convert it into the equivalent hexadecimal digit.

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

Describe the method for converting hexadecimal to denary.

A

Involves the numbers 4096, 256, 16, 1.

Take each of the hexadecimal digits and multiply it by the heading values.
Add all the resultant totals together to give the denary number.

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

Name 4 uses of the hexadecimal system.

A

Error codes
MAC (Media Access Control) Addresses
IPv6 (Internet Protocol) Adresses
HTML (Hypertext Mark-up Language) Colour Codes

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