Posts

Showing posts from July, 2020

Let's Get Introduced With C

Image
Why C is important? When it comes to programming, the first programming language we can all thought of, and have heard many times being from a programming background is C. Let's start with this basic programming language and take one topic at a time, we will cover everything about C. So, brush up on your PCs and laptops and get ready to code with us. Before actually going with the C coding, we need to know some interesting facts about C and one of the facts is what is C and why it is so important.   C is a middle-level programming language because we can make high-end software using C as well as it can access hardware directly. Many core libraries, MySQL and Oracle Databases, many Device Drivers, and many web browsers include a major portion of C coding. Many well-known operating systems like UNIX and LINUX are written in C language.  Thus, it is clear from the above applications that how necessary is it to know about C and not only get the theoretical knowledge but also get to cod

Let's Jump Into Computing World

Image
How would you work on your PCs and Laptops without installing Operating system or WiFi connector? This is where the combined working of Software and Hardware is necessary. Hardware Hardware are the physical parts of the computer like monitor, keyboard, mouse, motherboard, hard disk, RAM. Software Software are the set of instructions which tells us how to access the hardware. It determines the user's action For example: suppose we have to click a photo from our camera, so, in this case camera is hardware and the functioning of it is the software which gives it instructions on how to work. Basically, code written on the functioning of camera is written down somewhere and then converted into the software.  System Software These are the software which does not work on any dependencies and works without the use of any other software. They basically works independently with the hardware and makes our work easy. Operating System   One of t