All Basic Articles
Dataset is a collection of attributes and rows. Data set can have missing data that are represented by NA in Python and in this article,… Read More
No one can deny that it has always been productive for all the aspiring Software Engineers to have a discussion with the experts of the… Read More
The useReducer Hook is the better alternative to the useState hook and is generally more preferred over the useState hook when you have complex state-building… Read More
Real and Virtual Images are the two types of images formed by the reflection and refraction of light rays. The key difference between real and… Read More
1. Internet : The network formed by the co-operative interconnection of millions of computers, linked together is called Internet. Internet comprises of :  People : People… Read More
We can link our MySQL Database in Node.js Backend Side with the mysql module. This module helps in connecting our database with the backend server… Read More
In this article, the task is to create the previous and next button that doesn’t work on the end positions with the help of JavaScript.… Read More
The SwipeRefreshLayout widget is used for implementing a swipe-to-refresh user interface design pattern. It uses a vertical swipe gesture to refresh the content of the… Read More
The navigation drawer is the most common feature offered by android and the navigation drawer is a UI panel that shows your app’s main navigation… Read More
This attribute holds symbols those are each drawn as if the others are not present, using more than one symbol at a time can occur… Read More
Exceptions are the events that occur due to the programmer error or machine error which causes a disturbance in the normal flow of execution of… Read More
Single quotes and double quotes are both functional in Linux while working with shell scripts or executing commands directly in the terminal but there is… Read More
SQL injection is a technique used to exploit user data through web page inputs by injecting SQL commands as statements. Basically, these statements can be… Read More
Chapter 3 Squares and Square Roots – Exercise 3.2 | Set 1 Question 11. Which of the following numbers are squares of even numbers?121, 225,… Read More
Walmart Labs came to BITS Goa for SIP 20-21. The process was a coding round followed by an interview. The coding round consisted of 25… Read More
Electronic Point of Sale (EPOS), as the name suggests, is an electronic or computer system that is used to perform all business tasks and operations.… Read More
1. Program Management :  Program Management, as name suggests, is a type of management that manages programs, activities, similar projects in a coordinated manner to… Read More
Given a string S and two positive integers X and Y, the task is to find the minimum number of operations required to obtain the… Read More
Round 1(Online Test): I applied for the HCL recruitment off-campus on their website and received a mail regarding the HCL test on hackerrank. The test… Read More
Numpy is a general-purpose array-processing package. It provides a high-performance multidimensional array object and tools for working with these arrays. It is the fundamental package for… Read More