if else if in SNAP
4:06
10 ай бұрын
SNAP! Broadcast Statements
8:07
Жыл бұрын
Finding Limits Graphically
6:49
Жыл бұрын
Kaleidoscope
5:10
Жыл бұрын
pushButton1
0:08
2 жыл бұрын
Arduino Comments and Variables
3:44
2 жыл бұрын
State Machine Combination Lock
5:44
2 жыл бұрын
MergeArrayHint
4:32
2 жыл бұрын
Insert In Order In List Demo
2:05
2 жыл бұрын
SNAP! Iterate Through Example 2.mp4
2:14
SNAP! Iterate Through a List
2:04
2 жыл бұрын
Karnaugh Maps Part 2
9:10
2 жыл бұрын
Karnaugh Maps Part 1
4:43
2 жыл бұрын
TimesTableGameExample3
1:58
2 жыл бұрын
Wiring Basic Gates Lab Introduction
5:56
Times Table Game Example 2
1:07
2 жыл бұрын
Times Table Game Example
1:45
2 жыл бұрын
Spin The Wheel Demo
3:46
2 жыл бұрын
555 Timer
5:12
2 жыл бұрын
Basic Gates Activity
3:49
2 жыл бұрын
Measuring Digital Waves in Multisim
2:53
greater or equal in snap
2:17
2 жыл бұрын
FractionsDemo
2:59
3 жыл бұрын
Radio Buttons in JavaScript
5:19
3 жыл бұрын
WordValueDemo
2:14
3 жыл бұрын
GetElementById
5:39
3 жыл бұрын
RainWaterDemo
1:43
3 жыл бұрын
Пікірлер
@user-qr6ps4uj1g
@user-qr6ps4uj1g Ай бұрын
You're amazing man. I can't believe millions of people haven't watched this video 😮❤
@joehaas0
@joehaas0 Ай бұрын
thanks so much for the great comment!
@kasunwilbagedara2001
@kasunwilbagedara2001 2 ай бұрын
nice work 🙌
@gamerez2415
@gamerez2415 2 ай бұрын
Can you please make a video about how to add music to snap Berkeley edu because I really want to know. I can’t drag files to add music in the program.
@themarksmanxii7256
@themarksmanxii7256 2 ай бұрын
Prepping for my AP CSP exam tomorrow. Thank you so much, this vid definitely helped!
@joehaas0
@joehaas0 2 ай бұрын
Thanks so much - glad it helped!
@uglybozo
@uglybozo 2 ай бұрын
what did u get on the exam
@Nick-yy7zs
@Nick-yy7zs 2 ай бұрын
is there a way to gain what the user submitted onto my screen like a xy input and output type of situation
@Don_XI
@Don_XI 2 ай бұрын
Thanks !
@joehaas0
@joehaas0 2 ай бұрын
Thanks for watching!
@Avighna
@Avighna 2 ай бұрын
This gives Khan Academy vibes, especially on 1.5x
@Johnweely
@Johnweely 3 ай бұрын
if you do !(!(a != b) && (b > 7)) Why would ">" turn to a "<=" instead of <
@joehaas0
@joehaas0 2 ай бұрын
example: if it is false that 5 is greater than x, then 5 must be less than or equal to 5. hope that makes sense.
@joehaas0
@joehaas0 2 ай бұрын
sorry typo above - should be: if it is false that 5 is greater than x, then 5 must be less than or equal to x. hope that makes sense.
@rafaelpalmones9309
@rafaelpalmones9309 3 ай бұрын
you just saved my ass thank you so much bro
@joehaas0
@joehaas0 3 ай бұрын
excellent - so glad it helped!!
@vorlon478
@vorlon478 3 ай бұрын
You may have single-handedly saved my grade with this video thank you!
@joehaas0
@joehaas0 3 ай бұрын
Thanks so much!
@benasvaiciulis2865
@benasvaiciulis2865 3 ай бұрын
how would i adjust for 4 bit key?
@shubhamgumma8089
@shubhamgumma8089 4 ай бұрын
This video is great! thanks for the help!!
@joehaas0
@joehaas0 4 ай бұрын
Thanks so much!
@WarrensLee22
@WarrensLee22 5 ай бұрын
amazing example, thankyou !
@joehaas0
@joehaas0 5 ай бұрын
Thanks so much!
@AK47_414
@AK47_414 5 ай бұрын
If I had educators like this, maybe i wouldn't be so garbage and stupid at electrical engineering
@joehaas0
@joehaas0 5 ай бұрын
Thanks for watching.
@izzayyyyy_
@izzayyyyy_ 6 ай бұрын
sir, if l + r = 11, 11/2 = 5.5, so m = 5 or 6 (rounded 5.5)?
@joehaas0
@joehaas0 6 ай бұрын
In Java, integer division is truncated - so 5.5 becomes 5. Thanks for watching.
@izzayyyyy_
@izzayyyyy_ 6 ай бұрын
@@joehaas0 appreciate the response, sir 🙏🏻
@alperen32
@alperen32 6 ай бұрын
A great help. Thanks!
@joehaas0
@joehaas0 6 ай бұрын
thanks so much for watching!
@oluwademilademustapha3637
@oluwademilademustapha3637 7 ай бұрын
Hi! What about if reset is synchronous?
@joehaas0
@joehaas0 7 ай бұрын
A synchronous reset would "reset" the flip-flop on the next clock pulse.
@oluwademilademustapha3637
@oluwademilademustapha3637 7 ай бұрын
So if it is deasserted at the rising edge of a clock it won’t take immediate effect on the Q pin until the next rising edge?
@joehaas0
@joehaas0 7 ай бұрын
yes - synchronous inputs will only change the output Q on a rising edge (assuming positive edge triggered flip-flop)
@oluwademilademustapha3637
@oluwademilademustapha3637 7 ай бұрын
Ok thank you so much! Just to clarify sorry for so many questions I just really want to make sure I’m on the right track xD If the synchronous reset is active on the rising edge of the clock does the Q pin go immediately low?
@joehaas0
@joehaas0 7 ай бұрын
yes - the synchronous reset will make Q go low on the rising edge of the clock (assuming positive edge triggered clock)
@rawarori
@rawarori 7 ай бұрын
you explained in 6 minutes what my lecturer couldnt in 30 slides
@joehaas0
@joehaas0 7 ай бұрын
Thanks so much for the great comment!
@GiangNguyen-bt1zq
@GiangNguyen-bt1zq 7 ай бұрын
Thank you so much!!! This video was really informative for my final exam this term, luckily I found your video right before I do the exam
@joehaas0
@joehaas0 7 ай бұрын
Thanks so much for the nice comment!
@hgramofficial8982
@hgramofficial8982 7 ай бұрын
Great explanations!
@joehaas0
@joehaas0 7 ай бұрын
Thanks so much!
@rovindnesa3810
@rovindnesa3810 8 ай бұрын
omg tq so much. i just completed a whole chap from your 6 minute video .
@joehaas0
@joehaas0 8 ай бұрын
Thanks so much for watching!
@vlaire7737
@vlaire7737 8 ай бұрын
Great Video! Thank you!!!
@joehaas0
@joehaas0 8 ай бұрын
Thanks so much for watching!
@JoruJoru2290
@JoruJoru2290 8 ай бұрын
Give me code
@warrenjaff7454
@warrenjaff7454 8 ай бұрын
Thanks so much! I'm in my first year of college and this video is very helpful
@joehaas0
@joehaas0 8 ай бұрын
Glad it helped! Thanks for watching!
@pat022860
@pat022860 9 ай бұрын
you could be the only one on youtube that could explain that
@joehaas0
@joehaas0 9 ай бұрын
Thanks so much for the nice comment!
@thesiuman8058
@thesiuman8058 9 ай бұрын
Thanks Joe
@joehaas0
@joehaas0 9 ай бұрын
Thanks for watching!
@Sarahbuildsstepsequencers
@Sarahbuildsstepsequencers 9 ай бұрын
Hi, Joe. I am an electronics hobbyist and I can’t figure out how to make a specific circuit and I’m hoping you can help me, please. I need a cmos circuit with a common cathode numeric display that *only* counts from 1 to 8 then starts over at 1. No 0 or 9. Could you possibly demonstrate a circuit that does so?
@joehaas0
@joehaas0 9 ай бұрын
Hi Sarah, There are lots of IC's that will allow you to set a count range. I can email you a screen shot of a 1 to 8 counter using a 74193 if you would like.
@prestontao2
@prestontao2 9 ай бұрын
Excellent video! Thanks!
@joehaas0
@joehaas0 9 ай бұрын
Thanks so much for watching!
@indianentertainment2718
@indianentertainment2718 11 ай бұрын
Thank you ❤
@zyronebiglang-awa6871
@zyronebiglang-awa6871 Жыл бұрын
gobo r u ok?
@hoveras
@hoveras 5 ай бұрын
not anymore, he becomed an ALONZO
@jakobs-zugbilder
@jakobs-zugbilder Жыл бұрын
Really well and easy explained! Thumbs up!
@josephhaas3360
@josephhaas3360 Жыл бұрын
Thanks so much!
@KeViNkErR93
@KeViNkErR93 Жыл бұрын
Basically taught me in a few minutes what its taken my lecturer 5 lessons to attempt to explain!! 🎉
@josephhaas3360
@josephhaas3360 Жыл бұрын
Thanks so much for the nice comment!
@alec6310
@alec6310 Жыл бұрын
video just saved me 30 min of reading a slideshow, thanks m8!
@josephhaas3360
@josephhaas3360 Жыл бұрын
Glad to help!
@dankboikae4150
@dankboikae4150 Жыл бұрын
legend
@CookieMasterRBLX
@CookieMasterRBLX Жыл бұрын
great video
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much!
@jerryp2433
@jerryp2433 Жыл бұрын
I was struggling and watching recursion videos for literally a whole week and you just explained it all in 5 minutes. The education system is a scam!
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much for the great comment!
@jerryp2433
@jerryp2433 Жыл бұрын
@@joehaas0 I had an exam today and I couldn't do this problem. Wish I had watched this before taking the exam!
@yourgirllebogang
@yourgirllebogang Жыл бұрын
Thank you for this
@joehaas0
@joehaas0 Жыл бұрын
glad it helped!
@Miguel-zl7cs
@Miguel-zl7cs Жыл бұрын
This video is the best, I wish he spoke Spanish, but it doesn't matter. Greetings from Peru
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much!
@coffeecloves
@coffeecloves Жыл бұрын
Awesome video, I can confirm this is helpful for college courses as well!
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much for the great comment! Much appreciated!
@joshuasun3954
@joshuasun3954 Жыл бұрын
got a quiz over this tomorrow. Understand the code writing now. Thank you sir
@josephhaas3360
@josephhaas3360 Жыл бұрын
Glad it helped - thanks for watching!
@ChocolatePink29
@ChocolatePink29 Жыл бұрын
I know this video is almost 5 years old, but I want to thank you for uploading it. It's truly helpful.
@josephhaas3360
@josephhaas3360 Жыл бұрын
Glad it helped - thanks for watching.
@sheikhzuhair3331
@sheikhzuhair3331 Жыл бұрын
Saved my life😭
@josephhaas3360
@josephhaas3360 Жыл бұрын
Happy to help! Thanks for watching.
@lokyongyu8022
@lokyongyu8022 Жыл бұрын
wtf dude u fucking serious i am literally like an idiot wasting 8 hour studying on these still cant understand, and you use 6 minutes to let me understand, fucking god lifesavier, i wish you can acheieve everything u want to in ur life, love from malaysia
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much for the great comment!
@bananaa1867
@bananaa1867 Жыл бұрын
Thank you so much, you are a lifesaver. My professor decide to do last minute exam about this JK flip flop timing and I stumble upon this vid and it helped me so much.
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much - glad to help!
@lm1lm2lm3
@lm1lm2lm3 Жыл бұрын
Great explanation! In under 10 minutes even! Would have been nice with a true Java code example, but either way great explanation! Helped me alot!
@umacan11
@umacan11 Жыл бұрын
Thanks so much!
@HesperiaUnique
@HesperiaUnique Жыл бұрын
0:38 (personal note ignore pls)
@lmnewbie
@lmnewbie Жыл бұрын
besdt binary search video ever
@joehaas0
@joehaas0 Жыл бұрын
Wow! Thanks so much!
@haydenhartmann2034
@haydenhartmann2034 Жыл бұрын
Blessed be, a good explanation 🙏
@josephhaas3360
@josephhaas3360 Жыл бұрын
Thanks!
@joehaas0
@joehaas0 Жыл бұрын
Thanks so much!
@danielmaldonado35
@danielmaldonado35 Жыл бұрын
Awesome video! Helped me a lot in using this counter! Any chance you could make a video for the 74LS191N counter? Having trouble cascading the 74ls163 to the 74ls191
@ojaspatil2094
@ojaspatil2094 Жыл бұрын
very helpful, thank you