FDE Terminology

123456789101112
Across
  1. 3. contains the address of the instruction being executed at the current time. As each instruction gets fetched, the value increases its stored value by 1.
  2. 5. Goes to the address of the requested instruction from memory
  3. 6. Holds the instruction that is currently being decoded and executed
  4. 8. a computer bus that is used by the CPU to communicate with devices that are contained within the computer
  5. 10. a single computer bus that connects the major components of a computer system, combining the functions of a data bus to carry information, an address bus to determine where it should be sent, and a control bus to determine its operation
  6. 11. a system within a computer or device, consisting of a connector or set of wires, that provides transportation for data
Down
  1. 1. Temporarily stores information inside the CPU
  2. 2. The instruction cycle is the cycle that the central processing unit follows from boot-up until the computer has shut down in order to process instructions
  3. 4. It tells the computer's memory, arithmetic and logic unit and input and output devices how to respond to the instructions that have been sent to the processor
  4. 5. Goes to the address to fetch the data
  5. 6. main processor or just processor, is the electronic circuitry within a computer that executes instructions that make up a computer program
  6. 7. a computer bus architecture. It is used to transfer data between devices. The devices are identified by the hardware address of the physical memory
  7. 9. The register that does all of the Arithmetic and Logical calculations
  8. 12. Stores the value of the calculations performed