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

  • CiderApplenTea@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    17 days 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

  • Anissem@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    17 days 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;
    

    }

    • Wooki@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      15 days ago

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

    • 7_Heavens@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      14 days 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

  • some_guy@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    17 days 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
      1
      ·
      17 days 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.