computer systems Flashcards
Convert the denary number 221 into 8 bit binary.
11011101
Convert the hexadecimal number 2F into denary.
16 (2 * 16 + 15), or converting to binary first (0010 1111).47
Convert the binary number 10110000 into hexadecimal.
B0
Identify how many unique values can be represented by 4 bits.
16
Perform a binary shift of 3 places right on the binary number 10001110.
00010001
What does the program counter(PC) do?
Stores the address of the next instruction to be fetched from
memory. Increments during each fetch-execute cycle.
What does WAN stand for?
Wide Area Network.
What does LAN stand for?
Local Area Network.
Explain why Ethernet is a standard.
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).
Identify one other factor that can affect the performance of the network.
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.