Computer Architecture Final 2

12345678910111213141516171819202122
Across
  1. 4. The _____ cycle is a sequence of instructions consisting of fetch, decode, read effective address, and execute.
  2. 7. The basic operations executed on data stored in registers. Usually in the form R2 <- R1
  3. 8. Number of bits in an opcode.
  4. 9. What you use to translate a program from assembly to machine language.
  5. 13. A single-processor register typically labeled AC, used for the short-term storage of arithmetic and logic data in the CPU.
  6. 15. What does this microoperation do to the contents of R1? R1 <- R1 – 1
  7. 18. What you use to translate a program from a high-level language to machine language.
  8. 20. The part of the instruction cycle in which the computer determines what actions the instruction dictates.
  9. 21. Number of bits in an address.
  10. 22. A _____ address instruction is when the second part of the instruction code specifies the address of an operand.
Down
  1. 1. The ____ counter contains the location of the instruction that is currently being executed.
  2. 2. ___ control is when control logic is stored in memory.
  3. 3. An _____ address instruction is when the second part of the instruction code designates an address of a memory word in which the address of the operand is found.
  4. 5. A pseudo-instruction (acronym) to define the origin, or first address, of a microprogram routine.
  5. 6. The part of the instruction cycle in which the computer retrieves an instruction from memory.
  6. 10. The _____ address register stores the memory address for the data to be fetched for the CPU.
  7. 11. ___ control is when control logic is implemented with gates, flip-flops, decoders, and other digital circuits.
  8. 12. A communication system that transfers data between the different components of a computer. It is often constructed with multiplexers or buffers.
  9. 14. A group of bits in an instruction that define operations such as add, subtract, multiply, shift, and complement.
  10. 16. The part of the instruction cycle in which the computer performs the actions of the instruction.
  11. 17. The acronym representing a circuit that is a combination of the arithmetic circuit and the logic circuit.
  12. 19. ____ language is the language that the computer understands as a binary program where the sequence of instructions and operands in binary that list the exact representation of instructions as they appear in computer memory.