Thursday, September 2, 2021

Sep 02, 2021
An algorithmic design utilizes a set of instructions to do tasks. A data structure is a specific way of formatting to include information in a certain structure such as a stack or queue. Both algorithmic designs and data structures are used to help design programs. The goal is to use the best program or data structure for the information to maximize...

Wednesday, August 4, 2021

Aug 04, 2021
Hello, and welcome back to the blog. If you are new to programming, this is a good place to start. This post will go over object oriented programming, how to download the programs you will need and how to create a simple program. Object oriented programming (OOP) is techniques and guidelines that are used to create a program that uses objects. An...

Sunday, March 28, 2021

Mar 28, 2021
 Operating Systems Uncovered By: Jasmin Wind CPT304: Operating Systems Theory & Design (IND2109A) Dr. Reichard  03/28/2021 Describe features of contemporary operating systems and their structures Operating System’ functions can be categorized into two sections. One section is the parts of the operating system that are beneficial to...