Topical Past Year Question: Pseudocode Past Year Questions

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

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

  • @meowmeowbatsforcatsnomnom
    @meowmeowbatsforcatsnomnom Год назад +9

    Appreciate your efforts so much sir!

  • @petertan9310
    @petertan9310 Год назад +3

    the first question popped up in my exam thanks bro

  • @Tina-qt3xb
    @Tina-qt3xb Год назад +1

    Thanks!

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

      Thank you for your support 😉

    • @Mahmood0419
      @Mahmood0419 7 месяцев назад

      Which currency is this

    • @ilayzer
      @ilayzer 3 месяца назад

      @@Mahmood0419 Vietnamese Dong

  • @Mylo-iu4sw
    @Mylo-iu4sw Год назад +2

    @jamesgan6088 sir for the error detecting question at 6:00 I'm pretty sure the Count variable should be initialised at 1 instead of 0 due to pseudocode having its array's index starting at 1

    • @techdude154
      @techdude154 4 месяца назад

      Both of them are correct.

  • @riadulislam4849
    @riadulislam4849 Год назад +7

    I am the first viewer ! Great work sir !

  • @shresthvyas110
    @shresthvyas110 Год назад +3

    5:58 I’m pretty sure that the 17 you have written is supposed to be 16

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

      Yes! You are right! Thanks for spotting out the error Shresth 😄

  • @sinelimohotti28
    @sinelimohotti28 Год назад +2

    Thank you sir! 😊

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

    GREAT WORK! i just dont understand in the last question why you used the while loop besides the for loop?

    • @sciencealpha2843
      @sciencealpha2843 8 месяцев назад

      You don't know the amount of people there are and plus, it wants to keep repeating not just stop at a specific number. Think of it as like a dynamic array with no limits

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

    Can we declare more than one variable in a single DECLARE command in pseudocode?

  • @fdplays6518
    @fdplays6518 21 день назад

    I can surely say that the corrected error should be count>50, not count=50, otherwise it will not get a xhance to reach 50

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

    Sir I am unable to access the cheat sheet. Can you please help me?

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

      You may download it here:
      drive.google.com/drive/folders/1KhG3IILKxHGkZeb1W84MNMaPQiOjA5zJ?usp=sharing

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

      @@jamesganleongyi Thank You so much Sir.

  • @sky-gq5jk
    @sky-gq5jk Год назад +5

    substring is (x,16,3) btw in markscheme. Not (x,17,3)

    • @Mylo-iu4sw
      @Mylo-iu4sw Год назад

      Pretty sure you can also write SubString(x, Length(x)-3, 3) but don't know if the mark scheme would allow that

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

      Thank you sky for pointing it out, it was a mistake!

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

      i also figured lol @@jamesganleongyi

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

      bro i literally came to the comment section, hoping there was an error in this part of the video, cause I didn't understand how we got 17 lol

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

    Please do software past paper topical questions

  • @ZahabBaloch-kw3mo
    @ZahabBaloch-kw3mo 7 месяцев назад

    Sir could you tell which website you used for python and pseudocode?

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

    Are you from Jiangxi?

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

    Hey! Quick Question in the june 2022 (1) b) should it not be WHILE Number >0 AND Number 0 OR Number

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

      a number cant be greater than 100 AND lesser than 0 at the same time

  • @iamfree613
    @iamfree613 Год назад +2

    thanks

  • @JosephAdamu-fi7mq
    @JosephAdamu-fi7mq 7 месяцев назад

    thanks bro!

  • @nanaadubofourab430
    @nanaadubofourab430 10 месяцев назад

    please can reasoned to me i want u to help me some settle topic
    so how can i contact u

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

    life saver

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

    doesnt index start at 0

    • @Mylo-iu4sw
      @Mylo-iu4sw Год назад

      not in pseudocode, although it does in every high-level programming languages (as far as I know)