So currently studying CS engineering I have got DSA tomorrow haven’t read shit. I have 12 programs that I haven’t even studied 4 programs. Just any tips to pass this exam

  • algernon@lemmy.ml
    link
    fedilink
    arrow-up
    42
    arrow-down
    1
    ·
    5 months ago

    Invent a time machine. Go back in time. Study.

    Failing that, learn from your mistakes, and next time… well… study.

    • 7_Heavens@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      4 months ago

      Went well I must say. I got circular queue program. Wrote the algorithm, then just wrote whatever functions were needed. I took the code online, complied it and wrote the output. Somehow passed it with good marks

    • Wooki@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      5 months ago

      This. Its the most inportant step as its critical for memory recall. Too late to do anything else.

  • some_guy@lemmy.sdf.org
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    5 months ago

    Exam on xmas eve? Your instructor is a shitter. But regardless, you’re going to fail and that’ll be earned. Work harder next time.

    • socsa@piefed.social
      link
      fedilink
      English
      arrow-up
      12
      ·
      5 months ago

      My guess is this is the makeup period, and OP managed to get an extension which means some poor TA is staying behind to proctor their lazy ass.

      In 20 years of academia, I have never once heard of a scheduled exam on Dec 24.

  • Anissem@lemmy.ml
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    5 months ago

    #include <iostream> using namespace std;

    int main() { char procrastinated;

    cout << "Did you procrastinate? (y/n): ";
    cin >> procrastinated;
    
    if (procrastinated == 'y' || procrastinated == 'Y') {
        cout << "You procrastinated! Remember, study earlier next time to avoid the stress!" << endl;
    } else {
        cout << "Good job staying on track! Keep it up!" << endl;
    }
    
    return 0;
    

    }

  • cmgvd3lw@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    Learn the algorithms. i.e. how the programs work. If you have the option, write those steps down in exams instead of studying the whole program.

  • CiderApplenTea@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    5 months ago

    Always write something down. At least try. You get 0 points for blanks, so that can only improve, and you may know more than you think

  • Retro_unlimited@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    5 months ago

    Take the course again, you already know some, so it should be easier to study more. Just don’t take it too many times, when I was in college there was a limit or 3-4 times you can take a course.