Number Systems Flashcards

(15 cards)

1
Q

Explain why computers process data in binary format.

A

Computers process data using logic gates that can only have two states (1/0)

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

What is Denary?

A

Denary is a number system that is made up of 10 digits (0-9) and is referred to as a base-10 number system.

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

What is binary?

A

Binary is a number system that is made up of two digits (1 and 0) and is referred to as a base-2 number system.

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

What is hexadecimal?

A

Hexadecimal is a number system that is made up of 16 digits, 10 numbers (0-9) and 6 letters (A-F) and is referred to as a base-16 number system.

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

3 Advantages of Hexadecimal

A

It takes fewer digits to represent a given value in hexadecimal than in binary.

The more bits there are in a binary number, the harder it makes for a human to read

Numbers with more bits are more prone to errors when being copied

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

Uses of Hexadecimal

A

MAC addresses, Colour code, URLs, Error codes and IP Addresses

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

0 + 0 =

A

0

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

1 + 1 =

A

1 0

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

1 + 1 + 1 =

A

1 1

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

1 + 0 =

A

1

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

0 + 1 =

A

1

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

What is an overflow error?

A

An overflow error occurs when the result of a binary addition exceeds the available bits.

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

What does a binary logical left shift do?

A

Double a number.

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

What does a binary logical right shift do?

A

Half a number.

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

What is two’s complement?

A

A method of using signed binary values to represent negative numbers.

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