Thank you for making these videos, it sparked a curiosity in computer science in me when I was younger, and currently I know almost everything you can do with logic gates (eg flip-flops, calculating, 2-bit/4-bit cpus, logic gates outputs,) by heart, and I have done this tutorial twice. Right now I am currently trying to learn programming languages to make a game. I don't have that much money to give, but I would donate to you if you had a patreon page. Thank you again!
I manually built a calculator out of logic gates which could count up to 4 before I found this video. Needless this say this made things a lot less complicated :D Thanks!
I got a challenge for everyone. Try following this tutorial, but instead of ending up with a 8-bit calculator, end up with a 16-BIT calculator. A good tip is that you complete the tutorial once. The sky's the limit! 32-bit, 64-bit or even 32768-bit!
I invented a logic gate that I call the SOR gate (like XOR but instead of eXclusive OR it's Specific OR). The truth table is: X,Y|Output 0,0|0 0,1|0 1,0|1 1,1|0 So it is only true if only X is on. It works by putting X in to an AND gate. Put Y into a NOT gate, and then take that output for the other input of the AND gate. The output is now an SOR gate.
you made a combination... :) basically encoded the input of 1,0 to output a 1... LOL the name kind-of made no sense... since it's now became an AND GATE with an inverted input... which really shouldn't have a name... xD cause all logic gates so far have something in common... there inputs all have the same effect... you've now moved into the circuitry realm... :}
No Offence but I think that wouldn't be a good idea because if the X and Y were flipped if would be different and with all the other gates it doesn't matter if X and Y flip.
I used three sets of bcd counters. And three sets of data flip flops. Counter 1 is always where the answer is. When counter one counts up and counter two counts down to zero addition takes place. When counter one counts down and counter two counts down to zero subtraction takes place. For multiplication counter one is transferred to counter two then set to zero. The number to be multiplied by is routed to counter three. Counter one is increased by counter two counter three number of times. For division counter one is transferred to counter three and cleared to zero. The number to be divided by is routed to counter two. Counter one is used to count how many times counter two can be subtracted from counter three The answer is always in counter one. What I meant by routed is the next number from the keypad is routed to that counter. That describes what the maybe 11 areas of the calculator do somewhat
Me: "oooooh! This seems interesting!" *clicks on video* "wow! Its 44 minutes long! I can learn AND waste time!" *makes comment about video to show what I'm thinking* "..." *typing* "done!" *posts comment* "I'm ready!" XP
The calculator can be made of only AND gates. OR gares . And Inverters. Along with whatever needed for switch debouncing. Finally seven segment displays are used for the display And spst switches for the keypad. And a power supply and connecting wires.
I have to give a talk about just this topic: how a calculator works using logic. This video is awesome, but as reference I have to give a book, not a YT video. Can anyone recommend a book where all of this is explained?
Sometimes when I restart my computer and go on Logicly it won't let me copy paste because it is "Unable to open document. Cannot parse data." Please help me. Making things without copy paste is extremely tedious.
29:38 "stupid bird in the background"... xD
xD :p
RAAAA
Thank you for making these videos, it sparked a curiosity in computer science in me when I was younger, and currently I know almost everything you can do with logic gates (eg flip-flops, calculating, 2-bit/4-bit cpus, logic gates outputs,) by heart, and I have done this tutorial twice. Right now I am currently trying to learn programming languages to make a game.
I don't have that much money to give, but I would donate to you if you had a patreon page. Thank you again!
This is actually really a good tutorial! It's a shame the sound quality is bad :/
I manually built a calculator out of logic gates which could count up to 4 before I found this video. Needless this say this made things a lot less complicated :D Thanks!
I got a challenge for everyone. Try following this tutorial, but instead of ending up with a 8-bit calculator, end up with a 16-BIT calculator. A good tip is that you complete the tutorial once. The sky's the limit! 32-bit, 64-bit or even 32768-bit!
I don't think 32768-bit is possible, due to how much the Computer has to work to evaluate a single operation.
@@beepbeepimasheep237beepbee3 yes we can't do anything above 64-bits yet
25:30 I usually put a constant 0 on the first carry in; never thought of just using a half adder.
I'm gonna build this in terraria, thanks man I've watched all of these
Did you do it?
@@BillyBoze It's possible.
@@Gundplanatics00 Nice. Thanks.
OMG that freakin bird.
I invented a logic gate that I call the SOR gate (like XOR but instead of eXclusive OR it's Specific OR). The truth table is:
X,Y|Output
0,0|0
0,1|0
1,0|1
1,1|0
So it is only true if only X is on. It works by putting X in to an AND gate. Put Y into a NOT gate, and then take that output for the other input of the AND gate. The output is now an SOR gate.
you made a combination... :)
basically encoded the input of 1,0 to output a 1... LOL
the name kind-of made no sense...
since it's now became an AND GATE with an inverted input...
which really shouldn't have a name... xD
cause all logic gates so far have something in common...
there inputs all have the same effect...
you've now moved into the circuitry realm... :}
How 'bout naming it a ONLY Gate
+IanCraftsAndMines
There might just might allredy be a gate called an ONLY GATE or an INVERTED IMPLY GATE...
As +Guynimator the Terrible said.
No Offence but I think that wouldn't be a good idea because if the X and Y were flipped if would be different and with all the other gates it doesn't matter if X and Y flip.
so basically you just need X. Then do not connect y into anything.
I used three sets of bcd counters. And three sets of data flip flops. Counter 1 is always where the answer is. When counter one counts up and counter two counts down to zero addition takes place. When counter one counts down and counter two counts down to zero subtraction takes place. For multiplication counter one is transferred to counter two then set to zero. The number to be multiplied by is routed to counter three. Counter one is increased by counter two counter three number of times. For division counter one is transferred to counter three and cleared to zero. The number to be divided by is routed to counter two. Counter one is used to count how many times counter two can be subtracted from counter three
The answer is always in counter one. What I meant by routed is the next number from the keypad is routed to that counter. That describes what the maybe 11 areas of the calculator do somewhat
Perfect for minecraft
you have a good way to give us the information we need - many thanks for you
Me: "oooooh! This seems interesting!" *clicks on video* "wow! Its 44 minutes long! I can learn AND waste time!" *makes comment about video to show what I'm thinking* "..." *typing* "done!" *posts comment* "I'm ready!" XP
This is really good!
Thank you this is really good
Amazing tutorial aside, I love how you pronounce Half in this video
Hi my name is Arslan...if you had a scientific calculator ...can you enter the PDF support function ...or texting function like that..plz reply..??
Wow . lot of work. Nice job
Thanks bro for making this video really appreciate this 💜💜💜
The calculator can be made of only AND gates. OR gares . And Inverters. Along with whatever needed for switch debouncing. Finally seven segment displays are used for the display
And spst switches for the keypad. And a power supply and connecting wires.
*casually opens minecraft*
I have to give a talk about just this topic: how a calculator works using logic. This video is awesome, but as reference I have to give a book, not a YT video. Can anyone recommend a book where all of this is explained?
Thanks so much.Exteremly useful.
Love the video! Very helpful :)
Hello! I have a question, where it can be used? Another words, what is the purpose of the creation of the calculator in this app?
Making the calculator is pretty much just learning about logic and practicing making it. Otherwise, it just manipulates numbers.
@@skyjack1 But can it be used in real calculator creation?
@@maksymkhomych6141
Yes.
Maybe u should have not mounted the microphone on the mouse :o
lmaoo
Pls give circuit in discription 🙏🏻🙏🏻
i think 37:43 its not an error because 1 subtracts 2 equals to -1
Each program is this?, please.
What?
Good video after I got used to your nervous and constant mouse clicking 😏
Sometimes when I restart my computer and go on Logicly it won't let me copy paste because it is "Unable to open document. Cannot parse data." Please help me. Making things without copy paste is extremely tedious.
THE CROW XD
Boycott RUclips ads😩
Do you got this programme for a Ipad
y'know that text box that you didn't fill in with the number? I used the calculator to calculate the next number. :]
circuit diagram plz
He should activate his windows
Zhou Johnson He should close his window
@@dux2508 lol
Please can you name the program you are using
logic.ly
Why do you click and drag so much? it's really annoying.
Because that's how you use a computer.
how to make 0-99 counter with flip flop and logicly program
Made this in Terraria :D
I did it in Minecraft :D
@@STA-3 0-0 really?
@@terranceclark8328 i mean. Redstone makes everything possible ^_^
@@STA-3 True, I didn't think someone would make an 8-bit calculator following this tutorial, followed this tutorial using logicly 1-2 years ago
roblox :}
tried adding 3 and 3, resulted in 10
built the calculator in fallout 4
please help
what am i doing with my life
Maybe it was too radioactive idk
Joking aside, I think your half-adder somehow powered the sum instead of the carry out like expected, try fixing that.
@@skyjack1 k
@@guys_animations
Made a mistake in my reply, fixed it.
@@skyjack1 okay
*Logisim* is *FREE* guys, there's no reason to crack LogicLy ;)
so ja , boerseun XD
If anyone make pysycaly reply me I want to purchase.....
can i get the logic from u ?
No 2 in binary is on a 8 bit system is 0010
Nope, that's 4 on a 4 bit system.
You're both wrong. It's 00000010.
Well, if the MSB is on the *right*...
Lol wft
our prof requires us to do this with keyboard..! like WTF? how? .
this project is quite easy if he only requires us to use switch
I want to build this in shapez.io
is that possible
PLEASEEEEEEEEEEEEEEE ADD A DOWNLOAD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Logic.ly
4:52 How to hack logic.ly
Watch this video: ruclips.net/video/i1e0T7lAELQ/видео.html
He builds a calculator using only marbles with logic gates
Owww God ,Im sorry but you speak toooo slow !
The audio is so fucking bad
"sSSssssssssSSSszzzzsSSs" my hears are fucking bleeding
You do a lot of clicking about for NOTHING and it severely detract from what you are trying to do... cant watch it for long..very disjointed sorry