Unit 1 - Data representation Flashcards

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

What are the three number system you need to know?

A
  • Denary
  • Binary
  • Hexadecimal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is binary?

A

the code that computers and machines use to process information. Is it a base-2 system (composed of 1 and 0). All data that computers are required to process has to be converted into binary for the computer to understand.

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

Why do computers use binary?

A

It is easier for computers to understand because the processor inside the computer can execute only binary commands

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

What is denary?

A

It is a base-10 system (there are 10 digits that form the base system which are 0,1,2,3,4,5,6,7,8,9) (basically it is just normal numbers that humans use).

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

What is hexadecimal?

A

Another number system that computers use for processing. It is a base-16 number system. Similar to denary as it uses the number 0-9, but the numbers 10-15 are represented by the letters A-F.

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

Why do humans like hexadecimal more than binary?

A

Computers only use binary, hexadecimal is more for humans as it shortens a long binary number.

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