All Easy Articles
Abstract is the modifier applicable only for methods and classes but not for variables. Even though we don’t have implementation still we can declare a… Read More
Given an array arr[] of size N and an integer K, the task is to count the number of negative elements present in all K-length… Read More
Given two integers W and C, representing the number of watermelons and coins, the task is to find the maximum number of mangoes that can… Read More
Anonym8 is a free and open-source tool for becoming anonymous on the Internet while testing the security of a web browser. Anonym8 uses IP-tables to… Read More
It’s tough, it’s competitive, it’s rewarding, and it’s fun. Guess which sport are we talking about?   The answer is Coding. And we find it… Read More
The BOTP tool is a free and open-source tool available on GitHub that is used to perform call and SMS bombing on the target phone… Read More
In a computer system, memory is a very essential part of the computer system and is used to store information for instant or permanent use.… Read More
Given an array A[] consisting of N integers(1-based indexing), the task is to find the minimum value of the function  for any possible value of X.… Read More
Helm is simply a package manager for Kubernetes. It helps you manage Kubernetes applications — Helm Charts helps you define, install, and upgrade even the… Read More
CryptoCurrency nowadays is in most demand and many people are investing in these currencies to get high returns. Many websites and applications provide us information… Read More
1. Parallel Database :A parallel DBMS is a DBMS that runs across multiple processors and is designed to execute operations in parallel, whenever possible. The… Read More
Semaphore is just a shared, non-negative variable that is used by multiple threads. A semaphore is a signalling device, and another thread may signal a… Read More
Stack Frame :Stack is one of the segments of application memory that is used to store the local variables, function calls of the function. Whenever… Read More
In this article we will discuss the differences between Abstract and Concrete data structure or type. Abstract Data Types(ADT) : It is a type (or class)… Read More
Directed Acyclic Graph :The Directed Acyclic Graph (DAG) is used to represent the structure of basic blocks, to visualize the flow of values between basic… Read More
Global Descriptor Table : The Global Descriptor Table is a data structure which is used by Intel x86-family processors starting with the 80286 for the… Read More
1. CHAR :The char data type is used to store the character values. It is a fixed-length data type i.e. once initialized we cannot change… Read More
Prerequisite: Software Testing The development of any software application/product goes through SDLC (Software Development Life Cycle) where every phase is very important and needs to… Read More
Programs are sets of instructions designed to accomplish specific tasks. Similarly, a process refers to a runtime instance of a computer program. During the execution… Read More
Before diving further into it,  Let’s start with a quick definition of a bit :In binary – a bit is a single character that can… Read More