1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 3, 2004 Lecture Number: 5.

Slides:



Advertisements
Similar presentations
Copyright (c) 2004 Professor Keith W. Noe Number Systems & Codes Part I.
Advertisements

Class 07 - Information What is Information?. Class 07 - Information What is Information? Information arts Information design Information society Information.
1 Chapter 1 Introduction. 2 Outline 1.1 A Very Abstract Summary 1.2 History 1.3 Model of the Signaling System 1.4 Information Source 1.5 Encoding a Source.
CSC 110 – Intro to Computing Lecture 4: Arithmetic in other bases & Encoding Data.
 A binary number is a number that includes only ones and zeroes.  The number could be of any length  The following are all examples of binary numbers.
SIMS-201 Representing Information in Binary. 2  Overview Chapter 3: The search for an appropriate code Bits as building blocks of information Binary.
Computer Systems 1 Fundamentals of Computing
Binary Numbers.
Numbering Systems Decimal (Denary) base 10. Clumsy when dealing with computers. Other systems –Binary –Octal –Hexadecimal Convenient when dealing with.
Number Systems - Part I CS 215 Lecture # 5.
Number Systems.
Lecture for Week Spring.  Numbers can be represented in many ways. We are familiar with the decimal system since it is most widely used in everyday.
1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 1, 2004 Lecture Number: 4.
Positional Number Systems
Chapter 2, Exploring the Digital Domain
Numeral Systems Subjects: Numeral System Positional systems Decimal
IT-101 Section 001 Lecture #3 Introduction to Information Technology.
1 Number SystemsLecture 8. 2 BINARY (BASE 2) numbers.
Numbering Systems. CSCE 1062 Outline What is a Numbering System Review of decimal numbering system Binary representation range Hexadecimal numbering system.
Data Representation CS280 – 09/13/05. Binary (from a Hacker’s dictionary) A base-2 numbering system with only two digits, 0 and 1, which is perfectly.
Information Representation. Digital Hardware Systems Digital Systems Digital vs. Analog Waveforms Analog: values vary over a broad range continuously.
1 COMS 161 Introduction to Computing Title: Numeric Processing Date: October 20, 2004 Lecture Number: 23.
Number Representation Part 1 Fixed-Radix Unsigned Representations ECE 645: Lecture 1.
Data Representation – Chapter 3 Section 3-1. Terminology “Digital” –Discrete, well defined values/steps –Opposite of analog –Analogy: digital is to analog.
Number Systems Ron Christensen CIS 121.
Integer Representation for People Computer Organization and Assembly Language: Module 3.
CCE-EDUSAT SESSION FOR COMPUTER FUNDAMENTALS Date: Session III Topic: Number Systems Faculty: Anita Kanavalli Department of CSE M S Ramaiah.
Number Representation. Representing numbers n Numbers are represented as successive powers of a base, or radix.
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.
Digital Electronics Octal & Hexadecimal Number Systems.
1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 6, 2004 Lecture Number: 6.
Visualizing Decimal and Binary
Octal & Hexadecimal Number Systems
Chapter 1 Number Systems Digital Electronics. Topics discussed in last lecture Digital systems Advantages of using digital signals over analog. Disadvantages.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 8, 2004 Lecture Number: 7.
1 EGR 277 – Digital Logic Syllabus Office Hours No food or drinks in the classrooms Web page (demonstration) Lecture #1 EGR 277 – Digital Logic Reading.
ECE DIGITAL LOGIC LECTURE 2: DIGITAL COMPUTER AND NUMBER SYSTEMS Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2016, 01/14/2016.
CSC 110 – Intro to Computing Lecture 3: Converting between bases & Arithmetic in other bases.
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.
Number Systems. The position of each digit in a weighted number system is assigned a weight based on the base or radix of the system. The radix of decimal.
Numeral Systems Rubel Biswas.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
Programmable Logic Controller
Introduction To Number Systems
Digital Logic and Computer Organization
Digital Electronics INTRODUCTION ANALOG VS DIGITAL NUMBER SYSTEMS.
Binary Positional Notation
Copyright (c) 2004 Professor Keith W. Noe
Digital Electronics Jess 2008.
ITE102 – Computer Programming (C++)
Octal & Hexadecimal Number Systems
Octal & Hexadecimal Number Systems
Octal & Hexadecimal Number Systems
Introduction to IT By: Muhammed s. anwar.
Octal & Hexadecimal Number Systems
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
Chapter Four Data Representation in Computers By Bezawit E.
Chapter 2 Number Systems.
Chapter 2 Number Systems.
COMS 161 Introduction to Computing
Chapter 2 Number Systems.
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
COMS 161 Introduction to Computing
Our Number System.
Chapter 2 Number Systems.
Presentation transcript:

