IGCSE Computer Science C8 - Programming (Live Coding + Free Code file)

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 49

  • @ibrahimsehgal
    @ibrahimsehgal Рік тому +31

    Can we take a minute to appreciate how much effort he puts into it, tomorrow is my exam and I am very thankful to him for this video.
    Subscribed!

  • @balaraajsubaangi144
    @balaraajsubaangi144 Рік тому +7

    I love the layouts and the designing of the slides used, thank you for spending so much time so that students all over the world can revise computer science 🙏

  • @therock13yago62
    @therock13yago62 9 місяців тому +1

    Genuinly one of the best people on youtuber deserves a million subs, helped over 16 thousand students 👏

  • @hajra5134
    @hajra5134 2 роки тому +5

    youre a great help sir please keep going

  • @DawoodKhan-kn4iu
    @DawoodKhan-kn4iu Рік тому +24

    mr Gan kindly drop your skin care routine

    • @izajavaid7987
      @izajavaid7987 Рік тому +1

      IKRRRR HIS SKIN IS SO CLEAR

    • @DawoodKhan-kn4iu
      @DawoodKhan-kn4iu Рік тому

      @@izajavaid7987 ion even remember posting comment😭😭thnx for reminding me how funny i can be. his skin be glowin tho, I bet he gets all them lady teachers

    • @y5okiiii
      @y5okiiii Рік тому

      @@izajavaid7987fr im jealous 😭

    • @y5okiiii
      @y5okiiii Рік тому +2

      @@DawoodKhan-kn4iuhow were ur exams then?

    • @tp_exe
      @tp_exe 3 місяці тому

      real lmao

  • @RomanTecDev
    @RomanTecDev Рік тому +2

    man, you're awesome! thanks for your work!

  • @Abhi-rb3ef
    @Abhi-rb3ef Місяць тому

    omg , thank u soo much. i respect u a lot, as if u are my own teacher

  • @MuhammadUsman-ei4wi
    @MuhammadUsman-ei4wi Рік тому +2

    Hugeee respect ❤️❤️❤️

  • @y5okiiii
    @y5okiiii Рік тому

    Thank you so much! This video helped me sooo muchhh!!!😭 now I understand this topic very well!!💗

  • @alis387
    @alis387 Рік тому +1

    Oh my godddd thank you so much 😭😭 I understand everything now !!!

  • @paisleystudio
    @paisleystudio 4 місяці тому

    An absolute star. Thanks mate

  • @chopztick4520
    @chopztick4520 7 місяців тому

    Thank you soo soo much for theses videos you just saved my computer sciencce grades :D

  • @yufenglin-sr2vb
    @yufenglin-sr2vb 10 місяців тому

    非常棒的视频 拯救了我的小测

  • @saitamasensei9501
    @saitamasensei9501 2 роки тому +1

    thanks big man life saver

  • @alexanderfernando2995
    @alexanderfernando2995 4 місяці тому +1

    Yo, so i just wanted to ask if that video you made about chapter seven was enough of an explanation for pseudocode to do the exam, other than that thanks for everything youve done so far.

  • @YOTY-ss8wn
    @YOTY-ss8wn 2 роки тому +3

    Can we have more programming problems?

  • @HurFatimaKhan
    @HurFatimaKhan Місяць тому

    Hey James,
    I hope you’re well. Could you pls also make a video on Arrays, tracetables and the 15 mark questions?

  • @papupande2680
    @papupande2680 Рік тому

    Thank you, kind Sir!

  • @jamesganleongyi
    @jamesganleongyi  2 роки тому +19

    Hey everyone, thanks for watching, hope the video helps! :)
    By the way, you can purchase the slides I use here for personal revision (students) or teaching (teachers) 😉
    www.jamesgan.net/igcsecs
    Thank you!

  • @alexanderassaf8820
    @alexanderassaf8820 Рік тому

    Thanks so much!

  • @habibaLotfy
    @habibaLotfy 2 роки тому

    thank you so much!!

  • @memesforkpoppers3523
    @memesforkpoppers3523 2 роки тому

    Love this !

  • @muhdhyqel221
    @muhdhyqel221 2 роки тому +1

    Wohoooo look @ James go! Jokes aside, great content!

  • @randomstuff-md4xr
    @randomstuff-md4xr Рік тому +1

    could we open multiple files at the same time

  • @areebashroff1
    @areebashroff1 Рік тому +1

    Sir thnx a lot sir for your vedios . Really helpful sir. I am going through all your vedios only from the 1st vedio . Plz let me know if it is enough to study your vedio only (cz reading the text book and vedio is really difficult and have no time cz my exam is this Friday and the main exam is on April. @sir James

  • @memecraft4675
    @memecraft4675 Рік тому

    amazing sir

  • @thinkingnew6530
    @thinkingnew6530 11 місяців тому

    thank you so much

  • @yousufahmed7514
    @yousufahmed7514 Рік тому

    A weak away for paper 2 of mine sire and totally I was indeed dependent on your lectures for both physics and computer sir please tell me some important tips for paper 2

  • @ashnaimtiaz6887
    @ashnaimtiaz6887 Рік тому

    From where to get the software u are doing programming on in python kindly guide???

  • @user-ci9pi5cq4l
    @user-ci9pi5cq4l 2 роки тому

    I don't understand how to do task 2 on arrays

  • @jaydenmandudzo5036
    @jaydenmandudzo5036 2 місяці тому +1

    Not me writing paper 2 tomorrow

  • @nolife8209
    @nolife8209 Рік тому +3

    This is the code i wrote for the exam marks, and I made it to be suitable for any marks range. Can you check this?
    marks = [[76, 65, 67], [32, 90, 75], [66, 77, 31]]
    max_phy = marks[0][0] # I want this program to be suitable for any marks range, so I did not give max = -1
    max_chem = marks[0][1]
    max_bio = marks[0][2]
    max_average = 0 # gave here so that it's a global variable
    for student in range(0, 3):
    total = 0 # to calculate average at the end
    for subject in range(0, 3):
    if subject == 0: # for phy
    if max_phy

  • @hudabourini8754
    @hudabourini8754 Рік тому

    Hello Mr. James ....
    Is it necessary to learn python for IGCSE o level exam or only Pseodocode ???

    • @jamesganleongyi
      @jamesganleongyi  Рік тому +4

      You won't need to know Python for the exam. However, learning python would help you understand the programming concept better. In the unseen scenario question, you can choose whether you want to code in Python or Pseudocode :)

    • @hudabourini8754
      @hudabourini8754 Рік тому +1

      @@jamesganleongyi Thank you for help

    • @carolineogbusu2259
      @carolineogbusu2259 Рік тому

      @@jamesganleongyi Hello Mr, I'm writing my igcse soon, the last question in the 2023 syllabus it's 15 marks please please make a video solving a question like that maybe using Feb March 2023 or the specimen papers pleaseee it'll be of great help I don't want to lose the 15 marks

  • @aramerradzulbahrin5677
    @aramerradzulbahrin5677 2 місяці тому

    malaysia maju !!!!

  • @Anusha_haha
    @Anusha_haha 2 місяці тому

    May god bless u 🫶🏼 truly a great man 🤍