Jonathan Molson
Jonathan Molson
  • 94
  • 129 115
Cherry Blossom at Malvern College Tokyo
Starting in early March we set up a camera to take a photo every hour in the hope that we would catch the oncoming cherry blossom. Check it out!
มุมมอง: 67

วีดีโอ

Hydroponic Time Lapse
มุมมอง 236 หลายเดือนก่อน
So, we designed and created a prototype hydroponics system in class. Check out the timelapse video we made! Unfortunately, we had some technical issues so it does jump around a little. We will do better next time!
Exploring how a servo works
มุมมอง 498 หลายเดือนก่อน
In this video, we begin to explore how we might use servos to create our own bio-mechanical arm.
Exploring how your hands work.
มุมมอง 708 หลายเดือนก่อน
Ever wondered how your hands work? Create a simple model of your hand using just paper, string and some straws to explore for yourself.
Playgrounds - Bumper Bash
มุมมอง 1973 ปีที่แล้ว
In this video, we investigate how we can create games that contain sprites that can sense each other.
Playgrounds - Sound Poppers
มุมมอง 623 ปีที่แล้ว
In this video, we investigate how we can maker programs that respond to changes in sound.
Playgrounds - Dashing Donuts
มุมมอง 573 ปีที่แล้ว
In this video, we investigate how we can use data from the iPad camera to control the movement of a sprite in a game.
All about Bitmap Images
มุมมอง 26K4 ปีที่แล้ว
In this video, we explore how a computer stores a bitmap image.
Representing Negative Numbers in Binary
มุมมอง 264 ปีที่แล้ว
In this video, we take a quick look at how we represent negative numbers in Binary.
Representing Fractions in Binary
มุมมอง 184 ปีที่แล้ว
In this video, we take a very quick look at how we can represent fractions in Binary.
Converting Hexadecimal into Binary
มุมมอง 424 ปีที่แล้ว
In this video, I show you a quick way to convert hexadecimal numbers into their binary equivalent.
Converting Binary into Hexadecimal
มุมมอง 354 ปีที่แล้ว
In this video, we learn a quick way to convert binary numbers into hexadecimal.
Input and Output in Scratch
มุมมอง 2.7K4 ปีที่แล้ว
In this video, we learn how to get input from the user of our programs and how to output information to them.
Creating your first Scratch program.
มุมมอง 224 ปีที่แล้ว
In this video, we learn about how to write our first Scratch program.
Multiplying Binary Numbers
มุมมอง 1014 ปีที่แล้ว
In this video, we look at how to multiply two binary numbers.
Adding together Binary Numbers
มุมมอง 354 ปีที่แล้ว
Adding together Binary Numbers
A little bit about Data Transmission
มุมมอง 744 ปีที่แล้ว
A little bit about Data Transmission
The Basics of Hexadecimal
มุมมอง 1054 ปีที่แล้ว
The Basics of Hexadecimal
The Basics of Binary
มุมมอง 384 ปีที่แล้ว
The Basics of Binary
The Divide By Two Method
มุมมอง 754 ปีที่แล้ว
The Divide By Two Method
Binary Numbers
มุมมอง 934 ปีที่แล้ว
Binary Numbers
6. Writing programs in a low-level language
มุมมอง 1074 ปีที่แล้ว
6. Writing programs in a low-level language
5. The Fetch, Decode, Execute Cycle
มุมมอง 1074 ปีที่แล้ว
5. The Fetch, Decode, Execute Cycle
Year 8 Assembly - 05/29
มุมมอง 364 ปีที่แล้ว
Year 8 Assembly - 05/29
3. The "Hello World" App
มุมมอง 454 ปีที่แล้ว
3. The "Hello World" App
2. Creating a simple interface
มุมมอง 224 ปีที่แล้ว
2. Creating a simple interface
1. Downloading and installing Android Studio
มุมมอง 284 ปีที่แล้ว
1. Downloading and installing Android Studio
4. Creating circuits
มุมมอง 774 ปีที่แล้ว
4. Creating circuits
6. An introduction to lists in Python
มุมมอง 664 ปีที่แล้ว
6. An introduction to lists in Python
3. An introduction to logic gates
มุมมอง 754 ปีที่แล้ว
3. An introduction to logic gates

