Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+9 votes
asked in CSC201 Spring 2021 by (1 point)

6 Answers

+5 votes

One thing that might help is if you go back through and rename your routine practice problems to something more meaningful like Dr. Stonedahl brought up today in class. I think this might help because then you can quickly look at a similar example to try to help you code faster.

answered by (1 point)
+3 votes

Like others have said, categorize your routine practices in some way, as well as your labs and any other assignments you've saved in Thonny. Also make sure to set that all up before the exam begins, so you're not spending too much time opening documents and stuff like that.

answered by (1 point)
+2 votes

I've sorted all my RP problems into folders named: Graphics, Functions, Strings, Math, File Reading/Writing, Boolean/IfElse, WhileLoop, aTable, Labs and Lists. It helps me personally to refer back to practice problems that I know work properly and follow their "template."

answered by (1 point)
+1 vote

I ran out of time last time too, I've been trying to go through the practice problems as fast as I can. Like, speed coding...

answered by (1 point)
+1 vote

I am going over the sample quiz and am trying to go through as fast as I can to see how long that takes me. Since our test is shorter I feel like if I can finish most of the problems on that in a certain amount of time you should be good on the test

answered by (1 point)
+1 vote

I usually go over all the powerpoint slides to make sure that I understand each topic thoroughly and know how to do some basic examples correctly. This would help me have a strong foundation before practicing some more complex problems. Then I would go over the sample exam and try to complete it as fast as possible. For questions that I find most difficult, I would try to do it multiple times to see if I could come up with any other faster ways. I would also review all the routine and concept practices.

answered by (1 point)
...