computer systems Flashcards

1
Q

Convert the denary number 221 into 8 bit binary.

A

11011101

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

Convert the hexadecimal number 2F into denary.

A

16 (2 * 16 + 15), or converting to binary first (0010 1111).47

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

Convert the binary number 10110000 into hexadecimal.

A

B0

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

Identify how many unique values can be represented by 4 bits.

A

16

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

Perform a binary shift of 3 places right on the binary number 10001110.

A

00010001

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

What does the program counter(PC) do?

A

Stores the address of the next instruction to be fetched from
memory. Increments during each fetch-execute cycle.

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

What does WAN stand for?

A

Wide Area Network.

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

What does LAN stand for?

A

Local Area Network.

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

Explain why Ethernet is a standard.

A

Ethernet is used by (mostly) all manufacturers //
Ethernet is used in many devices
* To allow compatibility with other devices
* Ethernet has a high bandwidth
* Ethernet has inbuilt security
* Ethernet is a proven/reliable connection
* Ethernet is low cost for
purchase/installation/maintenance (compared to other wired connections).

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

Identify one other factor that can affect the performance of the network.

A

Receive packets
* Forward/sending/transmitting packets
* Maintain a routing table // by description
* Identify the most efficient path to the destination
/ correct IP / correct location
* Assign IP addresses to nodes/devices
* Converts packets from one protocol to another.

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