What is Object Oriented Programming? Object-oriented programming is a form of programming that is more in tune with how we view things in other aspects of our lives. Rather than using functions or specific logic to create code, it centers software design around "objects" or data. It has been easier to wrap my head around because I can relate certain aspects of it to parts of my everyday life. In today's post, I'll go over a few of the core concepts of object-oriented programming, and you'll have a better understanding of what I'm getting at by the end. What are the core concepts of object-oriented programming? In object-oriented programming, there are four core concepts. These concepts include encapsulation, inheritance, polymorphism, and abstraction. Encapsulation: Encapsulation is the idea of bundling attributes and functions that operate on data into units called classes. There are different types of classes, but we won't dive too far into that here...
Hello friends! This week's blog post is going to be a long one! I’ll be including a quick overview of many of the different concepts regarding the components of an operating system! Operating Systems Operating Systems Major Functions Operating systems essentially act as the manager and translator for the entire computer. Operating systems are essentially here to ensure that when someone wants to do something on their computer, they aren't forced to sit down and treat the function as if they were doing math on an abacus. This management is essential to getting the end product you see when sitting down to a personal computer. That said, we can get into more specifics. 1. Process Management- At the very base, we have the section that requires the most "translation." The OS creates and terminates different processes, allocates CPU time and memory, and manages the communication flow between different processes. In simpler term...
Hey there! Loons here! Today, I want to share my experience with ping and traceroute commands! Anyone can do this. It is a fun activity, provided they have a PC to do so! Its simplicity makes it fun, especially since you can plug in any website. I sat down with my nine-year-old and had him pick any site he could think of, and we had fun watching the traceroute do its thing. This knowledge helped both of us learn and grow. This experience has been excellent and is a great way to illustrate the difference between ping and traceroute and what they can accomplish. Let's get into it! When it comes to ping and traceroute, I like to think of it as sending a letter. With ping, you can see the interaction between two different parties or hosts. So, with ping, you can tell how long it's taking for your information to travel between parties. This would be like counting the days it takes for your letter to get from you to its destination or vice versa. Traceroute, on the other hand, is ...
Comments
Post a Comment