I don't know about you guys, but its finals time for me up here and I was just wondering if its the same for any of you guys. Thought I would share a few of my questions from some of my finals.
CSci4061- Operating Systems
We were given a code segment that created x number of threads, then each thread accessed an array x long at the index relating to the order it was created. It would then fill that index with the number before it + 1. We had to write more filler code in C that would use semaphores to ensure that no two threads accessed the array at the same time, and use some other method to ensure linearity.
Discuss why the TCP/IP includes the UDP protocol even though it is unreliable and may deliver packets out of order.
CSci3081- Design and Development
Write a template function in C++ that takes an array of some data type and returned the data element that occurred the most times.
We were given a class definition and we had to draw a UML diagram for it, and write an overloaded == operator for the class.
I am not looking for answers as I have already taken the test, I am just not studying for my Stats test tomorrow.