All Easy Articles
Prerequisite – Micro-controller (µC) and Microprocessor (µP) A micro-controller is a single Integrated Circuit  Introduction : (IC) which is comparable to a little stand alone… Read More
Given an array arr[] of N positive integers, the task is to find the subarray having maximum sum among all subarrays having unique elements and… Read More
Given an array A[] consisting of N integers from a range [1, N], the task is to calculate the count of array elements (non-distinct) that… Read More
Form validation is a process of confirming the relevant information entered by the user in the input field. In this article, we will be validating… Read More
Line Discipline is function of Data link layer. It simply determines and identifies the direction of communication. It is simply process of coordinating half-duplex transmission… Read More
This article will explain different mouse events occurring based on mouse positions on a particular HTML element. Mouse Events in jQuery: mouseenter and mouseleave mouseup… Read More
Stories of organizations paralyzed by cybersecurity threats and vulnerabilities are at their peak. According to a report published by Symantec Corp, India is one of… Read More
In this article, we’ll see how FCFS is special kind of Round Robin Algorithm and Round Robin is special kind of FCFS Algorithm. Also, we… Read More
SQOOP is basically used to transfer data from relational databases such as MySQL, Oracle to data warehouses such as Hadoop HDFS(Hadoop File System). Thus, when… Read More
I applied to JP Morgan Chase & Co. through the online portal on their website. Round 1: This was an online aptitude type round on… Read More
Lodash _.pickBy() method is used to return a copy of the object that is composed of the object properties predicate returns truthy for. Syntax: _.pickBy(… Read More
We all have come across apps that have a Bottom Navigation Bar. Some popular examples include Instagram, WhatsApp, etc. In this article, let’s learn how… Read More
While surfing the net, every user will come across many buttons, text, etc., that would redirect the user to a different webpage in the same… Read More
Data-link layer uses the techniques of error control simply to ensure and confirm that all the data frames or packets, i.e. bit streams of data,… Read More
Coset is subset of mathematical group consisting of all the products obtained by multiplying fixed element of group by each of elements of given subgroup,… Read More
The term code smell was first introduced by Kent Back, an American Software Engineer and the creator of extreme programming. When we work on an… Read More
Prerequisite – Difference between Static and Dynamic SQL Dynamic SQL is a programming technique that could be used to write SQL queries during runtime. Dynamic… Read More
Python is the most used language in top companies such as Intel, IBM, NASA, Pixar, Netflix, Facebook, JP Morgan Chase, Spotify, and many more because… Read More
Regular Expression can be anything, from a terminal symbol, ∅, to union of two regular expressions (R1 + R2), their concatenation (R1R2) or its closure… Read More
Given alphanumeric string str, the task is to write a Java program to remove all the digit from this string and prints the modified string.… Read More