What is a high level programming language ? (2 points)
Close to English and readable by humans.
But has to be converted to machine code for the CPU to understand.
What is low level language ?
Machine Code which the computer can understand.
What are the three Buses ?
Address Bus, Data Bus, Control Bus.
What does the Address Bus do? (2 points)
Transmits the address of the data to be loaded from CPU to memory.
Goes only one way.
What does the Data Bus do ? (2 points)
The data bus transmits data between the components.
It goes both ways.
What does the Control bus do ? (2 points)
The control bus transmits command, timing, and status information between components.
It goes both ways.