SlideShare a Scribd company logo
1 of 9
Download to read offline
1.CPU INSTRUCTION AND EXECUTION CYCLE:
The primary function of the cpu of a computer is to execute the sequence of instructions stored
ina memory which is an external to the cpu.The cpu must first fetch an instruction from the
memory before it can be executed .The sequence of operations involved in processing an
instruction constitutes an instruction cycle.This can be sub divided into two major phases i.e.,
fetch phase and execution phase.These two phases are performed in two cosecutive time slots
under the control of a clock.Hence these two operations are called as cycles .The time needed to
complete the execution of an instruction is known as INSTRUCTION CYCLE time .
a.FETCH CYCLE:The instruction is obtained from main memory during the fetch cycle.The
fetch operation can be described as "send the address of the next instruction to memory and
recieve the instruction from the memory".
b.EXECUTION CYCLE:The execution cycle includes decoding the instruction fetching of the
required operand and performing the operations specified by aninstructions opcode.In other
words it can be stated as "Decode the fetched instruction if the operand is specified in the
memory then fetch that operand and execute the instruction ".
**INSTRUCTION CYCLE:
Thus the fetch and execute operations are carried out in synchronism with a clock is known as
instruction cycle i.e.,IC=FC+EC.
3.a.INSTUCTION FORMAT:Instruction format has one or more number of fields.The first field
is called as operation code field or opcode fielde which indicates type of operations to be
performed by the cpu.It also contains other fields known as operand fields.The cpu executes the
instructions using the information which resides in these fields.
b.WORD SIZE:A memory unit stores binary information in group of bits called words.The
number of bits in each word is often refered to as the WORD SIZE of a computer.Each word is
stored in one memory register.The word size in micro and mini computers ranges from 8 to 32
bits, and large computers usually have 32 or more bits in a word.
c.CLOCK RATE:A clock is a square wave , which is used to synchronize various devices in the
microprocessor and the system.Every microprocessor system requires a clock for its
functioning.The time taken for the microprocessor and the system to execute an instruction is
called clockrate.
4.FUNCTION OF GENERAL PURPOSE AND SPECIAL PURPOSE REGISTERS:
General purpose registers are available to store any transient data required by the program.For
example, when a program is interrupted its state, ie: the value of the registers such as the
program counter, instruction register or memory address register - may be saved into the general
purpose registers, ready for recall when the program is ready to start again.In general the more
registers a CPU has available, the faster it can work.
A Special Function Register (or Special Purpose Register, or simply Special Register) is a
register within a microprocessor, which controls or monitors various aspects of the
microprocessor's function. Depending on the processor architecture, this can include, but is not
limited to:
-I/O and peripheral control (such as serial ports or general-purpose IOs)
-timers
-stack pointer
-stack limit (to prevent overflows)
-program counter
-subroutine return address
-processor status (servicing an interrupt, running in protected mode, etc.)
-condition codes (result of previous comparisons)
Because special registers are closely tied to some special function or status of the processor, they
might not be directly written by normal instructions (such as adds, moves, etc.). Instead, some
special registers in some processor architectures require special instructions to modify them. For
example, the program counter is not directly writeable in many processor architectures. Instead,
the programmer uses instructions such as return from subroutine, jump, or branch to modify the
program counter. For example, the condition code register might not directly writable, instead
being updated only by compare instructions.
5.SEMI CONDUTOR BASED MICROPROCESSORS:
Microprocessor is a computer processor which incorporates the functions of a computer's central
processing unit (CPU) on a single integrated circuit (IC),or at most a few integrated circuits.The
microprocessor is a multipurpose, clock driven, register based, programmable electronic device
which accepts digital or binary data as input, processes it according to instructions stored in its
memory, and provides results as output. Microprocessors contain both combinational logic and
sequential digital logic. Microprocessors operate on numbers and symbols represented in the
binary numeral system.
It has limitations on the size of data. The applications are limited by the physical address space.
The analog signals cannot be processed directly and digitizing the analog signals introduces
errors. The speed of execution is slow and so real time applications are not possible. Most of the
microprocessors does not support floating point operations.
6.DISTINGUISHING CHARACTERISTICS OF PRIMARY AND SECONDARY STORAGE:
Primary memory is the main memory (Hard disk, RAM) where the operating system resides.
Secondary memory can be external devices like CD, floppy magnetic discs etc. secondary
storage cannot be directly accessed by the CPU and is also external memory storage.
Difference between Primary storage and secondary storage
- Primary memory storages are temporary; where as the secondary storage is permanent.
- Primary memory is expensive and smaller, where as secondary memory is cheaper and larger
- Primary memory storages are faster, where as secondary storages are slower.
- Primary memory storages are connected through data buses to CPU, where as the secondary
storages are connect through data cables to CPU
7.DEVICES USED TO IMPLEMENT PRIMARY STORAGE:
Primary Storage Devices: Generally smaller in size, are designed to hold data temporarily and
are internal to the computer. They have the fastest data access speed, and include RAM and
cache memory.A primary storage device is any storage device or component that can store
nonvolatile data in computers, servers and other computing devices. It is used to hold/store data
and applications temporarily or for a shorter period of time while the computer is
running.Primary storage is also known as main storage, main memory or internal memory.
Primary storage devices are internal to the system and are the fastest of the memory/storage
device category. Typically, primary storage devices have an instance of all the data and
applications currently in use or being processed. The computer fetches and keeps the data and
files it in the primary storage device until the process is completed or data is no longer required.
Random access memory (RAM), graphic card memory and cache memory are common
examples of primary storage devices.
8.COMPARISION OF SECONDARY STORAGE ALTERNATIVES:
Storage
Speed
Capacity
Relative Cost
Permanent
Registers
Fastest
Lowest
Highest
No
RAM
Very Fast
Low/Moderate
High
No
Floppy Disk
Very Slow
Low
Low
Yes
Hard Disk
Moderate
Very High
Very Low
Yes
Storage
Speed
Capacity
Relative Cost
Permanent
Registers
Fastest
Lowest
Highest
No
RAM
Very Fast
Low/Moderate
High
No
Floppy Disk
Very Slow
Low
Low
Yes
Hard Disk
Moderate
Very High
Very Low
Yes
Solution
1.CPU INSTRUCTION AND EXECUTION CYCLE:
The primary function of the cpu of a computer is to execute the sequence of instructions stored
ina memory which is an external to the cpu.The cpu must first fetch an instruction from the
memory before it can be executed .The sequence of operations involved in processing an
instruction constitutes an instruction cycle.This can be sub divided into two major phases i.e.,
fetch phase and execution phase.These two phases are performed in two cosecutive time slots
under the control of a clock.Hence these two operations are called as cycles .The time needed to
complete the execution of an instruction is known as INSTRUCTION CYCLE time .
a.FETCH CYCLE:The instruction is obtained from main memory during the fetch cycle.The
fetch operation can be described as "send the address of the next instruction to memory and
recieve the instruction from the memory".
b.EXECUTION CYCLE:The execution cycle includes decoding the instruction fetching of the
required operand and performing the operations specified by aninstructions opcode.In other
words it can be stated as "Decode the fetched instruction if the operand is specified in the
memory then fetch that operand and execute the instruction ".
**INSTRUCTION CYCLE:
Thus the fetch and execute operations are carried out in synchronism with a clock is known as
instruction cycle i.e.,IC=FC+EC.
3.a.INSTUCTION FORMAT:Instruction format has one or more number of fields.The first field
is called as operation code field or opcode fielde which indicates type of operations to be
performed by the cpu.It also contains other fields known as operand fields.The cpu executes the
instructions using the information which resides in these fields.
b.WORD SIZE:A memory unit stores binary information in group of bits called words.The
number of bits in each word is often refered to as the WORD SIZE of a computer.Each word is
stored in one memory register.The word size in micro and mini computers ranges from 8 to 32
bits, and large computers usually have 32 or more bits in a word.
c.CLOCK RATE:A clock is a square wave , which is used to synchronize various devices in the
microprocessor and the system.Every microprocessor system requires a clock for its
functioning.The time taken for the microprocessor and the system to execute an instruction is
called clockrate.
4.FUNCTION OF GENERAL PURPOSE AND SPECIAL PURPOSE REGISTERS:
General purpose registers are available to store any transient data required by the program.For
example, when a program is interrupted its state, ie: the value of the registers such as the
program counter, instruction register or memory address register - may be saved into the general
purpose registers, ready for recall when the program is ready to start again.In general the more
registers a CPU has available, the faster it can work.
A Special Function Register (or Special Purpose Register, or simply Special Register) is a
register within a microprocessor, which controls or monitors various aspects of the
microprocessor's function. Depending on the processor architecture, this can include, but is not
limited to:
-I/O and peripheral control (such as serial ports or general-purpose IOs)
-timers
-stack pointer
-stack limit (to prevent overflows)
-program counter
-subroutine return address
-processor status (servicing an interrupt, running in protected mode, etc.)
-condition codes (result of previous comparisons)
Because special registers are closely tied to some special function or status of the processor, they
might not be directly written by normal instructions (such as adds, moves, etc.). Instead, some
special registers in some processor architectures require special instructions to modify them. For
example, the program counter is not directly writeable in many processor architectures. Instead,
the programmer uses instructions such as return from subroutine, jump, or branch to modify the
program counter. For example, the condition code register might not directly writable, instead
being updated only by compare instructions.
5.SEMI CONDUTOR BASED MICROPROCESSORS:
Microprocessor is a computer processor which incorporates the functions of a computer's central
processing unit (CPU) on a single integrated circuit (IC),or at most a few integrated circuits.The
microprocessor is a multipurpose, clock driven, register based, programmable electronic device
which accepts digital or binary data as input, processes it according to instructions stored in its
memory, and provides results as output. Microprocessors contain both combinational logic and
sequential digital logic. Microprocessors operate on numbers and symbols represented in the
binary numeral system.
It has limitations on the size of data. The applications are limited by the physical address space.
The analog signals cannot be processed directly and digitizing the analog signals introduces
errors. The speed of execution is slow and so real time applications are not possible. Most of the
microprocessors does not support floating point operations.
6.DISTINGUISHING CHARACTERISTICS OF PRIMARY AND SECONDARY STORAGE:
Primary memory is the main memory (Hard disk, RAM) where the operating system resides.
Secondary memory can be external devices like CD, floppy magnetic discs etc. secondary
storage cannot be directly accessed by the CPU and is also external memory storage.
Difference between Primary storage and secondary storage
- Primary memory storages are temporary; where as the secondary storage is permanent.
- Primary memory is expensive and smaller, where as secondary memory is cheaper and larger
- Primary memory storages are faster, where as secondary storages are slower.
- Primary memory storages are connected through data buses to CPU, where as the secondary
storages are connect through data cables to CPU
7.DEVICES USED TO IMPLEMENT PRIMARY STORAGE:
Primary Storage Devices: Generally smaller in size, are designed to hold data temporarily and
are internal to the computer. They have the fastest data access speed, and include RAM and
cache memory.A primary storage device is any storage device or component that can store
nonvolatile data in computers, servers and other computing devices. It is used to hold/store data
and applications temporarily or for a shorter period of time while the computer is
running.Primary storage is also known as main storage, main memory or internal memory.
Primary storage devices are internal to the system and are the fastest of the memory/storage
device category. Typically, primary storage devices have an instance of all the data and
applications currently in use or being processed. The computer fetches and keeps the data and
files it in the primary storage device until the process is completed or data is no longer required.
Random access memory (RAM), graphic card memory and cache memory are common
examples of primary storage devices.
8.COMPARISION OF SECONDARY STORAGE ALTERNATIVES:
Storage
Speed
Capacity
Relative Cost
Permanent
Registers
Fastest
Lowest
Highest
No
RAM
Very Fast
Low/Moderate
High
No
Floppy Disk
Very Slow
Low
Low
Yes
Hard Disk
Moderate
Very High
Very Low
Yes
Storage
Speed
Capacity
Relative Cost
Permanent
Registers
Fastest
Lowest
Highest
No
RAM
Very Fast
Low/Moderate
High
No
Floppy Disk
Very Slow
Low
Low
Yes
Hard Disk
Moderate
Very High
Very Low
Yes

