Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Storage Devices and Media
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
3.1 Storage. Overview Compare the following storage devices in terms of storage capacity, cost, speed of data retrieval and suitability for specific purposes:
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
® Microsoft Office 2010 Essential Computer Concepts.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
CS 111 – Aug – 1.3 –Information arranged in memory –Types of memory –Disk properties Commitment for next day: –Read pp , In other.
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,
Chapter 2 Working with Disks and Other Removable Media 2.
Hardware Data Storage.
Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.
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.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
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.
Computer Guts and Operating Systems CSCI 101 Week Two.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Memory and Storage Computer Technology K. Steere.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
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???
The Computer System CS 103: Computers and Application Software.
Excellence Publication Co. Ltd. Volume Volume 1.
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
2.1.4 Data Representation Units.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
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),
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
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 ~
Hardware specifications
How do Computers Work ?.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Memory Parts of a computer
Introduction to Computer Architecture
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Bits, Bytes, and Storage.
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Storage.
Binary System.
Technology 3 Bits & Bytes.
Presentation transcript:

Getting to know Storage Media 1.Stores information 2.Retrieve information for later use

The Diskette is a magnetic storage Storage Space/Size/Capacity = 1.44 MB Write Protect tab Read only Or Read and write

The Zip Disk uses magnetic material too! Storage Space/Size/Capacity = 250 MB

The Hard Disk Storage Space/Size/Capacity = 160 / 320 / 500 GB Or even 1GB!

The CD-ROM Storage Space/Size/Capacity = 700 MB

The DVD Storage Space/Size/Capacity = 4.7GB

The USB Flash Memory / Thumbdrive Storage Space/Size/Capacity = 2 or 4 GB

Units to Measure Computer Data The smallest unit for data is Bit. 1 Bit stores only 2 values 2 values “1” or “0” It is called the Binary Code

More Units Bit (b) Byte (B) Kilobyte (kB) Megabyte (MB) Gigabyte (GB) UnitSize 1B8 b kB1024 B 1 MB1024 kB 1 GB1024 MB BIG UNIT xx x X SMALL UNIT 

More Programs Running, More Main Memory? Demonstration for use of CPU and use of main memory. The amount of memory used by a program increases with the program’s activity The amount of memory used increases with more programs being opened. The CPU’s usage increases for a while before it drops. Then the memory usage increases.