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
5K+ Views
SIMM and DIMM are types of memory modules which are designed to eliminate the use of Dual Inline Package (DIP) chips because the installation of DIP chips is difficult. The basic difference between the two is that SIMM has only one side that is usable at a time because it ... Read More
Kiran Kumar Panigrahi
3K+ Views
Both SEO and SMO are the methods used for driving traffic to a website, but they are quite different from each other. SEO (Search Engine Optimization) is a technique to enhance traffic on a site on the search engine result pages, whereas SMO (Social Media Optimization) is a technique to ... Read More
Kiran Kumar Panigrahi
5K+ Views
SEO and SEM both are the techniques to increase the visibility and traffic on a website, however both are quite different from each other. The most basic difference between the two is that SEO focuses on enhancing the organic traffic on a website, while SEM uses different strategies to increase ... Read More
Kiran Kumar Panigrahi
4K+ Views
In operating systems, semaphore and mutex are two kernel resources that are used to provide synchronization services. A semaphore is an integer variable, while a mutex is an object. Read this article to learn more about semaphore and mutex and how they are different from each other. What is Semaphore? ... Read More
Kiran Kumar Panigrahi
5K+ Views
There are two ways of organizing data in a DBMS − one is row-oriented database and another is column-oriented database. The basic difference between the two is that a row-oriented database stores the data tables by rows, whereas a column-oriented database stores the data tables by columns. Read this article ... Read More
Kiran Kumar Panigrahi
790 Views
RAID or Redundant Array of Independent Disk is a set of disk organization techniques developed to increase the reliability and performance of a system. There are various types of RAID techniques such as RAID 0, RAID 1, RAID 2, … RAID 5. Read this article to learn more about RAID 0 and RAID 1 and how ... Read More
Kiran Kumar Panigrahi
6K+ Views
The task of arranging the elements of an array in a particular order is referred to as sorting. The sorting of an array or a list is mainly done to make the searching easier. There are several types of sorting algorithms, but in this article, we will concentrate on quick ... Read More
Kiran Kumar Panigrahi
28K+ Views
In Operating Systems, Preemptive Scheduling is a type of CPU scheduling method in which the CPU is allocated for a limited time to a given process. In contrast, Non-Preemptive Scheduling is the scheduling technique in which the CPU is allocated to a process and hold by it till the process ... Read More
Kiran Kumar Panigrahi
2K+ Views
Testing is an important stage in the process of delivery of any software product. It not only validates the quality of a software product but also provides an opportunity to the developer to improve its product. There are various types of software testing which are carried out to test different ... Read More
Kiran Kumar Panigrahi
5K+ Views
Performance testing is a type of testing that is performed for verifying the performance of a system and to monitor the behavior of the system under stress. It tells about the reliability, stability, response time, and scalability of a system. On the other hand, load testing is primarily aimed for ... Read More