All Basic Articles
An input/output device, often known as an IO device, is any hardware that allows a human operator or other systems to interface with a computer.… Read More
Introduction :The set of natural numbers is axiomatically defined below. G. Peano, an Italian mathematician, and J. W. R. Dedekind, a German mathematician, are credited… Read More
What is MVC? MVC, short for Model, View, and Controller, is a methodology or architectural pattern used for efficiently relating the user interface to underlying data… Read More
In this article, we are going to explain Access Links and Control Links. Well, both are in the field of Activation Records. Activation Record : An… Read More
If you are SpongeBob then your URL is Bikini Bottom on the floor of the Pacific Ocean but if you’re not, your URL is definitely… Read More
In a Database Management System (DBMS), mapping cardinalities explains how entities (tables) in a database schema relate to one another. They provide the number of… Read More
Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It… Read More
JSON stands for Javascript Object Notation. It is mainly used in storing and transporting data. Mostly all NoSQL databases like MongoDB, CouchDB, etc., use JSON… Read More
Firebase helps developers to build and run their apps successfully, its backend developed by Google. Firebase is very easy to use for beginners, it provides… Read More
Given an N-array Tree consisting of N nodes and an integer K, the task is to find the Kth largest element in the given N-ary… Read More
Given an array arr[] consisting of N integers, the task is to find the number of pairs, where i ? j, such that the sum… Read More
What are Multimedia Systems: A multimedia system is responsible for developing a multimedia application. A multimedia application is a bundle of different kinds of data.… Read More
Given a string S consisting of N lowercase characters, the task is to find the length of the longest substring that does not contain any… Read More
I appeared for Mindtree Off-Campus recruitment in May 2021. It consisted of three rounds:  Round 1(Online Assessment): There were four sections; Programming, Verbal ability, Quantitative… Read More
Given an unweighted and undirected graph consisting of N nodes and two integers a and b. The edge between any two nodes exists only if… Read More
In this article, we will learn how to create moving content on your website using HTML <marquee> tag. The <marquee> tag in HTML is used… Read More
React Suite is a popular front-end library with a set of React components that are designed for the middle platform and back-end products. DatePicker component… Read More
SQL Server is a Relational Database Management system that was developed and marketed by Microsoft. In this article, we will look into how to uninstall… Read More
Python is a vast language that can be used in so many domains, be it software engineering, data science and machine learning, web scraping and… Read More
Given an array A[] of size N, the task is to find the maximum sum of a subsequence such that for each pair present in… Read More