All Easy Articles
app.listen() in Express is like telling your app to start listening for visitors on a specific address and port, much like how Node listens for… Read More
Given the length of all three sides of a triangle as a, b and c. The task is to calculate the length of the median… Read More
Given an array arr[] of N integers, the task is to split the array into two subsets such that the absolute difference between the maximum… Read More
Given an array arr[] of N positive integers and a number S, the task is to reach the end of the array from index S.… Read More
Given an array arr[] of even length, the task is to check whether is it possible to reorder the array element such that the sum… Read More
Given an integer N, the task is to find the smallest and the largest N-digit numbers which start and ends with digit N.Examples:  Input: N… Read More
Documentation in Software Engineering is like an umbrella that comprise all written documents and materials that are required for software product’s development and use. There… Read More
INFYTQ – The Certification program by Infosys to recognize talent, certifying them, and providing job opportunity. This certification is divided in two rounds this year… Read More
CPU scheduling is essential for the system’s performance and ensures that processes are executed correctly and on time. Different CPU scheduling algorithms have other properties… Read More
1. WiFi Extender :  WiFi extender is a networking device which is used to extend the range of the already connected WiFi network when there… Read More
The requirement of a table is very normal in the process of designing a web page. HTML provides the <table> tag to construct the table… Read More
1. Spline : A spline curve is a mathematical representation for which it is easy to build an interface that will allow a user to… Read More
The lodash and UnderScore both are utility libraries from JavaScript which helps make it easier by providing utils which makes, working with arrays, numbers, objects,… Read More
An HTTP cookie is a small piece of data sent from a server and stored on client-side by the browser itself, Cookies are made to… Read More
1. Function Oriented Design : Function oriented design is the result of focusing attention to the function of the program. This is based on the stepwise… Read More
rep.int() function in R Language is used to replicate a given value into a specified number of times. Syntax: rep.int(x, times) Parameters: x: specified value… Read More
Software testing is the process of evaluating a software application to identify if it meets specified requirements and to identify any defects. The following are… Read More
Automated Teller Machine (ATM) also known as ABM (Automated Banking Machine) is a banking system. This banking system allows customers or users to have access… Read More
Prerequisite – Coupling and Cohesion Coupling simply means to connect two or more things together. It means the pairing of two things. It actually measures… Read More
Prerequisites: Python Classes and Objects, Inheritance in Python Regardless of any programming languages, Inheritance is one of the most important topics in Object-Oriented Programming Concepts.… Read More