CS101 Storage Information.

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Peripheral Storage Devices
Lesson 9 Types of Storage Devices.
Storage Devices.
An Overview of the Computer System
Computer Basics Whats that thingamagige?. Parts of a computer.
Types Of Storage Device
Computer Systems I’m ONLY a machine!.
Section 5a Types of Storage Devices.
How Much Do I Remember? Are you ready to play.....
How Much Do I Remember? Are you ready to play.....
An Overview of the Computer System
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computers Section 5A. home Storage Involves Two Processes Writing data Reading data.
Computer Storage Devices Principles of Information Technology Lytle High School Click to continue.
CANETE, Jivan Ray GOMEZ, Edgar Jr. JITO, Louisan Veth.
Storage device.
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
® Microsoft Office 2010 Essential Computer Concepts.
A bit about the computer Bits, bytes, storage and so on Some of this material can be found in Computing Essentials (O’Leary and O’Leary) pp.
Flash Cards Computer Technology.
Backing Storage. Backing storage devices allow us to store programs and data so that we can use them later Backing storage devices can be split into 4.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Introduction to Computers
Introduction to Computers
What is a Computer HardwareStorageSoftware Random Questions.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
Computer Basics 2.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
Chapter Two Input and Storage Devices Part II: Storage Devices.
Allow computers to store programs and information for use at a later date Storage Devices.
CS101 Storage Information Storage The zeros and ones in the input devices, output devices and process devices are in _______ form and are lost when the.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
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.
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),
L. Brems – Lone Peak High – Spring 2004 How Much Do I Remember? Are you ready to play.....
Storage 101 Mr. Yip. What is Storage? Input Processing Output Storage Storage refers to the media and methods used to keep information available for later.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Binary and Hard Disk PEOPLE Program
Info Tech for Medical Profession
Digital Storage Digital Storage Ann Ware ~
Part B Computer Storage
An Overview of the Computer System
UNDERSTANDING YOUR COMPUTER
Exploring Computer Science – Lesson 2-5
Memory and storage AS identifies the main hardware components of at least two types of computer. AS states and discusses the implications.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Hardware and Software
Introduction to Computers
Info Tech for Medical Profession
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
An Overview of the Computer System
Introduction to Storage Devices
File Managements.
Digital Storage Digital Storage
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Junior High Media Studies
CS101 Storage Information.
Standard Grade Revision
Part C Computer Storage
Lesson 9 Types of Storage Devices.
Presentation transcript:

CS101 Storage Information

Storage The zeros and ones in the input devices, output devices and process devices are in electronic form and are lost when the computer is turned off. To preserve the zeros and ones when the computer is turned off they must be sent to storage devices

What type of storage devices are there? Older Storage Magnetic Devices = How stores information = As magnetic metal particles with a north an south pole Optical Devices = How stores information = Surface reflects back laser or does not Newer Storage Solid State Devices = How stores information = Traps electrons Hybrid Storage Combines Solid State and Magnetic Cheaper Cloud Storage = Not stored on your device.

Bits to Bytes Computers store information in byte size chunks A zero or a one = bit 8 Bits = 1 Byte 1024 Bytes = Kilobyte 1024 Kilobytes = Megabyte (1,048,576 Bytes) 1024 Megabytes = Gigabyte (1,073,741,824 Bytes) 1024 Gigabytes = Terabyte (1,099,511,627,776 Bytes) Etc Keeps going by a factor of 1024 1024 because computer is a base 2 device

What type of file is what size? What type of files would be kilobyte size? Text files, HTML files, small Word documents, Spreadsheet, etc What type of files would be megabyte size? Applications (Word, PowerPoint, Firefox) MP3’s, Photos, YouTube videos, etc What type of files would be gigabyte size? Full length movies at DVD quality, Collections of files (Office 2016),

How big is it? How do I know how many bytes a file is taking up on a disk? Windows = Right click on the file icon and select “Properties” Macintosh = Right click on the file icon and select “Get Info” How do I know how many bytes fit on a disk and how much of the disk is currently being used? Windows = Right click on the disk icon and select “Properties” Macintosh = Right click on the disk icon and select “Get Info”

How much can a storage device hold? Kilobyte storage devices None. To small to be of use with today's computers. Megabyte storage devices Floppy Disk (1.3 Megabytes) Zip Disk (100 to 750 Megabytes) CD (700 Megabytes) Gigabyte storage devices DVD (4.7 Gigabytes to 8.5 Gigabytes) Blu-ray (25 Gigabytes to 50 Gigabytes) Small Hard Drives (Magnetic and Solid State) Small Solid State (Flash Drive, SD Cards, Hard Drive, etc.) Terabyte storage devices Magnetic Hard Disk (Multiple Terabytes) Solid State Hard Disk (Multiple Terabytes)

Converting Measurements To convert a smaller unit to a larger unit divide by 1024 for each level To convert a larger unit to a smaller unit multiply by 1024 for each level

Conversion Practice You can use the conversion calculator on the following website for practice: http://www.t1shopper.com/tools/calculate/

Quick and dirty conversion In the real world a quick conversion by 1000 will give you enough information To convert a smaller unit to a larger unit divide by 1000 (or just move the decimal point 3 to the left) To convert a larger unit to a smaller unit multiply by 1000 for each level (or just move the decimal point 3 to the right)

How do files get stored on disks First the disk has to be prepared for use. The disk needs to be formatted First it is low level formatted Second it is high level formatted Formatted= Initialized

What happens when a disk is high level formatted (or initialized)? High level formatting is usually done by OS or utility program and three main things are accomplished 1) The disk is divided up into clusters Blocks are combined into clusters For example 1 clusters= 4 Blocks 2) A Boot Sector is created in the first cluster of the disk Tells the start up directions where to find the operating system at startup. 3) Then a file system is created on the disk A file system keeps track of where files are stored on disk Files are recorded as being in directories on the disk We call the directories we make folders Windows has two types of file systems 1 FAT = File Allocation Table Older = Less secure and limited disk and file sizes 2 NTFS = NT File System Newer = More secure and allows larger disks and files Mac uses HFS+ (Mac OS Journaled)

How do you do a high level format? In Windows: Right Click Start > Disk Management In Macintosh OS: Open Disk Utility program Select disk icon on left side of window Select type of format Select Erase tab and click on Erase

Neat formatting trick Break disk into partitions Partition = Have one physical hard drive act as two or more hard drives.

What should I do if a sell my computer, or storage device? To secure a storage device you need to randomly rewrite the data in all the blocks on the device Format the device so that it does a random write to all clusters on disk.