pouët.net

logic gates

category: general [glöplog]
maybe this is a stupid question. but, i'm still curious. i get how they work and can read a truth table. i am wondering though what do they look like and what are they made of? i've seen them as chips. but for a cpu they would have to be alot smaller than the chips i've seen. also, i'm wondering are they just build of wires or what? also, why is it that i see every tutorial demonstrating how they work show moving parts. i thought cpu's contained no moving parts. i don't really need to know this stuff. but i am curious about it and would like to know. thx for any input.
added on the 2008-04-27 02:23:07 by hexen hexen
Nothing is logic, nooooothiiiiing.
*evil laugh*
added on the 2008-04-27 02:25:38 by iks iks
i remember reading about them being made of different types of silicon. but, it's still hard for me to think of how they would make the things. especially as small as i think they would need to be for a cpu. hmm maybe all that mechanical tutorial crap didn't help.

@irokos: err ok ;x muhahaha
added on the 2008-04-27 02:30:58 by hexen hexen
Logic gates are made from candy.

BB Image
added on the 2008-04-27 02:38:47 by doomdoom doomdoom
i didn't know sugar was conductive. now i know.
added on the 2008-04-27 02:41:11 by hexen hexen
That's why god created chemists. So that the electronic engineer doesn't have to deal with that.

I actually had a class about that, but I don't remember anything now. :P
It has to do with electric fields and how some materials react to it... it's hardcore stuff.
added on the 2008-04-27 02:53:26 by xernobyl xernobyl
hmm well i guess it's good that i don't actually need to know this stuff then. i don't really like electricity anyway. which is odd since my father is an electrician. but, i have been curious as to why people always explain logic gates using something mechanical. rather than showing showing what they are actually made of an animating the current running through it.
added on the 2008-04-27 02:58:46 by hexen hexen
Gah, I have an excellent web page bookmarked at work which will answer this question. There's an awesome site about hardware hacking where they literally deconstruct the chip to find exploitable weaknesses.

I'll post on Monday if I remember.
added on the 2008-04-27 03:06:59 by Mtl Mtl
that would be cool. i hope you remember. if not ill try to remember to and bump this thread back to the top. i don't know much about hardware hacking just software. but i am all for learning new things.
added on the 2008-04-27 03:10:58 by hexen hexen
they are made up of tiny little tannhauser gates each infinitely manifesting pure logic
logic gates are made from transistors. transistors can be seen as little switches. turn em off and on and the break or open the circuit.

with two switches in series you can make already somekind of AND function. only if both are closed a current will flow. now you need a third transistor to actually measure this. hurrah, you got yourself an AND gate :)

you could actually make an animation of this for all 4 input cases..

(this level of abstraction is good for most digital purposes. but in the analogue world.. there are side-effects everywhere. you can go as deep into the physics as you want. most of that deals with zooming in on the transistors like mad.. but you can also describe gates are ideal switches + some other components which model the side-effects.)
added on the 2008-04-27 03:18:10 by earx earx
WRONG FORUM.
added on the 2008-04-27 03:18:40 by kusma kusma
added on the 2008-04-27 03:21:25 by Mtl Mtl
if you really want to know.

you can make gates in chips, or from oldschool loose components.., transistors themselves are only semiconductor material + maybe some oxidized metals.
with some wiring (tracks in chips, or real wires with loose transistors) you can hook em up. i really recommend the oldschool way if you are visually inclined.

but that's about as visual as you can get. you can't see a electrons or holes travelling. it's an abstract thing. that's why you have to use your brain. you can maybe attach a scope to view what's going on, but that's all.
added on the 2008-04-27 03:31:59 by earx earx
well you guys are really smart. i understand it alot better than i did before. i'm still not completely sure i know everything that is going on. but, i do know more about what is going on inside. i'll have to check out the old school way as well though. because, making things bigger does seem to help. but, since i didn't actually need to know this information i believe i've got alot of it here. which is why i don't believe i've posted in the wrong forum as kus ma bite says. answers are fast and there are smart people here who know what they are talking about. it looks like the right forum to me. but, i will post a random image if it helps anything jk. well, thanks guys.
added on the 2008-04-27 03:37:12 by hexen hexen
The third lead provides a means of affecting the balance enough so that the current can or cannot flow. Once you've designed something that does this repeatably, then you've got a component sufficient to construct the logic gates. It's sort of hack-y really. You could do it in a lot of different ways, with water, mechanically, with weights and scales, whatever.. so long as it's repeatable. It turns out electrons in conductors with the help of semi-conductors that have a manageable balance are an efficient implementation.
disclaimer: I'm not an electrical engineer, chemist, etc.
added on the 2008-04-27 03:44:03 by bigcheese bigcheese
Also, I think it's quite normal if the state of the art doesn't make any sense and appears beyond brilliant. It's the result of a lot of optimizations and tweaks, and pretty much the only way to really understand it is to absorb it by going through some of the older revisions and missteps (which is partly why science journalism is difficult). You've probably made a lot of things yourself that you can't really figure out - you just keep building upon what you've got.
added on the 2008-04-27 04:08:23 by bigcheese bigcheese
it's like functions in software. but the hardware version? theres alot of information here. i'm still reading this stuff. lol, i feel pretty stupid right now. but, i'm checking it all out. it appears i'm getting alot more information that i thought i was going to get on the subject.
added on the 2008-04-27 04:15:07 by hexen hexen
HeXeN: A key here is that there's no magic in it. Some people had realized and theorized that if a component with certain properties were built and then linked together in a certain way, then allowing physics to play out would output a useful computational result. At that point, people just had to create something that fit the specifications. However, the challenge is that they had to use real materials that abide by nature's usual physical laws. So they thought about it and tried some things out -- Some people played with electron flow in conductors, found potential value toward the goal in things that are not great conductors but are rather 'semi'-conductors, found a means to affect the conductivity of these semi-conductors, and wound up with a transistor that fit the objectives of the theory. Then they were linked, and after getting it stable, it computed some results.
This history is entirely falsified, but it's more or less how a lot of things happen.
added on the 2008-04-27 04:32:34 by bigcheese bigcheese
and of course mechanical computers had been built before as a proof of concept for the theory - but people had yet to build an electronic computer. Probably some of them were excited about the potential and how ridiculously more efficient and quick it might turn out to be, but that's not even so important.
added on the 2008-04-27 04:53:12 by bigcheese bigcheese
this will demistify it greatly :)

http://youtube.com/watch?v=GcDshWmhF4A
added on the 2008-04-27 07:01:30 by Oswald Oswald
actually i've already seen that wooden adding machine. but, i was wondering more about digital computers rather than something that is mechanical like that. but i did find that video pretty interesting and several other videos on youtube describing logic gates interesting as well. such as this one http://youtube.com/watch?v=tUJ3eqed2nE i'm less interested in function and more interested in how they are built and what they are made of. because i can test the function of them through most programming languages. but if i tried to take a computer chip apart. i wouldn't know where to start and i'd probably end up breaking the chip to. but this was just a question that came up out of curiosity. not need. so, there are no wrong answers and people should probably watch some of those videos on youtube about them if they are curious to.
added on the 2008-04-27 07:21:08 by hexen hexen
google can help a lot too ;)
added on the 2008-04-27 10:03:12 by Oswald Oswald

login