*CORRECTION* AT 1:27 the graph says "Quinary System" but then the graph shows 10 possible states - which is actually decimal. Technically, there should be only 5 possible values there, but the overall concept is still the same. NOTE: Since we can't use annotations in our videos going forward if we find any smallish errors in our videos like this we'll leave clarifications in the episode description. Thanks all for the wonderful feedback! -brandon
Using annotations in the future videos will be much more difficult because they are going to be going over much more complex levels of "abstraction" as she calls it. In this and the previous videos the 'units of discussion' had to do with ones and zeros and those only in pairs at most. The next level of discussion is going to be about arranging groups of eight, sixteen, thirty two and sixty four. Correcting minor errors in the video with annotations will need three or four minutes of reading and that will interrupt the flow of knowledge a person can retain from the video itself. At most I could suggest an annotation that an error is corrected and that it is explained in detail in the show description. Larger errors would require rewriting and rerecording the entire episode.
Annotations cannot be used in conjunction with the endscreen tool - it's just a limitation of the software. And since annotations don't work on mobile anyway, it's better if we have a place for those corrections and clarifications that are accessible on all devices.
to be fair though it is an over simplification to what we learn in computer engineering, Such as the explanation of the NOT gate does not technically work for what the NOT gate is
+nollid3 Well, it does work, it just...doesn't work very *well* :P Perhaps a future episode will get into CMOS and the like? (Seems doubtful now, but you never know!)
Woo! They say that you don't truly understand something until you can successfully explain it to someone who knows nothing about it. :) Edit: And by that I mean, if someone just stumbled on this video, they would have an idea of how computers work better than before they watched (Not to say you nothing about it, Huntson. hahaha! Oh words)
Unlike most CS introductions, Crash Course does a great job in giving the student context, explaining how computers function at a fundamental level before applying layers of abstraction. Very well done -- As a Sophomore ComputerSci major, I'm excited to see more enriching content every week(:
Oh my god, THANK YOU for clearly explaining how each logic gate is physically represented in an electrical circuit. A lot of that abstraction makes it really daunting and hard for dummies like me to get it through our thick heads.
I felt they could have stuck NAND (and maybe NOR) in there, before XOR. Just because it would have been easier to have the constructed NAND ready to help build the XOR. Never mind that XOR can be built entirely from just NAND or NOR.
But to be fair, NAND isn't something laypeople hear about or think about, so using the logically equivalent "not and" makes the connection easier for many viewers.
I'm so happy with how the crash course series has expanded. I was blown away by Crash Course World History and never really imagined how many different courses might be visited by crash course videos but it is awesome. As an engineer, I know that breaking down topics like computing into manageable chunks for younger audiences is essential to the coming generation being successful in the increasingly computer based work force
Hey Maggie! Now that you bring it up, would you mind giving me feedback on my videos? I make CS videos for children and I try my best to keep the kids excited to learn!
vlogbrothers We are biological computers. 'Merely', I think, is not the right word to describe this nature. I would personally omit 'merely' if I ever wrote that.
She is a VERY good teacher. How she breaks it down so you understand the details and then subtly tells you about application of abstraction helps you focus on whats important... she makes actual little building blocks for you as she speaks.
A good video as always! As a CS major myself, this is actually finally a series where I can answer questions and stuff in the comment section! Just a pedantic note for people who want a little more info: 1) There are also not versions of all the gates. AND, OR, and XOR become NAND, NOR, XNOR, respectively. They are represented by adding a small circle to the end of the gate. While they can be formed just by adding a not gate at the end of the inputs, they are common enough that they get their own specialized parts. You often here people verbally NAND and XNOR when talking about logic, so I think it is interesting to note even though this isn't computer engineering. 2) While by convention in truth tables 1 is true and 0 is false, this is often not the case when we actually look at real components. Because of power usage, the opposite is often used. Generally, the more common output is set to 0. 3) 0 doesn't actually mean nothing is flowing through. For example, we may set our 1 to 5 volts, and our 0 to 2.3 volts. This allows for us to have an "off" state at 0 volts. We wouldn't want our computer to be calculating stuff with 0s when it is off! There are also other uses for this state, but this may be covered in a future video.
Thanks a lot for that comment. As for the 3rd, it was made clear in the video. But the way i understood it was that you can use a range for the system to be more reliable. For instance : 1 to 3 volts are 0 5 to 8 volts are 1. Of course i don't know anything about voltage yet, so i chose those random numbers just to illustrate my understanding. Is it how it works?
I used to make cpus in minecraft, and it's amazing what it could teach about computers. It makes you feel like you understand exactly how computers work, and in a sense, you do. programming using only 1s and 0s, creating all of the logic gates/decoders etc from scratch, optimizing, and attempting to add a second core. I've moved on from Minecraft since then, but it's a great tool to make use of if you have the game and want to go deeper into boolean logic/logic gates and computer architecture. The hardest part is creating an Instruction set that is powerful enough to let you program basic programs but easy enough to decode to keep you from ripping your hair out. generally, It would be a non-pipelined CPU running at about 0.7 hz, but some made optimised pipelines that allowed speed of up to 2.5 hz, which is amazing given that every transistor take 0.1 seconds to switch, and after a certain range, you must add a repeater, which re-strengthens the signal, which also takes 0.1 seconds.
Redstone is what got me interested in Minecraft in the first place. I'm a computer scientist (fancy way of saying "programmer with a degree"), and my friends introduced me to the game by saying "It's like Legos, but you kill stuff". I wasn't interested. A few years later I stumbled upon redstone, and was immediately hooked (and still am!). Creating what are basically electronic devices using a relatively limited set of components, all of which are 1 cubic meter at a minimum, brings out some serious creative juices. And then there are command blocks, which are sort of like a limited, spacially-oriented scripting language... I just love it
Minecraft should be used in schools to demonstrate logic gates! (I'm sure it is but probably just in a handful of places). Some of the first redstone devices I've made were based on AND and OR gates. I have a computer science degree but I think this video demonstrated the concept quicker and better than any class I've ever taken.
I once made an automatic subway station in Minecraft (the carts exchanged places between stations automatically as soon as you entered a cart). Than I saw some people made mechanic calculators in the game and it blew my mind.
I never could get into Minecraft. Dwarf Fortress ruined me :D The computers made in DF are pretty incredible. I remember taking my class in computer architecture, using Quartus to build a CPU. Props to anyone who can do it in a game.
I mean the fact that George Boole came up with Boolean Logic a century before it became a vital component of designing computers is pretty incredible. It just goes to show how the discipline of pure mathematics, that is studying mathematics not for a practical purpose that is known at the time, but just for the sake of expanding the scope of maths itself, can really pay dividends when the technology catches up with it.
I have took electronic design in highschool, in college and in university as ee engineer but this explanation would be so easy to understand at the begining. Great job as always cheers.
The circuit explanations would always go over my head when I learned it in class and I just skipped over to doing the gate symbols for everything. But I think it FINALLY clicked when I watched the circuit diagrams in this episode. Really nicely animated!
I cannot believe I have learned NOT, XOR, OR gates and all other jargons in just few minutes. Please keep making more videos on computer science. How about videos on programming languages, electronics and mechanism? Your brilliant videos make our small brains balloon up.
I'm so glad you're making this series, this will help more people understand the concepts and fundamentals behind computers and computer science :) I'm dual majoring electrical engineering and computer engineering and while I already know all of this content from my courses, this series is absolutely fantastic and I wish I had it when I was going through my early classes. This is something I could definitely see good professors showing in their classrooms before getting into the nitty-gritty math
The feeling when you don't have any exams tomorrow, but are doing it for fun and now the whole new world of Computer Science has opened for you to learn and become a master of every computer you'll ever meet in your life.
I've been 40 years in the industry, and I learned to program (in assembler) from a PDP8 manual back in 1967. Congratulations on making a complex subject very approachable. Curiously the good old 6800 microprocessor had a "half carry" in the status register, and the DAA instruction specifically so that it could work with two decimal digits to a byte (BCD). If you were using it to implement something like a cash register it was easier to work in decimal than convert to binary and convert back.
You are amazing. I have always been fearful of this information. I see now i was fearful of the instructors. Where you are concise, cheerful and fun they were scattered, drool and resentful. Thank you for knowledge!
I appreciate that this video relates it to actual transistors and not just starting with the arbitrary principles/symbols. Relating it to the real world is important.
loving the series! wish i'd have had this to watch before starting to study computer science :D (i just finished the first semester) you're doing a great job at breaking the subject matter down and making it interesting! i'll be forwarding this series to anyone asking me what i really learn about!
I already knew at a basic level how AND and OR gates worked but I never realized before watching this video that the difference between the two is basically transistors in series vs parallel. That is super easy to remember.
Boolean logic came from a professor at my university, University College Cork (UCC) in Ireland. His name was George Boole. He's very famous here. Our main lecture theatres as named after him. Along with are library. Funny fact about him is that he died after getting a cold because one day when it was raining he forget his coat. Anyway I hope this piece of info helps in your studies of Boolean logic.
I got my Bachelor of Arts in music a few years ago. But I just applied and was admitted to my city's university for postbac study. I'm deciding to switch and pursue my Masters in computer science. I'm already deep into my essential high level programming knowledge and learning more about discrete math, but also watching these videos is super helpful! I start classes this summer.
It would have been really neat if you had gone a little deeper and talked about the NAND or NOR and they are functionally complete on their own can build up to any of the other logic gates.
I love this fact. I was introduced to it in my Introduction to Computer Science class and we had a project with a logic gate emulator to build other gates with only NAND gates.
I'm currently doing a coding bootcamp and studied a whole section of boolean logic. I felt like I understood pretty well but I also felt like I was missing something. Watching this filled in some of those blanks and made the whole this make so much more sense.
Having completed a Bachelors degree in Electrical Engineering, I do not remember ever learning the internal transistor make up of the gates, just what the gates do. I am enjoying this series a lot, keep up the good work.
I doubt this will get covered honestly. This stuff is usually reserved as an upper level CS course, and this course seems like it will basically be the equivalent of the Computing Fundamentals course my university has Freshman take.
I'm currently in my first year as a software developer apprentice and we do learn many of these things in school, for example logic gates. But this series is so damn helpful for me since we never really discussed the origin of it all, or why exactly we need these gates. knowing what role a specific topic plays in the field you work in and its physical basis makes it so much more interesting. thank you so much for the work you put into these videos!
Thanks for explaining this to me. Got a test tomorrow and this is part of it. Anyone wanting to be an aircraft mechanic, take heed. This is part of the curriculum.
Carrie Ann is beautiful! Although I consider myself a veteran of this material, nonetheless my attention is captured and I find the journey up through these layers of abstraction from the flowing of electrons to the touch pad interface I am using at this very moment quite refreshing.
I studied Boolean Algebra in school. I understood it. Only used it once in my work on a real problem . It worked beautifully to reduce the chip count in my circuit.
I HAVE BEEN TRYING TO FIND A VIDEO THAT EXPLAINS THIS CONCEPT IN A SIMPLISTIC MANNER AND YOU ARE FINALLY THE VIDEO THAT DID IT FOR ME!! THANK YOU SO MUCH!!!
Oh my god FINALLY a video that actually explains what's on the inside of logic gates and how they physically work instead of just on a theoretical level
I am in love with this series, I think I should set a date to watch this series every Year !!!! It is super refreshing to see and realize how it all started and obviously unravel all the levels of ABSTRACTION :)
This explained what Fullsail seemingly struggles to teach with ease! Carrie Anne, you and the writer deserve better than a simple youtube spotlight. Grazie
THE LOGICIAN I leave you with this conundrum - Boole me this, Fatman: "I am a liar. Everything I say is a lie. I'm lying." Compose a coherent logic gate output using that set of input statements before the auto-destruct countdown goes from 30 seconds to zero and both you and the Boy Dunder are... deleted from existence! LOLOLOLOLOL!!!!!! [exits with henchmen AND, NOT, OR and XOR as the countdown begins]
Curses! Why do I keep letting you know how to escape my comically overwrought deathtraps, then leave before they do the job?! However, I must give credit where due,... nicely done, Coding Crusader.... No matter - I'll get you in the Part Two episode! And your little subroutine sidekick too!! Until then!
No - it's Boole (verb), as in "to Boole" - to use Boolean logic (hence the archvillain name "The Logician") to solve a problem, borrowing heavily from "The Riddler" M.O. and catchphrase "Riddle me this".
"In computers, an 'on' state, when electricity is flowing, represents true..." IMO this is at best misleading; in practice, it might be the other way around, but much more usually *voltages* represent states, and so bits, not currents. But many electrical and optical representations of bits are used in computers
+Jon Asgaeroth Not at all. On/Off states are usually represented as a higher and a lower voltage, not the presence or absence of a current. Optical representations of bits is probably in reference to optical fiber.
On the other hand, thanks to Ohm's Law, we know that V=IR, so no voltage equals no current, and high voltage equals high current, so your objection is mostly pedantry.
Actually, the most common technology used in integrated circuits is CMOS, a complimentary set of p- and n-type MOSFETs. We can use this technology to minimize the potential difference between low resistance paths and maximize the resistance in paths with high potential difference. Since V in Ohm's Law actually refers to potential difference (or the change in voltage), this means that our current I is very close to 0 (somewhere in pA?) whether we are in a high voltage state or a low voltage state. To give you a better picture of what I mean by V in Ohm's Law actually refers to potential difference. Imagine I hook up a 1-Ohm resistor to two 9V voltage sources on both sides of the resistor. The current through the resistor and the current supplied by the voltage sources is zero (assuming ideal conditions, more specifically, that the 9V sources both are exactly 9V.)
The quinary system doesn't seem rightly represented, I mean in that system the only numbers posible (using our current Indo-Arabic numerals) would be 0, 1, 2, 3, 4 (or 1, 2, 3, 4, 5). Yet the graphic at minute 1:25 uses all Indo-Arabic numerals which would mean is actually decimal and definitely not base-5!
I'm so happy you guys have started making this series, as a first year computer science student, it's helping a lot in the bits that I didn't quite understand in lectures. Thanks guys, and keep up the great work!
wow, this video is pure gold! you just perfectly explained the transistor much better than my electro technology teacher who teached the subject for weeks but failed to explain it, and not only that, you also showed other gates :) i love you, thank you so much! Now I finally understand it. :)
Be careful with the transistor ones; technically, CMOS is much more common, as it addresses the shortcomings of the designs shown here (namely leakage), so for a course on the topic these might not be enough.
Brilliant series so far! As a game designer primarily, this is really helping me underpin my programming studying. I'm a bit further along in the series but came back to this one to practice recreating the logic gates in Unreal Engine 4. Thanks for the series!
I think this is the first time Crash Course teaches me something I've already learned, because before, I've watched Crash Course *before* learning about it in school, and then returning later for more info.
*CORRECTION* AT 1:27 the graph says "Quinary System" but then the graph shows 10 possible states - which is actually decimal. Technically, there should be only 5 possible values there, but the overall concept is still the same. NOTE: Since we can't use annotations in our videos going forward if we find any smallish errors in our videos like this we'll leave clarifications in the episode description. Thanks all for the wonderful feedback! -brandon
pin this comment,CarshCourse. It is away down that no one will see it.
Why can't annotations be used going forward?
Using annotations in the future videos will be much more difficult because they are going to be going over much more complex levels of "abstraction" as she calls it. In this and the previous videos the 'units of discussion' had to do with ones and zeros and those only in pairs at most. The next level of discussion is going to be about arranging groups of eight, sixteen, thirty two and sixty four. Correcting minor errors in the video with annotations will need three or four minutes of reading and that will interrupt the flow of knowledge a person can retain from the video itself. At most I could suggest an annotation that an error is corrected and that it is explained in detail in the show description. Larger errors would require rewriting and rerecording the entire episode.
Annotations cannot be used in conjunction with the endscreen tool - it's just a limitation of the software. And since annotations don't work on mobile anyway, it's better if we have a place for those corrections and clarifications that are accessible on all devices.
CrashCourse I'm guessing this mistake is related to Tommy Flowers' Colossus using a "biquinary" decimal notation.
I am a third year majoring in computer engineering and this video explains transistors and logic gates better than a semester class.
Nope. It's more nuanced than that.
to be fair though it is an over simplification to what we learn in computer engineering, Such as the explanation of the NOT gate does not technically work for what the NOT gate is
Huntson
It explains WHY better, but not how.
If you want the how, you need the math.
+nollid3 Well, it does work, it just...doesn't work very *well* :P Perhaps a future episode will get into CMOS and the like? (Seems doubtful now, but you never know!)
Woo! They say that you don't truly understand something until you can successfully explain it to someone who knows nothing about it. :)
Edit: And by that I mean, if someone just stumbled on this video, they would have an idea of how computers work better than before they watched (Not to say you nothing about it, Huntson. hahaha! Oh words)
Unlike most CS introductions, Crash Course does a great job in giving the student context, explaining how computers function at a fundamental level before applying layers of abstraction. Very well done -- As a Sophomore ComputerSci major, I'm excited to see more enriching content every week(:
Oh my god, THANK YOU for clearly explaining how each logic gate is physically represented in an electrical circuit. A lot of that abstraction makes it really daunting and hard for dummies like me to get it through our thick heads.
I felt they could have stuck NAND (and maybe NOR) in there, before XOR. Just because it would have been easier to have the constructed NAND ready to help build the XOR.
Never mind that XOR can be built entirely from just NAND or NOR.
But to be fair, NAND isn't something laypeople hear about or think about, so using the logically equivalent "not and" makes the connection easier for many viewers.
My first real exposure and application of logic gates was in Minecraft with Redstone
not gate = block powered with redstone with torch on top
true true same here
Anybody saw that Creeper?
This is completely true for me as well.
There's a creeper in the background too
Bit at the end made me wonder if I'm merely a computer. Great episode! -John
There are 10 types of people in the world, those who are are secretly computers and those who aren't.
I'm so happy with how the crash course series has expanded. I was blown away by Crash Course World History and never really imagined how many different courses might be visited by crash course videos but it is awesome. As an engineer, I know that breaking down topics like computing into manageable chunks for younger audiences is essential to the coming generation being successful in the increasingly computer based work force
Hey Maggie! Now that you bring it up, would you mind giving me feedback on my videos? I make CS videos for children and I try my best to keep the kids excited to learn!
vlogbrothers We are biological computers. 'Merely', I think, is not the right word to describe this nature. I would personally omit 'merely' if I ever wrote that.
psst.... You are 0_o
She is a VERY good teacher. How she breaks it down so you understand the details and then subtly tells you about application of abstraction helps you focus on whats important... she makes actual little building blocks for you as she speaks.
A good video as always! As a CS major myself, this is actually finally a series where I can answer questions and stuff in the comment section! Just a pedantic note for people who want a little more info:
1) There are also not versions of all the gates. AND, OR, and XOR become NAND, NOR, XNOR, respectively. They are represented by adding a small circle to the end of the gate. While they can be formed just by adding a not gate at the end of the inputs, they are common enough that they get their own specialized parts. You often here people verbally NAND and XNOR when talking about logic, so I think it is interesting to note even though this isn't computer engineering.
2) While by convention in truth tables 1 is true and 0 is false, this is often not the case when we actually look at real components. Because of power usage, the opposite is often used. Generally, the more common output is set to 0.
3) 0 doesn't actually mean nothing is flowing through. For example, we may set our 1 to 5 volts, and our 0 to 2.3 volts. This allows for us to have an "off" state at 0 volts. We wouldn't want our computer to be calculating stuff with 0s when it is off! There are also other uses for this state, but this may be covered in a future video.
Interesting.
Intriguing
Thanks!
How does a not gate work when input is 0
Thanks a lot for that comment. As for the 3rd, it was made clear in the video. But the way i understood it was that you can use a range for the system to be more reliable. For instance :
1 to 3 volts are 0
5 to 8 volts are 1.
Of course i don't know anything about voltage yet, so i chose those random numbers just to illustrate my understanding.
Is it how it works?
Just wanted to say I love the themed animations for this series. The computer UI, old Mac OS UI, etc. Always great work to the animators and team.
Look at this nerd
Me too. Brings back some nostalgia.
I've always been interested in UI design. Not only in conventional computers but also in video games and game systems for example.
Thanks for the love! We always appreciate fans recognizing the hard work that goes into designing Crash Course.
-James
Dear lord, didn't know Thought Café had a profile/channel on their own. Going there asap!
I used to make cpus in minecraft, and it's amazing what it could teach about computers. It makes you feel like you understand exactly how computers work, and in a sense, you do. programming using only 1s and 0s, creating all of the logic gates/decoders etc from scratch, optimizing, and attempting to add a second core. I've moved on from Minecraft since then, but it's a great tool to make use of if you have the game and want to go deeper into boolean logic/logic gates and computer architecture.
The hardest part is creating an Instruction set that is powerful enough to let you program basic programs but easy enough to decode to keep you from ripping your hair out. generally, It would be a non-pipelined CPU running at about 0.7 hz, but some made optimised pipelines that allowed speed of up to 2.5 hz, which is amazing given that every transistor take 0.1 seconds to switch, and after a certain range, you must add a repeater, which re-strengthens the signal, which also takes 0.1 seconds.
Redstone is what got me interested in Minecraft in the first place. I'm a computer scientist (fancy way of saying "programmer with a degree"), and my friends introduced me to the game by saying "It's like Legos, but you kill stuff". I wasn't interested. A few years later I stumbled upon redstone, and was immediately hooked (and still am!). Creating what are basically electronic devices using a relatively limited set of components, all of which are 1 cubic meter at a minimum, brings out some serious creative juices. And then there are command blocks, which are sort of like a limited, spacially-oriented scripting language... I just love it
Minecraft should be used in schools to demonstrate logic gates! (I'm sure it is but probably just in a handful of places). Some of the first redstone devices I've made were based on AND and OR gates. I have a computer science degree but I think this video demonstrated the concept quicker and better than any class I've ever taken.
I once made an automatic subway station in Minecraft (the carts exchanged places between stations automatically as soon as you entered a cart). Than I saw some people made mechanic calculators in the game and it blew my mind.
I never could get into Minecraft. Dwarf Fortress ruined me :D
The computers made in DF are pretty incredible. I remember taking my class in computer architecture, using Quartus to build a CPU. Props to anyone who can do it in a game.
yeah I did a basic redstone calculator too, thats how I learned it .. ^^
Just passing by to say that I'm loving her course and excellent diction.
She sounds similar to Dobbie from Peep show...
As an Electrical Engineering Student who was always curious about how Boolean Gates worked, my life is now complete...
I mean the fact that George Boole came up with Boolean Logic a century before it became a vital component of designing computers is pretty incredible. It just goes to show how the discipline of pure mathematics, that is studying mathematics not for a practical purpose that is known at the time, but just for the sake of expanding the scope of maths itself, can really pay dividends when the technology catches up with it.
That feeling when you literally have a test on this tomorrow
Qball ,
Uc Davis?
Probably not, but what's the class called?
Nah its just a programing class in my highschool :)
Thanks. I did pretty well and Its a really fun class. I do kind of take it for granted. I now appreciate the class much more :)
I have my GCSE mocks in avfew hours 。・゚゚・(>д
hmm mee 222!!! have a test 2morrow :{
Minecraft redstone already taught me this
I have took electronic design in highschool, in college and in university as ee engineer but this explanation would be so easy to understand at the begining. Great job as always cheers.
Wow! I love these videos. It's amazing how far we've come with computers.
Woah, I see you everywhere!
Few Minute Programming no its not ;)
As a CS grad that graduated over 5 years ago, this video had me giggling and remembering many classes, thanks!
Man I used to study CS a few years ago, love how you can learn all I learned in months in a few minutes. Great job !
I was wondering where I'd heard Boolean before, then realized that I took a logic class last semester. :D
It may have also been from a discrete math class if you've ever taken that!
There is Boolean algebra too, look it up
Yeah, I had a vague recollection of a term. It was one of the main topics from a lesson i took.
hahahahaha that's so true
That sounds logic to me
The circuit explanations would always go over my head when I learned it in class and I just skipped over to doing the gate symbols for everything. But I think it FINALLY clicked when I watched the circuit diagrams in this episode. Really nicely animated!
Physical basis of logic gates wonderfully explained!
I'm so happy this channel exists. Thank goodness it does.
actually thank pbs...
I cannot believe I have learned NOT, XOR, OR gates and all other jargons in just few minutes. Please keep making more videos on computer science.
How about videos on programming languages, electronics and mechanism? Your brilliant videos make our small brains balloon up.
I'm so glad you're making this series, this will help more people understand the concepts and fundamentals behind computers and computer science :)
I'm dual majoring electrical engineering and computer engineering and while I already know all of this content from my courses, this series is absolutely fantastic and I wish I had it when I was going through my early classes. This is something I could definitely see good professors showing in their classrooms before getting into the nitty-gritty math
The feeling when you don't have any exams tomorrow, but are doing it for fun and now the whole new world of Computer Science has opened for you to learn and become a master of every computer you'll ever meet in your life.
Loving the casual reference to "Journey" aroud 0:50. Such a great game!
I've been 40 years in the industry, and I learned to program (in assembler) from a PDP8 manual back in 1967. Congratulations on making a complex subject very approachable.
Curiously the good old 6800 microprocessor had a "half carry" in the status register, and the DAA instruction specifically so that it could work with two decimal digits to a byte (BCD). If you were using it to implement something like a cash register it was easier to work in decimal than convert to binary and convert back.
This is really amazing, you have answered so many of my questions in this series so far and I am excited to see more videos in the future!!
Have studied computing for 4 years and never seen how logic gates are physically made with transistors, really awesome video!
You are amazing. I have always been fearful of this information. I see now i was fearful of the instructors. Where you are concise, cheerful and fun they were scattered, drool and resentful. Thank you for knowledge!
I appreciate that this video relates it to actual transistors and not just starting with the arbitrary principles/symbols. Relating it to the real world is important.
loving the series! wish i'd have had this to watch before starting to study computer science :D (i just finished the first semester) you're doing a great job at breaking the subject matter down and making it interesting! i'll be forwarding this series to anyone asking me what i really learn about!
The sound effects accompanying the currents/ON/OFF/logic table animations make me so happy :)
Carrie Anne is the best. So good at explaining these concepts clearly and with a little humour thrown in as well.
I already knew at a basic level how AND and OR gates worked but I never realized before watching this video that the difference between the two is basically transistors in series vs parallel. That is super easy to remember.
Boolean logic came from a professor at my university, University College Cork (UCC) in Ireland. His name was George Boole. He's very famous here. Our main lecture theatres as named after him. Along with are library.
Funny fact about him is that he died after getting a cold because one day when it was raining he forget his coat.
Anyway I hope this piece of info helps in your studies of Boolean logic.
guy fox do UCC do a level 8 comp sci course?
I got my Bachelor of Arts in music a few years ago. But I just applied and was admitted to my city's university for postbac study. I'm deciding to switch and pursue my Masters in computer science. I'm already deep into my essential high level programming knowledge and learning more about discrete math, but also watching these videos is super helpful! I start classes this summer.
It would have been really neat if you had gone a little deeper and talked about the NAND or NOR and they are functionally complete on their own can build up to any of the other logic gates.
I love this fact. I was introduced to it in my Introduction to Computer Science class and we had a project with a logic gate emulator to build other gates with only NAND gates.
JJar43 was it NAND Game?
I'm currently doing a coding bootcamp and studied a whole section of boolean logic. I felt like I understood pretty well but I also felt like I was missing something. Watching this filled in some of those blanks and made the whole this make so much more sense.
omg love the Journey reference!!
Software engineer here; this series and its explanations are really excellent. Great job!
Minecraft Redstone is just like real life.
Having completed a Bachelors degree in Electrical Engineering, I do not remember ever learning the internal transistor make up of the gates, just what the gates do. I am enjoying this series a lot, keep up the good work.
"Try turning it off and back on again" Great sign-off. :)
Carrie Anne is effortless and brilliant. She made logic gates delightful. More please.
Brilliantly explained! I am really hoping you will talk about more theory like Turning Machines and finite automata
I doubt this will get covered honestly. This stuff is usually reserved as an upper level CS course, and this course seems like it will basically be the equivalent of the Computing Fundamentals course my university has Freshman take.
Automata or Autonoma
I'm currently in my first year as a software developer apprentice and we do learn many of these things in school, for example logic gates. But this series is so damn helpful for me since we never really discussed the origin of it all, or why exactly we need these gates. knowing what role a specific topic plays in the field you work in and its physical basis makes it so much more interesting. thank you so much for the work you put into these videos!
Journey!!! Awesome reference!
Zerrotox haha knew somebody recoginized this as well!!
Thanks for explaining this to me. Got a test tomorrow and this is part of it. Anyone wanting to be an aircraft mechanic, take heed. This is part of the curriculum.
WHY CAN'T SCHOOL BE THIS SIMPLE!?!?!?!?!?
Two and a half years into electrical engineering and now in this video i learn these stuff. Really well done!
Very useful for those who love redstone.
These series needs more views. Too few people nowadays know basics of how computer works.
And boolean algebra helped me in set theory calculations when I figured out they are the same, just different names.
Carrie Ann is beautiful! Although I consider myself a veteran of this material, nonetheless my attention is captured and I find the journey up through these layers of abstraction from the flowing of electrons to the touch pad interface I am using at this very moment quite refreshing.
I studied Boolean Algebra in school. I understood it. Only used it once in my work on a real problem . It worked beautifully to reduce the chip count in my circuit.
Not wearing pants means something very different in England
I never would have guessed how useful my intro to logic class is when it comes to this aspect of CS. I'm so glad I took that class.
Neat pickup line: "If I were to ask you to go out with me, would the answer to that question be the as the answer to this one?" XOR gated!
lol
Infinite recursion?!
I HAVE BEEN TRYING TO FIND A VIDEO THAT EXPLAINS THIS CONCEPT IN A SIMPLISTIC MANNER AND YOU ARE FINALLY THE VIDEO THAT DID IT FOR ME!! THANK YOU SO MUCH!!!
That Journey shout out.
I truly love this series. and really all of the programs here on Crash Course. The re-enforcement provided here is amazing.
My former university held a festival dedicated to Boole, I now know why!
Victoria Caswell cork?!
Oh my god FINALLY a video that actually explains what's on the inside of logic gates and how they physically work instead of just on a theoretical level
That was both the longest and shortest 10 minutes of my life :'O
I absolutely love this course, and would like to thank you guys for one extra feature that most channels don't care for: subtitles!!
This is SO GOOD!
As much as I hate the complexity of these videos, I love how much I'm able to learn from them. And I believe I'm speaking for thousands.
"a robot dog must always bark at a squirrel, as long as it does not conflict with laws 1 and 2"
I am in love with this series, I think I should set a date to watch this series every Year !!!!
It is super refreshing to see and realize how it all started and obviously unravel all the levels of ABSTRACTION :)
0:50 Nice Journey reference!
This explained what Fullsail seemingly struggles to teach with ease! Carrie Anne, you and the writer deserve better than a simple youtube spotlight. Grazie
THE LOGICIAN
I leave you with this conundrum -
Boole me this, Fatman:
"I am a liar. Everything I say is a lie. I'm lying."
Compose a coherent logic gate output using that set of input statements
before the auto-destruct countdown goes from 30 seconds to zero
and both you and the Boy Dunder are... deleted from existence!
LOLOLOLOLOL!!!!!!
[exits with henchmen AND, NOT, OR and XOR as the countdown begins]
Just add a NOT to each statement.
Curses! Why do I keep letting you know how to escape my comically overwrought deathtraps, then leave before they do the job?!
However, I must give credit where due,... nicely done, Coding Crusader....
No matter - I'll get you in the Part Two episode! And your little subroutine sidekick too!!
Until then!
612Tiberius
I"m not a Bat-fan, but I know there's a few out there who will really like this.
so is it foole me not batman or and xor?
No - it's Boole (verb), as in "to Boole" - to use Boolean logic (hence the archvillain name "The Logician") to solve a problem, borrowing heavily from "The Riddler" M.O. and catchphrase "Riddle me this".
She has gotten much better compared to the first 2 episodes. Keep it up Carrie Anne!
"In computers, an 'on' state, when electricity is flowing, represents true..." IMO this is at best misleading; in practice, it might be the other way around, but much more usually *voltages* represent states, and so bits, not currents. But many electrical and optical representations of bits are used in computers
Your entire statement is at best mostly incorrect.
+Jon Asgaeroth Not at all. On/Off states are usually represented as a higher and a lower voltage, not the presence or absence of a current.
Optical representations of bits is probably in reference to optical fiber.
On the other hand, thanks to Ohm's Law, we know that V=IR, so no voltage equals no current, and high voltage equals high current, so your objection is mostly pedantry.
Actually, the most common technology used in integrated circuits is CMOS, a complimentary set of p- and n-type MOSFETs. We can use this technology to minimize the potential difference between low resistance paths and maximize the resistance in paths with high potential difference. Since V in Ohm's Law actually refers to potential difference (or the change in voltage), this means that our current I is very close to 0 (somewhere in pA?) whether we are in a high voltage state or a low voltage state.
To give you a better picture of what I mean by V in Ohm's Law actually refers to potential difference. Imagine I hook up a 1-Ohm resistor to two 9V voltage sources on both sides of the resistor. The current through the resistor and the current supplied by the voltage sources is zero (assuming ideal conditions, more specifically, that the 9V sources both are exactly 9V.)
I agree. In EE there is this notion of active high and active low, which this video overlooks, and every electrical component uses a different scheme.
I'm in love with this series. Hat off to Ms. Carrie Anne, her explanations and engaging methods are superb.
The quinary system doesn't seem rightly represented, I mean in that system the only numbers posible (using our current Indo-Arabic numerals) would be 0, 1, 2, 3, 4 (or 1, 2, 3, 4, 5). Yet the graphic at minute 1:25 uses all Indo-Arabic numerals which would mean is actually decimal and definitely not base-5!
sion8 Yeah, they should have just used the numbers 0-4.
I don't think they were referring to the quinary system at that point, just a system with more than two states.
no, it is, look at the top
MetaBloxer
It literally says "Quinary system" on top of the chart before they show why Binary is better.
I'm going to break the rules of the internet and admit to my mistake. Sorry!
I'm so happy you guys have started making this series, as a first year computer science student, it's helping a lot in the bits that I didn't quite understand in lectures. Thanks guys, and keep up the great work!
that journey easter egg tho
As a Newbie Computer Science student,I can say this video is really helpful.Thank you❤
trust me, you're not early.
message from the past future.
I will liked this comment
wow, this video is pure gold! you just perfectly explained the transistor much better than my electro technology teacher who teached the subject for weeks but failed to explain it, and not only that, you also showed other gates :) i love you, thank you so much! Now I finally understand it. :)
What about NOR, NAND and XNOR?
Asaph Kalala same function except inverted, eg with a "not" on the output
or SNOT, SNOR, SNAND and err nevermind .
This is the best course i've seen. I've learned so much in 10 minutes, thanks for the explanation!
first few seconds i was like " -__- " and then i was "
As a beginner with Python, this video blew my mind. Helped the lessons make more sense.
Your “and fortunately” sounds like unfortunately!
Your "unfortunately" sounds like and fortunately.
A natural teacher. It's reminding me of a few semesters back.
5:10 I thought you were brave for going commando, but no pants or trousers? I guess that's why we can only see you from the waist up?
I've been struggling with the diagrams at the end for like 2 weeks now so thank you for explaining them simply, I might just show this to my professor
Be careful with the transistor ones; technically, CMOS is much more common, as it addresses the shortcomings of the designs shown here (namely leakage), so for a course on the topic these might not be enough.
NOR gate? :(
MJ Ozog no NAND neither, but they'll get there.
Finally !! i've been working for this for long time.thank you . i've been studying programming languages without knowing how do they work.
My brain hurts
Brilliant series so far! As a game designer primarily, this is really helping me underpin my programming studying. I'm a bit further along in the series but came back to this one to practice recreating the logic gates in Unreal Engine 4. Thanks for the series!
Is that dress blue?
ohh no, pls not.. :D don't start that discussion again, it's definetly blue!! ;P
I think this is the first time Crash Course teaches me something I've already learned, because before, I've watched Crash Course *before* learning about it in school, and then returning later for more info.
when they say "if you're in England" and use the union jack, like the english flag is the St George's cross :(
TINY Linden
What
The English flag is the flag in eggland right?
You also use the English union jack
As a EE and CS graduate, I love these videos!
01100100 th !
L
64
Great summary of some basics on logic gates. I am amazed by the speed of Carrie Anne's reading and diction.