Computer sicence

12345678910111213141516
Across
  1. 4. work out what an instruction means/what it is telling the CPU to do
  2. 7. collect an instruction from another location
  3. 9. expression that contains conditional operators; symbols e.g. >, < and = used to carry out comparisons between two values
  4. 11. (ACC)register that holds the results of processing carried out by the ALU
  5. 12. carry out the instructions described in a computer program
  6. 13. the part of the computer that carries out program instructions, sometimes known simply as the processor
  7. 14. completes a check to see whether set criteria is either True or False
  8. 15. any data or instructions that pass into or out of main memory must pass through the MDR
  9. 16. holds the address of the memory location being accessed,toread data from or write data to
Down
  1. 1. combination of logic gates for solving a problem in a digital device
  2. 2. symbol e.g. >, < and = used to carry out comparisons between two values
  3. 3. (PC)stores the address of the next instruction waiting to be executed by the CPU
  4. 5. (CU)issues commands to the other hardware components to help ensure programs are carried out correctly
  5. 6. location in main memory that temporarily stores data about memory locations, instructions and data used during the execution of an instruction
  6. 8. carries out the calculations needed during the execution of a program
  7. 10. another name for RAM, which is used to store the programs and data the CPU is currently using
  8. 14. stores the address of the instruction the CPU is currently executing