Grade 11 Text Book LU 2 Flashcards
Name the 2 Parts to the CPU
Control Unit (CU)
Arithmetic Logic Unit (ALU)
What do the parts of the CPU contain
Registors
What does the CU do?
The CU section of the CPU controls the execution of each instruction.
What does the ALU do?
Calculations and logical comparisons.
What does the accumulator do?
The accumulator is the register that stores the result of each execution. When data is saved, it is written from the accumulator to RAM.
What is the purpose of registers and what ram is it made from?
The purpose of the registers is to store the current instruction and its data. These registers are made from a fast type of RAM called static RAM (SRAM).
What is SRAM?
This type of RAM is extremely fast but very expensive. SRAM does not contain capacitors which have to be constantly refreshed increasing the access time of SRAM.
What is Serial Processing?
The processor had a single core where the problem was broken into a set of instructions that are executed sequentially, one after the other, and on a single processor.
What is parallel processing?
The concept of parallel processing is a method of simultaneously breaking up and running program instructions on multiple microprocessors, thereby reducing processing time. Another way is if the user runs different programs simultaneously, each program can run on its own processor.
What is hyperthreading?
Hyperthreading was developed before it was possible to create separate cores on a single processor chip, by duplicating the registers on the chip. This allowed the next instruction to be preloaded into a second set of registers while the first set of registers was being processed reducing the time it took switch between instructions.
Who developed hyperthreading?
developed in 2002, Intel’s first effort in parallel processing.
What is Multiprocessing?
Multiprocessing is having multiple CPUs, called cores, on a single CPU chip. Many processes can run at the same time instead of appearing to run at the same time.
What is cache memory
Cache memory stores blocks of program instructions and data that have been pre-fetched from RAM in the hope that these instructions or data will be needed next by the CPU. Between the CPU and RAM, cache memory exists. It is made from SRAM (static RAM) chips, which have faster access speed than DRAM (dynamic RAM, normal RAM).
The different levels of cache and describe them
Level 1 cache is a very small amount of memory built-in with the internal circuitry of the CPU chip. L1 cache usually has the same speed as the CPU’s internal speed.
* Level 2 cache memory can be located on the CPU chip, slightly further away from the internal CPU circuits. L2 cache is usually slightly larger than L1 cache, and usually has slower access, running at half the CPU’s internal speed.
* Many motherboards also have Level 3 cache on the actual board itself, but closer to the CPU than RAM. L3 is larger and has slower access than L1 and L2.
What does the cache do?
Cache (pronounced cash) stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere.
What is RAM?
RAM is the main memory in chips on modules attached to dedicated slots on the motherboard. RAM stores the programs currently in use and the data associated with them.
What is DRAM?
DRAM stands for Dynamic RAM which is the type of chip used for this memory. Each DRAM chip contains a capacitor which loses its charge and must be refreshed many times per second