Units of Storage 1.5 Types of Memory and Storage.

Slides:



Advertisements
Similar presentations
Vocabulary Electronic pulses Transistors Decimal numbers
Advertisements

Micro optics: Fibers and Butterflies. Total internal reflection.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
assumes basic arithmetic
Unit 3—Part A Computer Memory
M206 – Data Measurement. Introduction ‘Have you ever wondered how the computer interprets data?’ This is the language that the computer understands. This.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Communications technology Ali Kennedy.  Bit= from a shortening of the words “ bi nary digit”  The basic unit ofinformation for computers  1 or 0 are.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
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,
 Explain the function of ASCII code  Describe the unit of data measurement: Bit, Bait, KB, MB, GB, TB  Describe the unit of clock speed Megahertz and.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Bits & Bytes Created by Chris McAbee For AAMU AGB199 Extra Credit Created from information copied and pasted from
 Computers store all information digitally as 0s and 1s; we refer to this collectively as “data.”  We’re used to dealing with physical objects in reality,
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
Computer Guts and Operating Systems CSCI 101 Week Two.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
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.
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.
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???
DIGITAL LANGUAGE
Basics of Computer Hardware. Introduction A computer system consists of a case, motherboard, processor, RAM, storage devices, peripherals, and the monitor.
Computer Math CPS120: Binary Representations. Binary computers have storage units called binary digits or bits: Low Voltage = 0 High Voltage = 1 all bits.
2.1.4 Data Representation Units.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
Binary Decimal Hexadecimal
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.
Once you have been through these notes you will need to complete the workbook.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Hardware and Software
Computer basics.
© 2003, Cisco Systems, Inc. All rights reserved.
Lesson Objectives Aims You should be able to:
Hardware specifications
Click once to reveal the definition. Think of the answer
Data Representation Lesson 1 Speed and Storage Units KS3 COMPUTING
Computer Memory Digital Literacy.
Computer Hardware and Software
Bits and bytes September 19, 2017.
Memory Parts of a computer
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.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
PRIMARY STORAGE.
Working with Powers Definition of Powers Integer Exponents
How do computers work? Storage.
Unit 3—Part A Computer Memory
Data Compression.
Bits, Bytes, and Storage.
Bits and Bytes Key Revision Points.
Why computers use binary
Storage.
Binary System.
Information Technology Department
Technology 3 Bits & Bytes.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

Units of Storage 1.5 Types of Memory and Storage

In this lesson, you will learn: What storage is Learn what a byte is Learn the common units of storage

Your iPhone has 16GB of Storage? What does that mean?!?! You know that 16GB isn’t as big as 32GB. And 16GB is bigger than 8GB but what does all this mean? Let’s go back to the beginning!

Let’s take a BYTE out of it all! A BYTE is not a bite A BYTE is one piece of information A tiny piece of information Let’s see…

What is a Byte? A byte is 1 piece of information 1 letter in a document is normally about 1 byte Mr. Jennings will demonstrate on NOTEPAD. Notepad is a simple widget on most computers

1 letter = 1 byte (about) 2 letters = 2 bytes (about) The word “byte” = 4 bytes So a byte is 1 piece of information

What is a KB?? Think back to 5 th Grade Math What is a km or a kg? Km = kilometer Kg = kilogram K = kilo Kilo = 1000 Kb = 1,000 bytes Make sense?

So what’s a MB? MB = Megabyte Let’s make a prediction If KB = 1,000 bytes… What do you think: MB equals?

What does a megabyte equal? If KB = 1,000 bytes Then MB = 1,000,000 bytes (approx) Mega = 1 million Let’s make another prediction.

Back to the Original Question… What does GB stand for? GB = Gigabyte So… KB = 1,000 (thousand) MB = 1,000,000 (million) GB = 1,000,000,000 (billion)

New Kid on the Block TB = Terabyte Make a prediction How much is a TB?

How much is a terabyte? TB = 1,000,000,000,000 bytes or a 1,000 GB Generally not available to public That’s a lot of storage!

In this lesson, you learned: What storage is Learn what a byte is Learn the common units of storage