1.1 Number Systems Flashcards

1
Q

What is the name of the very small component that makes up the components which process data in a computers?

A

Logic gates

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

What kind of data can logic gates process?

A

Digital data

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

Where is the data which is used by logic gates stored?

A

In Registers

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

Why is hexadecimal easier for humans to understand
than binary?

A

it is easier as it is a shorter representation of the binary therefore it is easier for us to understand what the hexadecimal represents

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

Name the base number system for Denary, Hexadecimal and Binary.

A

Denary base-10
Hexadecimal base-16
Binary base-2

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

What is an Overflow error and when does it occur?

A

An overflow error is when the value attempted to be represented or stored exceeds the predefined limit

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

What are some areas of computers science where hexadecimal is used?

A

When writing MAC address and representing colour

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

Name 3 benefits of using hexadecimal rather than binary for programmers.

A

Hexadecimal is a shorter way of representing binary, so it takes up less space on the computer screen or piece of paper.
Hexadecimal is easier for a programmer to read, write and understand.
Hexadecimal is easier to debug and locate errors in data.

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