2
Most read
11
Most read
12
Most read
Digital Logic Circuits, Digital
Component and Data Representation
Course: MCA-I
Subject: Computer Organization And
Architecture
Unit-1
1
Memory Unit
 A memory unit is a device to which binary information is transferred for
storage and from which information is retrieved when needed for
processing.
A memory unit stores binary information in groups of bits called words.
The internal structure of memory unit is specified by the number of words
it contains and the number of bits in each word.
 The memory unit is an essential component in any digital computer
since it is needed for storing programs and data. Not all accumulated
information is needed by the CPU at the same time.
 Therefore, it is more economical to use low-cost storage devices to serve
as a backup for storing the information that is not currently used by CPU
Classification
In general the memory is classified in two types based on their mode of
access of a memory system.
1. Random Access Memory: The world of data reading or writing from
or to the memory requires same time. We can access the data randomly.
Example: hard disk.
2.Sequential Access Memory: The information stored in some
medium is not immediately accessible but is available as
certain intervals of time. The access time is variable.
Example: magnetic tape.
Random Access Memory
 RAM can perform both Write and Read operations.The
architecture of memory is such that information can be
selectively retrieved from any of its internal locations.
 The time it takes to transfer information to or from any
desired random location is always the same – hence the name
random access memory.
 Integrated circuit RAM units are available in two operating
modes: static and dynamic.RAMs are categorized into
ROMs,Read Write Memories(RWMs) and Read Mostly
Memories(RMMs).
RAM
The write input causes binary data to be transferred
into the memory, and the read input causes binary
data to be transferred out of memory.
ROM
• ROM stands for Read Only Memory Read means output data-bits
corresponding to the address bits set at the input. The bits are used by
some processor or device or circuit for further operations.
• Data bits of different addresses store at ROM and all bits remain stored
in the memory even after a power interruption or power switch
OFFROM is randomly accessed.
• An equal time interval is taken for a read of data-bits from each
address. Address bits can be set randomly by an external circuit.ROM
has an address decoder (n to 2n) decoder within it.
ROM
ROM is used for storing programs that are PERMENTLY
resident in the computer and for tables of constants that do
not change in value once the production of the computer is
completed.
Types Of ROM
1.Masked Programmed ROMs :- These chips are integrated circuits
that physically encode the data to be stored, and thus it is impossible to
change their contents after fabrication.
2. The main advantage of mask ROM is its cost. Per bit, mask ROM is
more compact than any other kind of semiconductor memory. Since the
cost of an integrated circuit strongly depends on its size, mask ROM is
significantly cheaper than any other kind of semiconductor memory.
3. However, the one-time masking cost is high and there is a long turn-
around time from design to product phase. Design errors are costly: if
an error in the data or code is found, the mask ROM is useless and must
be replaced in order to change the code or data.
2.User Programmed PROMs
 Programmable Read-Only Memory (PROM) is read-only memory
(ROM) that can be modified once by a user. A typical PROM comes
with all bits reading as "1".
 Burning a fuse bit during programming causes the bit to read as
"0"The difference between a PROM and a ROM (read-only memory) is
that a PROM is manufactured as blank memory, whereas a ROM is
programmed during the manufacturing process.
 To write data onto a PROM chip, you need a special device called a
PROM programmer or PROM burner. The process of programming a
PROM is sometimes called burning the PROM.
Types Of RWMs
–Static RAM (SRAM)
–Dynamic RAM (DRAM)
Types Of RMMs
 EPROM (Erasable Programmable Read-Only Memory) is
programmable read-only memory (programmable ROM) that can be
erased and re-used.
 Once programmed, an EPROM can be erased by exposing it to strong
ultraviolet light source. An EPROM differs from a PROM in that a
PROM can be written to only once and cannot be erased.
 EPROMs are used widely in personal computers because they enable
the manufacturer to change the contents of the PROM.
2.EEPROM
 EEPROM stands for Electrically Erasable and Programmable Read
Only Memory. EEPROM is a type of non-volatile memory used in
computers and other electronic devices to store small amounts of data
that must be saved when power is removed, e.g., calibration tables or
device configuration.
 Unlike EPROM chips, EEPROMs do not need to be removed from the
computer to be modified. It also has a limited life i.e. the number of
times it can be reprogrammed is limited to tens or hundreds of
thousands of times. Applications-storing current date and time, storing
port statuses.
Semiconductor Memory Types
Flash Memory
 Flash Memory is a special form of EEPROM, which uses normal PC
voltages for erasure and reprogramming. Flash memory is often used to
hold control code such as the basic input/output system (BIOS) in a
personal computer.
 When BIOS needs to be changed (rewritten), the flash memory can be
