Kiran Kumar Panigrahi has Published 392 Articles

Difference between SVG and PNG

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:13:41

3K+ Views

Both SVG and PNG are types of image formats to store images. SVG is a vectorbased image format where an image is represented by set of mathematical figures, whereas PNG is a binary image format that uses lossless compression algorithm to represent images as pixels. Read this article to find ... Read More

Difference between Super Key and Candidate key

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:11:51

9K+ Views

Both Super Key and Candidate key are used to uniquely identify a record in a table. These keys are also used to create relationship between tables. Both keys can have null values. Both concepts are important for database design and management. Read this article to find out more about super ... Read More

Difference Between SIT and UAT

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:10:02

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

Difference between Simplex, Half duplex and Full Duplex Transmission Modes

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:05:43

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

Difference Between SIMD and MIMD

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:03:24

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

Difference between Sequence Diagram and Activity Diagram

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 11:00:49

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

Difference Between Semaphore and Monitor in OS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 10:56:03

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

Difference Between Search Engine and Web Browser

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 10:54:21

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

Difference between RAM and HDD

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 10:51:03

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

Difference between Primary Key and Candidate key

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Dec-2022 10:46:02

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

Advertisements