1
1
Basic Terminology
Computer architecture comprises of at least three (3) main sub-categories.
Instruction Set Architecture (ISA), is the abstract image of a computing system that id seen by a
machine language or assembly programmer, including the instruction set, memory address
nodes, processor registers, address and data formats.
Micro architecture, also known as computer organization is a lower level more concrete and
detailed description of the system that involves how the content part of the system are
interconnected and how they interoperate in order to implement ISA. The size of a computer
cache for instance is an organizational issue that generally has nothing to do with the ISA.