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
Invent a time machine. Go back in time. Study.
Failing that, learn from your mistakes, and next time… well… study.
Flash the professor?
Oh no worries bro.
Just think about eggs.
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
Get a good night’s sleep
This. Its the most inportant step as its critical for memory recall. Too late to do anything else.
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…
Catholic Christmas you mean
#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;
}
You spent too much time in this comment lol
Sadly only took a second for chatGPT to produce this
deleted by creator
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.
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
Do a past paper
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.
Sign up for next year before all the slots get full.
Keep reading Lemmy. The answers here. Somewhere.
Start studying now. Review all the lecture notes, previous tests.
deleted by creator