Intro to IT - Bits and Bytes 1 Bits and Bytes. BIT Modern computers are binary: Everything is represented as being on one of two possible states: the.

Slides:



Advertisements
Similar presentations
Principles & Applications
Advertisements

Chapter 4 The Central Processing Unit
Micro controllers introduction. Areas of use You are used to chips like the Pentium and the Athlon, but in terms of installed machines these are a small.
Computer Organization. The Nature of Data Spreadsheets give us a way to create processes that manipulate data We can think of a piece of data as a quantity.
Transforming Data into Information
Network, Local, and Portable Storage Media Computer Literacy for Education Majors.
Lecture # 2 Computer Hardware Computers are all around! Grocery store Schools Libraries Bank Mail Malls We interact with computers everyday! We interact.
ADDER, HALF ADDER & FULL ADDER
Data Representation. Units & Prefixes Review kilo, mega, and giga are different in binary! bit (b) – binary digit Byte (B) – 8 binary digits KiloByte.
This graphic is 16 by 16 pixels. The designer has chosen to limit it to 2 colours. Each pixel can only be black or white. 1 could represent black and.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Networks and Stuff Networks and wiring ‘em. Networks n Connecting things together n Can be: –Computers –Embedded devices –Telephones –Radios –TV’s –Anything!
Binary and Decimal Numbers
The Binary Number System 6 th grade math. What is binary? The number system we use is decimal, based on the number 10 The binary system is instead based.
© Copyright 2012 by Pearson Education, Inc. All Rights Reserved. 1 Number Systems 0, 1 0, 1, 2, 3, 4, 5, 6, 7 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 0, 1, 2, 3,
Numbers and Counting What you may have forgotten about our number system.
Binary and Hexadecimal Numbers
A-Level Computing Data representation. Objectives Know how data can be represented in a computer system Understand the need for various forms of representation.
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
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.
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.
Once upon a time Not so very long ago An intro to hex.
Chapter 7—Objects and Memory The Art and Science of An Introduction to Computer Science ERIC S. ROBERTS Java Objects and Memory C H A P T E R 7 Yea, from.
Data Basics. Binary Number System Numeration systems are methods of representing numbers. All current number systems are positional in nature. In
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
Bits and Bytes. Decimal Numbers 6,357 has four digits -base-10 (6 * 1000) + (3 * 100) + (5 * 10) + (7 * 1) = = 6357 (6 * 10^3) + (3.
1 Press Ctrl-A ©G Dear 2010 – Not to be sold/Free to use Converting Bits and Bytes Stage 6 - Year 11 Applied Mathematic (Preliminary General 1)
Liang, Introduction to Java Programming, Eighth Edition, (c) 2011 Pearson Education, Inc. All rights reserved Number Systems 0, 1 0, 1, 2,
Hexadecimal. Overview Hexadecimal (hex) ~ base 16 number system Use 0 through 9 and... A = 10 B = 11 C = 12 D = 13 E = 14 F = 15.
Data Representation Hexadecimal  Although computers work in binary it is sometimes inconvenient for humans to read everything in Binary. For example in.
Digital Systems and Binary Numbers
Lecture 1: 8/27/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Memory Smallest unit of storage is a Bit
CMSC Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number.
OFF = 0 ON = 1 = 63 BINARY system
The Hexadecimal System is base 16. It is a shorthand method for representing the 8-bit bytes that are stored in the computer system. This system was chosen.
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary, Decimal and Hexadecimal Numbers 1. Numbering Systems Radix - In mathematical numeral systems, the radix or base is the number of unique digits,
Math Review Do you remember, from math class, how exponentiation operations are typically represented? an a is known as the "base" n is known as the "exponent".
Appendix F Number Systems binary 0, 1 0, 1, 2, 3, 4, 5, 6, 7
Binary, Decimal and Hexadecimal Numbers
Binary Notation and Intro to Computer Graphics
How do Computers Work ?.
What is a byte? What is it? How would you use it?
Digital Systems and Binary Numbers
Numerical Representation
Bits & Bytes How Computers Represent Data
Digital Systems and Binary Numbers
Coding Schemes and Number Systems
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Data Storage Introduction to computer, 2nd semester, 2010/2011
Binary Quiz UIN: ____________________
Binary, Octal and Hex Numbers Copyright Thaddeus Konar
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Numerical Representation
Binary Lesson 3 Hexadecimal
How to Represent Numbers on a Computer
Binary Lesson 4 Hexadecimal and Binary Practice
Numeral systems (radix)
Storage.
Binary System.
Binary Lesson 4 Hexadecimal and Binary Practice
The Understanding of Binary Math & Conversion
Networks & I/O Devices.
Binary Lesson 7 Review of Binary and Hexadecimal
Digital Representation of Data
Numerical Representation
Presentation transcript:

Intro to IT - Bits and Bytes 1 Bits and Bytes

BIT Modern computers are binary: Everything is represented as being on one of two possible states: the state of being a 1 the state of being a 0 A bit is the name for this smallest unit of storage in a computer. Bit is sort-of derived from "Binary digIT". Intro to IT - Bits and Bytes 2

Digital Marketing and advertising folks have decided to characterize anything that is based on bits as being "digital". Digital Cable TV Digital Telephone Digital Camera Digital Audio A better name might actually be discrete... Intro to IT - Bits and Bytes 3

Byte A ordered sequence of 8 bits. Modern computers are based on memory systems organized as bytes of memory. Memory sizes are typically given in numbers of bytes: "I would like a burger, fries and 512 Mega bytes of memory". "I have a 32Giga byte iPhone, so I am better than you". Intro to IT - Bits and Bytes 4

64 bit machine A machine that processes information in 64 bit chunks. The processor simply transports the information 64 bits at a time The data-path, or bus, that runs to and from the processor is 64 bits wide. 8 bits still = byte, 8 bytes at a time Intro to IT - Bits and Bytes 5

How many bytes are there? Keep in mind that a byte is a sequence of 8 bits. Each bit can be either a 0 or a 1. How many sequences of 8 0/1s are possible? Here are a few: Intro to IT - Bits and Bytes 6

# of byte values: derivation 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 # of bytes = 2 8 = 256 There are 256 possible byte values. Although I may have 4 billion+ bytes in my iPod, there are only 256 different values, so many of them are identical! Intro to IT - Bits and Bytes

Base 2 Numbers (binary numbers) We can talk about byte values by treating a byte as a base 2 number: = = Intro to IT - Bits and Bytes 8

Hexadecimal Base 16 is also used when talking about byte values. Each group of 4 bits corresponds to a single hex digit. Intro to IT - Bits and Bytes 9 BinaryHexDecima l BinaryHexDecima l A B C D E F15

Binary to Hex = D6 16 = Intro to IT - Bits and Bytes 10

Binary-Hex-Decimal Quiz Fill in the blanks Intro to IT - Bits and Bytes 11