 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.

Slides:



Advertisements
Similar presentations
Computer Basics Whats that thingamagige?. Parts of a computer.
Advertisements

Computer Memory/Storage Device
Computer Performance & Storage Devices Computer Technology.
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn/relearn about the basic parts of a computer and how they work.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Storage Devices and Media
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Storage.
Bits and Bytes.
Computer Performance & Storage Devices
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Tom Allen Computer Science Department Trinity University.
 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.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Hardware Data Storage.
Computer memory. Bits and bytes  Data can be stored and measured in bytes  One bytes can contains 8 bytes  A bits can only be 0 or 1  A series of.
Computer Hardware Information Technology Week 5 and 6
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
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.
Our Lady of the Rosary College S.2 Computer Literacy Lesson 8 Storage Unit Mr. Ku Heung Chin.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Memory and Storage Computer Technology K. Steere.
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.
CSCI-100 Introduction to Computing Hardware Part I.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
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…
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
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.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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),
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Computer Performance & Storage Devices Computer Technology.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
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.
Digital Storage Digital Storage Ann Ware ~
Computer Performance & Storage Devices
A+ Guide to Managing and Maintaining Your PC, 7e
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
The physical parts of the computer
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
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
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.
Hardware.
Digital Storage Digital Storage
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Computer Hardware.
Computer Performance & Storage Devices
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:

 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary Storage

Bits & Bytes  Data consists of bits and bytes.  A bit is represented by a 0 or 1. (The 1 actually represents a small flow of current, and the 0 represents the absence of current).  A byte is eight bits stuck together in a chunk, one after the other, e.g.  A bit is the smallest unit of data. The word bit comes from Binary Digit is a byte  Numbers that consist of just ‘0’s and ‘1’s are called binary numbers.

Bits & Bytes  As computers can only understand numbers, letters are stored and transmitted as numbers.  Each letter is stored and transmitted as a single unique byte, called its ASCII code.  ASCII stands for American Standard Code for Information Interchange  The ASCII code for the letter A is 65, but this is stored as a single byte of binary numbers…  When you press the ‘A’ key on a keyboard, it is this series of ‘0’s and ‘1’s that is sent to the computer. The computer recognises the series of ‘0’s and ‘1’s and displays the letter ‘A’.

Units of Data A byte is eight bits A kilobyte is a thousand bytes (1000) A megabyte is a million bytes (1000,000) A gigabyte is a billion bytes (1,000,000,000) A terabyte is a trillion bytes (1,000,000,000,000)  Units of data increase by a factor of a thousand. (Actually 1024, but 1000 is used for simplicity) A bit is a 0 or 1

The device which stores the data in computer Also known as memory. It is of two types 1. Primary memory 2. Secondary memory

 Primary storage RAM ROM  Secondary storage Floppy disk CD DVD Hard disk

 RAM stands for random access memory.  It is volatile in nature,it’s content are erased when power is turned off.  We can read as well as write through this memory.  ROM stands for read only memory.  It is non-volatile in nature,it’s content are not erased when power is turned off.  We can only read through this memory

The storage capacity of primary storage is not sufficient to store large volume of data hence additional memory is used, knowm as secondary memory. There are two methods of accessing data:  SEQUENTIAL ACCESS: Data is reterived in same sequence in which it is stored.  DIRECT ACCESS:Data can be access directly.  The storage capacity of primary storage is not sufficient to store large volume of data hence additional memory is used, known as secondary memory. There are two methods of accessing data:  SEQUENTIAL ACCESS: Data is retrieved in same sequence in which it is stored.  DIRECT ACCESS: Data can be access directly.

Secondary Storage devices  Backing storage is the permanent store of data on an internal hard drive, external hard drive, CD or DVD, memory stick, Zip disc, floppy disc, etc. Zip Disc Floppy Disc USB Memory Stick Hard Drive CD, DVD

Hard Disks are the main internal backing store usually found inside computers. The main benefit of hard drives is that they have a large storage capacity – 20 gigabytes or more. (1 Gb = 1024 Mb). Floppy disks are a common external backing store, however only store up to 1.44 Mb of data. CD-ROM (Compact Disk Read Only Memory) disks are optical disks that use the same technology as musical compact disks. They store up to 700 Mb of data and a laser beam is used to read the data off the disk. Secondary storage Device

THANKS….