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
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
Start studying now. Review all the lecture notes, previous tests.
#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;
}
Get a good night’s sleep
This. Its the most inportant step as its critical for memory recall. Too late to do anything else.
Keep reading Lemmy. The answers here. Somewhere.
Sign up for next year before all the slots get full.
Soooooooo! How’d the exam go?
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
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.
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.
Not everyone is in a Christmas celebrating country…