digital circuits

11
DIGITAL CIRCUITS By: Matt Vennekotter

Upload: mvennek

Post on 24-May-2015

1.204 views

Category:

Technology


0 download

DESCRIPTION

Description of Digital Circuits.

TRANSCRIPT

Page 1: Digital circuits

DIGITAL CIRCUITSBy: Matt Vennekotter

Page 2: Digital circuits

Simple CircuitA simple Circuit consists of three main components:Voltage = VResistance = RAmperage = I

Voltage is usually a battery.

Resistance can be a light, motor, or a heater.

Amperage is the pressure of the electrons travelling through the wire.

The basic relation between these three parts is V=IR

Page 3: Digital circuits

Logic

Everything in life can be defined as yes or no, on or off, yin and yang, etc.

In logic the binary system is used which is usually represented as 1 meaning on and 0 meaning off.

Page 4: Digital circuits

Gates

Gates are used to change any amount of input its given into one output.

Using gates help organize inputs to get the output we want.

Like on any electronic, there are several inputs and several outputs. On a microwave the buttons are inputs while

the microwave turning on is an output or the digits on the clock are outputs.

Page 5: Digital circuits

Microwave Sample

Every single button on this is an input.

The output includes every little dash on the display, the turning of the microwave table, and of course the warming up of your food.

Page 6: Digital circuits

Simple Gates

The simple gates include the OR, AND, and NOT gate.

On the AND and OR gates there’s two inputs and one output.

This means there’s four possible combinations of inputs.

The NOT gate has only one input so there’s two possibilities of inputs.

Page 7: Digital circuits

AND Gate

The AND gate simply means that when your inputs are both ones, then the output is a 1.

Page 8: Digital circuits

OR Gate

The OR gate gets a 1 output as long as one of the inputs is a one.

Page 9: Digital circuits

NOT Gate

The Basic function of the not gate is to invert the number its given.

Page 10: Digital circuits

Summary

Through a combination of these gates and several other types of complex gates we can build machines that are able to interpret input and give the output we were looking for.

First step in making a circuit is figuring out your input and your output. Through the use of Boolean Algebra and other methods, circuits can be made to run our everyday life.

Page 11: Digital circuits