Wa0034
Wa0034
Ans: The processor is a chip or a logical circuit that responds and processes the basic instructions to
drive a particular computer.
Processors are invented by Marcian Hoff. Some of the processor manufacturer companies are Intel,
AMD, Qualcomm, Motorola, Samsung, IBM, etc. The processors are small size chips made by silicon
that are placed inside the devices to perform the task or operation within seconds and its speed is
measured in terms of megahertz. The fetching, decoding, executing and write back the instructions
are the four main primary functions of the processor
Q: Explain Type of Processor
Types of Processors
Processors are ranked in terms of hertz, or more commonly gigahertz e.g., 2.5 GHz.
This is the frequency they run at. Generally, the higher the speed, the better the
performance. Three different manufacturers produce a vast majority of the
processors available for purchase.
1. Intel. Intel is the most popular and well-known maker of processors. Manufacturers
like Dell, Apple, Samsung and HP all use Intel processors in their computers. Intel
processors are the most stable and offer the best all- round performance. The
current i3, i5 and i7 models represent entry, middle and high level hardware.
Ans:- Instruction cycle is collection of phases which covers all the steps required for executing
instruction in a processor. They are as follows:
1. Fetch
2. Decode
3. Execute
4. Write back
1. Fetch instruction: Read instruction code from address in PC and place in Instruction Register.
2. Decode instruction: The instruction fetched are converted into Machine Readable form so that
System can understand it for further processing
3. Execute: Perform the functions on decoded instruction. This is done by Accumulator in ALU. Which
actually perform all calculations on operands based on type of operator
4. Write back : It Store executed result in memory if necessary: If destination is a memory address,
initiate a memory write cycle to transfer the result from the CPU to memory. Depending on the
situation, the CPU may or may not have to wait until this operation completes. If the next instruction
does not need to access the memory chip where the result is stored, it can proceed with the next
instruction while the memory unit is carrying out the write operation.
A instruction execute in single clock cycle Instruction take more than one clock cycle
A instruction fit in one word Instruction are larger than size of one word