BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

Register FAQ Community Calendar New Posts Navbar Right Corner
HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Institute of Computing > Bachelor of Science in Information Technology > BsIT 4th Semester > BSIT07-11 > Digital Logic and Computer Architecture

Digital Logic and Computer Architecture Share all lectures here about Digital Logic and Computer Architecture ; Instructor : Sir Khaleel Afzal


Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
  #1  
Old 16-01-2009, 03:51 AM
.BZU.'s Avatar


 
Join Date: Sep 2007
Location: near Govt College of Science Multan Pakistan
Posts: 9,693
Contact Number: Removed
Program / Discipline: BSIT
Class Roll Number: 07-15
.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute.BZU. has a reputation beyond repute
Read Basic Logic Gates and Functions

Introduction of Gates: The following points are important to understand.
  • Electronic gates require a power supply.
  • Gate INPUTS are driven by voltages having two nominal values, e.g. 0V and 5V representing logic 0 and logic 1 respectively.
  • The OUTPUT of a gate provides two nominal values of voltage only, e.g. 0V and 5V representing logic 0 and logic 1 respectively. In general, there is only one output to a logic gate except in some special cases.
  • There is always a time delay between an input being applied and the output responding.
Logic Gates:
Digital systems are said to be constructed by using logic gates. These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates. The basic operations are described below with the aid of truth tables.AND
AND gate :

Name:  AND.gif
Views: 757
Size:  536 Bytes Name:  2andtable.gif
Views: 737
Size:  1.8 KB
The AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high. A dot (.) is used to show the AND operation i.e. A.B. Bear in mind that this dot is sometimes omitted i.e. AB

OR gate :
Name:  OR.gif
Views: 720
Size:  532 Bytes Name:  2ortable.gif
Views: 739
Size:  1.8 KB
The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high. A plus (+) is used to show the OR operation.

NOT gate:
Name:  NOT1.gif
Views: 709
Size:  1.3 KB Name:  nottable.gif
Views: 710
Size:  1.3 KB
The NOT gate is an electronic circuit that produces an inverted version of the input at its output. It is also known as an inverter. If the input variable is A, the inverted output is known as NOT A. This is also shown as A', or A with a bar over the top, as shown at the outputs. The diagrams below show two ways that the NAND logic gate can be configured to produce a NOT gate. It can also be done using NOR logic gates in the same way.

Name:  NOT.gif
Views: 758
Size:  1.3 KB

NAND gate:
Name:  NAND.gif
Views: 689
Size:  574 Bytes Name:  2nandtable.gif
Views: 709
Size:  1.8 KB
This is a NOT-AND gate which is equal to an AND gate followed by a NOT gate. The outputs of all NAND gates are high if any of the inputs are low. The symbol is an AND gate with a small circle on the output. The small circle represents inversion.

NOR gate:
Name:  NOR.gif
Views: 708
Size:  586 Bytes Name:  2nortable.gif
Views: 701
Size:  1.8 KB
This is a NOT-OR gate which is equal to an OR gate followed by a NOT gate. The outputs of all NOR gates are low if any of the inputs are high.
The symbol is an OR gate with a small circle on the output. The small circle represents inversion.

EXOR gate:
Name:  EOR.gif
Views: 681
Size:  601 Bytes Name:  2eortable.gif
Views: 727
Size:  1.9 KB
The 'Exclusive-OR' gate is a circuit which will give a high output if either, but not both, of its two inputs are high. An encircled plus sign (Name:  enplus.jpg
Views: 976
Size:  785 Bytes) is used to show the EOR operation.

EXNOR gate:

Name:  ENOR.gif
Views: 731
Size:  1.4 KB Name:  2enortable.gif
Views: 737
Size:  1.9 KB
The 'Exclusive-NOR' gate circuit does the opposite to the EOR gate. It will give a low output if either, but not both, of its two inputs are high. The symbol is an EXOR gate with a small circle on the output. The small circle represents inversion.
The NAND and NOR gates are called universal functions since with either one the AND and OR functions and NOT can be generated.
Note:
A function in sum of products form can be implemented using NAND gates by replacing all AND and OR gates by NAND gates.
A function in product of sums form can be implemented using NOR gates by replacing all AND and OR gates by NOR gates.
Table 1: Logic gate symbols
Name:  symtab.gif
Views: 1416
Size:  4.5 KB

Table 2 is a summary truth table of the input/output combination for the NOT gate together with all possible input/output combination for the other gate functions. Also note that a truth table with 'n' inputs has 2n rows. You can compare the outputs of different gates.

Table 2: Logic gates representation using the Truth table
Name:  nottable.gif
Views: 710
Size:  1.3 KB Name:  summarytable.gif
Views: 740
Size:  2.8 KB

A NAND gate can be used as a NOT gate using either of the following wiring configurations.
Name:  ex1.gif
Views: 680
Size:  1.3 KB
(You can check this out using a truth table.)

__________________
(¯`v´¯)
`*.¸.*`

¸.*´¸.*´¨) ¸.*´¨)
(¸.*´ (¸.
Bzu Forum

Don't cry because it's over, smile because it happened
Reply With Quote
Reply

Tags
basic, functions, gates, logic


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bill Gates Daughter "JENNIFER KATHARINE GATES" thecool News & information/IT Pictures 0 29-11-2011 05:54 PM
Logic Raheel Quotes 0 17-03-2011 11:57 AM
Hence Proved! Why Bill Gates SOLD OFF Microsoft:: Letter is from Banta Singh of Punjab to Mr. Bill Gates of Microsoft .BZU. Quotes 1 25-04-2009 08:15 AM
Basic Shift Register and Functions,Chapter10, digital logic design by floyd .BZU. Digital Logic and Computer Architecture 0 11-04-2009 04:40 PM
SQL Plus Functions in Oracle (single row functions) .BZU. Introduction to Database 0 12-03-2009 04:32 AM

Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 03:05 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.