Topic 5-Computer Hardware Flashcards
Central processing unit (CPU)
- The CPU (central processing unit) is often referred to as the ‘brain’ of the computer
- Its main role is to process programs and data
- It does this by repeatedly fetching an instruction from memory and executing it (fetch-execute cycle)
Component-Control unit
- Decides which instruction to carry out next
- Fetches it from memory
- Decodes the instruction and executes (or obeys) the instruction
- Repeats the process (fetch-execute cycle)
Component-Arithmetic and logic unit(ALU)
- Carries out arithmetic calculations,e.g addition,multiplication,subtraction,division
- Preforms logical comparisons to assist with decision-making by using the operators AND,OR and NOT
Component-Immediate access store (IAS)
- Stores all programs and data temporarily while they are in use
- During the fetch-execute cycle,instructions are fetched from their specific storage location in the IAS using an address
Fetch-execute cycle
- The CPU includes a number of registers
- These are high-speed memory locations,each used for specific purposes
- The registers below have an important role during the fetch-execute cycle
Registers-Program Counter (PC)
- A PC stores the address (memory location reference) of the next instruction to be fetched.
- It is automatically incremented by 1 every time wn instruction is fetched
Register-Memory Address register (MAR)
The address of the current instruction or data being executed is temporarily stored in the MAR
Register-Memory data register (MDR)
This register will temporarily store data being fetched from or written to the main memory of the CPU
Register-Instruction Register (IR)
This register temporarily stores the current instructions to be decoded and then executed
Accumulator
When calculations take place on data,the results are initially stored in the accumulator before being transferred and stored in the main memory
Factors that influence the speed of processing-Clock speed
- The clock speed measures the number of instruction cycles the CPU can deal with in a second
- The standard unit of measurement for clock but speed is gigahertz (Ghz)
Factors that influence the speed of processing-Cache
- Cache temporarily frequently used instructions and data
- It is quicker to search cache memory than RAM,thus increasing processor speed
Factors that influence the speed of processing-Processor Core
- A core can be defined as a single processor
- More advanced CPUs contain more than one core,which will increase their ability to run many programs at the same time,for example,a ‘quad core’ processor has four processors
The purpose of a microphone
- Accepts sound input or human voice into a computer system
- A voice recognition system can convert sound to text
Advantages of a microphone
- Faster to speak using a microphone than typing words using a keyboard
- It is hands free,allowing users to carry out other activities at the same time as voice input