More Related Content

Similar to 1.CPU INSTRUCTION AND EXECUTION CYCLEThe primary function of the .pdf

COMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTESCOMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTESDr.MAYA NAYAK
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005SOLOMONCHINAEMEUCHEA
 
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxFANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxPannaBushratul
 
The cpu cycle
The cpu cycleThe cpu cycle
The cpu cyclejndatirwa
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002SOLOMONCHINAEMEUCHEA
 
computer organization and architecture notes
computer organization and architecture notescomputer organization and architecture notes
computer organization and architecture notesUpasana Talukdar
 
Multilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMultilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMahesh Kumar Attri
 
Unit 1 processormemoryorganisation
Unit 1 processormemoryorganisationUnit 1 processormemoryorganisation
Unit 1 processormemoryorganisationKarunamoorthy B
 
Unit 2 processor&memory-organisation
Unit 2 processor&memory-organisationUnit 2 processor&memory-organisation
Unit 2 processor&memory-organisationPavithra S
 
COMPUTER_ORGANIZATION (1).pptx
COMPUTER_ORGANIZATION (1).pptxCOMPUTER_ORGANIZATION (1).pptx
COMPUTER_ORGANIZATION (1).pptxnodov66591
 
computer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfcomputer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfshubhangisonawane6
 
