All Basic Articles
Given string str, the task is to print the middle character of a string. If the length of the string is even, then there would… Read More
If we use the fetch method then it will open a new window for displaying the PDF file and let users download the PDF. But… Read More
Given an array arr[] consisting of N elements, the task is to check if the given array can be sorted by picking only corner elements… Read More
Power BI is a Data Visualization and Business Intelligence tool by Microsoft that converts data from different data sources to create various business intelligence reports.… Read More
When we have an object file and we don’t have the source code with us and we have to find out the maximum information from… Read More
Server-side rendering (SSR) is a popular technique for rendering a normally client-side-only single-page app (SPA) on the server and then sending a fully rendered page… Read More
Noise in an image: Digital images are prone to various types of noise that makes the quality of the images worst. Image noise is random… Read More
Let’s discuss how to change the dimensions of an array. In NumPy, this can be achieved in many ways. Let’s discuss each of them.  Method… Read More
1. Union : Union means joining two or more data sets into a single set. In SQL Server, Union is used to combine two queries… Read More
Augmented Reality (AR) is type of Immersive Technology. Augmented reality is the overlay of digital content on the real-world environment. Virtual objects can be in… Read More
In the execution of the program, major role is played by two utility programs known as Linker and Loader.  1. Linker: A linker is special program… Read More
1. Structured Query Language (SQL) : SQL stands for Structured Query Language. SQL can access, created and manage databases. SQL has became standard of American… Read More
Multiple Access with Collision Avoidance for Wireless (MACAW) is a medium access control (MAC) protocol broadly utilized in ad hoc network systems. Besides, it is… Read More
In simple terms, Euclidean distance is the shortest between the 2 points irrespective of the dimensions. In this article to find the Euclidean distance, we… Read More
1. Email: Email is an electronic means of exchanging digital messages via the internet using electronic devices such as smartphones, laptops, tablets, desktops, etc. It… Read More
In Android, it is quite usual for users to witness a jump from one application to another as a part of the whole process, for… Read More
The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version… Read More
The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version… Read More
Pygame is a set of python module which is used in designing video games. In Pygame, there are computer graphics and sound libraries in order… Read More
ECMAScript 5 (ES5P) ES5 is also known as ECMAScript 2009 as it was released in 2009. It is a function contractors focus on how the… Read More