Computer Lecture 04.pptx Computer memory

MairaAshraf6 9 views 18 slides Jul 14, 2024
Slide 1
Slide 1 of 18
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18

About This Presentation

Computer memory is just like the human brain. It is used to store data/information and instructions.


Slide Content

COMPUTER LECTURE 04 Engr. Maira Ashraf [email protected]

OUTLINE Computer System and Business Computer System Memory Units of Memory Storage Devices

Computer System and Business Computer System Computer System Combination of hardware, software, and peripheral devices. Includes components like CPU, memory, storage devices, input/output devices. Runs various software applications, from operating systems to user programs. Used for general computing tasks, entertainment, education, and personal use. Examples include personal computers (PCs), laptops, tablets, and servers. Business Computer System Designed to meet the needs of a business or organization. Supports specific business functions and processes like accounting. Utilizes specialized software applications for business operations. Often involves networking capabilities for data sharing and communication. Requires robust security features to protect sensitive business data. Customizable and scalable to adapt to the changing needs of the business. Examples include enterprise resource planning (ERP) systems, point-of-sale (POS) systems, and customer service platforms.

Memory Computer memory is just like the human brain. It is used to store data/information and instructions. Memories are made up of registers. Memory refers to the location of short-term data. Memory is a vital component of a computer system, as it allows the computer to store and access data quickly and efficiently.

Memory Hierarchy

Unit Of Memory

Types of Computer Memory

Primary Memory Primary memory is volatile, meaning it loses its contents when the power is turned off It helps the computer run programs quickly because it's much faster than other types of storage. Every time you open an app or file, it's loaded into primary memory for the computer to use. Primary memory is super-fast but limited in size compared to long-term storage like hard drives. Types of Primary Memory: RAM (Random Access Memory) ROM (Read Only Memory)

Types of Primary Memory

Cache Memory

Cache Memory Cache memory is a type of high-speed memory located on or near the CPU (Central Processing Unit). It serves as a temporary storage space for frequently accessed data and instructions, allowing the CPU to access them quickly. If the data is not in the cache , the CPU fetches it from the main memory and also copies it into the cache for future use.

Secondary Memory Secondary memory, also known as secondary storage or external memory, stores data for long-term use. It retains data even when the power is turned off. Secondary memory devices offer larger storage capacities compared to primary memory but are slower to access. Examples of secondary memory devices include: Hard disk drives (HDDs) Solid-state drives (SSDs) Optical discs (CDs, DVDs, Blu-ray discs) USB flash drives

Types Of Secondary memory

Types Of Secondary memory Hard Disk Drives (HDDs): Use magnetic storage to store data on spinning disks (platters). Commonly used in computers and servers for storing operating systems, applications, and user files. Provide high capacity and relatively low cost per gigabyte. Slower access times compared to solid-state drives (SSDs). Solid-State Drives (SSDs): Use flash memory to store data electronically. Faster access times and data transfer rates compared to HDDs. Commonly used in laptops, desktops, and servers to improve performance. Generally more expensive than HDDs but offer faster performance and lower power consumption.

HDD And SSD

Types Of Secondary memory USB Flash Drives: Portable storage devices that use flash memory. Small, lightweight, and easy to carry. Used for data transfer, backup, and portable applications. Available in different capacities, from a few gigabytes to several terabytes.

Types Of Secondary memory Memory Cards and SD Cards: Used primarily in cameras, smartphones, tablets, and other portable devices. Provide removable storage for photos, videos, and other media. Available in various formats and capacities. Optical Discs (CDs, DVDs, Blu-ray Discs): Use optical technology to store data. Commonly used for distributing software, music, movies, and archival purposes.

THANK YOU