Computer Arithmetic and Processor Basics
Computer Arithmetic and Processor BasicsComputer Arithmetic and Processor Basics
Computer Arithmetic and Processor BasicsShinuMMAEI
 
CMP 416-Architecture and system design.pdf
CMP 416-Architecture and system design.pdfCMP 416-Architecture and system design.pdf
CMP 416-Architecture and system design.pdfElvisAngelot
 
INSTRUCTION TYPES
INSTRUCTION TYPESINSTRUCTION TYPES
INSTRUCTION TYPESdevi195058
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfMECHANICALENGINEERIN19
 
Computer System.ppt
Computer System.pptComputer System.ppt
Computer System.pptjguuhxxxfp
 
Components of the System Unit.pdf
Components of the System Unit.pdfComponents of the System Unit.pdf
Components of the System Unit.pdfODINARARCH
 

Similar to 1.CPU INSTRUCTION AND EXECUTION CYCLEThe primary function of the .pdf (20)

COMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTESCOMPUTER ORGNAIZATION NOTES
COMPUTER ORGNAIZATION NOTES
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS3:005
 
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptxFANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
FANDAMENTAL OF COMPUTER SCIENCE FOR ENGINEERING.pptx
 
The cpu cycle
The cpu cycleThe cpu cycle
The cpu cycle
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS1:002
 
