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
9K+ Views
SIT and UAT are two types of testing methodologies, commonly used in software development. SIT (System Integration Testing) is used for testing the interfaces between different modules of the system such as software, hardware, etc. In contrast, UAT (User Acceptance Testing) is used to perform testing from the user end ... Read More
Kiran Kumar Panigrahi
8K+ Views
In communication systems, the data transfer between a sender and a receiver follows a particular mode which is also known as the "transmission mode". On the basis of the nature of data sent and received, we can categorize the Transmission modes as Simplex, Half−duplex, and Full−duplex. Read this article to ... Read More
Kiran Kumar Panigrahi
7K+ Views
SIMD and MIMD are types of computer architectures that are used to improve the performance of certain types of computational tasks. The basis of this classification is the number of data and instruction streams. SIMD, short for Single Instruction Multiple Data, computer architecture can execute a single instruction on multiple ... Read More
Kiran Kumar Panigrahi
8K+ Views
Both sequence diagrams and activity diagrams are commonly used in software engineering to model the interactions and flows within a system. They are also useful in other fields, such as business process modeling, to model and analyze the flow of activities or interactions within a business process. Read this article ... Read More
Kiran Kumar Panigrahi
10K+ Views
Both Semaphore and Monitor are types of process synchronization tools in operating systems. Semaphores and monitors allow the different processes to utilize the shared resources in mutual exclusion, however they are different from each other. The basic difference between a semaphore and a monitor is that a semaphore is an ... Read More
Kiran Kumar Panigrahi
11K+ Views
The terms "search engine" and "web browser" are related to the Internet. A search engine is basically a tool that is used for searching information over the Internet, whereas a web browser is an application software that is used for loading HTML files such as web pages. Read this article ... Read More
Kiran Kumar Panigrahi
18K+ Views
Both RAM and HDD are types of computer memory. RAM is used to store computer programs and data that the CPU needs in real time. RAM data is volatile and is erased once the computer is switched off. HDD, hard disk, has permanent storage and it is used to store ... Read More
Kiran Kumar Panigrahi
15K+ Views
Both Primary Key and Candidate key are used to get records from tables. These keys are also used to create relationships between tables. Both primary keys and candidate keys are used to identify the records uniquely in a table. Read this article to find out more about primary keys and ... Read More
Kiran Kumar Panigrahi
12K+ Views
The primary function of a monitor and a television is almost the same, as both are used for conveying information to the outside world. The most basic difference between a monitor and a television is in their application, that is, a monitor is used as an output device in a ... Read More
Kiran Kumar Panigrahi
9K+ Views
A computing system which consists of more than two processors is known as a multiprocessor system. Multiprocessor systems are broadly classified into two categories− loosely coupled multiprocessor system and tightly coupled multiprocessor system. In a loosely coupled multiprocessor system, the degree of coupling between different processor is low; whereas a ... Read More