All Basic Articles
Binomial distribution is a probability distribution that summarises the likelihood that a variable will take one of two independent values under a given set of… Read More
Generally, operating systems have 2 interfaces GUI(Graphical User Interface) and CLI(Command Line Interface) and the same is the case with Linux Based Operating Systems. Linux… Read More
Before learning about Multicloud, we must know what is a cloud?. Cloud is a name given to groups of different kinds of services provided by… Read More
Netcat is a command in Linux which is used to perform port listening, port redirection, port checking, or even network testing. Netcat is also called… Read More
Pipes in UNIX The novel idea of Pipes was introduced by M.D Mcllroy in June 1972– version 2, 10 UNIX installations. Piping is used to… Read More
Binary Coded Decimal, or BCD, is another process for converting decimal numbers into their binary equivalents.   It is a form of binary encoding where each… Read More
Prerequisites: Working with csv files in Python CSV (comma-separated values) files are one of the easiest ways to transfer data in form of string especially… Read More
Given a string. The task is to check if the given string is IPv4 or IPv6 or Invalid. Examples: Input : “192.168.0.1” Output : IPv4… Read More
Given two N-digit prime numbers A and B, the task is to find the minimum number of steps taken to convert A to B. Condition… Read More
Feasibility Study in Software Engineering is a study to evaluate feasibility of proposed project or system. Feasibility study is one of stage among important four… Read More
In C, a macro is a piece of code in a program that is replaced by the value of the macro. Macro is defined by… Read More
Software Engineering is the systems engineering approach for software product/application development. It is an engineering branch associated with analyzing user requirements, design, development, testing, and… Read More
A Min Heap is a Complete Binary Tree in which the children nodes have a higher value (lesser priority) than the parent nodes, i.e., any… Read More
Blockchain In Blockchain every block contains a cryptographic hash of the previous block, a timestamp, and transaction information. In other words, blockchain is a distributed… Read More
Woodall Primes are prime numbers that are also Woodall number.  Find the Woodall prime numbers less than N Given a number N, print all Woodall… Read More
Ever wondered what project management is all about? In this article, we’ll take a casual stroll through its ins and outs. From where it all… Read More
1. Industrial Internet of Things (IIOT) : It is network of smart devices that has its own computing capability, which are connected to form systems… Read More
Seaborn is an amazing visualization library for statistical graphics plotting in Python. It provides beautiful default styles and color palettes to make statistical plots more… Read More
A thread is a light weight process which is similar to a process where every process can have one or more threads. Each thread contains… Read More
Ubuntu is a Linux based Operating System and belongs to the Debian family of Linux. As it is Linux based, so it is freely available… Read More