What is Digital Information?

Slides:



Advertisements
Similar presentations
HOW 1s AND 0s RULE THE WORLD Utku Altunkaya. Outline Introduction Basic Logic Operations Logic Circuits Base-2 (Binary) Number System Analog vs. Digital.
Advertisements

DIGITAL SYSTEM Advantage, Scope & Future Possibilities.
Engr. M.K.Debnath1 Microcontroller and PLC Eng. ISRAFIL KHAN. DIPLOMA IN ELECTRONIC.
Digital Systems: Introductory Concepts Wen-Hung Liao, Ph.D.
Chapter 4 Gates and Circuits.
Lecture 3. Boolean Algebra, Logic Gates
Gates A digital circuit is one in which only two logical values are present. Typically, a signal between 0 and 1 volt represents one value (e.g. binary.
Digital and Analog Quantities
Lecture 2. Logic Gates Prof. Taeweon Suh Computer Science Education Korea University ECM585 Special Topics in Computer Design.
Unit 7, Chapter 24 CPO Science Foundations of Physics.
3. DIGITAL ELECTRONICS..
Lecture 3. Boolean Algebra, Logic Gates Prof. Sin-Min Lee Department of Computer Science 2x.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Chapter 4 Gates and Circuits.
1 CHAPTER 4: PART I ARITHMETIC FOR COMPUTERS. 2 The MIPS ALU We’ll be working with the MIPS instruction set architecture –similar to other architectures.
Chapter 4 Gates and Circuits.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
Lecture 2. Logic Gates Prof. Taeweon Suh Computer Science Education Korea University 2010 R&E Computer System Education & Research.
Slide No. 1 Course: Logic Design Dr. Ali Elkateeb Topic: Introduction Course Number: COMP 1213 Course Title: Logic Design Instructor: Dr. Ali Elkateeb.
Introduction to Digital Electronics © 2014 Project Lead The Way, Inc.Digital Electronics.
Review: Most semiconductors are made of a poor conductor that has had impurities (atoms of another material) added to it. The process of adding impurities.
4. Electrons and electronics 4.5 Digital electronics.
Chapter 7 Logic Circuits 1.State the advantages of digital technology compared to analog technology. 2. Understand the terminology of digital circuits.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Digital Logic & Design Dr. Waseem Ikram Lecture 01
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical strokes, with two spaces on either side Disclaimer.
BiCMOS TECHNOLOGY BY USHARANI. INTRODUCTION BiCMOS is an evolved semiconductor technology that integrates two formerly separate semiconductor technologies.
Digital Logic & Design Instructor: Aneel Ahmed Lecture #1.
Lecture No. 2 Computer Logic Design. Binary Digits The two state number system is called binary. Its two digits are 0 and 1 A binary digit is called a.
Computing Systems Lecture 3 Binary Representation & Boolean Logic Binary and Logic 1.
Computer Hardware & Operation Northern College Diploma Philip Bird.
Computer Organization IS F242. Course Objective It aims at understanding and appreciating the computing system’s functional components, their characteristics,
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Introduction to CMOS VLSI Design Lecture 0: Introduction.
Introduction to Digital Electronics © 2014 Project Lead The Way, Inc.Digital Electronics.
Week 1: Introduction and Logic gates IT3002 – Computer Architecture
© 2015 Project Lead The Way, Inc.Introduction to Computer Science What is Digital Information?
Logic Families There are several different families of logic gates. Each family has its capabilities and limitations, its advantages and disadvantages.
Unit 1 Introduction Number Systems and Conversion.
Digital Circuits ECGR2181 Chapter 3 Notes Data A-data B-data A B here
ECE2030 Introduction to Computer Engineering Lecture 1: Overview
Basics of Logic gates - Part 1
LOGIC GATE TIMING DIAGRAM.
Introduction to Semiconductor Devices
DIGITAL SYSTEM Advantage, Scope & Future Possibilities.
Stateless Combinational Logic and State Circuits
9 LEVEL OVERHEAD WATER TANK NDICATOR
Computer Fundamentals
Principles & Applications
Digital Design.
Advanced Digital design
Edited by : Noor Alhareqi
Chapter 4 Gates and Circuits.
Digital Systems: Introductory Concepts
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Digital Computer Electronics TTL
Digital Circuits ECGR2181 Chapter 3 Notes Data A-data B-data A B here
Edited by : Noor Alhareqi
CSE221- Logic Design, Spring 2003 Logic Technology
Digital Electronics Lab 2 Instructor:
Digital Systems and Binary Numbers
Electronic Signals How do electronic signals convey information?
Logic Families Rayat Shikshan Sanstha’s
Analog-to-digital converter
1.Introduction to Advanced Digital Design (14 marks)
Digital Circuits and Logic
Digital Electronics and Logic Circuit
Presentation transcript:

What is Digital Information?

Analog vs. Digital Continuous vs. discrete E.g. real numbers vs. integers Analog quantity Digital quantity quantity quantity An analog quantity can change continuously through a range of values. The quantity passes through all the real numbers between one value and another, making no jumps. A digital quantity has only jumps, taking on discrete values like 0, 1, 2, 3, without going through the numbers in between. time time

Converting analog to digital Sound as an example Sample the waveform Each sample has discrete values Here, the values were chosen by rounding toward zero.

Digital vs. analog: Digital has… Limited precision Limited size Error-free duplication Error-free transmission The green is an analog signal. The digital representation records a value for each black dot. There are advantages and disadvantages to using digital representations of information. The signal has been "clipped" because the analog signal is outside the minimum and maximum values that can recorded. Y2k and other rollover phenomena (e.g., the date in *nix operating systems in 2038 or the number of views of the Gangnam Style YouTube video) as well as cybersecurity attacks known as "buffer overruns" or "stack overflows" are each about the fact that a value can't get any bigger. Digital music can be duplicated exactly; a copy of a copy of a copy is just as good as the original. With error checking algorithms, people and programs can exchange messages and be confident that a repeat of a repeat of a repeat is still correct.

What is binary? Can represent anything digital Presentation Name Course Name Unit # – Lesson #.# – Lesson Name What is binary? Can represent anything digital Base 2. Only two digits 0 and 1 Why is 1011 eleven? Example digits:   1 Place values 2n: x 8 4 2 Value + + +

What is binary in electronics? "High" and "low" voltage

What are computers, physically? Semiconductors N and P doped  diode, transistor Transistors make logic gates Integrated circuits include processing as well as volatile and flash memory We use semiconductors for storing and computing with those zeros and ones. The transistor

Semiconductors

Doping makes diodes and transistors Presentation Name Course Name Unit # – Lesson #.# – Lesson Name Doping makes diodes and transistors The most commonly used semiconductor material is silicon. A lot of the earth's crust is made of silicon; sand is SiO_2. Impurities can be added to a semiconductor to make an n-doped or p-doped semiconductor. Adding an atom of a group V element adds one more electron than the crystal has space for. Adding a group III element's atom creates a "hole" because the atom doesn't use one of the crystals spaces for an electron.

Transistors The first transistor was patented in 1925, although the first working point-contact transistor was not produced until 1947. Their work on that transistor earned Shockley, Bardeen, and Brattain the Nobel prize in physics in 1956.

Logic Gates AND OR NOT NAND Programs use logical statements like AND, OR, and NOT in high level programs. Pieces of hardware called logic gates can perform the same functionality at a hardware level and can be constructed from transistors and resistors. To give you a feel for how these gates can combine to make larger circuits, and even entire microchips, you will construct NAND gates using electrical components. Each type of logic gate has a special symbol for use in drawing up circuit diagrams. In order to understand circuit diagrams, you will need to know these symbols. The three basic symbols are those for NOT, AND, and OR shown on this slide. In order to create a symbol for a gate with an N (meaning NOT) at the beginning, you add a circle in front of the output line like the one in the NOT symbol. An exclusive can be appended to OR based gates when the symbol has a line intersecting both of the input lines at the base of the gate. In this case an X precedes the gate name. XOR is what you commonly think of when you mean “one or the other but not both.”

CMOS and TTL CMOS used in Very Large Scale Integrated (VLSI) circuits like the AT Mega. TTL is still used in some applications. More waste heat is generated. Modern computers use complementary metal-oxide-semiconductors (CMOS) as the basic electrical building block for microcontrollers like the AT Mega found on the Arduino, for RAM, and digital logic circuits. A CMOS device is itself built from transistors. Without the transistor the history of computing would look very different. The circuits you create in this activity will use transistor-transistor logic (TTL), meaning they are built from just transistors and resistors.  These will contain multiple logic gates and many transistors. The ATmega48PA/88PA/168PA/328P is a low-power CMOS 8-bit microcontroller based on the AVR enhanced RISC architecture.

Integrated Circuits VLSI Billions of transistors, small as a dime Used in virtually all electronics VLSI The Xbox One contains 5 billion transistors in its CPU. VLSI is a subcategory of integrated circuit standing for Very Large Scale Integration. How the most compact chips are made Closer components means faster speeds

The Future In order for computers to continue to observe Moore’s Law, non-traditional options are investigated Optoelectronics Nanotechnology Quantum Computing The term microcomputer is applied to regular desktop computers, as they were much smaller than mainframes. The Arduino UNO is considered a nanocomputer due to its size and power.