DIGITAL COMPONENTS By Sohaib.

Slides:



Advertisements
Similar presentations
Encoders Three-state devices Multiplexers
Advertisements

Digital Logic Design Week 7 Encoders, Decoders, Multiplexers, Demuxes.
Logical Design.
Functions and Functional Blocks
Henry Hexmoor1 C hapter 4 Henry Hexmoor-- SIUC Rudimentary Logic functions: Value fixing Transferring Inverting.
Introduction to Digital Systems By Dr. John Abraham UT-Panam.
CPEN Digital System Design
EECC341 - Shaaban #1 Lec # 1 Winter Introduction to Digital Systems Analog devices and systems process time-varying signals that can take.
Memory and Programmable Logic
MOHD. YAMANI IDRIS/ NOORZAILY MOHAMED NOOR 1 Combinational Circuit – MSI Circuit ENCODER With the aid of K-map (don’t care situation), we can get D 0 =

The central processing unit and main memory chapter 4, Exploring the Digital Domain The Development and Basic Organization of Computers.
Multiplexers, Decoders, and Programmable Logic Devices
Digital Logic Design Lecture 18. Announcements HW 6 up on webpage, due on Thursday, 11/6.
Any logic circuits can be transformed to an implementation where only NAND gates (and inverters) are used. The general approach to finding a NAND-gate.
طراحی مدارهای منطقی نیمسال دوم دانشگاه آزاد اسلامی واحد پرند.
Part 2: DESIGN CIRCUIT. LOGIC CIRCUIT DESIGN x y z F F = x + y’z x y z F Truth Table Boolean Function.
Logic Gates Combinational Circuits
Bits and Data Storage. Basic Hardware Units of a Computer.
Combinational Logic Chapter 4.
Memory Hierarchy.
Storey: Electrical & Electronic Systems © Pearson Education Limited 2004 OHT 27.1 Implementing Digital Systems  Introduction  Semiconductor Memory 
Quiz # 2 Chapters 4, 5, & 6.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
Computer architecture Microprocessor based computers.
Combinational and Sequential Logic Circuits.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
INTERGRATED CIRCUITS LECTURE 17. History of Electronic Devices 1st Generation Electron tubes INTERGRATED CIRCUITS LECTURE 17.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits I.
Unit 9 Multiplexers, Decoders, and Programmable Logic Devices
Wednesday, September 16 th Warm Up: Write down how you would explain binary code to someone who had never heard of it before What is this number written.
MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5) Dr. Costas Kyriacou and Dr. Konstantinos Tatas ACOE161 - Digital Logic.
Digital Logic Operations and Functions. Basic Logic Operations Logic, as you know it, involves in a making of digital system. Logic, as you know it, involves.
ECEn 191 – New Student Seminar - Session 9: Microprocessors, Digital Design Microprocessors and Digital Design ECEn 191 New Student Seminar.
1 DIGITAL ELECTRONICS. 2 OVERVIEW –electronic circuits capable of carrying out logical (boolean) and arithmetic operations on information stored as binary.
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
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)
COMPUTER SCIENCE QUESTIONS… BY JACK. WHAT IS THE CPU? The cpu is the central processing unit.
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
Digital Logic Structures: Chapter 3 COMP 2610 Dr. James Money COMP
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Integrated Circuits. Integrated Circuit (IC) A silicon crystal (chip) containing electronic components that create the logic gates we’ve been looking.
CSCI-100 Introduction to Computing Hardware Part I.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Magnitude Comparator Dr. Ahmed Telba.
Digital Circuits Introduction Memory information storage a collection of cells store binary information RAM – Random-Access Memory read operation.
Programmable logic devices. CS Digital LogicProgrammable Logic Device2 Outline PLAs PALs ROMs.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices Multiplexers.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
ACOE161 (Spring2007)MSI Devices1 Revision on MSI Devices M. Mano & C. Kime: Logic and Computer Design Fundamentals (Chapter 5)
Computing Science Computer Structure: Lesson 1: Processor Structure
Computer System Architecture
Computer Organization and Design
Digital Design Jeff Kautzer Univ Wis Milw.
Multiplexer.
The Central Processing Unit
Chapter 2 – Computer hardware
Microprocessor.
Digital Design Fundamentals
NAND-ONLY LOGIC CIRCUITS
Computer Based Technology:
Electronics for Physicists
Digital System Design Combinational Logic
1.Introduction to Advanced Digital Design (14 marks)
Unit IV Adders Subtractors Flip Flops Counters Multiplexes and De multiplexes. Integrated circuits-Op. amp – Characteristics Inverting amplifier - Non-inverting.
Presentation transcript:

DIGITAL COMPONENTS By Sohaib

Integrated Circuits Digital circuits are constructed with integrated circuits. An integrated circuit is a small silicon semiconductor crystal, called a chip, containing electronic components. As the technology has advanced, the number of gates that can be put into the chip has increased.

Medium Scale Integration MSI have a complexity of approximately 100 to 200 gates in a single package. They usually perform specific elementary digital functions such as decoders, adders and registers.

Large Scale Integration LSI devices contain between 200 to few thousands of gates in a single package. They include digital systems such as processors, memory chips, and programmable modules.

Very Large Scale Integration VLSI devices contains thousands of gates in a single package. Examples are large memory arrays and complex microcomputer chips. Because of their small size and low cost, VLSI devices have revolutionized the computer system design technology.

Decoders A decoder is a combinational circuit that converts binary information from n coded inputs to 2n unique outputs. A decoder has n inputs and m outputs and is also referred to as an n x m decoder. The logic diagram of 2 x 4 decoder is shown in a figure.

2 to 4 Line Decoder

Encoder An encoder is a digital circuit that performs the inverse of a decoder. The encoder can be implemented by OR gates whose inputs are determined directly from the truth table.

Encoder

Multiplexer & Demultiplexer A multiplexer is a device that receives binary information from one of 2n input data and directs it to a single output line. A demultiplexer is a combinational circuit which performs exactly the opposite operation performed by multiplexer.

Mux & Demux

Registers Registers can be used by a programmer/user to carry out calculations or other tasks performed within the CPU. All of the 8086 family of CPUs have 14, 16-bit registers that are commonly used and are at the disposal of the user. Starting with the 80386, Intel also added a new set of 32-bit registers and instructions to the CPU.

Memories (RAM) Random-access memory (usually known by RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order (i.e., at random). The word RAM is often associated with volatile types of memory (such as DRAM), where the information is lost after the power is switched off.

ROM Read-only memory (usually known by its acronym, ROM) is a class of storage media used in computers and other electronic devices. Because data stored in ROM cannot be modified (at least not very quickly or easily), it is mainly used to distribute firmware(software that is very closely tied to specific hardware, and unlikely to require frequent updates). In its strictest sense, ROM refers only to mask ROM (the oldest type of solid state ROM), which is fabricated with the desired data permanently stored in it, and thus can never be modified.