CS101 Storage Information.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
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.....
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Computer Storage Devices Principles of Information Technology Lytle High School Click to continue.
Storage device.
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
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
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.
Hardware Data Storage.
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.
Computers - The Journey Inside continues…
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable 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.
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.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Unit 3—Part B Computer Storage Computer Technology (S1 Obj 2-3 and S3 Obj 1-1) Unit 3—Part B Computer Storage Computer Technology (S1 Obj 2-3 and S3 Obj.
CS101 Storage Information.
Binary and Hard Disk PEOPLE Program
Info Tech for Medical Profession
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 ~
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
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.
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
Chapter 3 – Storage Devices and Media
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
File Managements.
Digital Storage Digital Storage
Introduction to Computers
Digital Storage Digital Storage Ann Ware ~
Junior High Media Studies
Standard Grade Revision
Part C Computer Storage
Lesson 9 Types of Storage Devices.
Secondary Storage Devices
Lauren Taylor – Dardanelle High School
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

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”

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 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 I prepare a disk for use? The disk needs to be formatted (initialized)

How do you format a disk? In Windows: In Macintosh OS: 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

What you should know about File Systems A file system is created on the disk when you format a disk. A file system keeps track of where files are stored on a disk. Windows uses 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 APFS (Apple File System)

What should I do if a sell my computer, or storage device? To secure a storage device you need to randomly rewrite the data on the disk.