Posts

Showing posts from October, 2023

Starting with Ubuntu

Image
Hardware is nothing but finely designed machinery. A machine is ultimately a machine only, which is always made to work. It is the kernel on an operating system that makes the hardware alive. There is a hugely popular operating system Linux which is mostly used in most sincere applications.  Linux is an open source operating system (i.e., its code is also available) created by a Finnish student Linus Torvalds . Linux is available in multiple distributions such as Ubuntu, Red Hat, Linux Mint, Fedora, Debian, CentOS and many more. In this session, you shall learn to work with Ubuntu distribution of Linux. It's derived from Debian and composed mostly of free and open-source software. Ubuntu is officially released in multiple editions: Desktop, Server, and Core for Internet of things devices and robots. The operating system is developed by the British company Canonical and a community of other developers, under a meritocratic governance model. Starting Ubuntu When you boot your comput

Python Programming

Image
  Programming is the future of the globe and Python is leading the race. Every day, its popularity is growing exponentially. So if you are an individual who is curious about Data Science , Web Development , or Machine Learning , then Python is directly your Bible! Although it is not a recently developed language yet, recently it is favoured by most developers over Java, C#, and PHP due to its simplicity and effortless learning nature. Python is considered one of the most effortless programming languages for a novice to learn, but it is a little hard to master. Anybody can learn Python if they perform tough enough at it, but evolving as a Python Developer will need plenty of practice and endurance. Most learners take approx three months to finish this path. Why learn Python programming language? Python is comparably easy to receive. It's completed. It has an outstanding ecosystem of data science and machine wisdom libraries that perform the lingua franca of programming in those un

Web 2.0

Image
We all know that a new era of internet is coming i.e Web 3.0. But before knowing about it we should know what is web 2.0 and how it's affecting our present day to day life. Web 2.0 describes the current state of the internet, which has more user-generated content and usability for end- users compared to its earlier incarnation, Web 1.0. Web 2.0 generally refers to the 21st-century Internet applications that have transformed the digital era in the aftermath of the dotcom bubble Web 1.0 was the first version of World wide web, Its evolution took placefrom roughly 1989 to 2004. Personal web pages were common, consisting mainly of static pages hosted on ISP run web servers, or on free web hosting services such as Tripod and the now-defunct GeoCities With Web 2.0, it became common for average web users to have social-networking profiles (on sites such as Myspace and Facebook) and personal blogs (sites like Blogger, Tumblr and LiveJournal) through either a low cost web hosting servic

Softwares and their types

Image
  In this session we are going to study about the basic types of computer softwares that we use in our daily life.  A Software is a set of programs, which is designed to perform a well defined function. A program is a sequence of instruction written to solve a particular problem. There are three types of software: System software  Application software Utility software System Software The system software is a collection of programs designed to operate,control and extend the processing capabilities of the computer itself. System software serves as the interface between the hardware and the end users. Features of a system software: Close to the system Fast in speed Difficult to understand  Less interactive Smaller in size  Difficult to manipulate Generally written in low level language  There are three types of system software: Operating systems Language processors  Device drivers Operating Systems An Operating system (OS) is an interface between a computer user and computer hardware. An

Websites for Developers

Image
  Are you an Engineering aspirant? Want to get a job in IT industry? Want to become a software developer? Then checkout some of the amazing websites for developers 💯 1. Stack Overflow This is a public platform that technologists use to ask and answer questions about coding. Stack Overflow has more than 100 million users. Most people head to Stack Overflow to troubleshoot technical questions. For example, people ask quick questions like how do I compare strings in Java? 2. DevDocs DevDocs is a single-page open source app that allows you to search documentation of all popular programming languages and frameworks. It combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more. DevDocs was created by Thibaut Courouble and is operated by freeCodeCamp. 3. Ray.so This website allows you to take beautiful screenshots of codes. It also has a dark mode and some preloaded themes for diff

Introduction To Boolean Logic Circuits : Part 2

Image
Hello guys sorry for the late post since i was busy with something else, from now  on i will be posting regularly so stay tuned  In the previous session we learned about boolean algebra its significance, truth tables, and some logic operators also known Logic gates In this session we will know about the other operators we use in boolean circuits . Part 1 Introduction to Boolean Logic : 01 MORE LOGIC OPERATORS Till now we have studied about AND, OR & NOT operator these were the basic operators . There are two more types of operators : Universal operators i.e. NOR & NAND Special operators i.e. XOR & XNOR NOR OPERATOR   This Operator is a culmination of two operators OR operator followed by NOT operator. It simply reverses the value of OR operator. All outputs of NOR operator is 0 if any of the inputs is 1. It can be represented as ( A + B) dash = Y read as A NOR B The truth table of NOR operator is as follows: NAND OPERATOR This operator follows an order of AND operator follo