computer organization and architecture notes
computer organization and architecture notescomputer organization and architecture notes
computer organization and architecture notes
 
Multilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memoryMultilevel arch & str org.& mips, 8086, memory
Multilevel arch & str org.& mips, 8086, memory
 
Unit 1 processormemoryorganisation
Unit 1 processormemoryorganisationUnit 1 processormemoryorganisation
Unit 1 processormemoryorganisation
 
Unit 2 processor&memory-organisation
Unit 2 processor&memory-organisationUnit 2 processor&memory-organisation
Unit 2 processor&memory-organisation
 
Cpu
CpuCpu
Cpu
 
COMPUTER_ORGANIZATION (1).pptx
COMPUTER_ORGANIZATION (1).pptxCOMPUTER_ORGANIZATION (1).pptx
COMPUTER_ORGANIZATION (1).pptx
 
computer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdfcomputer devices and memory unit 2 notes.pdf
computer devices and memory unit 2 notes.pdf
 
Computer Arithmetic and Processor Basics
Computer Arithmetic and Processor BasicsComputer Arithmetic and Processor Basics
Computer Arithmetic and Processor Basics
 
unit-i.pdf
unit-i.pdfunit-i.pdf
unit-i.pdf
 
CMP 416-Architecture and system design.pdf
CMP 416-Architecture and system design.pdfCMP 416-Architecture and system design.pdf
CMP 416-Architecture and system design.pdf
 
INSTRUCTION TYPES
INSTRUCTION TYPESINSTRUCTION TYPES
INSTRUCTION TYPES
 
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdfmicroprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
microprocessormicrocontrollerbysanat-140107013112-phpapp02.pdf
 
Computer System.ppt
Computer System.pptComputer System.ppt
Computer System.ppt
 
os mod1 notes
 os mod1 notes os mod1 notes
os mod1 notes
 
Components of the System Unit.pdf
Components of the System Unit.pdfComponents of the System Unit.pdf
Components of the System Unit.pdf
 

More from aniyathikitchen

1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf
1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf
1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdfaniyathikitchen
 
let no, na,nw be the refractive indices of oil, air and waterrespec.pdf
 let no, na,nw be the refractive indices of oil, air and waterrespec.pdf let no, na,nw be the refractive indices of oil, air and waterrespec.pdf
let no, na,nw be the refractive indices of oil, air and waterrespec.pdfaniyathikitchen
 
sol Quantum numbers describe an electrons shell.pdf
                     sol Quantum numbers describe an electrons shell.pdf                     sol Quantum numbers describe an electrons shell.pdf
sol Quantum numbers describe an electrons shell.pdfaniyathikitchen
 
There should be a table in your book with these L.pdf
                     There should be a table in your book with these L.pdf                     There should be a table in your book with these L.pdf
There should be a table in your book with these L.pdfaniyathikitchen
 
single displacement occurs when an element takes .pdf
                     single displacement occurs when an element takes .pdf                     single displacement occurs when an element takes .pdf
single displacement occurs when an element takes .pdfaniyathikitchen
 
pH Electrode Maintenance The entire glass membra.pdf
                     pH Electrode Maintenance  The entire glass membra.pdf                     pH Electrode Maintenance  The entire glass membra.pdf
pH Electrode Maintenance The entire glass membra.pdfaniyathikitchen
 
O-O+ +e- is the correct answer as first ionizati.pdf
                     O-O+ +e- is the correct answer as first ionizati.pdf                     O-O+ +e- is the correct answer as first ionizati.pdf
O-O+ +e- is the correct answer as first ionizati.pdfaniyathikitchen
 
O and H always make covalent bond. You can tell .pdf
                     O and H always make covalent bond.  You can tell .pdf                     O and H always make covalent bond.  You can tell .pdf
O and H always make covalent bond. You can tell .pdfaniyathikitchen
 
NiCO3 (s) + H2SO4 (aq) NiSO4 (s) + CO2 (g) + H2.pdf
                     NiCO3 (s) + H2SO4 (aq)  NiSO4 (s) + CO2 (g) + H2.pdf                     NiCO3 (s) + H2SO4 (aq)  NiSO4 (s) + CO2 (g) + H2.pdf
NiCO3 (s) + H2SO4 (aq) NiSO4 (s) + CO2 (g) + H2.pdfaniyathikitchen
 
