CHAPTER 3-CPU

1234567891011121314151617181920
Across
  1. 6. is a temporary holding location on a CPU where data must be placed before the CPU can use it.
  2. 8. is a series of lanes that are used to communicate between the CPU and other major parts of the computer, such as RAM and input/output (I/O) devices
  3. 9. Many server computers and some high-end client computers have multiple physical CPUs ranging from two to 128 or more. This type of computer is referred to as a
  4. 12. is the part of a CPU that reads and executes machine code, such as reading and writing data from and to memory or executing an arithmetic operation
  5. 14. consists of machine code instructions and data
  6. 16. carries the actual data that is being read from or written to system memory.
  7. 19. performs the primary task of any CPU, which is to execute instructions
Down
  1. 1. includes the number and type of CPUs in the hardware
  2. 2. carries status signals between the CPU and other devices
  3. 3. is a register on a CPU that contains the address of the next instruction the CPU will execute.
  4. 4. is the director of operations in the CPU
  5. 5. is the ability of the CPU to perform more than one task on a single clock cycle. is the ability of the CPU to perform more than one task on a single clock cycle.
  6. 7. is the list of machine code commands that the CPU supports.
  7. 10. intercepts accesses to memory for data or code and checks if the requested data is in cache first
  8. 11. carries address signals to indicate where data should be read from or written to in the system’s memory
  9. 13. is the chip that performs the actual computational and logic work
  10. 15. When power is applied to the CPU, it begins reading data from a memory address called the
  11. 17. Is a path or channel between a computer computer's CPU and the devices it manages, such as memory and I/O devices
  12. 18. CPUs are manufactured on a silicon wafer, and the result called a
  13. 20. is usually a very simple operation, such as load a byte of data into a register.