1.1/2 Binary Systems & Hexadecimal Flashcards

1
Q

Computer

A

An electronic machine for processing data

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

Why are computers useful?

A

They process data to make useful information.

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

Why must data be converted into binary form when it is input to a computer?

A

The processor inside a computer stores data using electrical switches that can be either on or off.

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

2 factors that increase the speed of a computer

A
  1. Adding more RAM to a computer. If there isn’t enough room in RAM, some of the data are stored outside of it and it is slower for the processor to access this data. Then the computer will go more slowly.
  2. Using larger registers. Computers with large registers can work on more data than those with small registers, so they usually work more quickly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why is the hexadecimal notation used to represent numbers?

A
  1. It is very easy to convert hexadecimal into binary and vice versa.
  2. Hexadecimal is much easier to read than binary.
  3. Hexadecimal numbers take up much less space than binary numbers.
  4. Mistakes are less likely to be made.
  5. It is easier to debug (find errors).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Uses of hexadecimal - MAC addresses

A

A MAC address is a UNIQUE address used to identify a device. It is a static address (it does not change). It is set by the manufacturer. It consists of 12 hexadecimal numbers. The first 6 digits represent the manufacturer’s identity, and the last 6 digits represent the serial number of the device.

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

Uses of hexadecimal - Memory dumps

A

Hexadecimal is often used when developing new software or when trying to trace errors in programs. Hexadecimal codes show the memory locations so that it is possible to find out exactly where in memory the fault occurs.

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

Uses of hexadecimal - Colour codes in HTML

A

HTML code is often used to represent colours of text on a computer screen. The values change to represent different colours.
eg. #FF0000 represents primary colour red

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