Posts

Showing posts from December, 2023

Downloading Java and Object-Oriented Programming

 If you have new to programming and using the Java compiler. I am here to help!!! To download Java, use the following link:   The Java™ Tutorials (oracle.com)  ( This link provides step by step instructions on installing Java and the code editor  NetBeans IDE.) If you are like me, you like to use applications that you are comfortable with. I have become very comfortable with using the code editor Notepad++. It made writing code for the Python compiler easy for me.  To download Notepad++, use the following link:   Notepad++ (notepad-plus-plus.org) For a tutorial of how to set up Notepad++ to run Java, use the following link:   How to Compile and Run Java Programs Using Notepad++ (wikihow.com) There are many other code editors available. I recommend that you try a few out and decide which one works best for you. Now that you have the programs you need, we must understand some logic behind writing code. Object-Oriented Programming is one type of...

Operating System Concept Map

Image

Operating System Theory

            As I navigate through my academic IT journey, I have grown confident in my choice to pursue this dream. I have learned so many things so far and I am excited to see how much more I can learn. I just finished learning about operating system theory. Operating systems have many different features. They provide a platform for running applications and offer a platform for application development. These applications vary in many ways and allow users to complete a variety of tasks. OS handles memory management and CPU scheduling. Memory management is done by managing which part of memory is being used, deciding which processes to move to and from memory, and allocation and deallocating memory space among other things. Another feature of the operating system involves protecting the system from internal and external threats. There are multiple levels of protection and security, and the operating system has features to control al...