written to in block (rather than byte) sizes, making it easy to update.
 Examples of flash memory device applications are storing messages in
a mobile phone, storing photographs in a digital camera.
Reference
Reference Book
• Computer Organization & Architecture 7e By
Stallings
• Computer System Architecture By Mano
• Digital Logic & Computer Design By Mano

More Related Content

PPTX
Instruction cycle presentation
PPT
Memory Unit For engineering
PPT
Sequential circuit-Digital Electronics
PPTX
Instruction codes
PPTX
Asynchronous data transfer
PDF
Memory mapping
PPTX
ROM (Read Only Memory)
PDF
Array and its types and it's implemented programming Final.pdf
Instruction cycle presentation
Memory Unit For engineering
Sequential circuit-Digital Electronics
Instruction codes
Asynchronous data transfer
Memory mapping
ROM (Read Only Memory)
Array and its types and it's implemented programming Final.pdf

What's hot (20)

PPTX
Cache memory and virtual memory
PPTX
Direct access memory
PDF
Control Unit Design
PPTX
3 4- computer organization and archietecture- COA- CO- Computer organization
DOCX
Control Units : Microprogrammed and Hardwired:control unit
PPTX
Register transfer language
PPTX
Cpu & its execution of instruction
PPTX
Addressing modes 8085
PPTX
1s and 2s complement
PPT
Computer Software | System software | Application software
PPTX
RAM(Random Access Memory)
PPTX
Presentation1
PPTX
Addressing sequencing
PPTX
Memory organisation ppt final presentation
PPTX
Memory Management in OS
PDF
Rom (read only memory)
PPTX
Input Output Organization
PPT
Cpu organisation
PPTX
Memory organization in computer architecture
PPTX
Computer arithmetic
Cache memory and virtual memory
Direct access memory
Control Unit Design
3 4- computer organization and archietecture- COA- CO- Computer organization
Control Units : Microprogrammed and Hardwired:control unit
Register transfer language
Cpu & its execution of instruction
Addressing modes 8085
1s and 2s complement
Computer Software | System software | Application software
RAM(Random Access Memory)
Presentation1
Addressing sequencing
Memory organisation ppt final presentation
Memory Management in OS
Rom (read only memory)
Input Output Organization
Cpu organisation
Memory organization in computer architecture
Computer arithmetic
Ad

Viewers also liked (11)

PPTX
Memory unit
PDF
Csc1401 lecture06 - internal memory
PPTX
Ch05 coa9e
PPT
05 Internal Memory
PPTX
Semiconductor memories
PPTX
Ch1-Software Engineering 9
PPTX
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
PPTX
Computer memory
PPTX
Integrated circuit
PPT
Basics Of Semiconductor Memories
PDF
Build Features, Not Apps
Memory unit
Csc1401 lecture06 - internal memory
Ch05 coa9e
05 Internal Memory
Semiconductor memories
Ch1-Software Engineering 9
TYPES OF MEMORIES AND STORAGE DEVICE AND COMPUTER
Computer memory
Integrated circuit
Basics Of Semiconductor Memories
Build Features, Not Apps
Ad

Similar to digital logic circuits, digital component memory unit (20)

PPT
Bca 2nd sem-u-1.7 digital logic circuits, digital component memory unit
PPT
B.sc cs-ii-u-1.7 digital logic circuits, digital component memory unit
PPTX
Computer architecture bca 2nd semes.pptx
PDF
computer Unit 5
PPTX
Memory and storage devices
PPTX
what is ROM? Rom(read only memory)
DOCX
Memory managment
PPTX
CH - 4 central processing unit & memory devices.pptx
PPT
M E M O R Y
PPT
Memory
PPTX
primarymemorymainmemory-180113103116.pptx
PDF
Memory types
PDF
Giao trinh he thong nhung vdk h8
PPTX
COMPUTER MEMORY.pptx
PDF
Memory
PPTX
TYPES OF COMPUTER MEMORIES
PPTX
IT ppt (computer memory).pptx Different types of memory
PPTX
IT ppt (computer memory and its types in detail)
PDF
Detail explanation of memory organization
PPTX
Computer Memory types and explanation with example
Bca 2nd sem-u-1.7 digital logic circuits, digital component memory unit
B.sc cs-ii-u-1.7 digital logic circuits, digital component memory unit
Computer architecture bca 2nd semes.pptx
computer Unit 5
Memory and storage devices
what is ROM? Rom(read only memory)
Memory managment
CH - 4 central processing unit & memory devices.pptx
M E M O R Y
Memory
primarymemorymainmemory-180113103116.pptx
Memory types
Giao trinh he thong nhung vdk h8
COMPUTER MEMORY.pptx
Memory
TYPES OF COMPUTER MEMORIES
IT ppt (computer memory).pptx Different types of memory
IT ppt (computer memory and its types in detail)
Detail explanation of memory organization
Computer Memory types and explanation with example

