All Basic Articles
React is a JavaScript library created by Facebook. It is a tool for building a UI (User Interface) component. It is widely used for making… Read More
Ports: The connection point acts as an interface between the computer and external devices like printers, modems, etc. There are two types of ports :… Read More
JavaScript is a multi-paradigm language that supports programming types that are event-driven, functional, and imperative (including object-oriented and prototype-based). Originally, JavaScript was only used on… Read More
A function is a set of statements orchestrated together to perform a specific operation. A function is an object so the interpreter is able to… Read More
Real-time System is a system which is used for performing some specific tasks. It is a computational system which is used for various hard and… Read More
GATE is a popular exam and well known for its dynamic changes in every year. In this year, IIT Bombay is organizing and GATE authority… Read More
Given an integer N, the task is to find two numbers a and b such that a / b = N and a – b… Read More
Given an integer N, the task is to find the count of all possible pairs of integers (A, B) such that GCD (A, B) +… Read More
The addition of two numbers is a simple task in C++ that can be done using the arithmetic addition operator (+). But there are many… Read More
Let’s see methods to convert string to an integer in Pandas DataFrame: Method 1: Use of Series.astype() method. Syntax: Series.astype(dtype, copy=True, errors=’raise’) Parameters: This method… Read More
Various shapes can be drawn using HTML and CSS and so is the shape of a Half Moon, This shape can be drawn by manipulating… Read More
Tooltips are small, textual but interactive hints that are used mainly for the graphical purpose. It helps the icons or buttons to give clarification of… Read More
A timestamp is a sequence of characters or encoded information used to find when a particular event occurred, generally giving the date and time of… Read More
The Javascript Function.length property of the function object in Javascript is used to return the number of parameters required by a function. Syntax: function.length Parameters:… Read More
Pandas is one of the most powerful library in Python which is used for high performance and speed of calculation. It is basically an open-source… Read More
Given an integer N and an array arr[] that contains elements in the range [1, N], the task is to find the count of all… Read More
Given string str, the task is to check whether a string is pangram or not using in C++. A string is a Pangram if the… Read More
Novell NetWare is type of Network Operating System. It provides wide networking services ranging from easy and simple file to network user, data, security, and… Read More
Perspective is basically view from specific fixed viewpoint. Technical perspective generally explains system’s technical level of view. Software architecture simply contains and includes software systems… Read More
Competitive Programming and software development are the two broad categories that any computer science student opts for during his college days. However, these two aren’t… Read More