5 Minutes to Code: Programming Basics "Pseudocode"

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 153

  • @TuxedoBond
    @TuxedoBond 6 лет назад +88

    Excellent video for breaking down programming in short segments that can be watched when one has a few minutes to spare.

  • @liam02.3
    @liam02.3 5 лет назад +561

    I just need to pass my gcse

  • @socraticproblem86
    @socraticproblem86 2 года назад +46

    This was more useful than my school textbook on computer programming.

    • @Itasha007
      @Itasha007 2 года назад +2

      More useful than my books, video lectures and Google searches for me

    • @gknkrnkjgjugjrgjrng
      @gknkrnkjgjugjrgjrng Год назад

      share your book,i wanna see it

  • @blizzmark6
    @blizzmark6 2 года назад +5

    Your simplicity is your strongest place, never give it up

  • @JulienStJames
    @JulienStJames 6 лет назад +27

    Thank you so much bro! I love how simplistic and short your video was. Keep making these vids!

  • @lawlietway
    @lawlietway 2 года назад +2

    Your tone and voice greatly reminds me of Graham Coxon, a legendary Essex Musician.

  • @letsdev5142
    @letsdev5142 3 года назад +12

    Very simple and straight forward!

  • @gumboil
    @gumboil Год назад +1

    Me discovered this channel rn...
    I already love this...

  • @emmanuelbhebhe4979
    @emmanuelbhebhe4979 Год назад +1

    I love your style

  • @sufyanarif2577
    @sufyanarif2577 3 года назад +11

    Arrays are the hardest in pseudocode.

  • @nelithhh
    @nelithhh 3 года назад +7

    Thank You So Much! You're a life saver!

  • @Ari-118
    @Ari-118 6 лет назад +7

    Loved it! Subscribed your channel as well.

  • @atheermahir8614
    @atheermahir8614 3 года назад +7

    At 4:09 the average should be total/5 (Not total/4) as this loop performed 5 times: 0, 1, 2, 3, 4 ---> please correct the program

  • @Itasha007
    @Itasha007 2 года назад

    I love your last name. My brain said "applewindows"

  • @octoii2418
    @octoii2418 3 года назад +3

    thanks this was very helpful

  • @jmlcoding
    @jmlcoding 3 года назад +5

    Very useful for beginner :D thank you.

  • @emiliotinoco369
    @emiliotinoco369 2 года назад +1

    Straight to the point! Thanks!!!

  • @SoulfullyMyne
    @SoulfullyMyne 5 лет назад +9

    Useful & Adorable - Thank you :D

  • @kid5hinobi848
    @kid5hinobi848 Год назад +1

    Is there an input that rounds a value such as an equal with a squiggle under it if you don’t want the value to be a decimal when you divide an odd number.

  • @SaanviFelix
    @SaanviFelix Год назад

    Loved it. Thank you for the video it, it was incredibly useful.

  • @MichaelGalluppo_NYC
    @MichaelGalluppo_NYC 6 лет назад +13

    very nice video.
    does anyone use pseudocode in their actual work groups? my background is in product, i've never worked with engineers who use this.

    • @zachlacroix136
      @zachlacroix136 5 лет назад +13

      I'm a bit late but I'll answer anyways!
      I'm a software development student, and from my limited experience, it is my understanding that actually programmers don't bother writing pseudo-code. If anything, you'll see explanations of how a segment of code works briefly explained in a comment.
      Perhaps some programmers might use this when they are drafting an idea for how they want a segment of code to work before they begin, but I can't imagine they would bother to keep that around after it is designed.

  • @yaranezar7252
    @yaranezar7252 4 года назад

    this video is really well made

  • @jmanideas844
    @jmanideas844 3 года назад +2

    This was great

  • @darichemperor615
    @darichemperor615 7 лет назад +3

    Thx I found it really useful

  • @Zammiez
    @Zammiez 6 лет назад +1

    Very useful video good job

  • @ronsldogoat
    @ronsldogoat Год назад +4

    Ye am failing gcse

  • @tacct1kk715
    @tacct1kk715 4 года назад

    Great video

  • @davee.9991
    @davee.9991 3 года назад +1

    so pseudocode is not a program, but its use is to explain how a program works? idk maybe my brain just cant connect with it xD, but this vid is just great, simple and understandable

  • @gabrielevans5495
    @gabrielevans5495 5 лет назад

    This was very useful

  • @francescam.golisano3337
    @francescam.golisano3337 3 года назад

    Very useful thanks so much

  • @syedasn
    @syedasn 6 лет назад

    Thank you so much best video content which i was looking for

  • @samuelvacanti4346
    @samuelvacanti4346 4 года назад +2

    Help 3:16 what does the for count do ?

    • @SicAriuS2nd
      @SicAriuS2nd 4 года назад +2

      Its a loop called "for loop"
      There are others called "while loop" and "do while loop," but this loop has a limit, whereas in this video 4 will be the limit.
      It adds +1 to count each time the loop completes its statements, so once the variable count reaches 4 then the entire "for loop" ends and goes to the next statement.

  • @deecofrmhsw4777
    @deecofrmhsw4777 2 года назад

    Wont average be total/5 because 0 to 4 is 5; 0,1,2,3,4,

  • @anren7445
    @anren7445 4 года назад +2

    what's the intro music?

  • @menukaidangodage2572
    @menukaidangodage2572 3 года назад

    thanks, soo much!

  • @samarth2305
    @samarth2305 Год назад

    helpful friend

  • @YOGACLOTHINGHAIR
    @YOGACLOTHINGHAIR 2 года назад

    Thank you ! :D

  • @biancabaltazar2708
    @biancabaltazar2708 3 года назад

    How can I convert fahrenheit to celsius, using pseudocode?

  • @jisanhasnat6770
    @jisanhasnat6770 3 года назад

    Thank you.

  • @Gb000m
    @Gb000m 3 года назад +1

    thanks :)

  • @lemon274
    @lemon274 6 лет назад

    Thanks man!

  • @mfaisal2999
    @mfaisal2999 3 года назад

    excelent.

  • @hirunihansika8384
    @hirunihansika8384 2 года назад

    Hey can anyone help me with this topic

  • @xxemxx3260
    @xxemxx3260 Год назад +1

    this did not help with my home work
    😞😞

  • @ElifArslan-l9g
    @ElifArslan-l9g 4 года назад

    thank you

  • @danesnakey7784
    @danesnakey7784 6 лет назад +1

    cool dude

  • @khalidmulla39
    @khalidmulla39 2 года назад

    I don't have computer science as an igcse option from my school 😀 sad ...

  • @riptide8198
    @riptide8198 2 года назад

    gcses are next year and having practice exams in just a few hours prayge lads

  • @kamilkroczak1670
    @kamilkroczak1670 3 года назад

    bro this is just python with just some minor syntax differences

  • @appleexpress2633
    @appleexpress2633 4 года назад +2

    Write a code that asks for user’s allowance for the
    whole semester, and asks for user’s expenses for
    each month (5months). Compute what is left from
    the allowance when the total expense is subtracted-
    annotate the process internally. Display a
    meaningful result.
    hello can someone help me with this? thank you

    • @xandermoore6485
      @xandermoore6485 Год назад +1

      #get the user’s allowance
      PRINT “What is your allowance?”
      allowance

  • @songkoo6053
    @songkoo6053 8 лет назад +1

    Thanks man

  • @anuradhagavhankar9860
    @anuradhagavhankar9860 2 года назад

    nice

  • @alucardbuckley1521
    @alucardbuckley1521 3 года назад

    thanks

  • @griefwnl7641
    @griefwnl7641 3 года назад

    3:43 total is not defined how can u add total to total?
    im rlly bad at this btw

    • @yvng4697
      @yvng4697 2 года назад

      score = USERINPUT
      the input comes from the user i believe

    • @ranikdesilva2543
      @ranikdesilva2543 2 года назад

      The total is defined by the other users because there are 4 inputs and they are finding the class average

  • @nidhithakkar635
    @nidhithakkar635 4 года назад +3

    0:02 Triggered Insaan's intro...

  • @robroineodingal5921
    @robroineodingal5921 4 года назад

    it's like i understand this but i don't.

  • @freddystevens6628
    @freddystevens6628 2 года назад

    I'm dropping this subject

  • @ItsArpo
    @ItsArpo 5 лет назад

    i like

  • @lindsaymahusay
    @lindsaymahusay Год назад

    day 1 of learning comsci

  • @Riana-c7m
    @Riana-c7m 26 дней назад

    Regret picking cs for gcse

  • @gunner5247
    @gunner5247 3 года назад +1

    Why aren’t there any female’s teaching computer science. I can’t find one when I search about computer science.

    • @gunner5247
      @gunner5247 3 года назад +1

      @Hajwjs Hajeiw yes

    • @lahnahomg
      @lahnahomg 3 года назад +2

      It's because the industry is male dominated. But lately more and more females are working in the field of technology. Keep in mind that video was 4 years ago lol

    • @gunner5247
      @gunner5247 3 года назад +1

      @@lahnahomg True ;)

  • @jaip9614
    @jaip9614 2 года назад

    Hi Sir

  • @vino2476
    @vino2476 7 лет назад +2

    I got lost at 3:30

  • @aimeepeel3717
    @aimeepeel3717 6 лет назад

    Noice

  • @luthfahood4093
    @luthfahood4093 6 лет назад

    Vgood

  • @shakuntalayadav6385
    @shakuntalayadav6385 2 года назад

    Triggered Insaan ka intro copy karliya apne usko pata chale ga toh woh apko roast kardega 🤣🤣🤣😂😂😂😂😅😁🤭🤭

  • @ryanjohnston3220
    @ryanjohnston3220 4 года назад

    yeet

  • @k.mangod2129
    @k.mangod2129 Год назад

    :D

  • @victorpinasarnault9135
    @victorpinasarnault9135 4 года назад

    Like 997°

  • @caisien
    @caisien 6 лет назад

    c

  • @caisien
    @caisien 6 лет назад

    not fun make it mroe

  • @usmanmatty
    @usmanmatty 5 лет назад

    Speak a bit lively

  • @kosukeueki1
    @kosukeueki1 7 лет назад +3

    What's the name of the song intro?