Chapter 1 — Practice

Short CO1 questions in the exact style of Q1(a)/(c). Answer aloud, then reveal.

1.1State Moore’s Law and summarize its consequences.
1.2Distinguish computer architecture from computer organization.
1.3Put these in order and name what each does: Loader, Compiler, Linker, Assembler.
1.4Explain how abstraction helps programmers cope with complexity (with a diagram).
1.5What is RISC vs CISC? Give two examples of each and say which one MIPS is.
1.6Convert a = b − c to mid-level and low-level language. What are these three levels called?
1.7What is a register, and what is it built from?