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