Welcome To Our Presentation: Today Our Topic Is Processor and Memory
Welcome To Our Presentation: Today Our Topic Is Processor and Memory
Presentation
Today our topic is Processor and Memory
What is processor?
■ Evaluates conditions
■ Makes comparisons
=> NOT
■ Can compare <
– Numbers
<> AND
– Letters
>=
OR
– Special characters
<=
Registers
Special-purpose
High-speed
Temporary storage
Located inside CPU
Data register
Instruction register
Holds data waiting to be processed
Holds instruction currently being executed
Holds results from processing
Types of Storage
■ Secondary
– Data that will eventually be used
– Long-term
■ Memory
– Data that will be used in the near future
– Temporary
– Faster access than storage
■ Registers
– Data immediately related to the operation being executed
– Faster access than memory
Processor speed
■ CLSC Processors
■ RLSC Processors
■ EPLC Processors
■ Multicore Processor
■ Power-Efficient Processor
Memory
RAM
Random Access Memory
ROM
Read Only Memory
RAM
■ Operating System
■ Program currently running
■ Data needed by the program
■ Intermediate results waiting to be output
ROM
■ Non-volatile
■ Instructions for booting the computer
■ Data and instructions can be read, but not modified
■ Instructions are typically recorded at factory
Types of RAM
SRAM
■ Retains contents as long as power is maintained
■ Faster than DRAM
Types of RAM
DRAM
■ Must be constantly refreshed
■ Used for most PC memory because of size and cost
■ SDRAM
– faster type of DRAM
■ Rambus DRAM
– Faster than SDRAM
– Expensive
Adding RAM
■ Programmable ROM
■ ROM burner can change instructions on some ROM
chips
EPROM