All Basic Articles
IEEE (IEEE Std. No. 610.12-1990) defines baseline as an agreed description and review of attributes of product, that afterward serve as basis for further development… Read More
NSE National Stock Exchange of India Limited is the leading stock exchange of India, located in Mumbai, Maharashtra. NSE was established in 1992 as the… Read More
Given a Unix Timestamp T (in seconds) for a given point in time, the task is to convert it to human-readable format (DD/MM/YYYY HH:MM:SS) Example:… Read More
Expandable Cardview provides to create expansion panels without too much hassle and without writing boilerplate code. An expandable card view becomes quite useful when it… Read More
Google Fonts provide a wide variety of fonts that can be used to style the text in Android Studio. Appropriate fonts do not just enhance… Read More
The variable should have a robust relationship with independent variables. However, any unbiased variables shouldn’t have robust correlations among other independent variables. Collinearity can be… Read More
The assert module provides a set of assertion functions for verifying invariants. The assert.equal() function tests for equality between the actual and the expected parameters.… Read More
The assert module provides a set of assertion functions for verifying invariants. In assert() function, if the value is not truth, then a AssertionError is… Read More
In this article, we are going to learn how to like all the comments on a Facebook post automatically. Many times we want to like… Read More
With the help of numpy.random.uniform() method, we can get the random samples from uniform distribution and returns the random samples as numpy array by using… Read More
Prerequisite – Asymptotic Notations, Properties of Asymptotic Notations, Analysis of Algorithms1. Big O notation (O):  It is defined as upper bound and upper bound on… Read More
Physical layer co-ordinates the functions required to transmit a bit stream over a physical medium. It deals with the mechanical and electrical specifications of the… Read More
In Perspective Projection the center of projection is at finite distance from projection plane. This projection produces realistic views but does not preserve relative proportions… Read More
Introduction:Electronic mail, commonly known as email, is a method of exchanging messages over the internet. Here are the basics of email:An email address: This is… Read More
Electronic Mail (e-mail) is one of most widely used services of Internet. This service allows an Internet user to send a message in formatted manner… Read More
What is Data Curation ? The process of managing data throughout life cycle, collecting data from various sources, integrating this data into various repositories and… Read More
Given a binary array arr[] consisting of N elements, the task is to find the maximum possible length of a subarray of only 1’s, after… Read More
Graduate Aptitude test in Engineering (GATE) is an examination that test the understanding of various subjects that we read in our b.tech. GATE Score card… Read More
Given string str, the task is to write a Java program to swap the first and the last character of the given string and print… Read More
Given a number N, the task is to count the total number of repeating digits in the given number. Examples: Input: N = 99677  Output:… Read More