Final

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