3 Computing System Fundamentals

Slides:



Advertisements
Similar presentations
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.
Advertisements

IT Systems Memory EN230-1 Justin Champion C208 –
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Computer Systems 1 Fundamentals of Computing
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.
Computing Hardware Starter.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computers in the real world Objectives Understand what is meant by memory Difference between RAM and ROM Look at how memory affects the performance of.
Random access memory.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Discovering Computers 2012: Chapter 4
Types of Computers Mainframe/Server Two Dual-Core Intel ® Xeon ® Processors 5140 Multi user access Large amount of RAM ( 48GB) and Backing Storage Desktop.
 Computer memory is device that is used to store data or programs (sequences of instructions) on a temporary or permanent basis for use in an electronic.
What is a computer ?  A computer is an electronic device that can accept data and instruction, process them or store them for later retrieval, and sometimes.
GCSE Computing Memory Powerpoint Templates.
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.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Memory and stuff.. le well drawn pyramid Features Name Volatile Mutable Accessibility Description Data is lost quickly after powering down Data can be.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
HardwareHardware F451 - AS Computing. Hardware and Software Definition Hardware –The physical components that make up a computer system. Includes all.
CIM101 : Introduction to computer Lecture 3 Memory.
Memory The CPU in the computer fetches data and instructions from memory to process. This type of memory is called primary memory and it is the only memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
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.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
Understanding Memory.
Computer Based Systems Stage 2 Information Technology Studies Computer & Communication Systems.
Am I RAM Or am I ROM?.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
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.
Ram is a volatile memory meaning that it can only store its contents as long as its power source is constantly maintained. SDRAM: Dynamic RAM - Inexpensive.
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),
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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.
Chapter 2 content Basic organization of computer What is motherboard
Primary and Secondary Storage
Memory P2 Understand hardware technologies for game platforms
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
A Dummies guide to computer memory
Memory Miss Elliott.
Computer Systems Nat 4/5 Computing Science
Memory Key Revision Points.
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.
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Introduction to Computing
Computer Memory BY- Dinesh Lohiya.
Discovering Computers 2014: Chapter6
Memory P2 Understand hardware technologies for game platforms
Types of Computers Mainframe/Server
GCSE OCR 3 Memory Computer Science J276 Unit 1
STORAGE – 3 TIERS Key Revision Points.
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Hardware Main memory 26/04/2019.
Objectives Describe the difference between RAM and ROM
Computer Memory.
Presentation transcript:

3 Computing System Fundamentals 3.2 Computer Architecture

3.2.5 Memory

Memory There are basically two types of computer memory: primary memory (or immediate access storage, IAS) and secondary memory (or backing storage).

IAS (or ‘RAM’) Random Access Memory really refers to a method of storage, not a location. Used for temporary storage of programs and data while the computer is running Short term, volatile (loses its contents when computer is switched off) since it requires power to be maintained. Different voltages represent 0 and 1. Can be written to i.e. read/write. Typically 4GB for a personal computer.

ROM Read Only Memory. Retains its contents without power (non-volatile). Used to store programs permanently e.g. the start-up (boot) instructions or in a microprocessor (embedded systems in machinery). Computer cannot normally write to this type of memory.

Types of RAM dynamic RAM (DRAM) is the cheapest, slowest, commonest type, static RAM (SRAM) is faster but more expensive, non-volatile RAM (NVRAM) = flash memory and is even more expensive (e.g. memory stick, smart phone). A standard DRAM ‘card’:

Cache memory This is SRAM (faster) placed between main IAS and the processor as a temporary store for blocks of recent or regularly used program instructions (level 2 cache is usually about 1MB). Level 1 cache is incorporated into the processor itself (internal cache) - this is speedier still because of the very short distance to the processor. Extra RAM is sometimes found on peripheral devices e.g. video cards, printers for their own use.

The CPU (review) Control bus

Virtual memory Space set aside on the hard disk (this is ‘random access’ of course anyway), which can serve as IAS. Also known as swap files because of the continual exchange between the HD and CPU (a process known as paging). Always keep approx. 25% of your hard drive free.