All Basic Articles
Change in Momentum of an object is the difference between the initial and final momentum of a body. Momentum of an object is a vector… Read More
Are you the one who’s interested in becoming a Software Engineer but don’t have a CS degree? Don’t Worry! Nothing can become a hurdle if… Read More
Spring Framework provides spring’s form tag library for JSP views in Spring’s Web MVC framework. In Spring Framework, we use Java Server Pages(JSP) as a… Read More
What is Management? A universal concept that is needed in every organisation whether it is a business organisation or a non-business organisation such as hospital… Read More
Lease financing is a popular medium and long-term financing option in which the owner of an asset grant another person the right to use the… Read More
What is Indifference Curve ?A curve or a graphical representation of the combination of different goods providing the same satisfaction level to the consumer is… Read More
A parallelepiped is defined as a three-dimensional shape formed by six parallelograms. It consists of six faces, eight vertices, and twelve edges. The face diagonals… Read More
Impact of Globalization on Agriculture has been huge and has affected the economy of the country significantly. Agriculture is the primary occupation for the people… Read More
Deque is a type of queue in which insert and deletion can be performed from either front or rear. It does not follow the FIFO… Read More
Given two numbers N and K. The task is to check whether N is Kth power to any integer i.e., whether N can be expressed… Read More
A cell is the structural and fundamental smallest unit of life or living organisms. The branch of science that deals with the study of cells… Read More
Tree is a non-linear data structure. It consists of nodes and edges. A tree represents data in a hierarchical organization. It is a special type… Read More
Northern Plains of India: Northern plains are the second youngest physiographic region of India, following the Indian desert. The northern plains are surrounded by the… Read More
The normality formula is used to measure the concentration of a solution like molarity and molality. Normality is a measure of the number of grams… Read More
JavaScript is the universal language for building web applications. It is used in frontend (client-side) and backend (server-side) development as well. But the truth that… Read More
I had applied on the amazon career site around 50+ times but never heard back from their side, fine day I got a mail from… Read More
A Queue is a linear data structure. This data structure follows a particular order in which the operations are performed. The order is First In… Read More
A stack is a linear data structure in which the insertion of a new element and removal of an existing element takes place at the… Read More
A Linked List is a linear data structure that is used to store a collection of data with the help of nodes. A linked list… Read More
Graph is a non-linear data structure that contains nodes (vertices) and edges. A graph is a collection of set of vertices and edges (formed by… Read More