When I was getting ready at home, I was excited and anxious, but as .pdf
When I was getting ready at home, I was excited and anxious, but as .pdfWhen I was getting ready at home, I was excited and anxious, but as .pdf
When I was getting ready at home, I was excited and anxious, but as .pdfaniyathikitchen
 
Viruses are those biological entities which are intermediate between.pdf
Viruses are those biological entities which are intermediate between.pdfViruses are those biological entities which are intermediate between.pdf
Viruses are those biological entities which are intermediate between.pdfaniyathikitchen
 
The most probable answer if this question seems to be option B. The .pdf
The most probable answer if this question seems to be option B. The .pdfThe most probable answer if this question seems to be option B. The .pdf
The most probable answer if this question seems to be option B. The .pdfaniyathikitchen
 
Exactly how you have drawn it, this compounds I.pdf
                     Exactly how you have drawn it, this compounds I.pdf                     Exactly how you have drawn it, this compounds I.pdf
Exactly how you have drawn it, this compounds I.pdfaniyathikitchen
 
The contamination could be due to the presence of yeast in the cultu.pdf
The contamination could be due to the presence of yeast in the cultu.pdfThe contamination could be due to the presence of yeast in the cultu.pdf
The contamination could be due to the presence of yeast in the cultu.pdfaniyathikitchen
 
Systems Development Life Cycle(SDLC) is the step by step process whi.pdf
Systems Development Life Cycle(SDLC) is the step by step process whi.pdfSystems Development Life Cycle(SDLC) is the step by step process whi.pdf
Systems Development Life Cycle(SDLC) is the step by step process whi.pdfaniyathikitchen
 
d. spontaneous at all temperatures .pdf
                     d. spontaneous at all temperatures               .pdf                     d. spontaneous at all temperatures               .pdf
d. spontaneous at all temperatures .pdfaniyathikitchen
 