More from Rai University (20)

PDF
Brochure Rai University
PPT
Mm unit 4point2
PPT
Mm unit 4point1
PPT
Mm unit 4point3
PPT
Mm unit 3point2
PPTX
Mm unit 3point1
PPTX
Mm unit 2point2
PPT
Mm unit 2 point 1
PPT
Mm unit 1point3
PPT
Mm unit 1point2
PPTX
Mm unit 1point1
DOCX
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
PPTX
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
PPTX
Bsc agri 2 pae u-4.3 public expenditure
PPTX
Bsc agri 2 pae u-4.2 public finance
PPS
Bsc agri 2 pae u-4.1 introduction
PPT
Bsc agri 2 pae u-3.3 inflation
PPTX
Bsc agri 2 pae u-3.2 introduction to macro economics
PPTX
Bsc agri 2 pae u-3.1 marketstructure
PPTX
Bsc agri 2 pae u-3 perfect-competition
Brochure Rai University
Mm unit 4point2
Mm unit 4point1
Mm unit 4point3
Mm unit 3point2
Mm unit 3point1
Mm unit 2point2
Mm unit 2 point 1
Mm unit 1point3
Mm unit 1point2
Mm unit 1point1
Bdft ii, tmt, unit-iii, dyeing & types of dyeing,
Bsc agri 2 pae u-4.4 publicrevenue-presentation-130208082149-phpapp02
Bsc agri 2 pae u-4.3 public expenditure
Bsc agri 2 pae u-4.2 public finance
Bsc agri 2 pae u-4.1 introduction
Bsc agri 2 pae u-3.3 inflation
Bsc agri 2 pae u-3.2 introduction to macro economics
Bsc agri 2 pae u-3.1 marketstructure
Bsc agri 2 pae u-3 perfect-competition

Recently uploaded (20)

PPTX
Diploma pharmaceutics notes..helps diploma students
PDF
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
PPTX
Neurology of Systemic disease all systems
PPTX
climate change of delhi impacts on climate and there effects
PPTX
Neurological complocations of systemic disease
PPTX
GW4 BioMed Candidate Support Webinar 2025
PDF
anganwadi services for the b.sc nursing and GNM
PPTX
CHROMIUM & Glucose Tolerance Factor.pptx
PDF
Chevening Scholarship Application and Interview Preparation Guide
PPTX
Approach to a child with acute kidney injury
PDF
Physical pharmaceutics two in b pharmacy
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PDF
Unleashing the Potential of the Cultural and creative industries
PPTX
UCSP Section A - Human Cultural Variations,Social Differences,social ChangeCo...
PPSX
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
PDF
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
PDF
GSA-Past-Papers-2010-2024-2.pdf CSS examination
PDF
Laparoscopic Imaging Systems at World Laparoscopy Hospital
PPTX
Unit1_Kumod_deeplearning.pptx DEEP LEARNING
PDF
FYJC - Chemistry textbook - standard 11.
Diploma pharmaceutics notes..helps diploma students
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
Neurology of Systemic disease all systems
climate change of delhi impacts on climate and there effects
Neurological complocations of systemic disease
GW4 BioMed Candidate Support Webinar 2025
anganwadi services for the b.sc nursing and GNM
CHROMIUM & Glucose Tolerance Factor.pptx
Chevening Scholarship Application and Interview Preparation Guide
Approach to a child with acute kidney injury
Physical pharmaceutics two in b pharmacy
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
Unleashing the Potential of the Cultural and creative industries
UCSP Section A - Human Cultural Variations,Social Differences,social ChangeCo...
namma_kalvi_12th_botany_chapter_9_ppt.ppsx
LATAM’s Top EdTech Innovators Transforming Learning in 2025.pdf
GSA-Past-Papers-2010-2024-2.pdf CSS examination
Laparoscopic Imaging Systems at World Laparoscopy Hospital
Unit1_Kumod_deeplearning.pptx DEEP LEARNING
FYJC - Chemistry textbook - standard 11.

