assumes basic arithmetic

Slides:



Advertisements
Similar presentations
Computer Basics Binary Bits & Bytes
Advertisements

Introduction Computer Hardware Jess 2006 Floppy Drives.
Chapter 4: Representation of data in computer systems
1 Chapter 2 The Digital World. 2 Digital Data Representation.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Units of Storage What is Storage. A look at Storage We know computers can store large amounts of data. We measure the storage capacity of different storage.
Unit 3—Part A Computer Memory
Backing Storage Devices.  We are learning to:  Make comparisons between different backing storage devices using their features.  Identify appropriate.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
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.
Computer Logic Distinction between analogue and discrete processes and quantities. Conversion of analogue quantities to digital form. Using sampling techniques.
Computer Storage & Representing Numbers CE 311 K - Introduction to Computer Methods Daene C. McKinney.
GENERAL COMPUTER Jeopardy ABCDE Points A What is this? Go back.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Hardware Peripheral Mouse Display Keyboard CPU Disk Drive Floppy Disk Hard Disk Software Word Processing Information Icon User Friendly Bit Byte Kilobyte.
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Introduction to Computers
Introduction to Computers
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,
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!
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
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.
Digital Literacy Lesson 3. The Role of Memory A computer stores data in the memory when a task is performed. Data is stored in the form of 0s and 1s.
Computer Systems Nat 4/5 Computing Science Data Representation Lesson 2: Floating Point Representation.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Memory and Storage Computer Technology K. Steere.
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.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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???
Measuring Memory and Storage
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.
File types and storage. Primary and Secondary storage  Primary – built into the computer, the computers memory capacity  RAM – random access memory.
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.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
CHAPTER 2 PART 1 Paulina Treviño de Anda #29 pg. 6,7 Paula Michelle Valenti García #30 pg. 8,9 Gregorio Humberto Villarreal Quiroga #31 pg. 2,3 María Gabriela.
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Computer basics.
Computer Memory Digital Literacy.
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.
File Sizes Bits and Bytes.
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.
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
Unit 3—Part A Computer Memory
PRIMARY STORAGE.
Data Representation Numbers
Representation of Data in Computer Systems
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.
Unit 3—Part A Computer Memory
Bits, Bytes, and Storage.
Binary System.
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.
Computer Systems Nat 4/5 Computing Science Data Representation
Presentation transcript:

assumes basic arithmetic Computer Units assumes basic arithmetic

Computer Units Computer users need to measure the capacity of different computer devices, RAM, hard drives, memory sticks, SD cards, etc.

Units Smallest possible unit is a bit (binary digit) stores 1 of 2 states usually written as 1 or 0 Group 8 bits together into 1 byte name spelled like that to avoid confusion with “bit” large enough to hold one character 1024 bytes = 1 Kilobyte (KB) roughly equivalent to one typed page of text a 3.5” floppy had capacity of 720KB why 1024? 1024 = 210 which is a convenient number in binary

More Units (MB and GB) When kilobytes became too small, the Megabyte was introduced 1 MB = 1024 KB = 210 * 210 bytes or approximately a million bytes one MB of characters is comparable to 1000 pages, or a good sized book a song file might be 3 GB in size Next came Gigabytes (GB) 1 GB = 1024 MB = 210 * 210 * 210 bytes or approximately a billion bytes (230) one GB of characters is comparable to 1000 thousand-page books, a good- sized library most PCs and laptops these days have RAM capacity of 4 to 8 to 16 GB

More Units (TB and PB) Then came Terabytes (TB) 1 TB = 1024 GB = 240 bytes or approximately a trillion bytes one TB of characters is comparable to a thousand libraries you might have a hard drive with 1 or 2 TB capacity Next came Petabytes (PB) 1 PB = 1024 TB = 250 bytes or approximately a quadrillion bytes one PB of characters is comparable to a million libraries

How to calculate with these units You need to know a few numbers 512 is half of 1024 256 is one quarter of 1024 128 is one eighth of 1024 If you have these handy, you can compare different quantities and determine if a device will have sufficient capacity for your needs

Example If you had 10 picture files which were each 256 MB in size, would they all fit on a memory stick which was 2 GB in capacity? Instead of trying to calculate with large numbers of bytes, just think: what fraction of 1 GB is 256 MB? (assuming you know that a GB is larger than a MB) remembering the numbers from the previous slide, 256 MB is one quarter of 1 GB, so 10 of the picture files would be 10 * one quarter = 2.5 GB So the answer is no, the picture files are too large for the memory stick, by half a GB