Home - tcloaa/SystemProgramming GitHub Wiki

Forked from Lawrence Angrave from CS @ Illinois. https://github.com/angrave/SystemProgramming/wiki

Exam Practice Questions

Warning these are good practice but not comprehensive. The CS241 final assumes you fully understand and can apply all topics of the course. Questions will focus mostly but not entirely on topics that you have used in the lab and programming assignments.

C Programming

Memory Allocation

HW0/Resources

Fork, Process

Fork Signal

Thread

Thread Synchronization

Virtual Memory

Pipe

Networking

Scheduler

File System

Miscellaneous