All Easy Articles
The display property specifies how an element should be displayed on a webpage. There can be many values, related to this property in CSS. Inline-block… Read More
Given an HTML document containing some div element and the task is to copy a div content into another div as its child using jQuery.… Read More
PHP Installation for Windows Users: Follow the steps to install PHP on the Windows operating system. Step 1: First, we have to download PHP from… Read More
A date-picker of jQuery UI is used to provide a calendar to the user to select the date from a Calendar. This date picker is… Read More
The viewBox is an attribute of the SVG element in HTML. It is used to scale the SVG element that means we can set the… Read More
Web development refers to the creating, building, and maintaining of websites. It includes aspects such as web design, web publishing, web programming, and database management.… Read More
An exception is an object of class Exception or a child of that class. Exceptions occurs when the program reaches a state in its execution… Read More
Given a number N, the task is to find the maximum distance between two 1’s in the binary representation of given N. Print -1 if… Read More
Grid Computing can be defined as a network of computers working together to perform a task that would rather be difficult for a single machine.… Read More
The setbase() method of iomanip library in C++ is used to set the ios library basefield flag based on the argument specified as the parameter… Read More
Manipulators are helping functions that can modify the input/output stream. It does not mean that we change the value of a variable, it only modifies… Read More
The setw() method of iomanip library in C++ is used to set the ios library field width based on the width specified as the parameter… Read More
General Tree: In the data structure, General tree is a tree in which each node can have either zero or many child nodes. It can… Read More
In modern times, Google is everywhere!!! So much so that you are most probably reading this article using Google Search. And while Machine Learning has… Read More
Android Studio is the official IDE (Integrated Development Environment) developed by the JetBrains community which is freely provided by Google for android app development. After… Read More
Given an array arr[] of size N, the task is to count the number of pairs (arr[i], arr[j]) such that arr[j] – arr[i] = j… Read More
Role Hiring for: Associate Software Developer (Intern+FTE) Round 1: (950 Students appeared for this round) Online Aptitude Test on HackerEarth Platform (164 Marks) There were a… Read More
VMware visited our campus-“PSG TECH COIMBATORE” on 18th August 2019. It total consists of 5 rounds: 1.Online written round 2.Technical Round-1 3.Technical Round-2 4.Manageral Round… Read More
DE Shaw visited our campus on 05-OCT-2019 for hiring for the position of QA Engineer. The hiring was for both undergraduates and postgraduates.  Criteria: 7… Read More
C-LOOK Disk Scheduling Algorithm is an enhanced version of both SCAN as well as LOOK disk scheduling algorithms. This algorithm also uses the idea of… Read More