All Basic Articles
Scaling numbers in machine learning is a common pre-processing technique to standardize the independent features present in the data in a fixed range. When applied… Read More
Prerequisite: Python: MySQL Create Table In this article, we are going to see how to add a new enum column to an existing MySQL table… Read More
There is a huge amount of data available on the web and most of them are in form of (JavaScript Object Notation) JSON. But it… Read More
Insertion sort is a simple sorting algorithm in which values from the unsorted part are picked and placed at the correct position in the sorted… Read More
Prerequisite: Tkinter Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used method.… Read More
Panclus is a very useful python library for the programmers to convert text to speech in several languages, translating the text as well as predicting… Read More
jQuery UI consists of GUI widgets, visual effects, and themes implemented using jQuery, CSS, and HTML. jQuery UI is great for building UI interfaces for… Read More
JP Morgan Chase & Co. organized its first round for internship hiring on 20th Feb 2021 for Software Engineer Program, 2022. The test was conducted… Read More
Software testing techniques are methods used to design and execute tests to evaluate software applications. The following are common testing techniques: Manual testing – Involves… Read More
Round 1: Round 1 was Online Test that was held on some Engineering  Campus. The Test consists of three sections. The first Section was aptitude… Read More
In this article, we are going to create a Drop fill color effect using HTML & CSS in which the image get colored when we… Read More
1. MEAN Stack Developer: MEAN refers to M for MongoDB (No SQL database) E for Express.js (a framework on top of Node.js) A for Angular… Read More
Introduction:Angular Material is a UI component library that is developed by the Angular team to build design components for desktop and mobile web applications. In… Read More
As a new Linux user, you may always face confusion regarding the difference between `su` command and `su -` command. In Linux, the `su` command… Read More
A Popover is a graphical control which is a container-type element that hovers over the parent window, and it makes sure that all other interaction… Read More
The Fade Component, available in Material UI for React, seamlessly adds a fade animation to a child element or component. Integrating this component into a… Read More
Prerequisite: How do Web Servers work? Apache is one of the most widely used free, open-source Web Server applications in the world, mostly used in… Read More
Define Rn to be the maximum amount earned by cutting a rod of length n meters into one or more pieces of integer length and… Read More
Consider the following context-free grammar where the set of terminals is {a,b,c,d,f}. The following is a partially-filled LL(1) parsing table. Which one of the following… Read More
Assume that a 12-bit Hamming codeword consisting of 8-bit data and 4 check bits is d8d7d6d5c8d4d4d3d2c4d1c2c1, where the data bits and the check bits are… Read More