what is the stored program concept
explain the role of the processer
what is the role of the main memory
what is the role of the secondary memory and give examples
what are the 3 different buses
describe and explain the control bus
explain the following control lines:
1. memory write
2. memory read
3. I/O write
4. I/O read
5. bus request
describe and explain the data bus
explain the importance of the width of the data bus
explain the address bus
what are five factors affecting processors performance
full explanation
explain the steps of the fetch execute cycle
what are the 2 different types of architecture
compare Von Neumann architecture to Harvard architecture
give the definition for:
processor
a device that carries out computation data by following instructions
give the definition for:
main memory
RAM
stores data and instructions that will be used by the processor
give the definition for:
read only memory (ROM)
stores data that can be read from but not written to
give the definition for:
bus
microscopic parallel wires that transmit data between internal components
give the definition for:
data bus
transfers the data between the processor and memory
give the definition for:
word length
the number of bits that can be addressed, transferred or manipulated as one unit
give the definition for:
address bus
used to specify a specific address in memory so that the data bus can access it
give the definition for:
control bus
controls the flow of data between the processor and other parts of the computer
give the definition for:
von neumann architecture
a technique for building a processor where data and instructions are stored in the same memory and accessed via buses
give the definition for:
harvard architecture
technique for building a processor that uses seperate buses and memory for data instruction