1 COMS 161 Introduction to Computing Title: The Digital Domain Date: September 3, 2004 Lecture Number: 5

2 Announcements Questions Comments Concerns Criticism Jokes

3 Review Analog (continuous) Information Digital information –Advantages –Disadvantages

4 Outline Digital information –Advantages

5 Digital advantages 8.Random Access Direct access to digital data, provided we know where to look for it Random access –All accesses take the same amount of time (latency) regardless of where the data resides

6 Digital advantages 8.Random Access(Cont.) Sequential access –Analog information –Must pass information that comes before what you wish to find 9.Selective Access Searched by content (selective) Find occurrences of a given word in a document

7 Digital advantages 10.Compression Useful information is not totally redundant or totally random Redundant information –Repeating quality Random information –Nothing in common –TV snow –This lecture?

8 Redundant –How many times does this message have to be transmitted, heard, or seen before it is not necessary to continue »COMS 161 is the best of the best classes at the H-S-C

9 Redundant –Redundancy permits data compression Remove some of the redundancy Keep enough –Reconstruct the original exactly –Reconstruct a reasonable approximation of the original Example of compression –Repeat the following phrase eleven times »COMS 161 is the best of the best classes at the H-S-C

10 Random –Can you guess what this picture is?

11 Digital advantages 11.Content Analysis and Synthesis Digital data can be processed, combined, and analyzed Ordered based on content Cookies –Allow web sites to tailor to you 12.Broad usefulness Many different forms of information can be represented this way

12 Digital Domain Analog information –The natural form for many different types of information –Continuous in at least one dimension Digital information –Language of the computer –Analog information must be converted into a discrete (digital) form –Multimedia is all digital information

13 Digital Domain Converting analog to digital information –We need a digital representation of the information –Recall, digital is a discrete system Where symbols are numbers The digital advantages –Therefore, we need a numerical encoding of the data Numerical means numbers

14 Numbers Two types of notion used to represent numbers –Non-positional notation No special significance is given to order –Counting numbers on your fingers –Tick mark counting method »The number of items is important, not the order –My honey do list »Not important which task I do first, just so I get them all done

15 Numbers –Positional notation Significance is given to order the digits appear in the number The decimal numbering system uses positional notation –This is the system we use –365 is not the same a 653 »These are completely different numbers »They use the same digits

16 Positional notation 365 means –Three hundreds –Six tens –Five ones Each digit is multiplied by a power of 10

17 Decimal number system Synonyms –Decimal number system –Decimal notation –Base-10 system Both digits and their location in the number are important Ten unique symbols (digits) –0, 1, 2, …, 9

18 Octal number system Decimal is not the only positional number system available –Octal Positional,base-8 system Each digit is multiplied by a power of 8 Eight unique symbols (digits) –0, 1, 2, …, 7

19 Binary number system –Binary Positional, base-2 system Each digit is multiplied by a power of 2 Two unique symbols (digits), 0 and 1

20 Binary number system Digital and binary relationship –The language of computers use binary digits –Only 2 possible values 0 and 1 –Much simpler to make electronics that distinguish between one of two values Distinguishing between more than two values is very difficult

21 Binary number system Since binary digits have two possible values Binary digits are called bits –They only contain a little “bit” of information –Numbers represented in binary form will (most likely) require more digits (bits) than the decimal form