SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
ROORKEE COLLEGE OF ENGINNERING, ROORKEE
UNDER THE GUIDANCE OF:
 Mr. I. P. CHANDRA
 Mrs. NISHA DHIMAN
 Miss PRIYANKA SINGH RANA
(EEE & ECE DEPT.)
ROORKEE COLLEGE OF
ENGINNERING, ROORKEE
B.Tech. – Electrical &
Electronics Engineering
 MR. SANGRAM SINGH BANA
(EEE & ECE DEPT.)
ROORKEE COLLEGE OF
ENGINNERING, ROORKEE
BY – PRASHANT SRIVASTAV
ROLL NO. - 661020108001
Page 2
CONTENTS
1. Acknowledgement………………………03
2. Abstract………………………………………04
3. Introduction………………………………. 05
4. Principle……………………………………….05
5. Objective…………………………………….06
6. Scopes………………………………………….10
7. Bibliography…………………………………11
Page 3
ACKNOWLEDGEMENT
I have taken efforts in this project. However, it would not have been possible
without the kind support and help of many individuals and organizations. I would
like to extend my sincere thanks to all of them.
I am highly indebted to Mr. I.P. CHANDRA, Mrs. NISHA DHIMAN and Miss.
PRIYANKA SINGH RANA for their guidance and constant supervision as well as
for providing necessary information regarding the project & also for her support in
completing the project.
I would like to express my gratitude towards my parents & member of ROORKEE
COLLEGE OF ENGINEERING, ROORKEE for their kind co-operation and
encouragement which help me in completion of this project.
I would like to express my special gratitude and thanks to industry persons for
giving me such attention and time.
My thanks and appreciations also go to my colleague in developing the project
and people who have willingly helped me out with their abilities.
Page 4
ABSTRACT
Although RTL stays away from all these logic families, it is still interesting to see if
there is some connection between them... some common general idea... Let’s try
to find it...
Remember that in RTL we summed voltages by converting them to currents. But
this circuit was sensitive to the magnitudes of the voltages and resistances; in
addition, the number of inputs was limited. It seems we can sum, besides voltages
and currents, why not resistances as well?
Here is the implementation.
The input logic variables turn on (at logic "1") or turn off (at logical "0") equal
reference resistances (conductance).They are summed by an analog summer
again.
Their sum is converted to voltage and compared by a threshold device (voltage
comparator) whose threshold is lower than one reference. So it is sufficient that
only one reference is turned on and the output is set at logic state "1".
This idea is taken to the extreme in the classic DL, DTL, TTL, MOS and CMOS
circuits where the reference resistances are increased up to infinity. In practice,
they are implemented by diode or transistor switches operated by the logic input
variables.
They are connected in series to sum the switch resistances or in parallel to sum
their conductance (DL, DTL and TTL use only a parallel connection).
Page 5
Introduction
A gate is defined as a digital circuit which follows some logical relationship
between the input and output voltages. It is a digital circuit which either allows a
signal to pass through as stop, it is called a gate. The logic gates are building
blocks at digital electronics. They are used in digital electronics to change on
voltage level (input voltage) into another (output voltage) according to some
logical statement relating them. A logic gate may have one or more inputs, but it
has only one output. The relationship between the possible values of input and
output voltage is expressed in the form of a table called truth table or table of
combinations. Truth table of a Logic Gates is a table that shows all the input and
output possibilities for the logic gate. George Boole in 1980 invented a different
kind of algebra based on binary nature at the logic, this algebra of logic called
BOOLEAN ALGEBRA. A logical statement can have only two values, such as
HIGH/LOW, ON/OFF,CLOSED/OPEN, YES/NO, RIGHT/WRONG,
TRUE/FALSE,CONDUCTING/NON-CONDUCTING etc. The two values oflogic
statements one denoted by the binary number 1 and 0.The binary number 1 is
used to denote the high value. The logical statements that logic gates follow are
called Boolean expressions
PRINCIPLE:
Any Boolean algebra operation can be associated with inputs and
outputs represent the statements of Boolean algebra. Although these
circuits may be complex, they may all be constructed from three basic
devices. We have three different types of logic gates. These are the
AND gate, the OR gate and the NOT gate.
Logic states
High low
1 0
+v 0v
On Off
Close open
Right wrong
Page 6
True false
Yes no
Objective – To implement the logic NAND
gate using NPN transistor.
Components Required –
 BREADBOARD
