
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 392 Articles

Kiran Kumar Panigrahi
2K+ Views
In software development, testing is the most important stage in the process of delivery of any application or software as it is only testing that not only validates the quality of an application but also provides an opportunity for the developer to improve its product. Every application is being developed ... Read More

Kiran Kumar Panigrahi
22K+ Views
A Server is a central place where information and programs are stored and accessed by applications over the network. A Web Server is a server which accepts a request for data and sends the relevant document in return, whereas an Application Server contains an EJB container component as well to ... Read More

Kiran Kumar Panigrahi
24K+ Views
The terms web browser and web server are very common in the field of computer science and Internet, however people often get confused between the two. The most basic difference between a web browser and a web server is that a web browser is an application software which is used ... Read More

Kiran Kumar Panigrahi
16K+ Views
In a computer system, several types of secondary storage devices like HDD, CD, DVD, etc. are used to store permanent data and information. These devices can be categorized into two types namely – magnetic memory and optical memory. A magnetic memory like HDD consists of circular disks made up of ... Read More

Kiran Kumar Panigrahi
7K+ Views
Hypertext and Hyperlink are related terms associated with navigation over computer network but they have a different meaning. One major difference between the hypertext and hyperlink is that the hypertext is a data which when clicked redirects us to some other location, while the hyperlink is a link to a ... Read More

Kiran Kumar Panigrahi
26K+ Views
A computer is a system, i.e. it consists of several parts. The two crucial parts of a computer system are – hardware and software. Those parts of computer system which are physical and visible are called the hardware. Whereas, the computer software are the sets of instructions and programs that ... Read More

Kiran Kumar Panigrahi
8K+ Views
Both EPROM and EEPROM are the types of ROM or Read Only Memory, but they are different from each other in many aspects that we will discuss in this article. Let's start with some basics of EPROM and EEPROM so that it becomes easier to understand the differences between them. ... Read More

Kiran Kumar Panigrahi
6K+ Views
Both Demand Paging and Segmentation are memory management techniques used in operating systems. In Demand Paging, a page is loaded from the secondary memory into the primary memory, only when it is needed. On the other hand, Segmentation follows a strategy whereby the entire memory space is divided into discrete ... Read More

Kiran Kumar Panigrahi
2K+ Views
Black Box Testing and Gray Box Testing are the two types of testing used to test a software which are based on feedback from real customers using real products in real environments, but they are driven by distinct goals and processes. In this article, we will discuss the major differences ... Read More

Kiran Kumar Panigrahi
11K+ Views
In telecommunication and electronics engineering, Bit Rate and Baud Rate are two commonly used terms in the context of data communication. Both these terms represent the speed of data transmission in the computer networks. The basic difference between Bit Rate and Baud Rate is that the Bit Rate is defined ... Read More