CST334 Journal Week 1
This week, I enjoyed working with shell scripting and revisiting C programming, both of which gave me hands on insights into system level operations. For shell scripting, I created a script that displays system details, checks user access, and calculates the area of both a rectangle and a circle based on user inputs. While simple, this script reinforced the power of automation for tasks like checking permissions and performing calculations.
In C programming, I reviewed foundational topics, focusing on memory management and bit manipulation, which are essential at the OS level. Converting between number systems using bitwise operations fun because I have always had a hard time doing it, as it brought me back to the core programming concepts not often emphasized in higher level languages like Java. These exercises helped my understanding of OS functionality and also served as a refresher on managing low level operations that are crucial for system efficiency.
In C programming, I reviewed foundational topics, focusing on memory management and bit manipulation, which are essential at the OS level. Converting between number systems using bitwise operations fun because I have always had a hard time doing it, as it brought me back to the core programming concepts not often emphasized in higher level languages like Java. These exercises helped my understanding of OS functionality and also served as a refresher on managing low level operations that are crucial for system efficiency.
Comments
Post a Comment