CpE414a

12345678910111213141516
Across
  1. 3. It is used to generate interrupts signals which tells the CPU to pause its current task and start executing another set of predefined activities.
  2. 4. A circuitry needed to perform the arithmetic, logic, and shift operations demanded by the instruction set.
  3. 8. These are extremely fast memory locations within the CPU that are used for holding data, addresses and instructions during processing the instruction.
  4. 9. These are registers that can store either address or the data but not both.
  5. 10. A control unit that generates control signals with the help of stored microinstructions.
  6. 12. A memory location where microprograms are stored.
  7. 13. A technique in which two or more independent CPU are placed in a single IC in order to increase performance.
  8. 14. A section of CPU that contains the control unit.
  9. 15. Also known as out-bus used for transferring data out of the registers.
  10. 16. Also known as in-bus used for moving data into registers.
Down
  1. 1. A process where multiple instructions are overlapped from the processor during execution.
  2. 2. These are registers that can store both data and addresses at a same time.
  3. 5. A control unit that generates the control signals needed for the processor using logic circuits.
  4. 6. A section of CPU that contains the registers and the ALU.
  5. 7. This used to transfer data from memory to an I/O device directly without using the CPU.
  6. 11. The entity responsible for fetching, decoding, and executing instruction from the memory.