Lesson 2 – LAYING THE FOUNDATION. Numbering systems (decimal, binary, hexadecimal, octal) Bandwidth terminology Basic Networking terms OVERVIEW.

Slides:



Advertisements
Similar presentations
DATA REPRESENTATION CONVERSION.
Advertisements

Binary & Decimal numbers = 3* * *10 + 5*1 = 3* * * *10 0 Decimal system: Ten digits: 0,1,2,3,…,9 Example:
CS 151 Digital Systems Design Lecture 3 More Number Systems.
CS 151 Digital Systems Design Lecture 2 Number Systems Prof. Ahmed Sameh Room 239A.
James Tam Non decimal math: doing math with non-base 10 number systems Addition, subtraction and multiplication with binary, octal and hexadecimal.
2.1 Positional Number Systems ReturnNext Why do we discuss the number systems?  Digital systems only have two states. So digital circuits process binary.
Decimal Addition What is going on? (carry) (subtract the base)
ENGIN112 L2: Number Systems September 5, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 2 Number Systems Russell Tessier KEB 309 G.
ENGIN112 L3: More Number Systems September 8, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 3 More Number Systems.
Converting Binary to Octal
BASICS OF COMPUTER APPLICATIONS ASB 102. UNIT 1 Introducing computer system  Number system  What is number system?  Types of number system  Their.
Representing Information in Binary (Continued)
NUMBER SYSTEM AND CONVERSION Digital Circuit Choopan Rattanapoka.
Revision Introductory Lesson
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Number Systems.
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
D ATA REPRESENTATION, BINARY SYSTEM, B IT, B YTE, ASCII C ODE Chapter 3 Mr.Mohammed Rahmath.
EX_01.1/46 Numeric Systems. EX_01.2/46 Overview Numeric systems – general, Binary numbers, Octal numbers, Hexadecimal system, Data units, ASCII code,
NUMBER SYSTEM.
CONVERSION OF NUMBER SYSTEMS FAHEEM ANWAR MANAGER NETWORKS ACADEMY PTCL ACADEMY.
ENGINEERS FUTURE To optimize things When we type some letters or words, the computer translates them in numbers as computers can understand only numbers.
Number systems, Operations, and Codes
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
Number System. Number Systems Important Number systems – Decimal – Binary – Hexadecimal.
ECE456: Number Systems (review)
Lecture 2 Binary Values and Number Systems. The number 943 is an example of a number written in positional notation. The relative positions of the digits.
Binary01.ppt Decimal Decimal: Base 10 means 10 Unique numerical digits ,00010,000 Weight Positions 3,
NUMBER SYSTEM. Number System Number Base B => B symbols – Base 16(Hexa):0, 1,……9, A,…, E, F – Base 10 (Decimal): 0, 1, 2,……, 7, 8, 9 – Base 8(Octal):
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
Module 4 Cable Testing.
Computer Number System
* Numeral Systems: A writing method for expressing numbers is called a “Numeral System". In the most common numeral system, we write numbers with combinations.
ASCII AND EBCDIC CODES By : madam aisha.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
Computer Studies Today Chapter 19 1 Chapter 19. Computer Studies Today Chapter 19 2 »Information stored in a computer is in two states: –ON –OFF.
Computer Fundamental - ITD13821 Lecture 01 Extra Numbering System.
Fall’ 2014 Lesson - 1 Number System & Program Design CSE 101.
Base 16 (hexadecimal) Uses the decimal digits and the first letters of the alphabet to encode 4 binary bits (16=2 4 ) abcdef or ABCDEF.
Fall’ 2014 Number System CSE Number System How Computers Represent Data Binary Numbers The Binary Number System Bits and Bytes Text Codes Binary.
Binary & Decimal numbers
© 2003, Cisco Systems, Inc. All rights reserved.
Digital Design Chapter One Digital Systems and Binary Numbers
Number Systems and Codes
Consider this number: , Ones (7 ones) Tens (no tens)
Octal to Decimal Decimal Octal Binary Hexadecimal.
Discrete Mathematics Numbering System.
Octal & Hexadecimal Number Systems
Number System conversions
Binary Quiz UIN: ____________________
Introduction to IT By: Muhammed s. anwar.
Binary Lesson 3 Hexadecimal
Binary Lesson 2 Bytes.
Octal & Hexadecimal Number Systems
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 3 Hexadecimal
Data Binary Conversion.
Binary Lesson 2 Bytes.
Binary Lesson 3 Hexadecimal
Binary Lesson 4 Hexadecimal and Binary Practice
Chapter Four Data Representation in Computers By Bezawit E.
Chapter 2 Number Systems.
Chapter 2 Number Systems.
Binary Lesson 4 Hexadecimal and Binary Practice
Chapter 2 Number Systems.
Binary Lesson 7 Review of Binary and Hexadecimal
Chapter 2 Number Systems.
Number System.
Presentation transcript:

Lesson 2 – LAYING THE FOUNDATION

Numbering systems (decimal, binary, hexadecimal, octal) Bandwidth terminology Basic Networking terms OVERVIEW

Bits Bytes Nibbles NUMBERING SYSTEMS

Tens position Ones position Least significant digit Most significant digit Decimal numbering system

Base-2 numbering system. Consists of 1’s and 0’s. A position corresponds to powers of 2. Has at least eight positions. Has the letter b at the end of the number. Binary numbering system

Base-8 numbering system. A position can have 0-7 numerals. Has a leading zero, percent symbol, or a trailing capital letter O. Octal numbering system

Base-16 numbering system. A position can have 15 numerals. Uses the A-F to represent extra numerals. Has a 0, then an x, followed by the number. Has the letter h at the end of the number. Hexadecimal numbering systems

Definition: BANDWIDTH is the amount of data that a connection can carry in a given period of time. BANDWIDTH TERMINOLOGY

Measured in bits per second (bps). Commonly used multiples: Thousands of bits per second (Kbps). Millions of bits per second (Mbps). Billions of bits per second (Gbps). Bandwidth terminology

Definition: HERTZ is the number of cycles being carried per second. Bandwidth terminology

Measured in bits per second (bps). Multiples include: Thousands of Hertz (KHz). Millions of Hertz (MHz). Bandwidth terminology

Numbering systems: Decimal Binary Octal Hexadecimal SUMMARY

Bandwidth terminology: Kbps Mbps Gbps KHz MHz Summary