Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g.1623 8 1623 8 3 =5128 2 =648 1 =88 0 =1 The digit.

Slides:



Advertisements
Similar presentations
ENGIN112 L7: More Logic Functions September 17, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 7 More Logic Functions: NAND, NOR,
Advertisements

CT455: Computer Organization Logic gate
Lecture 6 More Logic Functions: NAND, NOR, XOR and XNOR
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
CS 151 Digital Systems Design Lecture 7 More Logic Functions: NAND, NOR, XOR.
3.1 Logic Signals and Gates Logic Signals ReturnNext  Logic Value: Many physical quantities can be represented two possible numbers or logic values —
Computer Programming Skills Revision Prepared by: Ghader Kurdi.
BASICS OF COMPUTER APPLICATIONS ASB 102. UNIT 1 Introducing computer system  Number system  What is number system?  Types of number system  Their.
1 Survey of Computer Science CSCI 110, Spring 2011 Lecture 16 Digital Circuits, binary Numbers.
Logical Circuit Design Week 5: Combinational Logic Circuits Mentor Hamiti, MSc Office ,
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
Binary Numbers.
©zaher elsir Sudan Academy for Banking & Financial Sciences Decimal Number System Base (Radix)10 Digits0, 1, 2, 3, 4, 5, 6, 7, 8, 9 e.g The magnitude.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
Logic gates & Boolean Algebra. Introduction Certain components (called logic elements) of the computer combine electric pulses using a set of rules. Electric.
NOCTI Review Lesson 4 Objectives:
Fundamentals of IT UNIT-I OnlyforIPMCA. DIGITAL SIGNALS & LOGIC GATES Signals and data are classified as analog or digital. Analog refers to something.
Logic Design Dr. Yosry A. Azzam. Binary systems Chapter 1.
Digital Logic Design Week 3
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.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
LOGIC GATES AND CIRCUITS Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
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.
How Computer Represent Data
CMP 100 Introduction to Computing Lecture Binary Numbers & Logic Operations.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
Logic Design EE-2121 Manesh T. Digital Systems  Introduction  Binary Quantities and Variables  Logic Gates  Boolean Algebra  Combinational Logic.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
Basic Logic Gates By : Ashima Wadhwa Assistant Professor (giBS)
ECE DIGITAL LOGIC LECTURE 2: DIGITAL COMPUTER AND NUMBER SYSTEMS Assistant Prof. Fareena Saqib Florida Institute of Technology Fall 2016, 01/14/2016.
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
Logic Gates and Boolean Algebra Introduction to Logic II.
1 Digital Logic Design (41-135) Chapter 5 Number Representation & Arithmetic Circuits Younglok Kim Dept. of Electrical Engineering Sogang University Spring.
DATA REPRESENTATION IN COMPUTER MEMORY.  Describe the coding system:  Sign and magnitude  1’s Complement and 2’s Complement  Binary Coded Decimal.
Logic gates.
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
Fundamentals & Ethics of Information Systems IS 201
University of Gujrat Department of Computer Science
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Agenda – 2/12/18 Questions? Readings: CSI 4, P
Schematics 201 Lecture Topic: Electrical Symbols
Number Systems Decimal (base 10) { }
For OCR GCSE Computing Unit 1 - Theory
Waveforms & Timing Diagrams
Logic Gates.
ME 4447/6405 Microprocessor Control of Manufacturing Systems and
Logic Gates.
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Digital Systems and Binary Numbers
KS4 Electricity – Electronic systems
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
Chapter 2 Gates.
SOLIDS AND SEMICONDUCTOR DEVICES - IV
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
What are Logic Gates?.
DIGITAL ELECTRONICS AND LOGIC GATES. ANALOG SIGNAL:- Analog signal is continuous time varying current or voltage signal.
ATS’s COLLEGE OF ENGINEERING, MIRAJ Subject:- Basic Electronics Lecturer:- Amit Totade.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

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 2 in the second position from the right represents the value 16 and the digit 1 in the fourth position from the right represents the value 512.

Hexadecimal Number System Base (Radix)16 Digits0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F e.g.2F4D 16 2 F 4 D 16 3 = = = =1 The digit F in the third position from the right represents the value 3840 and the digit D in the first position from the right represents the value 13.

Eg to Binary Conversions: Decimal to Binary (Integer) Remainder Divide integer until the integer quotient becomes

Eg to Decimal 2 0 x 02 1 x 12 2 x 12 3 x 02 4 x Conversions: Binary to Decimal (Integer)

Eg to Octal Conversions: Decimal to Octal (Integer)

Eg to Decimal x 78 1 x 08 2 x x Conversions: Octal to Decimal (Integer)

D Eg to Hexadecimal F E D C 14-B 13-A D39 16 Conversions: Decimal to Hexadecimal (Integer)

Eg. D39 16 to Decimal D x x x x F E D C 14-B 13-A Conversions: Hexadecimal to Decimal (Integer)

Eg to Octal Conversions: Binary to Octal Therefore, =

Eg to Binary Conversions: Octal to Binary Therefore, =

Eg to Hexadecimal D Conversions: Binary to Hexadecimal Therefore, = 65D 16

Eg. 65D 16 to Binary D Conversions: Hexadecimal to Binary Therefore, 65D 16 =

Logic Gates Binary information is represented in digital computers by physical quantities called signals. Two different electrical voltage levels such as 3 volts and 0.5 volts may be used to represent binary 1 and 0. Binary logic deals with binary variables and with operations that assume a logical meaning.

Logic Gates Contd.. A particular logic operation can be described in an algebraic or tabular form. The manipulation of binary information is done by the circuits called logic gates, which are blocks of hardware that produce signals of binary 1 or 0 when input logic requirements are satisfied.

Logic Gates Contd.. Each gate has a distinct graphics symbol and it’s operation can be described by means of an algebraic expression or in a form of a truth table. Each gate has one or more binary inputs and one binary output.

Logic Gates AND OR (Inclusive OR) NOT (inverter) NAND (Not AND) NOR (Not OR) XOR (Exclusive OR) XNOR (Exclusive NOR)

Logic Operations ANDLogic GateTruth Table A B x A B x A, B Binary Input Variables x Binary Output Variable X=A.B

Logic Operations ORLogic GateTruth Table A B x A B x X=A+B This is read as x equals A or B

Logic Operations NOT Logic GateTruth Table A x x A X=A` X=A

Logic Operations NANDLogic GateTruth Table A B x A B x X=A.B

Logic Operations NOR Logic GateTruth Table A B x A B x X=A+B

Logic Operations XOR Logic GateTruth Table A B x A B x

Logic Operations Exclusive-NOR Logic GateTruth Table A B x A B x X= A + B