This week, much of my energy was focused on the Lab assignment. In this lab, we were attempting to simulate a particular means of memory paging using a “hardware” cache (which was represented by an array in C) and a software queue. This assignment did an excellent job of illustrating the importance of both the RAM and Operating System’s role in paging, and was an important refresher on how to use more extensive C projects as well.