ความคิดเห็น

  • @Jeff_393v
    @Jeff_393v 2 หลายเดือนก่อน

    So Zeb and the Wizard set to work and took off the wheels and the top, and then they put the buggy edgewise, so it would take up the smallest space.

  • @Subhan-jt1jh
    @Subhan-jt1jh 6 หลายเดือนก่อน

  • @FakeDaniel101
    @FakeDaniel101 8 หลายเดือนก่อน

    Hi

  • @FakeDaniel101
    @FakeDaniel101 8 หลายเดือนก่อน

    Hi

  • @RabStalianY2K
    @RabStalianY2K 9 หลายเดือนก่อน

    My answer to the question: White in RGB is (255, 255, 255) and Black is (0, 0, 0) if we take the average we get 1 for white and 0 for black

  • @ohimdabiggestbird
    @ohimdabiggestbird ปีที่แล้ว

    i love this dude, he posts very specific and unique content, and he explains it perfectly, thank you <3

    • @CSTeacher
      @CSTeacher 11 หลายเดือนก่อน

      I appreciate that!

  • @Ahmed-js6gk
    @Ahmed-js6gk ปีที่แล้ว

    I couldn't figure out why 0 for black and 1 for white ...please explain

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      It is because black is the absence of colour, hence 0.

  • @doughankins3996
    @doughankins3996 ปีที่แล้ว

    Thank you That was very straightforward and clear. I wanted to ask why 3 bits is not 9, but 4 bits is 16. All number but 3 are raised to the power of 2. Is that correct?

    • @maximilianhonig2049
      @maximilianhonig2049 ปีที่แล้ว

      Indexing starts from zero i.e. for 4 bits: 1*2^0 + 1*2^1 + 1*2*2 + 1*2^3 = 15 In binary: 1111 We take 2 to the power of the digit we’re talking about (starting from zero). The 1’s represent 4 “1” boys if you will.

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      Thank you for the feedback. The reason why 3 bits is not 9 is that it is not 3^2 but 2^3, so not 9 but 8.

  • @MaesterSilva
    @MaesterSilva ปีที่แล้ว

    Also how may I create a file from scratch? (C++)

  • @MaesterSilva
    @MaesterSilva ปีที่แล้ว

    Just one question. The positions: Is 0,0 at top or bottom?

    • @noxtol8778
      @noxtol8778 ปีที่แล้ว

      At the left top corner

    • @Worldwide_Productions
      @Worldwide_Productions ปีที่แล้ว

      In math it's on the bottom left, but most of the time in computers it's the top left.

  • @obendrayadav3099
    @obendrayadav3099 ปีที่แล้ว

    Nice help

  • @bobatrix6704
    @bobatrix6704 ปีที่แล้ว

    the reason white is 1 and black is 0 is because pixels are normally lights, so when white is displayed the light is lit, but is not lit when the colour black is displayed

  • @PeveValson
    @PeveValson ปีที่แล้ว

    thank you !! very nice video !! what is the software you are using to write python ?

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      In this video, I am using Replit.

    • @PeveValson
      @PeveValson ปีที่แล้ว

      @@CSTeacher thank you so much!!

  • @i3badiix
    @i3badiix ปีที่แล้ว

    thank you, that was helpful ♥

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      You're so welcome!

  • @shankar2091
    @shankar2091 ปีที่แล้ว

    Wow...! Quite informative. Please add more videos on computer fundamentals and organisation

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      I will, thank you for the positive feedback.

  • @shankar2091
    @shankar2091 ปีที่แล้ว

    Very nice introduction to computer fundamentals

    • @CSTeacher
      @CSTeacher ปีที่แล้ว

      Thank you very much for the positive feedback.

  • @ghostbrothers4710
    @ghostbrothers4710 ปีที่แล้ว

    i cant get it to work :(

  • @thee_pauline
    @thee_pauline 2 ปีที่แล้ว

    Sir at 2:12 isn't the radius 2?

    • @ahmedrassoul9755
      @ahmedrassoul9755 ปีที่แล้ว

      The radius is 4 because the line stretches from one point of the circle to rhe centre of the circle so therefore it's the radius. The diameter is 8cm

  • @SnurtleLive
    @SnurtleLive 2 ปีที่แล้ว

    Tysm! I was using this in combination with tkinter. I wanted Python to read a settings file and use the output from certain lines as color values for the bg= and fg=. When I run the code I get an error saying unknown color name "black". It seems the only reason tkinter isn't recognizing the color value is because it's in double quoted strings. Any way to change this?

  • @pareshkumar6268
    @pareshkumar6268 2 ปีที่แล้ว

    THANK U SOO MUCH MAN U ARE ARE A LEGEND!! First time i feel that logic gates are easyyy

  • @sabix3661
    @sabix3661 2 ปีที่แล้ว

    Thx man 👍

  • @Helvetica523
    @Helvetica523 2 ปีที่แล้ว

    Best video ever 💦💤💨💨💦 +1sub

  • @BoxingPoints
    @BoxingPoints 2 ปีที่แล้ว

    Yo you nice bro 👏 👌

  • @eliseoesperat7567
    @eliseoesperat7567 2 ปีที่แล้ว

    Hello can I ask a question,, what if the first gate is NOT is it gonna be converted before entering the next gate? For example A is NOT 1 AND B is 1 if the value will enter NOT gate is it gonna be inverted? Before proceeding?

  • @yohandasanayake7327
    @yohandasanayake7327 2 ปีที่แล้ว

    Awesome explanation. Keep it up

    • @CSTeacher
      @CSTeacher 2 ปีที่แล้ว

      Thanks a lot

  • @raoulking1114
    @raoulking1114 2 ปีที่แล้ว

    👍

  • @aidilhaikal2247
    @aidilhaikal2247 2 ปีที่แล้ว

    GREAT STUFF FOR MY PROJECT SAYANG AWAK

  • @antil72
    @antil72 2 ปีที่แล้ว

    Can you please solve the truth table for this

  • @pradeepranjan8226
    @pradeepranjan8226 2 ปีที่แล้ว

    wow, it is one the best way to understand some of the toughest topic.. Thanks you sir

    • @CSTeacher
      @CSTeacher 2 ปีที่แล้ว

      So nice of you

  • @awex7
    @awex7 2 ปีที่แล้ว

    i watch so many videos on this and no one can explain it simpily except this guy, thanks so much saved me

    • @CSTeacher
      @CSTeacher 2 ปีที่แล้ว

      Glad it helped!

  • @mahamudsojeeb9113
    @mahamudsojeeb9113 3 ปีที่แล้ว

    great content

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @Batmannotbrucewayne
    @Batmannotbrucewayne 3 ปีที่แล้ว

    ik its been a while but id love if u can respond, it doesnt really make sense when solving the truthtables for this because we have 2 Fs now?

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      But you don't have to use the letter F for the new column. You could pick any letter that you like to represent the output at that part of the circuit. Does that make sense?

    • @Batmannotbrucewayne
      @Batmannotbrucewayne 3 ปีที่แล้ว

      @@CSTeacher I guess, thank you. I got the hang of it now. Also respect, been years yet you still respond.

  • @muhamadhaseeb1774
    @muhamadhaseeb1774 3 ปีที่แล้ว

    Can JavaScript be used as a programming language?

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Yes, you can use JavaScript for your CS IA. In fact, I have supervised several excellent JavaScript projects. Remember though, the most important thing is that you pick the most appropriate programming language for the solution you are going to create.

  • @josecracklol9735
    @josecracklol9735 3 ปีที่แล้ว

    If i dont have the value of the radius, and i only have the width and length of the rectangle how could i solve it?

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      You may not have the value of the radius but you do have the diameter. The width of the rectangle is the same as the diameter of the circle. Good luck!

  • @ritish_sehgal
    @ritish_sehgal 3 ปีที่แล้ว

    Very informative, glad I landed on this video!!!

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Glad it was helpful!

  • @LostGirlAt22
    @LostGirlAt22 3 ปีที่แล้ว

    thank u so much its very usefull

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      You are most welcome

  • @waadtaji2746
    @waadtaji2746 3 ปีที่แล้ว

    This helps thx

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @reold
    @reold 3 ปีที่แล้ว

    This is gold for me, am trying to make a video player for an oled display who's resolution is just 128x64 pixels.

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @notundinersapnw9275
    @notundinersapnw9275 3 ปีที่แล้ว

    Thank sir

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @not_suzy1266
    @not_suzy1266 3 ปีที่แล้ว

    helped me in exams nice work !!!

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Glad it helped!

  • @aureliecamatchee1138
    @aureliecamatchee1138 3 ปีที่แล้ว

    Omg thnksss!!!!!helped me a lot😍😍😍😍😍

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      You're welcome 😊

  • @shamisomutsokoti5251
    @shamisomutsokoti5251 3 ปีที่แล้ว

    Life saver💙💙💙

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @joetheboy2764
    @joetheboy2764 3 ปีที่แล้ว

    thank you very poggers

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback, most appreciated.

  • @andresacostaegea7372
    @andresacostaegea7372 3 ปีที่แล้ว

    Yeaahhh buddy!

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback Andres!

  • @andresacostaegea7372
    @andresacostaegea7372 3 ปีที่แล้ว

    Yeeeah buddy!

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you for the feedback Andres!

  • @halim_Ha
    @halim_Ha 3 ปีที่แล้ว

    Excellent

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      Thank you so much 😀

  • @muhammadismailadeel9087
    @muhammadismailadeel9087 3 ปีที่แล้ว

    huge help thnx uwu.

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      I'm glad!

    • @muhammadismailadeel9087
      @muhammadismailadeel9087 3 ปีที่แล้ว

      @@CSTeacher update: my paper went sooo well that im sure i will get A, once again thank you. 😊

  • @almegdadahmed8325
    @almegdadahmed8325 3 ปีที่แล้ว

    keep it upp

  • @bitterlemondrop5246
    @bitterlemondrop5246 3 ปีที่แล้ว

    top quality content you are amazing at explaining things

    • @CSTeacher
      @CSTeacher 3 ปีที่แล้ว

      I appreciate that!

  • @PaullissOutdoors
    @PaullissOutdoors 3 ปีที่แล้ว

    Hello