University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.

Slides:



Advertisements
Similar presentations
CT455: Computer Organization Logic gate
Advertisements

Logical Design.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
Chapter 3 Basic Logic Gates 1.
CSE115: Introduction to Computer Science I Dr. Carl Alphonce 219 Bell Hall 1.
Chap.10 Digital Integrated Circuits. Content  10-1 Introduction  10-2 Feature  10-3 Feature of BJT  10-4 RTL and DTL  10-5 TTL  10-6 ECL  10-7.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Major Numeric Data Types Unsigned Integers Signed Integers Alphanumeric Data – ASCII & UNICODE Floating Point Numbers.
Chapter 6 – Selected Design Topics Part 1 – The Design Space Logic and Computer Design Fundamentals.
3.1 Logic Signals and Gates Logic Signals ReturnNext  Logic Value: Many physical quantities can be represented two possible numbers or logic values —
Chapter 4 Logic Gates and Boolean Algebra. Introduction Logic gates are the actual physical implementations of the logical operators. These gates form.
3 Microelettronica – Elettronica digitale 2/ed Richard C. Jaeger, Travis N. Blalock Copyright © 2005 – The McGraw-Hill Companies srl Chapter 15 Introduction.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
Logic Gate A logic gate is an electronic circuit which makes logic decisions. It has one output and one or more inputs. The output signal appears only.
ECE 331 – Digital System Design Transistor Technologies, and Realizing Logic Gates using CMOS Circuits (Lecture #23)
Digital IC Family.
Chapter 10 Digital Integrated Circuits
Boolean math is the cornerstone of digital communications, whether you are talking computers, PLC, or Cisco Routers on the Internet. ©Emil Decker, 2009.
2-6 Other Logic Operations For two variables one can achieve sixteen operations Only eight are useful for computers Boolean algebra built on AND, OR and.
Binary Codes Computers and other digital systems "work" with binary numbers. I/P & O/P is usually done using decimal numbers, alphabetics, special symbols.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
1 Logic Gates Digital Computer Logic Kashif Bashir WWW:
Dept. of Computer Science Engineering Islamic Azad University of Mashhad 1 DIGITAL LOGIC CIRCUITS Dept. of Computer Science Engineering Islamic Azad University.
Lecture 17: Digital Design Today’s topic –Intro to Boolean functions Reminders –HW 4 due Wednesday 10/8/2014 (extended) –HW 5 due Wednesday 10/15/2014.
Department of Electronics Advanced Information Storage 02 Atsufumi Hirohata 16:00 10/October/2013 Thursday (V 120)
Chapter 1 Introduction: Digital Systems & Logic Design By Taweesak Reungpeerakul.
Chapter 4 Logic Families.
Course contents Chapter 1 - section 1.6 Chapter 2 - all sections Chapter – 4.7, and 4.12 Chapter , Chapter 6 - all sections.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
CHAPTER 1 : INTRODUCTION
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
1 Ethics of Computing MONT 113G, Spring 2012 Session 5 Binary Addition.
Computer Systems Architecture Copyright © Genetic Computer School 2008 SA 2- 0 Lesson 2 The Digital Logic Level.
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
CHAPTER 5 Combinational Logic Analysis
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
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.
B OOLEAN A LGEBRA AND LOGIC GATES Chapter2-Lecture5.
Explain Half Adder and Full Adder with Truth Table.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
Basic Electricity and Electronics Module Two Basic Electronics Copyright © Texas Education Agency, All rights reserved.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Logic gates.
Computer Architecture & Operations I
LOGIC GATE TIMING DIAGRAM.
Chapter 3 - Binary Numbering System
INTRO Module 1 Boolean Math
Computer Code.
Logic Gates and Boolean Algebra
EKT 124 / 3 DIGITAL ELEKTRONIC 1
Logic Gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
University of Gujrat Department of Computer Science
Invitation to Computer Science, Java Version, Third Edition
Digital Logic & Design Lecture 05
For OCR GCSE Computing Unit 1 - Theory
JC Technology Logic Gates.
Logic Gates.
Digital Logic.
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
Digital Logic.
DIGITAL ELECTRONICS B.SC FY
AWIM Series Lawndale High School Experiment 6 Dec, 2017
Table 1.1 Powers of Two.
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
Presentation transcript:

University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction

University College Cork IRELAND Number Systems Base Digit values Positional values -- integer powers of base Zero (0) to represent nothing in a given position Value of number = sum of products of digits and their positional values

University College Cork IRELAND Computer Number Systems

University College Cork IRELAND Octal and Binary Digits

University College Cork IRELAND Hexadecimal and Binary Digits

University College Cork IRELAND Data Types Numeric data –binary integer –floating-point –decimal value String data –a.k.a. character data –one character per byte –8-bit code such as ASCII or EBCDIC

University College Cork IRELAND ASCII and EBCDIC Codes.

University College Cork IRELAND Logic Gates Electronic circuits which combine digital signals according to the Boolean algebra are referred to as logic gates Gates because they control the flow of information. Positive logic is an electronic representation in which the true state (1) is at a higher voltage, while negative logic has the true state (0) at a lower voltage.

University College Cork IRELAND Logic Circuit Families Logic circuits are grouped into families, each with their own set of detailed operating rules. Some common logic families are: –RTL: resistor-transistor logic, –DTL: diode-transistor logic, –TTL: transistor-transistor logic, TTL is normally used for small-scale integrated circuit units –NMOS: N-channel metal-oxide silicon, MOS features very low power consumption and is used in VLSI technology –CMOS: complementary metal-oxide silicon and –ECL: emitter-coupled logic. ECL is very fast The. The TTL is normally used for small-scale integrated circuit units

University College Cork IRELAND Logic Gate Building Blocks Symbols and truth tables for the four basic two- input gates: a) AND, b) NAND, c) OR, d) NOR and e) the inverter. –The open circle is used to indicate the NOT or negation function and can be replaced by an inverter in any circuit. –A signal is negated if it passes through the circle. –Any logic operation can be formed from NAND or NOR gates or a combination of both. We also commonly have gates with more than two inputs. –Inverter gates can be formed by applying the same logic signal to both inputs of an NOR or NAND gate.

University College Cork IRELAND Examples of Logic Gates