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.

Slides:



Advertisements
Similar presentations
Vocabulary Electronic pulses Transistors Decimal numbers
Advertisements

Representing Data, Pictures, Time, and Size in Computer
Processing Data.
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
Unit 3—Part A Computer Memory
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Number Systems & Logic Gates Day 1
Representing Information in Binary (Continued)
Digital Data Patrice Koehl Computer Science UC Davis.
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
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.
/4 Binary Code & CPUs Digital Signals
Memory Terminology & Data Representation CSCI 1060 Fall 2006.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Chapter 2 Computer Hardware
Binary Code.
Hardware Data Storage.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
 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.
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.
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!
COMPUTER TECHNOLOGY MRS. SEALE COMPUTER PERFORMANCE.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Operating Systems Foundation Computing Half the people you know are below average.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Do it now activity Can you work out what the missing symbols are and work out the order they should be in if the table shows smallest to largest KB kilobyte.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
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.
By Dzuryat Nugroho.  Bit ◦ The smallest size of data in computer 1 bit = 0 or 1  Character (a,b,c,d……z,1,2,3,&,%,?,/….) ◦ 1 character = 8 bit  So,…if.
Binary 101 Gads Hill School. Aim To strengthen understanding of how computers use the binary number system to store information.
ASCII AND EBCDIC CODES By : madam aisha.
A+ Computer Repair Lesson 3: Number System. Objectives Define binary, decimal, octal, and hexadecimal numbering systems. Define binary, decimal, octal,
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and 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.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Understanding binary Understanding Computers.
Computer basics.
How Computers Store Variables
Data Representation N4/N5.
3.1 Denary, Binary and Hexadecimal Number Systems
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Memory Digital Literacy.
Numerical Representation
Memory Parts of a computer
Information Support and Services
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
مهارت اول: مفاهیم پایه فناوری اطلاعات و ارتباطات فصل اول: سخت‌افزار
Denary to Binary Numbers & Binary to Denary
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Lecture 3 ISE101: Computing Fundamentals
How do computers work? Storage.
Numerical Representation
Bits, Bytes, and Storage.
Information Representation
Numerical Representation
Learning Intention I will learn how computers store text.
Binary System.
Software Development Environment, File Storage & Compiling
Numerical Representation
Presentation transcript:

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 is because digital switches inside the computer can only be set to either on or off, which are represented by a 1 or 0 http://www.techterms.com/definition/binary

Binary versus Decimal Decimal uses base ten. Every time a number moves to the right in a figure it increases by a power of ten 1 10 100 1000 10000 etc Binary uses base two. Each move to the right increases the value by the power of two. 1 2 4 8 16 32 etc

Binary vs Decimal

Task Use Excel to create a simple table which represents binary numbers. Count up to 20.

Internet task http://www.kerryr.net/pioneers/ascii2.htm Use the table from the web link above to write your name using Binary.

How does Binary relate to storing data? Every 0 & 1 is called one bit Every letter on the keyboard e.g. A, B needs 8 bits. For example A = 10000010 8 bits are called 1 byte ASCII (American standard code for information interchange provides a way to represent characters using numeric codes)

Bytes continued Open a text editor like notepad. Type the words “Welcome back to the new school year”. Save and then check the properties of the file – should be 35 bytes. One for every character.

File Size Table Abbreviation Equivalent to Bytes 1KB (kilobyte) 1,024 bytes 1,024 1MB (Megabyte) 1,024 KB 1,048,576 1GB (Gigabyte) 1,024 MB 1,073,741,824 1 TB (Terabyte) 1,024 GB 1,099,511,627,776 1PB (Petabyte) 1,024 TB 1,125,899,906,842,624 1EB (Exabyte) 1,024 PB 1,152,921,504,606,846,976 1ZB (Zettabyte) 1,024 EB 1,180,591,620,717,411,303,424 1YB (Yottabyte) 1,024 ZB 1,208,925,819,614,629,174,706,176