A breadboard is a solder less device for temporary prototype with
electronics and test circuit designs. Most electronic components in electronic
circuits can be interconnected by inserting their leads or terminals into the
holes and then making connections through wires where appropriate. The
breadboard has strips of metal underneath the board and connect the holes
on the top of the board. The metal strips are laid out as shown below. Note
that the top and bottom rows of holes are connected horizontally and split in
the middle while the remaining holes are connected vertically.
RESISTORS
A resistor is a passive two-terminal electrical component that implements
electrical resistance as a circuit element. In electronic circuits, resistors are
used to reduce current flow, adjust signal levels, to divide voltages, bias
active elements, and terminate transmission lines, among other uses. High-
power resistors that can dissipate many watts of electrical power as heat,
may be used as part of motor controls, in power distribution systems, or as
test loads for generators. Fixed resistors have resistances that only change
slightly with temperature, time or operating voltage. Variable resistors can
be used to adjust circuit elements (such as a volume control or a lamp
dimmer), or as sensing devices for heat, light, humidity, force, or chemical
activity.
Page 7
LED (LIGHT EMITTING DIODE)
A light-emitting diode (LED) is a two-lead semiconductor light source. It is a p–n
junction diode that emits light when activated. When a suitable current is applied
to the leads,
Electrons are able to recombine with electron holes within the device, releasing
energy in the form of photons. This effect is called electroluminescence, and the
color of the light (corresponding to the energy of the photon) is determined by the
energy band gap of the semiconductor. LEDs are typically small (less than 1
mm2) and integrated optical components may be used to shape the radiation
pattern.
NPN TRANSISTOR(BC548)
The BC548 is a part of a family of NPN and PNP epitaxial silicon transistors that
originated with the metal-cased BC108 family of transistors. This series,
introduced in 1966 by Philips, became the most used transistors in Australia and
was taken up by many European manufacturers. The BC548 is the modern
plastic-packaged BC108 the BC548 article at the Radiomuseum website
describes the BC548 as a successor to the BC238 and differing from the BC108
in only the shape of the package. Datasheets for the BC548 give specifications
that are identical to, or exceed, those of the BC108, BC148 and BC238
predecessors. Thus the BC548 (or BC546 to 550) is a valid substitute in any
circuit designed for the older BC108 (or BC148), which includes many Mullard and
Philips published designs. citation needed
As of 2016, the BC548 is principally produced by ON Semiconductor and Fairchild
Semiconductor.
Page 8
VOLTAGE REGULATION IC 7805
78xx (sometimes L78xx, LM78xx, MC78xx...) is a family of self-contained fixed
linear voltage regulator integrated circuits. The 78xx family is commonly used in
electronic circuits requiring a regulated power supply due to their ease-of-use and
low cost.
Circuit Details :-
Page 9
Concept about NAND GATE :-
The NAND (Not – AND) gate has an output that is normally at logic level “1” and only
goes “LOW” to logic level “0” when ALL of its inputs are at logic level “1”. The Logic
NAND Gate is the reverse or “Complementary” form of the AND gate.
The logic or Boolean expression given for a logic NAND gate is that for Logical
Addition, which is the opposite to the AND gate, and which it performs on
the complements of the inputs. The Boolean expression for a logic NAND gate is
denoted by a single dot or full stop symbol, ( . ) with a line or Overline, ( ‾‾ ) over the
expression to signify the NOT or logical negation of the NAND gate giving us the
Boolean expression of: A.B = Q.
Then we can define the operation of a 2-input digital logic NAND gate as being:
“If either A or B are NOT true, then Q is true”
TRANSISTOR NAND GATE –
A simple 2-input logic NAND gate can be constructed using RTL Resistor-transistor
switches connected together as shown below with the inputs connected directly to
the transistor bases. Either transistor must be cut-off “OFF” for an output at Q.
Page 10
Logic NAND Gates are available using digital circuits to produce the desired logical
function and is given a symbol whose shape is that of a standard AND gate with a
circle, sometimes called an “inversion bubble” at it’s output to represent
the NOT gate symbol with the logical operation of the NAND gate given as.
SCOPES: BIOLOGICAL LOGIC GATES FOR
BIOLOGICAL COMPUTERS
DNA is often referred to as the building block of life. Now scientists from Imperial
College London have demonstrated that DNA (and bacteria) can be used to create
the fundamental building blocks of a computer - logic gates. Using DNA and
harmless gut bacteria, the scientists have built what they claim are the most
advanced biological logic gates ever created by scientists. The research could lead
to the development of a new generation of microscopic biological computing devices
that, amongst other things, could travel around the body cleaning arteries and
destroying cancers.
While previous research had already proven biological logic gates could be made,
the Imperial College scientists say the big advantage of their creations is that they
behave like their electronic counterparts - replicating the way that electronic logic
gates process information by either switching "on" or "off." Importantly, the new
biological logic gates are also modular, meaning they could be fitted together to
make different types of logic gates and more complex biological processors.
To create a type of logic gate called an "AND gate," the team used modified DNA to
reprogram Escherichia Coli (E.Coli) bacteria to perform the same switching on and
off process as its electronic equivalent when stimulated by chemicals. In a similar
way to the way electronic components are made, the team demonstrated that the
biological gates could be connected together to form more complex components.
Page 11
The team also created a "NOT gate" and combined it with the AND gate to produce
the more complex "NAND gate." NAND gates are significant because any Boolean
function (AND, OR, NOT, XOR, XNOR), which play a basic role in the design of
computer chips, can be implemented by using a combination of NAND gates.
The researchers will now try and develop more complex circuitry that comprises
multiple logic gates. To accomplish this they will need to find a way to link multiple
biological logic gates together that is similar to the way in which electronic logic gates
are linked together to enable complex processing to be carried out.
"We believe that the next stage of our research could lead to a totally new type of
circuitry for processing information," said Professor Martin Buck from the Department
of Life Sciences at Imperial College London. "In the future, we may see complex
biological circuitry processing information using chemicals, much in the same way
that our body uses them to process and store information."
The team also suggests that these biological logic gates could one day form the
building blocks of microscopic biological devices, such as sensors that swim inside
arteries, detecting the build up of harmful plaque and rapidly delivering medications
to the affected area. Other sensors could detect and destroy cancer cells inside the
body, while others could be deployed in the environment to monitor pollution and
detect and neutralize dangerous toxins.
BIBLIOGRAPHY
 www.electronicstutorials.com
 www.wikipedia.com
 https://www.newatlas.com/biological-logic-gates/20237/

