A-Level Computer Science (9618) - Pseudocode

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 27

  • @bangtanpotterhead8774
    @bangtanpotterhead8774 หลายเดือนก่อน +3

    PLEASE MAKE A PART TWO, IT WOULD REALLY REALLY HELP, coming from an a level student who loves your videos 😭

  • @naemabatool1512
    @naemabatool1512 17 วันที่ผ่านมา

    At 35:39, why are we initializing MaxTemp to FarenheitTemps [0]? Doesn't that array start with index 1?

  • @HumayraTasnim-e1g
    @HumayraTasnim-e1g 9 หลายเดือนก่อน +14

    Please make a part 2 of this topic. Students at my school find your videos really easy to follow. We've managed to clear our concepts because of your beautifully explained videos. It would be amazing if you posted more content before the A-level exams. Thank you for being generous enough to share these videos for free.

    • @TheCSClassroom
      @TheCSClassroom  9 หลายเดือนก่อน +4

      What would you like to see in a part 2?

    • @HumayraTasnim-e1g
      @HumayraTasnim-e1g 9 หลายเดือนก่อน +1

      ​@@TheCSClassroom
      1) I have a good understanding of how to write pseudocode and Python code for all Abstract Data Types (ADTs) as they are well-explained in our textbooks. However, I struggle with questions that require me to analyze pre-existing code, such as how to implement a queue with two stacks or improve the structure of a given linked list.
      2) Many of us also find it challenging to write Python code for Recursion. Papers 41 and 42 for 9618 contain questions on Recursion.

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

      @@TheCSClassroom YES YES YES, is it out already, i didn't see it??

  • @salty-100
    @salty-100 2 หลายเดือนก่อน +2

    For repeat loop, isnt it REPEAT...UNTIL, and you used counter = counter +2 but you are outputting J.?

    • @TheUltimizer.
      @TheUltimizer. 20 วันที่ผ่านมา +1

      1. The Repeat + Until is correct observation.
      2. He used "Counter = Counter + 2" when J is 1.
      The output needs to be odd values only.
      Example: 1 + 2 = 3, 3 + 2 = 5, and so on until J becomes 20.

  • @tinevimbomunjoma6983
    @tinevimbomunjoma6983 3 หลายเดือนก่อน

    please make a part 2. just going through the thought process and questions

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

    Tysm! But will I get marked down if I didn't use a nested IF statement cuz it seems more professional to?

    • @TheCSClassroom
      @TheCSClassroom  8 หลายเดือนก่อน +1

      You won't, unless the problem is impossible without a nested if statement (unlikely). It's just another way of solving problems with complex conditions.

    • @noorhatesit9762
      @noorhatesit9762 3 หลายเดือนก่อน

      ​@@TheCSClassroom when will you be uploading part 2????

  • @rajipokuri2002
    @rajipokuri2002 5 หลายเดือนก่อน

    Sir which ide are you using please let me know

    • @TheCSClassroom
      @TheCSClassroom  5 หลายเดือนก่อน

      I exclusively use VS Code.

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

    How to become a member?

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

      www.youtube.com/@TheCSClassroom/membership

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

    Hi is there any reason why i cant join the discord? thanks

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

      I closed down the Discord. It was getting a little out of control and I didn't have time to moderate it.

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

    18:04 is persnal

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

    Watching this to teach my professor

  • @tem4326
    @tem4326 5 หลายเดือนก่อน

    please make part 2

  • @thatcarfella8613
    @thatcarfella8613 3 หลายเดือนก่อน +2

    I love you bro, saved my tests fr
    hope youll be more famous

  • @bilaltaj1725
    @bilaltaj1725 10 หลายเดือนก่อน

    please make part 2

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

    Please make part 2

  • @Santa-sk3mm
    @Santa-sk3mm ปีที่แล้ว +1

    Volume is 4/3 * pi * radius cubed, you forgot to cube the radius in the first one

    • @TheCSClassroom
      @TheCSClassroom  ปีที่แล้ว +2

      Thanks! I'll mention this error in the description.