• Question: what is the hardest part of studying computer science

    Asked by anon-361933 to Dmitry on 24 Apr 2023.
    • Photo: Dmitry Dereshev

      Dmitry Dereshev answered on 24 Apr 2023:


      For me, the hardest part was understanding just how detailed I needed to be to program a computer to do something. Computers work on hard rules, and will not do anything that breaks them (for example, “5 + sushi” makes no sense to a computer). So, I needed to learn how to instruct the computer to do what I want (so, “5 + sushi” becomes “here is code to print the word “sushi” 5 times”).

Comments