Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

About


312 Articles Published

Articles by Kiran Kumar Panigrahi

Page 17 of 32

Difference Between Tree and Graph

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 18K+ Views

Both Trees and Graphs are types of non−linear data structures. They are different from each other in the context of their types of connections and loop formation. That means, a tree structure is connected such that it can never have loops, whereas a graph structure follows a network model and may have loops. Read this article to find out more about Tress and Graphs and how they are different from each other. What is Tree? A Tree is a non−linear data structure that is used to represent hierarchy. It is a set of nodes that are joined together to ...

Read More

Difference between SVG and PNG

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 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 out more about SVG and PNG file formats and how they are different from each other. What is SVG? SVG stands for Scalable Vector Graphics. It is a type of image file that uses vector graphics to display images, rather than the traditional raster graphics used by most image ...

Read More

Difference Between SIT and UAT

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 10K+ 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 view to validate the product. In UAT, the system is tested for user’s requirements. Read this article to find out more about these two testing methodologies and how they are different. What is SIT? System Integration Testing (SIT) is a type of software testing which is performed in an ...

Read More

Difference between Simplex, Half duplex and Full Duplex Transmission Modes

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 9K+ 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 find out more about these transmission modes and what sets them apart. Simplex Mode of Data Transmission In a data communication network, when there is a single movement of data or one control movement of data from the sender to the receiver, then it is called the Simplex mode of ...

Read More

Difference Between SIMD and MIMD

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 8K+ 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 data streams. On the other hand, the MIMD (Multiple Instruction Multiple Data) computer architectures can execute several instructions on multiple data streams. Read this article to find out more about SIMD and MIMD architectures and how they are different from each other. What is SIMD? SIMD is a form of ...

Read More

Difference between Sequence Diagram and Activity Diagram

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 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 to find out more about sequence diagrams and activity diagrams and how they are different from each other. What is Sequence Diagram? A sequence diagram is a diagram in that is used in representing the sequence of messages flowing from one object to another. The main objective of a sequence ...

Read More

Difference Between Search Engine and Web Browser

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 12K+ 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 to find out more about search engines and web browsers and how they are different from each other. What is a Search Engine? A search engine is a tool that is used to search all other websites and information over the internet. Search engines are mainly intended to gather ...

Read More

Difference between RAM and HDD

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 19K+ 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 userspecific data and operating system files. HDD data is static and remains in the computer even if computer is switched off. Read this article to find out more about RAM and HDD and how they are different from each other. What is RAM? RAM stands for Random Access Memory. ...

Read More

Difference between Primary Key and Candidate key

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 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 candidate keys and how they are different from each other. What is a Primary Key? A primary key helps us to uniquely identify a record in a relational database. a primary key is a unique identifier for each record or row of data. It ensures that no two records ...

Read More

Difference Between Monitor and Television

Kiran Kumar Panigrahi
Kiran Kumar Panigrahi
Updated on 21-Dec-2022 13K+ 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 computer system, whereas a television is a device used for entertainment like watching a video. Read this article to find out more about monitors and televisions and how they are different from each other. What is a Monitor? A Monitor is a visual display unit (VDU) used in a ...

Read More
Showing 161–170 of 312 articles
« Prev 1 15 16 17 18 19 32 Next »
Advertisements