Weitere ähnliche Inhalte

Was ist angesagt?

Electronics ckts symbols
Electronics ckts symbolsElectronics ckts symbols
Electronics ckts symbols
manish katara
 
05 schematic symbols and components
05 schematic symbols and components05 schematic symbols and components
05 schematic symbols and components
Megan Dilworth
 
Ppt on interfacing led and 7 segment with 8951
Ppt on interfacing led and 7 segment with 8951 Ppt on interfacing led and 7 segment with 8951
Ppt on interfacing led and 7 segment with 8951
pooja jaiswal
 
From Vaccuum tubes to Smartphones Nice read
From Vaccuum tubes to Smartphones Nice readFrom Vaccuum tubes to Smartphones Nice read
From Vaccuum tubes to Smartphones Nice read
Mahesh Dharmalingam
 

Was ist angesagt? (20)

Electronics Components basic
Electronics Components basic Electronics Components basic
Electronics Components basic
 
Electronics ckts symbols
Electronics ckts symbolsElectronics ckts symbols
Electronics ckts symbols
 
Pdc 2 mark
Pdc   2 markPdc   2 mark
Pdc 2 mark
 
Basic electronic components used in robotics
Basic electronic components used in roboticsBasic electronic components used in robotics
Basic electronic components used in robotics
 
basic electronics components
basic electronics componentsbasic electronics components
basic electronics components
 
PROJECT ENGINEERIING (1)
PROJECT ENGINEERIING (1)PROJECT ENGINEERIING (1)
PROJECT ENGINEERIING (1)
 
Power BJT
Power BJTPower BJT
Power BJT
 
Basics of Electronics
Basics of ElectronicsBasics of Electronics
Basics of Electronics
 
Basic Electronic Components used in PCB Designing
Basic Electronic Components used in PCB DesigningBasic Electronic Components used in PCB Designing
Basic Electronic Components used in PCB Designing
 
05 schematic symbols and components
05 schematic symbols and components05 schematic symbols and components
05 schematic symbols and components
 
Basic concept of electronics.
Basic concept of electronics.Basic concept of electronics.
Basic concept of electronics.
 
