
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 computer systems, different types of memory devices are used to store data permanently. Both SSD and HDD are such storage devices. SSD and HDD are the most commonly used types of secondary memories. HDD is a traditional storage device, while SSD is a modern storage device. SSD and HDD ... Read More

Kiran Kumar Panigrahi
12K+ Views
Product and Process are the two crucial terms in software development. The elementary difference between the two is that a "process" is a sequence of steps to be followed to create an appropriate product, while a "product" is the final outcome of the software development cycle. Read this tutorial to ... Read More

Kiran Kumar Panigrahi
18K+ Views
Memory is a part of any computer system that is used to store data and instructions. Computer memory is broadly classified into three categories − Primary Memory, Secondary Memory, and Cache Memory. Primary memory is usually in the form of random access memory (RAM) and is used to store data ... Read More

Kiran Kumar Panigrahi
14K+ Views
Both Network OS and Distributed OS work on multiple systems/nodes. The main difference between a network operating system and a distributed operating system is the way they handle resources and communication between devices. A network operating system is primarily concerned with managing resources and communication within a single network, while ... Read More

Kiran Kumar Panigrahi
2K+ Views
Memory and Storage are two terms that are often used interchangeably, but they refer to different things. Memory is used to store data that is being actively used by the CPU, while Storage is used to store long-term data that needs to be accessed on a regular basis. Read this ... Read More

Kiran Kumar Panigrahi
5K+ Views
JPEG and SVG are types of image formats. JPEG is a raster image format that uses a lossy compression algorithm to compress an image, whereas SVG is a highly scalable, text-based image format that uses mathematical structures to represent an image. JPEG images are used in photography applications, while SVG ... Read More

Kiran Kumar Panigrahi
6K+ Views
JPEG and GIF are types of image formats. JPEG uses lossy compression algorithm where the image may lose some of its data, whereas GIF uses lossless compression algorithm where there is no data loss. GIF images support animation and transparency. Read this tutorial to find out more about JPEG and ... Read More

Kiran Kumar Panigrahi
19K+ Views
A printer is an output device that produces information or computer outputs on a paper. Depending upon the technology used, printers are classified into two categories namely, Impact Printers and Non-Impact Printers. An impact printer is one that operates by striking a printing head (made up of metal or plastic) ... Read More

Kiran Kumar Panigrahi
7K+ Views
The primary difference between holography and photography is that holography is a technology used to create three-dimensional (3D) images of an object, whereas photography is one that creates two-dimensional (2D) images of a three-dimensional object. Read this tutorial to find out more about Holography and Photography and how they are ... Read More

Kiran Kumar Panigrahi
3K+ Views
In computer programming, a datatype represents the type and nature of data that is to be used by the user. It is the data type that tells the compiler or interpreter how to deal with the data and provide corresponding storing location in computer memory. According to the nature of ... Read More