Digital Components and Combinational Circuits Sachin Kharady.

Slides:



Advertisements
Similar presentations
Logic Circuits Basic Building Blocks Dr John Cowell
Advertisements

Chapter 4 Gates and Circuits.
CT455: Computer Organization Logic gate
Exclusive-OR and Exclusive-NOR Gates
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Chapter 4 Gates and Circuits.
Chapter 4 Gates and Circuits.
Section 10.3 Logic Gates.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Chapter 4 Gates and Circuits.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
Chapter 7 Arithmetic Operations and Circuits Hexadecimal Arithmetic 4 binary bits represent a single hexadecimal digit Addition –Add the digits.
 Arithmetic circuit  Addition  Subtraction  Division  Multiplication.
CS 105 Digital Logic Design
Lecture No. 14 Combinational Functional Devices svbitec.wordpress.com.
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.
Chapter 4 Gates and Circuits.
Binary Addition CSC 103 September 17, 2007.
Chapter 4 The Building Blocks: Binary Numbers, Boolean Logic, and Gates.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
+ CS 325: CS Hardware and Software Organization and Architecture Combinational Circuits 1.
SUPLEMENTARY CHAPTER 1: An Introduction to Digital Logic The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
CPS120: Introduction to Computer Science
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
Eng. Mohammed Timraz Electronics & Communication Engineer University of Palestine Faculty of Engineering and Urban planning Software Engineering Department.
ADDERS Half Adders Recall that the basic rules of binary addition are as indicated below in Table 2-9. A circuit known as the half-adder carries out these.
Functions of Combinational Logic
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
1 Boolean Algebra & Logic Gates. 2 Objectives Understand the relationship between Boolean logic and digital computer circuits. Learn how to design simple.
1 Lecture #7 EGR 277 – Digital Logic Reading Assignment: Chapter 4 in Digital Design, 3 rd Edition by Mano Chapter 4 – Combinational Logic Circuits A)
Lecture 9 Topics: –Combinational circuits Basic concepts Examples of typical combinational circuits –Half-adder –Full-adder –Ripple-Carry adder –Decoder.
Logic Gates Logic gates are electronic digital circuit perform logic functions. Commonly expected logic functions are already having the corresponding.
LOGIC GATES. Electronic digital circuits are also called logic circuits because with the proper input, they establish logical manipulation paths. Each.
Digital Logic. 2 Abstractions in CS (gates) Basic Gate: Inverter IO IO GNDI O Vcc Resister (limits conductivity) Truth Table.
CHAPTER-2 Fundamentals of Digital Logic. Digital Logic Digital electronic circuits are used to build computer hardware as well as other products (digital.
Universal college of engineering & technology. .By Harsh Patel)
Combinational Circuits
ECE 2110: Introduction to Digital Systems Chapter 6 Review.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Digital electronics 4–1 Gates and Circuits SANJAYBHAI RAJGURU COLLEGE OF ENGG.
Logic Gates Dr.Ahmed Bayoumi Dr.Shady Elmashad. Objectives  Identify the basic gates and describe the behavior of each  Combine basic gates into circuits.
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
C OMBINATIONAL L OGIC D ESIGN 1 Eng.Maha AlGubali.
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.
COMBINATIONAL AND SEQUENTIAL CIRCUITS Guided By: Prof. P. B. Swadas Prepared By: BIRLA VISHVAKARMA MAHAVDYALAYA.
Chapter 3 Boolean Algebra and Digital Logic T103: Computer architecture, logic and information processing.
ACOE161 (Spring2007)MSI Devices1 Revision on MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5)
Lecture No. 14 Combinational Functional Devices. Digital Logic &Design Dr. Waseem Ikram Lecture 14.
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Dr.Ahmed Bayoumi Dr.Shady Elmashad
ECE 2110: Introduction to Digital Systems
Digital Components and Combinational Circuits
Combinational Circuits
Basics Combinational Circuits Sequential Circuits
Chapter 4 Gates and Circuits.
CS105 Introduction to Computer Concepts GATES and CIRCUITS
Week 7: Gates and Circuits: PART II
Digital Logic.
Number Systems and Circuits for Addition
Logic Gates.
Digital Logic.
Logic Circuits I Lecture 3.
XOR, XNOR, and Binary Adders
Electronics for Physicists
XOR Function Logic Symbol  Description  Truth Table 
Digital Circuits and Logic
Arithmetic Circuits.
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

Digital Components and Combinational Circuits Sachin Kharady

SECTION 3.4 Digital Components

All digital components inside a computer are essentially built with collections of gates. All gates use Boolean algebra to accomplish tasks. Two categories of logic – combinational logic, and sequential logic

Relationship to Boolean algebra Logic diagrams can be built to represent functions as well as physical circuits The complexity of a Boolean function reflects the complexity of the circuit

Integrated circuits Typically, gates are sold as units called integrated circuits. A chip is a small electronic device consisting of various gates. The chips already consist various electrical components such as transistors, resistors and capacitors to implement gates

The necessary connections are welded from the chip to the external pins to form an IC. First ICs contained up to 100 components per chip, but now it has grown to more than 1 million

SECTION 3.5 Combinational Circuits

Basic concepts Combinational logic is used to build circuits that contain basic Boolean operators, inputs and outputs. The output is a function of the inputs.

Typical Combinational Circuits Half-adder – specifies a circuit with two inputs to add two binary digits, and two outputs – one for sum, and one for carry. – The sum is an XOR gate and the carry is an AND gate

Full Adder Full-Adder – consists of two half adders and an OR gate To add a 16-bit word, this circuit is replicated 16 times to create the ripple carry adder.

Decoder A decoder decodes binary info from a set of n inputs to a maximum of 2 n inputs. It uses inputs and their respective values to select one specific output line. – it means that one output is set to 1 and all others are set to 0 3-to-8 decoder – 3 inputs and 8 outputs. Computer memory is written in binary numbers and and to determine the address of a stored block, a decoder is used.

Multiplexer Selects binary info from on of many input lines and directs it to a single output line. Selection is base on a couple of control lines

Parity Parity Generator and parity checker circuits – Parity generator – creates the necessary partiy bit to add to a word – Parity checker – checks to make sure proper parity (odd or even) is present in the word, detecting an error if the parity bit is incorrect.

Arithmetic Logic Unit Consists of these combinational circuits Carries out at least four basic operations, AND, OR, NOT and addition.