All Basic Articles
The kinetic theory was introduced to explain the structure and composition of molecules with respect to submicroscopic particles. The theory talks about the increase in… Read More
Coding Round: Print the Nth number of the series: 0,0,550,275,1100,550,1650,825,2200,1100,2750,1375,3300,1650,3850,1925,4400,2200,…. Input: N = 8  Output: 825 Input: N = 11  Output: 2750  Take a string… Read More
robots.txt is a sample txt file where we place a small piece of code to tell search engine crawlers to crawl and index your website… Read More
Given two strings A and B having lower case English alphabets, the task is to find the number of operations required to convert string A… Read More
Some applications provide a search bar for looking up any particular item from a list of items. Technically, a search bar is an EditText and… Read More
Given a square matrix of order n*n, you have to interchange the elements of both diagonals. Examples :   Input : matrix[][] = {1, 2, 3, 4,… Read More
The concept of hybridization is defined as the process of combining two atomic orbitals to create a new type of hybridized orbitals. This intermixing typically… Read More
This MongoDB tutorial aims to give an in-depth knowledge of MongoDB. It is the most used cross-platform, document-oriented database that provides, high availability, high performance,… Read More
Given an array arr[] containing N elements, the task is to find the absolute difference between the sum of even elements at even indices &… Read More
Express is a minimalistic framework that is used to create web servers. It is built upon the HTTP module of node.js and provides a much… Read More
JSON stands for JavaScript Object Notation. It is a format for structuring data. This format is used by different web applications to communicate with each… Read More
The internet: a familiar term that encompasses a whole universe in itself. Calling it probably the greatest human invention since sliced bread wouldn’t be wrong.… Read More
VPI Stands for Virtual Path Identifier. Its a Combination of an 8-bit field in the header of an ATM cell. It is Basically used for… Read More
The dart is an SDK (Software Development Kit) and SDK as you may observe from its name it is mainly a collection of software development… Read More
Android Spinner is a view similar to the dropdown list which is used to select one option from the list of options. It provides an… Read More
XAMPP is a free, easy-to-install Apache distribution containing MariaDB, PHP, and Perl. It allows you to build WordPress sites offline, on a local web server… Read More
MySQL Workbench is a unified visual tool for database architects, developers & Database Administrators. It provides data modeling, SQL development & comprehensive administration tools for… Read More
Given an array arr[] of N strings, each containing words with upper or lower case English alphabets, the task is to create a sentence in… Read More
First of all I would like to thank GeeksForGeeks big time. A lot of resources from GFG helped not only me but also my friends… Read More
Hi Readers, Here is my Capgemini Interview Experience: At first, there will be a screening test, it is very easy, it will be of 4… Read More