MineSweeper.java public class MS { public static void main(Strin.pdf
MineSweeper.java public class MS { public static void main(Strin.pdfMineSweeper.java public class MS { public static void main(Strin.pdf
MineSweeper.java public class MS { public static void main(Strin.pdfaniyathikitchen
 
It is truebecause The SMTP server cannot find the destination emai.pdf
It is truebecause The SMTP server cannot find the destination emai.pdfIt is truebecause The SMTP server cannot find the destination emai.pdf
It is truebecause The SMTP server cannot find the destination emai.pdfaniyathikitchen
 
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdf
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdfHomo neanderthalensis are evolved and lived ina) Europe andor sou.pdf
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdfaniyathikitchen
 
B. note aldehydes hydrolysis gives diol products.pdf
                     B. note aldehydes hydrolysis gives diol products.pdf                     B. note aldehydes hydrolysis gives diol products.pdf
B. note aldehydes hydrolysis gives diol products.pdfaniyathikitchen
 

More from aniyathikitchen (20)

1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf
1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf
1) (i)Finance (H)(ii) Corporation (J)(iii) Treasurer (G)(iv) L.pdf
 
let no, na,nw be the refractive indices of oil, air and waterrespec.pdf
 let no, na,nw be the refractive indices of oil, air and waterrespec.pdf let no, na,nw be the refractive indices of oil, air and waterrespec.pdf
let no, na,nw be the refractive indices of oil, air and waterrespec.pdf
 
sol Quantum numbers describe an electrons shell.pdf
                     sol Quantum numbers describe an electrons shell.pdf                     sol Quantum numbers describe an electrons shell.pdf
sol Quantum numbers describe an electrons shell.pdf
 
There should be a table in your book with these L.pdf
                     There should be a table in your book with these L.pdf                     There should be a table in your book with these L.pdf
There should be a table in your book with these L.pdf
 
single displacement occurs when an element takes .pdf
                     single displacement occurs when an element takes .pdf                     single displacement occurs when an element takes .pdf
single displacement occurs when an element takes .pdf
 
pH Electrode Maintenance The entire glass membra.pdf
                     pH Electrode Maintenance  The entire glass membra.pdf                     pH Electrode Maintenance  The entire glass membra.pdf
pH Electrode Maintenance The entire glass membra.pdf
 
O-O+ +e- is the correct answer as first ionizati.pdf
                     O-O+ +e- is the correct answer as first ionizati.pdf                     O-O+ +e- is the correct answer as first ionizati.pdf
O-O+ +e- is the correct answer as first ionizati.pdf
 
O and H always make covalent bond. You can tell .pdf
                     O and H always make covalent bond.  You can tell .pdf                     O and H always make covalent bond.  You can tell .pdf
O and H always make covalent bond. You can tell .pdf
 
NiCO3 (s) + H2SO4 (aq) NiSO4 (s) + CO2 (g) + H2.pdf
                     NiCO3 (s) + H2SO4 (aq)  NiSO4 (s) + CO2 (g) + H2.pdf                     NiCO3 (s) + H2SO4 (aq)  NiSO4 (s) + CO2 (g) + H2.pdf
NiCO3 (s) + H2SO4 (aq) NiSO4 (s) + CO2 (g) + H2.pdf
 
When I was getting ready at home, I was excited and anxious, but as .pdf
When I was getting ready at home, I was excited and anxious, but as .pdfWhen I was getting ready at home, I was excited and anxious, but as .pdf
When I was getting ready at home, I was excited and anxious, but as .pdf
 
Viruses are those biological entities which are intermediate between.pdf
Viruses are those biological entities which are intermediate between.pdfViruses are those biological entities which are intermediate between.pdf
Viruses are those biological entities which are intermediate between.pdf
 
The most probable answer if this question seems to be option B. The .pdf
The most probable answer if this question seems to be option B. The .pdfThe most probable answer if this question seems to be option B. The .pdf
The most probable answer if this question seems to be option B. The .pdf
 
Exactly how you have drawn it, this compounds I.pdf
                     Exactly how you have drawn it, this compounds I.pdf                     Exactly how you have drawn it, this compounds I.pdf
Exactly how you have drawn it, this compounds I.pdf
 
The contamination could be due to the presence of yeast in the cultu.pdf
The contamination could be due to the presence of yeast in the cultu.pdfThe contamination could be due to the presence of yeast in the cultu.pdf
The contamination could be due to the presence of yeast in the cultu.pdf
 
Systems Development Life Cycle(SDLC) is the step by step process whi.pdf
Systems Development Life Cycle(SDLC) is the step by step process whi.pdfSystems Development Life Cycle(SDLC) is the step by step process whi.pdf
Systems Development Life Cycle(SDLC) is the step by step process whi.pdf
 
d. spontaneous at all temperatures .pdf
                     d. spontaneous at all temperatures               .pdf                     d. spontaneous at all temperatures               .pdf
d. spontaneous at all temperatures .pdf
 
MineSweeper.java public class MS { public static void main(Strin.pdf
MineSweeper.java public class MS { public static void main(Strin.pdfMineSweeper.java public class MS { public static void main(Strin.pdf
MineSweeper.java public class MS { public static void main(Strin.pdf
 
It is truebecause The SMTP server cannot find the destination emai.pdf
It is truebecause The SMTP server cannot find the destination emai.pdfIt is truebecause The SMTP server cannot find the destination emai.pdf
It is truebecause The SMTP server cannot find the destination emai.pdf
 
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdf
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdfHomo neanderthalensis are evolved and lived ina) Europe andor sou.pdf
Homo neanderthalensis are evolved and lived ina) Europe andor sou.pdf
 
B. note aldehydes hydrolysis gives diol products.pdf
                     B. note aldehydes hydrolysis gives diol products.pdf                     B. note aldehydes hydrolysis gives diol products.pdf
B. note aldehydes hydrolysis gives diol products.pdf
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 

Recently uploaded (20)

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 

1.CPU INSTRUCTION AND EXECUTION CYCLEThe primary function of the .pdf

  • 1. 1.CPU INSTRUCTION AND EXECUTION CYCLE: The primary function of the cpu of a computer is to execute the sequence of instructions stored ina memory which is an external to the cpu.The cpu must first fetch an instruction from the memory before it can be executed .The sequence of operations involved in processing an instruction constitutes an instruction cycle.This can be sub divided into two major phases i.e., fetch phase and execution phase.These two phases are performed in two cosecutive time slots under the control of a clock.Hence these two operations are called as cycles .The time needed to complete the execution of an instruction is known as INSTRUCTION CYCLE time . a.FETCH CYCLE:The instruction is obtained from main memory during the fetch cycle.The fetch operation can be described as "send the address of the next instruction to memory and recieve the instruction from the memory". b.EXECUTION CYCLE:The execution cycle includes decoding the instruction fetching of the required operand and performing the operations specified by aninstructions opcode.In other words it can be stated as "Decode the fetched instruction if the operand is specified in the memory then fetch that operand and execute the instruction ". **INSTRUCTION CYCLE: Thus the fetch and execute operations are carried out in synchronism with a clock is known as instruction cycle i.e.,IC=FC+EC. 3.a.INSTUCTION FORMAT:Instruction format has one or more number of fields.The first field is called as operation code field or opcode fielde which indicates type of operations to be performed by the cpu.It also contains other fields known as operand fields.The cpu executes the instructions using the information which resides in these fields. b.WORD SIZE:A memory unit stores binary information in group of bits called words.The number of bits in each word is often refered to as the WORD SIZE of a computer.Each word is stored in one memory register.The word size in micro and mini computers ranges from 8 to 32 bits, and large computers usually have 32 or more bits in a word. c.CLOCK RATE:A clock is a square wave , which is used to synchronize various devices in the microprocessor and the system.Every microprocessor system requires a clock for its functioning.The time taken for the microprocessor and the system to execute an instruction is called clockrate. 4.FUNCTION OF GENERAL PURPOSE AND SPECIAL PURPOSE REGISTERS: General purpose registers are available to store any transient data required by the program.For example, when a program is interrupted its state, ie: the value of the registers such as the program counter, instruction register or memory address register - may be saved into the general purpose registers, ready for recall when the program is ready to start again.In general the more
  • 2. registers a CPU has available, the faster it can work. A Special Function Register (or Special Purpose Register, or simply Special Register) is a register within a microprocessor, which controls or monitors various aspects of the microprocessor's function. Depending on the processor architecture, this can include, but is not limited to: -I/O and peripheral control (such as serial ports or general-purpose IOs) -timers -stack pointer -stack limit (to prevent overflows) -program counter -subroutine return address -processor status (servicing an interrupt, running in protected mode, etc.) -condition codes (result of previous comparisons) Because special registers are closely tied to some special function or status of the processor, they might not be directly written by normal instructions (such as adds, moves, etc.). Instead, some special registers in some processor architectures require special instructions to modify them. For example, the program counter is not directly writeable in many processor architectures. Instead, the programmer uses instructions such as return from subroutine, jump, or branch to modify the program counter. For example, the condition code register might not directly writable, instead being updated only by compare instructions. 5.SEMI CONDUTOR BASED MICROPROCESSORS: Microprocessor is a computer processor which incorporates the functions of a computer's central processing unit (CPU) on a single integrated circuit (IC),or at most a few integrated circuits.The microprocessor is a multipurpose, clock driven, register based, programmable electronic device which accepts digital or binary data as input, processes it according to instructions stored in its memory, and provides results as output. Microprocessors contain both combinational logic and sequential digital logic. Microprocessors operate on numbers and symbols represented in the binary numeral system. It has limitations on the size of data. The applications are limited by the physical address space. The analog signals cannot be processed directly and digitizing the analog signals introduces errors. The speed of execution is slow and so real time applications are not possible. Most of the microprocessors does not support floating point operations. 6.DISTINGUISHING CHARACTERISTICS OF PRIMARY AND SECONDARY STORAGE: Primary memory is the main memory (Hard disk, RAM) where the operating system resides. Secondary memory can be external devices like CD, floppy magnetic discs etc. secondary
  • 3. storage cannot be directly accessed by the CPU and is also external memory storage. Difference between Primary storage and secondary storage - Primary memory storages are temporary; where as the secondary storage is permanent. - Primary memory is expensive and smaller, where as secondary memory is cheaper and larger - Primary memory storages are faster, where as secondary storages are slower. - Primary memory storages are connected through data buses to CPU, where as the secondary storages are connect through data cables to CPU 7.DEVICES USED TO IMPLEMENT PRIMARY STORAGE: Primary Storage Devices: Generally smaller in size, are designed to hold data temporarily and are internal to the computer. They have the fastest data access speed, and include RAM and cache memory.A primary storage device is any storage device or component that can store nonvolatile data in computers, servers and other computing devices. It is used to hold/store data and applications temporarily or for a shorter period of time while the computer is running.Primary storage is also known as main storage, main memory or internal memory. Primary storage devices are internal to the system and are the fastest of the memory/storage device category. Typically, primary storage devices have an instance of all the data and applications currently in use or being processed. The computer fetches and keeps the data and files it in the primary storage device until the process is completed or data is no longer required. Random access memory (RAM), graphic card memory and cache memory are common examples of primary storage devices. 8.COMPARISION OF SECONDARY STORAGE ALTERNATIVES: Storage Speed Capacity Relative Cost Permanent Registers Fastest Lowest Highest No RAM Very Fast
  • 4. Low/Moderate High No Floppy Disk Very Slow Low Low Yes Hard Disk Moderate Very High Very Low Yes Storage Speed Capacity Relative Cost Permanent Registers Fastest Lowest Highest No RAM Very Fast Low/Moderate High No Floppy Disk Very Slow Low Low Yes Hard Disk Moderate Very High
  • 5. Very Low Yes Solution 1.CPU INSTRUCTION AND EXECUTION CYCLE: The primary function of the cpu of a computer is to execute the sequence of instructions stored ina memory which is an external to the cpu.The cpu must first fetch an instruction from the memory before it can be executed .The sequence of operations involved in processing an instruction constitutes an instruction cycle.This can be sub divided into two major phases i.e., fetch phase and execution phase.These two phases are performed in two cosecutive time slots under the control of a clock.Hence these two operations are called as cycles .The time needed to complete the execution of an instruction is known as INSTRUCTION CYCLE time . a.FETCH CYCLE:The instruction is obtained from main memory during the fetch cycle.The fetch operation can be described as "send the address of the next instruction to memory and recieve the instruction from the memory". b.EXECUTION CYCLE:The execution cycle includes decoding the instruction fetching of the required operand and performing the operations specified by aninstructions opcode.In other words it can be stated as "Decode the fetched instruction if the operand is specified in the memory then fetch that operand and execute the instruction ". **INSTRUCTION CYCLE: Thus the fetch and execute operations are carried out in synchronism with a clock is known as instruction cycle i.e.,IC=FC+EC. 3.a.INSTUCTION FORMAT:Instruction format has one or more number of fields.The first field is called as operation code field or opcode fielde which indicates type of operations to be performed by the cpu.It also contains other fields known as operand fields.The cpu executes the instructions using the information which resides in these fields. b.WORD SIZE:A memory unit stores binary information in group of bits called words.The number of bits in each word is often refered to as the WORD SIZE of a computer.Each word is stored in one memory register.The word size in micro and mini computers ranges from 8 to 32 bits, and large computers usually have 32 or more bits in a word. c.CLOCK RATE:A clock is a square wave , which is used to synchronize various devices in the microprocessor and the system.Every microprocessor system requires a clock for its functioning.The time taken for the microprocessor and the system to execute an instruction is called clockrate. 4.FUNCTION OF GENERAL PURPOSE AND SPECIAL PURPOSE REGISTERS:
  • 6. General purpose registers are available to store any transient data required by the program.For example, when a program is interrupted its state, ie: the value of the registers such as the program counter, instruction register or memory address register - may be saved into the general purpose registers, ready for recall when the program is ready to start again.In general the more registers a CPU has available, the faster it can work. A Special Function Register (or Special Purpose Register, or simply Special Register) is a register within a microprocessor, which controls or monitors various aspects of the microprocessor's function. Depending on the processor architecture, this can include, but is not limited to: -I/O and peripheral control (such as serial ports or general-purpose IOs) -timers -stack pointer -stack limit (to prevent overflows) -program counter -subroutine return address -processor status (servicing an interrupt, running in protected mode, etc.) -condition codes (result of previous comparisons) Because special registers are closely tied to some special function or status of the processor, they might not be directly written by normal instructions (such as adds, moves, etc.). Instead, some special registers in some processor architectures require special instructions to modify them. For example, the program counter is not directly writeable in many processor architectures. Instead, the programmer uses instructions such as return from subroutine, jump, or branch to modify the program counter. For example, the condition code register might not directly writable, instead being updated only by compare instructions. 5.SEMI CONDUTOR BASED MICROPROCESSORS: Microprocessor is a computer processor which incorporates the functions of a computer's central processing unit (CPU) on a single integrated circuit (IC),or at most a few integrated circuits.The microprocessor is a multipurpose, clock driven, register based, programmable electronic device which accepts digital or binary data as input, processes it according to instructions stored in its memory, and provides results as output. Microprocessors contain both combinational logic and sequential digital logic. Microprocessors operate on numbers and symbols represented in the binary numeral system. It has limitations on the size of data. The applications are limited by the physical address space. The analog signals cannot be processed directly and digitizing the analog signals introduces errors. The speed of execution is slow and so real time applications are not possible. Most of the microprocessors does not support floating point operations.
  • 7. 6.DISTINGUISHING CHARACTERISTICS OF PRIMARY AND SECONDARY STORAGE: Primary memory is the main memory (Hard disk, RAM) where the operating system resides. Secondary memory can be external devices like CD, floppy magnetic discs etc. secondary storage cannot be directly accessed by the CPU and is also external memory storage. Difference between Primary storage and secondary storage - Primary memory storages are temporary; where as the secondary storage is permanent. - Primary memory is expensive and smaller, where as secondary memory is cheaper and larger - Primary memory storages are faster, where as secondary storages are slower. - Primary memory storages are connected through data buses to CPU, where as the secondary storages are connect through data cables to CPU 7.DEVICES USED TO IMPLEMENT PRIMARY STORAGE: Primary Storage Devices: Generally smaller in size, are designed to hold data temporarily and are internal to the computer. They have the fastest data access speed, and include RAM and cache memory.A primary storage device is any storage device or component that can store nonvolatile data in computers, servers and other computing devices. It is used to hold/store data and applications temporarily or for a shorter period of time while the computer is running.Primary storage is also known as main storage, main memory or internal memory. Primary storage devices are internal to the system and are the fastest of the memory/storage device category. Typically, primary storage devices have an instance of all the data and applications currently in use or being processed. The computer fetches and keeps the data and files it in the primary storage device until the process is completed or data is no longer required. Random access memory (RAM), graphic card memory and cache memory are common examples of primary storage devices. 8.COMPARISION OF SECONDARY STORAGE ALTERNATIVES: Storage Speed Capacity Relative Cost Permanent Registers Fastest Lowest
  • 8. Highest No RAM Very Fast Low/Moderate High No Floppy Disk Very Slow Low Low Yes Hard Disk Moderate Very High Very Low Yes Storage Speed Capacity Relative Cost Permanent Registers Fastest Lowest Highest No RAM Very Fast Low/Moderate High No Floppy Disk Very Slow Low Low