Let us try to deeply understand, why IP address is known as “Logical” while, MAC Address is known as “Physical” address. What is a MAC?… Read More
Category Archives: Blogathon
In this article, we are going to see how to find out the list of all open ports in linux. Ports are the endpoint of… Read More
In this article, we are going to see how to enable autosave features in Gedit. Gedit is a Linux text editor which is the default… Read More
Stratified Sampling is a sampling technique used to obtain samples that best represent the population. It reduces bias in selecting samples by dividing the population… Read More
An Array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. Vectors… Read More
In Ball Sort Puzzle game, we have p balls of each colour and n different colours, for a total of p×n balls, arranged in n… Read More
Minimization of DFA using Myhill-Nerode Theorem :Minimization of DFA is Required to obtain the minimal and equivalent version of any DFA which consists of minimum… Read More
In this article, we are going to see how to automate Youtube using Python. Module used Selenium: It controlling a web browser through the program… Read More
Jurassic-1, the latest and the most advanced ‘Language Model’, is developed by Israel’s AI21 Labs. ‘Jurassic-1’ is the name given to a couple of auto-regressive… Read More
Types of Caches : L1 Cache : Cache built in the CPU itself is known as L1 or Level 1 cache. This type of cache… Read More
Real Time Tasks :A task whose performance is judged based on deadlines is termed as real time tasks. And the hardware System that handles the… Read More
In this article, we are going to understand the difference between 127.0.0.1 and 0.0.0.0 IP addresses. However, before trying to understand the difference between different… Read More
Preprocessing is the major part of Natural Language Processing. In order to classify any text with high accuracy, cleaned data plays a major role. So,… Read More
Material Design Components (MDC Android) offers designers and developers a way to implement Material Design in their Android applications. Developed by a core team of… Read More
Structured Query Language or SQL is a standard Database language that is used to create, maintain and retrieve the data from relational databases like MySQL,… Read More