12
6 6 C H A P T E R THE SYSTEM UNIT

66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

Embed Size (px)

DESCRIPTION

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-3 Quiz03 Next Lecture – (Lecture #13) Contents: Chapter 4 – The System Unit Lecture Slides- #10 - #12

Citation preview

Page 1: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

66CH

APT

ER

THE SYSTEM UNIT

Page 2: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-2

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

Competencies

Details about memoryMemory Classification BasesCache MemoryVirtual Memory

Page 3: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-3

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

Quiz03

Next Lecture – (Lecture #13)Contents:

Chapter 4 – The System UnitLecture Slides- #10 - #12

Page 4: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-4

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

Memory Classification Bases

Reading/ Writing CapabilityRead Only MemoryRead/ Write Memory

Data Access MechanismSequential Access MemoryRandom Access Memory

Page 5: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-5

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

… Memory Classification Bases

Volatility of Data No Data Loss without Electricity (Non-volatile Memory)Data loses without electricity (Volatile Memory)Data can be changed and be permanently saved once changed (CMOS Memory)

Speed of AccessCache Memory (Very high accessing speed)

Page 6: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-6

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

Memory

Holding area for data, instructions, and information Types of memory chips

RAM – holds programs and data

ROM – fixed start-up instructions

CMOS – flexible start-up instructions

Page 7: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-7

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

RAM

Random Access MemoryPrimary Memory of a computerData and Program needs to be loaded for processingAny memory location can be accessed randomlyVolatile storage Uses Cache support for increased efficiencyFlash RAM – Non-volatile/ portable

Page 8: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-8

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

ROM

Read-only memoryFirmwareCannot be changed by the userStart-up instructions, keyboard control capabilities

Page 9: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-9

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

CMOS

Complementary metal-oxide semiconductorFlexible and expandableStartup informationNon-volatileIts contents may be updated

Page 10: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-10

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

….The Memory (More Concepts)

Virtual MemoryA technique used to make huge programs run on small memory size computersA huge program is divided into many portionsEach portion could be adjusted inside the RAMProgram is then run by loading only the needed portion from hard diskOperating System (OS-win98) is the one who is taking care of this transparently.Effect: The program runs slowly

Page 11: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-11

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

… The Memory (More Concepts)

Page 12: 66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases

6-12

© 2005 The McGraw-Hill Companies, Inc. All Rights Reserved.

Memory Capacity

UnitUnit CapacityCapacityMegabyte (MB) 1 billion bytes

Gigabyte (GB) 1 million bytes

Terabyte (TB) 1 trillion bytes