MEMORY More technically referred to as Primary Storage.

Slides:



Advertisements
Similar presentations
Computer Organization. The Nature of Data Spreadsheets give us a way to create processes that manipulate data We can think of a piece of data as a quantity.
Advertisements

Computer Memory/Storage Device
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Cache Heng Sovannarith
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
1 Lecture 16B Memories. 2 Memories in General Computers have mostly RAM ROM (or equivalent) needed to boot ROM is in same class as Programmable Logic.
IT Systems Memory EN230-1 Justin Champion C208 –
Basic Computer Organization CH-4 Richard Gomez 6/14/01 Computer Science Quote: John Von Neumann If people do not believe that mathematics is simple, it.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
* Definition of -RAM (random access memory) :- -RAM is the place in a computer where the operating system, application programs & data in current use.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Memory Hierarchy.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Chapter 3 Computer Hard ware
Computing Hardware Starter.
Lecture#14. Last Lecture Summary Memory Address, size What memory stores OS, Application programs, Data, Instructions Types of Memory Non Volatile and.
Random access memory.
HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.
GCSE Computing Memory Powerpoint Templates.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
I/O (Input and Output) An I/O device acts as an interface between a computer and a user Without I/O devices, a computer is nothing but a box full of.
Computer Hardware Sources: Discovering Computers Information & Software technology.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
3 Computing System Fundamentals
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Computers Today.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed.
Memory and Storage Aldon Tom. What is Memory? Memory is a solid-state digital device that stores data values. Memory holds running programs and the data.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Primary and Secondary Storage
Computer Components ICS 3U0.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
A Dummies guide to computer memory
Memory Miss Elliott.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Memory Key Revision Points.
Storage capacity of a computer
Processor/Memory Chapter 3
Computing Hardware.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
Primary Storage and Secondary Storage Devices Chapter 3
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER ORGANISATION AND ARCHITECTURE
Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
Chapter 5: Computer Systems Organization
Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Hardware Main memory 26/04/2019.
Year 10 Computer Science Hardware - CPU and RAM.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Computer Memory.
Presentation transcript:

MEMORY More technically referred to as Primary Storage

Computer Storage Computers have two kinds of storage: Primary Storage Secondary Storage Primary storage is also called memory. Secondary storage is often called storage. Individuals often do not distinguish between these two types of computer storage.

Primary Storage Connected to the motherboard and is the place where programs and data are kept while they are being used. The ENIAC was one of the first computers, built for computing artillery trajectories during WWII. In order to change its program, the machine would have to be rewired. John von Neumann, one of the mathematicians on the ENIAC project came up with the idea that a program should be stored in the computer’s memory while it was running. All modern computers use von Neumann architecture.

Secondary Storage The place where programs and data are kept when not in use. Secondary storage is typically implemented as hard disks, CD/DVD, SSD, and flash “memory”

Memory Implementation On modern computers (almost any computer from the past 20 years or so) memory is composed of semi- conductor chips. There are several kinds. RAM (random access memory) Dynamic RAM Static RAM ROM (read only memory) There are other types which we shall conveniently ignore which combine the two characteristics.

RAM RAM is volatile meaning that when power is lost the contents of RAM are erased. RAM is therefore not suitable for long term storage of stuff. RAM can be manipulated while the computer is running. The contents of a RAM cell can be determined by the computer using a process that is referred to as reading The contents of a RAM cell can be changed by the computer using a process that is referred to as writing. When a memory location is written to, its former contents are lost

RAM (continued) When a memory cell is read, that particular cell cannot be read again for a while. When a memory cell is written, that particular cell cannot be written again for a while. Both of these “whiles” are very short times in the order of 10/ or 100/ of a second. We refer to these mandatory rest times as the speed of the memory. In general if you use memory in a computer that’s too fast, that will not hurt although it might actually slow it down under certain circumstances.

Static and Dynamic RAM Static RAM is much faster than dynamic ram but also much more expensive. Dynamic RAM is typically much much larger than static ram. A typical static RAM module is less than 10 million cells in size. Typical dynamic RAM modules range from about 250 million to 4 billion cells each. Static RAM is typically built into the processor and cannot be purchased separately. There are numerous types of dynamic RAM modules and are generally not interchageable

ROM Read Only Memory is similar to RAM except that its contents are not erased when the power is interrupted. What is in the ROM stays in the ROM. This is useful for things that will never change. It is mandatory for stuff that has to be there when the computer is turned on, such as instructions that tell it how to start.