Computer Architecture: A Minimalist Perspective

12345678910111213141516171819202122232425262728293031323334353637383940414243
Across
  1. 3. an architecture where memory is accessed only by load and store operations
  2. 7. a small, fast memory that is a buffer for slower memory.
  3. 9. result from execution of instruction.
  4. 10. part of an instruction for the operation.
  5. 11. one instruction set computing.
  6. 12. first operand of instruction.
  7. 14. prediction a way of solving hazards.
  8. 16. determine instruction operations.
  9. 17. a register for storing intermediate results.
  10. 19. highspeed memory element in a processor for operands, results, instructions, or addresses.
  11. 21. an operation in BoehmJacopini Theorem.
  12. 22. multiple physical components of a computer.
  13. 25. program a computer that stores datum and instructions in memory.
  14. 26. a series of instructions that are simulataneously fetch, decode, execute, write.
  15. 29. register for offset of an address into memory.
  16. 32. a microinstruction sequence.
  17. 36. a subsystem that transfers data between computer elements.
  18. 38. list of instructions executed on a processor for a purpose.
  19. 39. parameter of instruction, datum, address, pointer.
  20. 42. a hardwarelevel operation for an instruction.
  21. 43. single instruction set computer but not CISC.
Down
  1. 1. Neumann a computer architecture with stored program using memory, processor, inputoutput.
  2. 2. branch branch operation but upon logical condition.
  3. 4. register register of status from execution of instruction.
  4. 5. a computer architecture with physically separate memory for datum and instructions.
  5. 6. retrieve an instruction.
  6. 8. register for sequential count from initial value.
  7. 13. instruction for a nothing operation.
  8. 15. multiple processor computer.
  9. 18. an organization of hardware or software system.
  10. 20. a lastin firstout computer architecture.
  11. 23. counter register for address of current instruction.
  12. 24. zero instruction set computer.
  13. 27. minimal instruction set computing.
  14. 28. instruction parallelism on a single processor.
  15. 30. process datum with an instruction.
  16. 31. execution unit with registers, instruction decoder, arithmeticlogic unit, control unit.
  17. 33. set set of instructions used by a machine.
  18. 34. second operand of instruction.
  19. 35. branch backwards to repeat sequence of instructions
  20. 37. a branch in BoehmJacopini Theorem.
  21. 40. a datum value for location in memory of operand
  22. 41. a store of datum and instructions.