Electronics
ElectronicsElectronics
Electronics
 
Memory types and logic families
Memory types and logic familiesMemory types and logic families
Memory types and logic families
 
Log antilog amplifiers by ransher
Log antilog amplifiers by ransherLog antilog amplifiers by ransher
Log antilog amplifiers by ransher
 
Ppt on interfacing led and 7 segment with 8951
Ppt on interfacing led and 7 segment with 8951 Ppt on interfacing led and 7 segment with 8951
Ppt on interfacing led and 7 segment with 8951
 
Basic Electronics
Basic ElectronicsBasic Electronics
Basic Electronics
 
Pppt
PpptPppt
Pppt
 
Design and Analysis of Low Power Double Tail Comparator for 2-bit Fast ADC
Design and Analysis of Low Power Double Tail Comparator for 2-bit Fast ADCDesign and Analysis of Low Power Double Tail Comparator for 2-bit Fast ADC
Design and Analysis of Low Power Double Tail Comparator for 2-bit Fast ADC
 
Chapter04
Chapter04Chapter04
Chapter04
 
From Vaccuum tubes to Smartphones Nice read
From Vaccuum tubes to Smartphones Nice readFrom Vaccuum tubes to Smartphones Nice read
From Vaccuum tubes to Smartphones Nice read
 

Ähnlich wie Project on orientation programme

Basic logic gates and buffers
Basic logic gates and buffersBasic logic gates and buffers
Basic logic gates and buffers
Edmund Merren
 
digitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptxdigitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptx
BijaySharma51
 

Ähnlich wie Project on orientation programme (20)

Automatic IN/OUT Indicator with Doorbell Manual
Automatic IN/OUT Indicator with Doorbell ManualAutomatic IN/OUT Indicator with Doorbell Manual
Automatic IN/OUT Indicator with Doorbell Manual
 
Digital logic families
Digital logic familiesDigital logic families
Digital logic families
 
Optocoupler tutorial and optocoupler applications
Optocoupler tutorial and optocoupler applicationsOptocoupler tutorial and optocoupler applications
Optocoupler tutorial and optocoupler applications
 
Digital logic, an inverter or NOT gate
Digital logic, an inverter or NOT gateDigital logic, an inverter or NOT gate
Digital logic, an inverter or NOT gate
 
Basic logic gates and buffers
Basic logic gates and buffersBasic logic gates and buffers
Basic logic gates and buffers
 
Digital electronics logic families
Digital electronics logic familiesDigital electronics logic families
Digital electronics logic families
 
Sensitive switch
Sensitive  switchSensitive  switch
Sensitive switch
 
Basi electroni components lecture
Basi electroni components lectureBasi electroni components lecture
Basi electroni components lecture
 
digitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptxdigitalelectronicslogicfamilies-190628101225-converted.pptx
digitalelectronicslogicfamilies-190628101225-converted.pptx
 
Logic gate implementing without using ICs by Nimay Giri
Logic gate implementing without using ICs by Nimay GiriLogic gate implementing without using ICs by Nimay Giri
Logic gate implementing without using ICs by Nimay Giri
 
embedded system
embedded system  embedded system
embedded system
 
basic electronics
 basic   electronics basic   electronics
basic electronics
 
Optocoup
OptocoupOptocoup
Optocoup
 
Introduction.ppt
Introduction.pptIntroduction.ppt
Introduction.ppt
 
Dark sensor using LDR on breadboard
Dark sensor using LDR on breadboardDark sensor using LDR on breadboard
Dark sensor using LDR on breadboard
 
Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)
 
ELECTRONIC CIRCUIT BREAKER
ELECTRONIC CIRCUIT BREAKERELECTRONIC CIRCUIT BREAKER
ELECTRONIC CIRCUIT BREAKER
 
Automatic night lamp
Automatic night lampAutomatic night lamp
Automatic night lamp
 
Evandro lab 4
Evandro lab 4Evandro lab 4
Evandro lab 4
 
Evandro lab 4
Evandro lab 4Evandro lab 4
Evandro lab 4
 

Mehr von Roorkee College of Engineering, Roorkee

Mehr von Roorkee College of Engineering, Roorkee (20)

Cell phone detector
Cell phone detectorCell phone detector
Cell phone detector
 
Top Placement College in India
Top Placement College in IndiaTop Placement College in India
Top Placement College in India
 
