Explain the idea behind RISC(SRC) computer
Write KB,MB,GB,TB in base 10
Hint: 2^10 ~ 10^3
Bit**, Nibble, Byte, word, double word, long word, Hertz
Bit - basic unit to store current - 1 or 0.
Nibble - 4 bits - storing a digit of a number
Byte - 8 bits
word - 2 bytes, 16 bits
double word - 4 bytes, 32 bits
long word - 8 bytes , 64 bits
Hertz - one cycle per second
What is assembler?
Computer program that translates with a one-to-one mapping, assembly to machine language.
What can you tell me about the PC register?
What can you tell me about the IR register?
Why both are needed?
What is special about the MA and MD registers?
_They access memory directly_
The rest of the 32 registers are used to store data temporarily in the cpu, before the desired data is saved to memory.
What is the ALU unit?
Arithmatic logic unit
Two entrances A,B which are used as operators, on which we perform an arithmatic operaion.