GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.

Slides:



Advertisements
Similar presentations
Storing Data Chapter 4.
Advertisements

 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Performance & Storage Devices Computer Technology.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Processing Data.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Unit 3—Part A Computer Memory
Storage Devices and Media
Keyboarding Fall  Hardware is the parts of the computer that you can actually see and touch, such as…… Monitors Mouse Keyboard Ear phones Scanner.
Bits and Bytes.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Computer Performance & Storage Devices
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Computers Inside and Out
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Binary Code.
Hardware Data Storage.
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
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.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Mercedes Alonso, Luciana Pierangeli & Florencia Glasbauer.
CSCI-100 Introduction to Computing Hardware Part I.
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;
Thursday 8 th October, 2015 Information Technology Fundamentals of Hardware & Software.
Business Technology Applications Computer Basics Vocab.
M. Guymon Pleasant Grove High School Spring 2003 RAM vs. ROM RAM “Random Access Memory” The ability of a storage device to go directly to a specific storage.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Computer Performance. Boot Process (Booting) Sequence of events that occurs between the time you turn on a computer and the time that it becomes ready.
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),
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Millions of electronic pulses move through your computer every second. Computers are capable of processing thousands of functions in the time it takes.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
An Overview of the Computer System
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.
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
BITS & BYTES.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Storage devices of Computer Submitted By Pravesh Kumar UPS Beetia
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
PRIMARY STORAGE.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
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
Bits, Bytes, and Storage.
BITS & BYTES.
Computer Performance & Storage Devices
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:

GCSE ICT Storing data - Internal memory, backing storage, and measuring memory

Computer memory Computers have two types of memory. These are: –Internal memory (also known as main memory) –Backing storage

Internal memory Internal memory is used by the computer to store programs and data that are currently being used. It is usually referred to as a computer’s RAM (Random Access Memory). It is also referred to as the computer’s Immediate Access Store (IAS).

Internal memory Internal memory can not hold all the data and programs that a computer might need. It only holds the data and programs that are in use at a particular moment in time, and empties and refills itself as different programs and files are used.

Internal memory Internal memory is volatile memory. This is because this memory is emptied (i.e. its contents are lost) when the computer is turned of.

Backing storage Backing storage is memory that is used to store data and programs that are needed to be used again and again. This memory is not lost when the computer is turned off. Computer discs (floppy, hard, or CDs) are often used as backing storage.

Measuring computer memory A common system of measurement is used to measure computer memory. These are: –Bits –Bytes

Bits Computers use electronic circuits to perform the tasks they are programmed to complete. These circuits can be in one of two states - ‘On’ or ‘Off’.

Bits In computer programming, when a circuit is ‘On’ it is given the numerical value 1 in the binary system. In computer programming, when a circuit is ‘Off’ it is given the numerical value 0 in the binary system. Transistors on silicon chips can store these values (Binary Digits).

Bytes Bytes are units of computer memory. A byte is made up from eight bits.

Bytes Each character (letter, number, or punctuation mark) on a standard QWERTY keyboard is made up of eight bits. These codes are common to all computer systems and are known as the ASCII Code (American Standard Code for Information Interchange).

Bytes The code for the letter ‘a’ is 97. This is in binary.

Bytes The binary number 97 is made as follows:

Bytes 1 kilobyte = 1,024 bytes (2 10 ). 1 megabyte = 1,024 kilobytes = 1,048,576 bytes (2 20 ). 1 gigabyte = 1,024 megabytes = 1,073,741,824 bytes (2 30 ). 1 terabyte = 1,024 gigabytes = 1,099,511,627,776 bytes (2 40 ).

Types of memory There are two main types of memory. These are: –RAM (Random Access Memory) –ROM (Read Only Memory)

Random Access Memory Random Access Memory is the part of the computer’s memory where programs and data are stored when they are being used. When the computer is switched on, the operating instructions, computer programs, and data are moved into the RAM as required.

Random Access Memory RAM is usually measured in megabytes. The more RAM a computer has, the more it can do. RAM empties every time the computer is switched off - this is why work has to be saved before the computer is switched off!

Read Only Memory Read Only Memory is memory that is not lost when the computer is switched off. All computers have a small amount of ROM. This is so that essential instructions can be stored.

Read Only Memory Instructions stored in the ROM enable the computer to check the hardware and load the operating systems.