Top Engineering Colleges in North India
Top Engineering Colleges in North IndiaTop Engineering Colleges in North India
Top Engineering Colleges in North India
 
List of Engineering Colleges in Uttarakhand
List of Engineering Colleges in UttarakhandList of Engineering Colleges in Uttarakhand
List of Engineering Colleges in Uttarakhand
 
Top 10 Engineering College in India
Top 10 Engineering  College in IndiaTop 10 Engineering  College in India
Top 10 Engineering College in India
 
Best college in India
Best college in IndiaBest college in India
Best college in India
 
Top 100 Colleges of India
Top 100 Colleges of IndiaTop 100 Colleges of India
Top 100 Colleges of India
 
Best Engineering College in North India
Best Engineering College in North IndiaBest Engineering College in North India
Best Engineering College in North India
 
Best Placement College in India
Best Placement College in IndiaBest Placement College in India
Best Placement College in India
 
Placement wise best Engineering College in India
Placement wise best Engineering College in IndiaPlacement wise best Engineering College in India
Placement wise best Engineering College in India
 
Top Private Engineering Colleges in India
Top Private Engineering Colleges in IndiaTop Private Engineering Colleges in India
Top Private Engineering Colleges in India
 
Top Engineering Colleges in North-East India
Top Engineering Colleges in North-East IndiaTop Engineering Colleges in North-East India
Top Engineering Colleges in North-East India
 
Carrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce newCarrer opportunities after 10+2 rce new
Carrer opportunities after 10+2 rce new
 
Top Engineering Colleges in India
Top Engineering Colleges in IndiaTop Engineering Colleges in India
Top Engineering Colleges in India
 
Career counseling @rce nepal
Career counseling @rce nepalCareer counseling @rce nepal
Career counseling @rce nepal
 
Sunren automative ppt
Sunren automative pptSunren automative ppt
Sunren automative ppt
 
Carrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEECarrer opportunities after 10+2 Presented by RCE ROORKEE
Carrer opportunities after 10+2 Presented by RCE ROORKEE
 
Indian Navy Pool Campus Drive
Indian Navy Pool Campus DriveIndian Navy Pool Campus Drive
Indian Navy Pool Campus Drive
 
Roorkee college of engineering
Roorkee college of engineeringRoorkee college of engineering
Roorkee college of engineering
 
Genpact ppt
Genpact pptGenpact ppt
Genpact ppt
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

