PRIMARY STORAGE.

Slides:



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

The Central Processing Unit: What Goes on Inside the Computer.
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.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Unit 3—Part A Computer Memory
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.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Data Storage.
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 Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
The Central Processing Unit: What Goes on Inside the Computer
OBJECTIVES  Explain why a computer represents data in the form of binary  Explain the terms related to data storage: bit, byte, character, word  Calculate.
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.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
CIM101 : Introduction to computer Lecture 3 Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets computer.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
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.
Allow computers to store programs and information for use at a later date Storage Devices.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
ROM AND RAM By Georgia Harris. WHAT DOES IT MEAN?  RAM: random access memory  ROM: read only memory.
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),
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.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Storage capacity of a computer
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Memory Parts of a computer
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Electronics Technology
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Unit 3—Part A Computer Memory
Introduction to Computers
MICROPROCESSOR MEMORY ORGANIZATION
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
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.
Presentation transcript:

PRIMARY STORAGE

PRIMARY MEMORY This is also referred to as Main memory or Immediate Access Storage. Types of Memory Read Only Memory (ROM ) Random Access Memory (RAM)

READ ONLY MEMORY This is non-volatile (permanent) memory.This means that data is not lost when the computer is turned off. Stores instructions used to start the computer. (E.g BIOS) Types of ROM PROM (Progammable Read Only memory) This is a type of ROM programmed with a special machine. Once programmed its content cannot be changed. EPROM (Erasable Programmable Read Only Memory) This is a type of PROM whose data can be erased using ultraviolet light.

RANDOM ACCESS MEMORY This is volatile (temporary) memory. The data is not lost when the computer is turned off. Stores programs and data currently being used by the computer Current Examples DIMMS, DDR, DDR2, DDR3 The size is usually in Megabytes(MB) or Gigabytes(GB)

Terminology with Units of Storage Bit – a unit of storage that has two possible values, 0 and 1 Byte – 8 bits Kilobyte (KB) – thousand bytes (1 x 103) Megabyte (MB) – million bytes (1 x 106) Gigabyte (GB) – billion bytes (1 x 109) Terabyte (TB) – trillion byte (1 x 1012)

Termininology cont’d Word- The size of data the CPU can handle in a single cycle. Word Size- the number of bits in a word. Address- the identification of a particular location in memory where data is stored. Address Content- the data that is stored in that location. To access data or instructions in memory the address must be referenced.

Terms Cont’d Hard Copy- Permanent output Soft Copy- Temporary Discrete Data- Data obtained by counting Continuous Data- Data obtained by measurement Bistable – A device that can function in one of only two states. Eg A switch (On or Off)