digital logic circuits, digital component memory unit

  • 1. Digital Logic Circuits, Digital Component and Data Representation Course: MCA-I Subject: Computer Organization And Architecture Unit-1 1
  • 2. Memory Unit  A memory unit is a device to which binary information is transferred for storage and from which information is retrieved when needed for processing. A memory unit stores binary information in groups of bits called words. The internal structure of memory unit is specified by the number of words it contains and the number of bits in each word.  The memory unit is an essential component in any digital computer since it is needed for storing programs and data. Not all accumulated information is needed by the CPU at the same time.  Therefore, it is more economical to use low-cost storage devices to serve as a backup for storing the information that is not currently used by CPU
  • 3. Classification In general the memory is classified in two types based on their mode of access of a memory system. 1. Random Access Memory: The world of data reading or writing from or to the memory requires same time. We can access the data randomly. Example: hard disk. 2.Sequential Access Memory: The information stored in some medium is not immediately accessible but is available as certain intervals of time. The access time is variable. Example: magnetic tape.
  • 4. Random Access Memory  RAM can perform both Write and Read operations.The architecture of memory is such that information can be selectively retrieved from any of its internal locations.  The time it takes to transfer information to or from any desired random location is always the same – hence the name random access memory.  Integrated circuit RAM units are available in two operating modes: static and dynamic.RAMs are categorized into ROMs,Read Write Memories(RWMs) and Read Mostly Memories(RMMs).
  • 5. RAM The write input causes binary data to be transferred into the memory, and the read input causes binary data to be transferred out of memory.
  • 6. ROM • ROM stands for Read Only Memory Read means output data-bits corresponding to the address bits set at the input. The bits are used by some processor or device or circuit for further operations. • Data bits of different addresses store at ROM and all bits remain stored in the memory even after a power interruption or power switch OFFROM is randomly accessed. • An equal time interval is taken for a read of data-bits from each address. Address bits can be set randomly by an external circuit.ROM has an address decoder (n to 2n) decoder within it.
  • 7. ROM ROM is used for storing programs that are PERMENTLY resident in the computer and for tables of constants that do not change in value once the production of the computer is completed.
  • 8. Types Of ROM 1.Masked Programmed ROMs :- These chips are integrated circuits that physically encode the data to be stored, and thus it is impossible to change their contents after fabrication. 2. The main advantage of mask ROM is its cost. Per bit, mask ROM is more compact than any other kind of semiconductor memory. Since the cost of an integrated circuit strongly depends on its size, mask ROM is significantly cheaper than any other kind of semiconductor memory. 3. However, the one-time masking cost is high and there is a long turn- around time from design to product phase. Design errors are costly: if an error in the data or code is found, the mask ROM is useless and must be replaced in order to change the code or data.
  • 9. 2.User Programmed PROMs  Programmable Read-Only Memory (PROM) is read-only memory (ROM) that can be modified once by a user. A typical PROM comes with all bits reading as "1".  Burning a fuse bit during programming causes the bit to read as "0"The difference between a PROM and a ROM (read-only memory) is that a PROM is manufactured as blank memory, whereas a ROM is programmed during the manufacturing process.  To write data onto a PROM chip, you need a special device called a PROM programmer or PROM burner. The process of programming a PROM is sometimes called burning the PROM.
  • 10. Types Of RWMs –Static RAM (SRAM) –Dynamic RAM (DRAM)
  • 11. Types Of RMMs  EPROM (Erasable Programmable Read-Only Memory) is programmable read-only memory (programmable ROM) that can be erased and re-used.  Once programmed, an EPROM can be erased by exposing it to strong ultraviolet light source. An EPROM differs from a PROM in that a PROM can be written to only once and cannot be erased.  EPROMs are used widely in personal computers because they enable the manufacturer to change the contents of the PROM.
  • 12. 2.EEPROM  EEPROM stands for Electrically Erasable and Programmable Read Only Memory. EEPROM is a type of non-volatile memory used in computers and other electronic devices to store small amounts of data that must be saved when power is removed, e.g., calibration tables or device configuration.  Unlike EPROM chips, EEPROMs do not need to be removed from the computer to be modified. It also has a limited life i.e. the number of times it can be reprogrammed is limited to tens or hundreds of thousands of times. Applications-storing current date and time, storing port statuses.
  • 14. Flash Memory  Flash Memory is a special form of EEPROM, which uses normal PC voltages for erasure and reprogramming. Flash memory is often used to hold control code such as the basic input/output system (BIOS) in a personal computer.  When BIOS needs to be changed (rewritten), the flash memory can be written to in block (rather than byte) sizes, making it easy to update.  Examples of flash memory device applications are storing messages in a mobile phone, storing photographs in a digital camera.
  • 15. Reference Reference Book • Computer Organization & Architecture 7e By Stallings • Computer System Architecture By Mano • Digital Logic & Computer Design By Mano