Project on orientation programme

  • 1. ROORKEE COLLEGE OF ENGINNERING, ROORKEE UNDER THE GUIDANCE OF:  Mr. I. P. CHANDRA  Mrs. NISHA DHIMAN  Miss PRIYANKA SINGH RANA (EEE & ECE DEPT.) ROORKEE COLLEGE OF ENGINNERING, ROORKEE B.Tech. – Electrical & Electronics Engineering  MR. SANGRAM SINGH BANA (EEE & ECE DEPT.) ROORKEE COLLEGE OF ENGINNERING, ROORKEE BY – PRASHANT SRIVASTAV ROLL NO. - 661020108001
  • 2. Page 2 CONTENTS 1. Acknowledgement………………………03 2. Abstract………………………………………04 3. Introduction………………………………. 05 4. Principle……………………………………….05 5. Objective…………………………………….06 6. Scopes………………………………………….10 7. Bibliography…………………………………11
  • 3. Page 3 ACKNOWLEDGEMENT I have taken efforts in this project. However, it would not have been possible without the kind support and help of many individuals and organizations. I would like to extend my sincere thanks to all of them. I am highly indebted to Mr. I.P. CHANDRA, Mrs. NISHA DHIMAN and Miss. PRIYANKA SINGH RANA for their guidance and constant supervision as well as for providing necessary information regarding the project & also for her support in completing the project. I would like to express my gratitude towards my parents & member of ROORKEE COLLEGE OF ENGINEERING, ROORKEE for their kind co-operation and encouragement which help me in completion of this project. I would like to express my special gratitude and thanks to industry persons for giving me such attention and time. My thanks and appreciations also go to my colleague in developing the project and people who have willingly helped me out with their abilities.
  • 4. Page 4 ABSTRACT Although RTL stays away from all these logic families, it is still interesting to see if there is some connection between them... some common general idea... Let’s try to find it... Remember that in RTL we summed voltages by converting them to currents. But this circuit was sensitive to the magnitudes of the voltages and resistances; in addition, the number of inputs was limited. It seems we can sum, besides voltages and currents, why not resistances as well? Here is the implementation. The input logic variables turn on (at logic "1") or turn off (at logical "0") equal reference resistances (conductance).They are summed by an analog summer again. Their sum is converted to voltage and compared by a threshold device (voltage comparator) whose threshold is lower than one reference. So it is sufficient that only one reference is turned on and the output is set at logic state "1". This idea is taken to the extreme in the classic DL, DTL, TTL, MOS and CMOS circuits where the reference resistances are increased up to infinity. In practice, they are implemented by diode or transistor switches operated by the logic input variables. They are connected in series to sum the switch resistances or in parallel to sum their conductance (DL, DTL and TTL use only a parallel connection).
  • 5. Page 5 Introduction A gate is defined as a digital circuit which follows some logical relationship between the input and output voltages. It is a digital circuit which either allows a signal to pass through as stop, it is called a gate. The logic gates are building blocks at digital electronics. They are used in digital electronics to change on voltage level (input voltage) into another (output voltage) according to some logical statement relating them. A logic gate may have one or more inputs, but it has only one output. The relationship between the possible values of input and output voltage is expressed in the form of a table called truth table or table of combinations. Truth table of a Logic Gates is a table that shows all the input and output possibilities for the logic gate. George Boole in 1980 invented a different kind of algebra based on binary nature at the logic, this algebra of logic called BOOLEAN ALGEBRA. A logical statement can have only two values, such as HIGH/LOW, ON/OFF,CLOSED/OPEN, YES/NO, RIGHT/WRONG, TRUE/FALSE,CONDUCTING/NON-CONDUCTING etc. The two values oflogic statements one denoted by the binary number 1 and 0.The binary number 1 is used to denote the high value. The logical statements that logic gates follow are called Boolean expressions PRINCIPLE: Any Boolean algebra operation can be associated with inputs and outputs represent the statements of Boolean algebra. Although these circuits may be complex, they may all be constructed from three basic devices. We have three different types of logic gates. These are the AND gate, the OR gate and the NOT gate. Logic states High low 1 0 +v 0v On Off Close open Right wrong
  • 6. Page 6 True false Yes no Objective – To implement the logic NAND gate using NPN transistor. Components Required –  BREADBOARD A breadboard is a solder less device for temporary prototype with electronics and test circuit designs. Most electronic components in electronic circuits can be interconnected by inserting their leads or terminals into the holes and then making connections through wires where appropriate. The breadboard has strips of metal underneath the board and connect the holes on the top of the board. The metal strips are laid out as shown below. Note that the top and bottom rows of holes are connected horizontally and split in the middle while the remaining holes are connected vertically. RESISTORS A resistor is a passive two-terminal electrical component that implements electrical resistance as a circuit element. In electronic circuits, resistors are used to reduce current flow, adjust signal levels, to divide voltages, bias active elements, and terminate transmission lines, among other uses. High- power resistors that can dissipate many watts of electrical power as heat, may be used as part of motor controls, in power distribution systems, or as test loads for generators. Fixed resistors have resistances that only change slightly with temperature, time or operating voltage. Variable resistors can be used to adjust circuit elements (such as a volume control or a lamp dimmer), or as sensing devices for heat, light, humidity, force, or chemical activity.
  • 7. Page 7 LED (LIGHT EMITTING DIODE) A light-emitting diode (LED) is a two-lead semiconductor light source. It is a p–n junction diode that emits light when activated. When a suitable current is applied to the leads, Electrons are able to recombine with electron holes within the device, releasing energy in the form of photons. This effect is called electroluminescence, and the color of the light (corresponding to the energy of the photon) is determined by the energy band gap of the semiconductor. LEDs are typically small (less than 1 mm2) and integrated optical components may be used to shape the radiation pattern. NPN TRANSISTOR(BC548) The BC548 is a part of a family of NPN and PNP epitaxial silicon transistors that originated with the metal-cased BC108 family of transistors. This series, introduced in 1966 by Philips, became the most used transistors in Australia and was taken up by many European manufacturers. The BC548 is the modern plastic-packaged BC108 the BC548 article at the Radiomuseum website describes the BC548 as a successor to the BC238 and differing from the BC108 in only the shape of the package. Datasheets for the BC548 give specifications that are identical to, or exceed, those of the BC108, BC148 and BC238 predecessors. Thus the BC548 (or BC546 to 550) is a valid substitute in any circuit designed for the older BC108 (or BC148), which includes many Mullard and Philips published designs. citation needed As of 2016, the BC548 is principally produced by ON Semiconductor and Fairchild Semiconductor.
  • 8. Page 8 VOLTAGE REGULATION IC 7805 78xx (sometimes L78xx, LM78xx, MC78xx...) is a family of self-contained fixed linear voltage regulator integrated circuits. The 78xx family is commonly used in electronic circuits requiring a regulated power supply due to their ease-of-use and low cost. Circuit Details :-
  • 9. Page 9 Concept about NAND GATE :- The NAND (Not – AND) gate has an output that is normally at logic level “1” and only goes “LOW” to logic level “0” when ALL of its inputs are at logic level “1”. The Logic NAND Gate is the reverse or “Complementary” form of the AND gate. The logic or Boolean expression given for a logic NAND gate is that for Logical Addition, which is the opposite to the AND gate, and which it performs on the complements of the inputs. The Boolean expression for a logic NAND gate is denoted by a single dot or full stop symbol, ( . ) with a line or Overline, ( ‾‾ ) over the expression to signify the NOT or logical negation of the NAND gate giving us the Boolean expression of: A.B = Q. Then we can define the operation of a 2-input digital logic NAND gate as being: “If either A or B are NOT true, then Q is true” TRANSISTOR NAND GATE – A simple 2-input logic NAND gate can be constructed using RTL Resistor-transistor switches connected together as shown below with the inputs connected directly to the transistor bases. Either transistor must be cut-off “OFF” for an output at Q.
  • 10. Page 10 Logic NAND Gates are available using digital circuits to produce the desired logical function and is given a symbol whose shape is that of a standard AND gate with a circle, sometimes called an “inversion bubble” at it’s output to represent the NOT gate symbol with the logical operation of the NAND gate given as. SCOPES: BIOLOGICAL LOGIC GATES FOR BIOLOGICAL COMPUTERS DNA is often referred to as the building block of life. Now scientists from Imperial College London have demonstrated that DNA (and bacteria) can be used to create the fundamental building blocks of a computer - logic gates. Using DNA and harmless gut bacteria, the scientists have built what they claim are the most advanced biological logic gates ever created by scientists. The research could lead to the development of a new generation of microscopic biological computing devices that, amongst other things, could travel around the body cleaning arteries and destroying cancers. While previous research had already proven biological logic gates could be made, the Imperial College scientists say the big advantage of their creations is that they behave like their electronic counterparts - replicating the way that electronic logic gates process information by either switching "on" or "off." Importantly, the new biological logic gates are also modular, meaning they could be fitted together to make different types of logic gates and more complex biological processors. To create a type of logic gate called an "AND gate," the team used modified DNA to reprogram Escherichia Coli (E.Coli) bacteria to perform the same switching on and off process as its electronic equivalent when stimulated by chemicals. In a similar way to the way electronic components are made, the team demonstrated that the biological gates could be connected together to form more complex components.
  • 11. Page 11 The team also created a "NOT gate" and combined it with the AND gate to produce the more complex "NAND gate." NAND gates are significant because any Boolean function (AND, OR, NOT, XOR, XNOR), which play a basic role in the design of computer chips, can be implemented by using a combination of NAND gates. The researchers will now try and develop more complex circuitry that comprises multiple logic gates. To accomplish this they will need to find a way to link multiple biological logic gates together that is similar to the way in which electronic logic gates are linked together to enable complex processing to be carried out. "We believe that the next stage of our research could lead to a totally new type of circuitry for processing information," said Professor Martin Buck from the Department of Life Sciences at Imperial College London. "In the future, we may see complex biological circuitry processing information using chemicals, much in the same way that our body uses them to process and store information." The team also suggests that these biological logic gates could one day form the building blocks of microscopic biological devices, such as sensors that swim inside arteries, detecting the build up of harmful plaque and rapidly delivering medications to the affected area. Other sensors could detect and destroy cancer cells inside the body, while others could be deployed in the environment to monitor pollution and detect and neutralize dangerous toxins. BIBLIOGRAPHY  www.electronicstutorials.com  www.wikipedia.com  https://www.newatlas.com/biological-logic-gates/20237/