Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
What is the full form of BGP?
Introduction Border Gateway Protocol (BGP) is an interdomain routing protocol that allows autonomous systems to share routing data (AS). Networks that are controlled autonomously and have their own routing protocols are known as autonomous systems. Large networks and the internet can benefit from BGP’s scalable and adaptable routing. To put it simply, BGP is a protocol that enables networks to share data about the routes they take to get to various locations on the internet. The best route for data to take when moving across various networks is chosen by BGP. A short history of BGP At IBM ...
Read MoreWhat is the full form of BHEL?
Introduction to BHEL Bharat Heavy Electricals Limited( BHEL) is an undertaking of the public sector in India that was established in 1964. It's headquartered in New Delhi and has operations across the country. BHEL's product range includes boilers, turbines, creators, mills, switchgears, control systems, and other supplementary equipment needed for power generation. The company also provides services like design operation, commissioning, and after- deals support. History and evolution of BHEL BHEL(Bharat Heavy Electricals Limited) is a public sector ( PSU) that was established in 1964 in India. The company was formed by incorporating two government- owned companies-Heavy ...
Read MoreAdvanced Filtering: How to create a Slicer in Power BI?
Introduction Users may populate the selected employee data through the slicer on the dashboard. Two options Filter and Slicer assist users in filtering data. Slicers are more flexible and dynamic, provide quick accessibility of data, are easily embedded into the Report editor, and are also compatible with other charts. The disadvantage of slicers is that a Visual filter is not permitted in slicer visual, and choices like drill down, and input fields can’t be endorsed. In this article, we will learn the fundamental concepts of creating a slicer to shortlist the employees’ names based on age categories. To create a ...
Read MoreWhat is the full form of BHIM?
Introduction to BHIM The Indian Government presented the Bharat Interface for Money(BHIM) application with the point of streamlining and securing computerized exchanges without the requirement for physical cash. The National Installments Enterprise of India (NPCI) created Bharat Interface for Money(BHIM) to encourage advanced installments and empower cashless exchanges. The versatile installment application, which is built on the Bound together Installments Interface (UPI) stage, empowers clients to exchange stores between bank accounts rapidly through their smartphones. BHIM is prepared with different highlights, counting QR code filtering, charge installments, and exchange history following, and is accessible in numerous dialects. Due to ...
Read MoreWhat is the full form of BHMS?
Introduction The BHMS course, also called the Bachelor of Homeopathic Medicine and Surgery, is a professional training course in the medical field. The main focus of the course is to train candidates in the skilled practices of homeopathy and surgery. Further, the Bachelor of Homeopathic Medicine and Surgery (BHMS) course was established to utilise the basic strengths of homeopathy and natural medicine to heal the body and get rid of exhausting ailments. The practice of homeopathy is based on ancient medical and healing methods. However, the BHMS course also trains candidates in current medicinal practice methods. Therefore, ...
Read MoreWhat is the full form of BHP?
Definition of BHP Brake Horse Power (BHP) is a measure of the energy a motor yields, uninfluenced by energy losses because of rubbing or additional elements. It is, as it were the intensity furnished by an engine to the yield pivot and, in that capacity, measured on a dynamometer, contemplating just friction misfortunes during processes. BHP is necessary for evaluating motor execution, especially concerning vehicles, generally estimated in torque (hp) or kilowatts (kW). It has significant informative content while deciding the motors. Difference between BHP and HP This chart outlines the primary distinctions between Brake Horse Power (BHP) and ...
Read MoreWhat is the full form of BIFR?
What is the Full form of BIFR? The Board of Industrial and Financial Reconstruction (BIFR) was a quasi-judicial body in India established in 1987 under the Sick Industrial Companies (Special Provisions) Act of 1985. The BIFR was dependable for restoring debilitated mechanical companies, characterized as companies with amassed misfortunes more prominent than their net worth. The BIFR had the control to require over administration of such companies, prescribe liquidation or amalgamation, and give financial assistance for their revival. The objective of the BIFR was to resuscitate and restore debilitated companies and project work, and maximize the esteem of ...
Read MoreGiven two numbers as strings, find if one is a power of other
Assume we have a data set of some numbers as a string and denoted as str[]. Now the task is to multiply the two large numbers which represents a string here. We need to find out from those two numbers as strings, find if one is a power of other. Here is a general example of the process − Input for the process us: a = "374747", b = "52627712618930723" Output : YES THE VALUE IS HERE Explanation of the process: 374747^3 = 52627712618930723 Input for the process is : a = "2", b = "4099" Output : NO ...
Read MorePalindrome by swapping only one character
In a C++ environment, the palindrome is a process where a set or string remains same from the intial stage of the process to termination of that same particular process. Assume, we have a string denoted as the str[]. And the task is to check the string will be paindrome or not after performing the swapping process with only one character for once. Here is a general example of the swapping process − Input : ARBRDD Output : true Explanation: Swap the value A(1st index present in the list) with the R. Input : INDBAN Output : true Explanation: ...
Read MorePrint reverse string after removing vowels
The reverse() is a pre-installed and predefined header file, which is used to define as a template in a process in a C++ environment. The method is able to reverse the elements from last to first manner in a range for any value container. For this process the time complexity is O(n). Lets assume, we have a string or a sentance declared as str[] with some data elements and now the task is to perform reverse process after removing the vowels from that string to get the final outcome. Here is some general examples of the process method − ...
Read More