Autumn term 1 Mr Reid Flashcards
What is measured in Hertz?
Clock cycles per second
A standard desktop computer has a Gigahertz of…
336
A one gigahertz processor…
executes 1 billion instructions per second
What is the technical name for simultaneous processing in multi-core computers?
concurrent processing
What is threading?
process where dif cores work on the same problem by splitting instructions
What is cache?
very small+fast memory
intermediatry between processor+RAM
What is the internet?
the physical components that make up a network of networks
What is the longest section of the FDE cycle?
fetch
what happens in the Decode section of the FDE cycle?
CU decodes instructions from CR
what happens in the Execute section of the FDE cycle?
Execute the instruction
what happens in the fetch section of the FDE cycle?
-PC holds address of next operation
-copy contents of PC to MAR
-Increment PC
-Load instructions/data pointed to by MAR to MDR
How is the internet differnet from the WWW?
The WWW is the software that runs on the internet, eg websites
What is an IP address?
A unique address that each computer has in order to communicate.
What version of IP addresses are we currently using?
Currently we’re using IP v4, which is four sets of 3 digit numbers up to 225)
Why are v4 IP addresses “running out”?
Many big companies have bought too many addresses but not sold them.
What are the four different registers?
PC, MAR,MDR,CIR
What does PC stand for?
Program Counter
What does MAR stand for?
Memory Address Register
What does MDR stand for?
Memory Data Register
What does CIR stand for?
Current Instruction Register
What does ALU stand for?
Arithmetic Logic Unit