Wrong in Mocks Flashcards
Give three reasons why a programmer may use hexadecimal to represent binary numbers
- It is easier to read
- Easier to debug
- Less likely to make mistake
- Shorter representation
Explain the effect this change will have on the performance of the CPU
Improves performance because more FDE cycles can be processed in a second.
Describe the role of the MAR in the fetch-decode-execute cycle
Stores addresses of next instruction.
CPU has a list of all the machine code commands it can process, what is this list called?
Instruction Set
Describe the differences between symmetric and asymmetric encryption.
Symmetric has a shared key to encrypt and decrypt, known by both sender and receiver.
Asymmetric have different keys, public to encrypt and private to decrypt. Everyone knows public key but only those intended know private key.