Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Kiran Kumar Panigrahi has Published 389 Articles
Kiran Kumar Panigrahi
19K+ Views
From a security standpoint, threats and attacks are two critical occurrences. From the perspective of network security, it is critical to grasp the differences between the two.A threat in the realm of information security is the presence of a persistent hazard to information integrity. This might take the shape of ... Read More
Kiran Kumar Panigrahi
22K+ Views
Both WiFi and Bluetooth are wireless technologies that are widely used to send and receive data wirelessly using radio signals. WiFi is for high-speed Internet access that connects nearby devices with each other and share the Internet via hotspots, whereas Bluetooth is used for connecting devices in short range.Go through ... Read More
Kiran Kumar Panigrahi
5K+ Views
WiFi and LiFi used to send and receive data wirelessly. WiFi uses Routers and Radio Frequency whereas LiFi uses LED bulbs and Light signals to transfer and receive data.Following are the important differences between WiFi and LiFi.Sr. No.KeyWiFiLiFi1DefinitionWiFi stands for Wireless Fidelity.LiFi stands for Light Fidelity.2InventedWiFi was invented by NCR ... Read More
Kiran Kumar Panigrahi
5K+ Views
IMAP and POP3 are the most widely used standard protocol for email retrieval. Both these protocols are supported by almost all current email clients and servers. Go through this article to find out more about POP3 and IMAP, how they function, and what are the major differences between these two ... Read More
Kiran Kumar Panigrahi
675 Views
Golang provides us with different approaches that we can use to print custom errors. We will explore two such approaches in this article.The first approach requires us to make use of the error.New() function which will create a new error, and we can even pass a string of our choice ... Read More
Kiran Kumar Panigrahi
4K+ Views
Splitting a string means being able to get a part of a string, and that part can either be based on a position or a character in the string.In Go, if we want to split a string on the basis of positions, we can make use of the [ ] ... Read More
Kiran Kumar Panigrahi
987 Views
Classification of LiabilitiesDifferent types of liabilities can fall under the following three categories −Current liabilities are the liabilities that are due and payable within one year. These are also known as "short-term liabilities".Non-current liabilities are the liabilities that have to be cleared after a year or more, hence these are ... Read More
Kiran Kumar Panigrahi
400 Views
The term "deferred tax" refers to a tax which shall either be paid in future or has already been settled in advance. In this article, we will see why a company may differ its tax to a subsequent fiscal year or why a company may choose to pay the tax ... Read More
Kiran Kumar Panigrahi
272 Views
Amortization vs. DepreciationBoth Amortization and Depreciation are concepts that are used to account for the consumption of assets and how they lose their value over their useful life.We understand that tangible assets such as plant machinery, furniture, buildings, and vehicles lose their value over a period, which is called "depreciation". ... Read More
Kiran Kumar Panigrahi
1K+ Views
We can apply the concept of depreciation in both accounting as well as tax calculations. In this article, we will see how Accounting Depreciation differs from Tax Depreciation, but before that, let us first understand what is depreciation and how it matters.We can define "depreciation" as a concept that is ... Read More