Kiran Kumar Panigrahi has Published 392 Articles

Difference between Performance Testing and Stress Testing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:11:15

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

Difference between Performance Testing and Load Testing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:09:23

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

Difference Between Paging and Swapping in OS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:07:22

2K+ Views

Both paging and swapping are important concepts in operating systems that place a process in the main memory for its execution, but they are quite different from each other in many aspects. Read this article to learn more about paging and swapping and their specific characteristics. What is Paging? In ... Read More

Difference between Mirroring and Replication

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:04:07

5K+ Views

In database management systems (DBMS), there are two terms namely mirroring and replication which are related to copying of data. Mirroring is defined as the process of copying a database to another location, while replication is defined as the process of copying the database objects from one database to another. ... Read More

Difference between Memory Address Mode and Register Address Mode

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:02:28

3K+ Views

We can define an address mode as the way in which the memory address of an operand is specified in a computer instruction. Address modes specify how the location of an operand in memory is represented in an instruction. Operations are performed with the help of some data and the ... Read More

Difference Between Keyword and Identifier

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 15:00:03

7K+ Views

Every programming language has keywords and identifiers. Both keywords and identifiers can be processed by a compiler, however they are quite different from each other. The basic difference between the two is that keywords are the reserve words which are predefined and have a special meaning in the language, whereas ... Read More

Difference Between Inheritance and Polymorphism

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:55:03

8K+ Views

In computer programming, Inheritance and Polymorphism are two important concepts. The most basic difference between inheritance and polymorphism is that "inheritance" is a concept of objectoriented programming that allows creating a new class with the help of the features of an existing class, whereas the concept "polymorphism" represents multiple forms ... Read More

Difference Between Identifier and Variable

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:46:00

19K+ Views

An Identifier is a name assigned to an entity in a computer program so that it can be identified distinctly in the program during its execution. On the other hand, a variable is a name assigned to a memory location that stores a value. Read this article to learn more ... Read More

Difference between Header file and Library

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:43:57

8K+ Views

In C, C#, Java or any other programming language, both header files and libraries provide some specific APIs and their functionality to be used in the main file. Both the header file and the library are combined and used as a single unit. But, on the basis of nature of ... Read More

Difference between Graphics Card and Video Card

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:42:14

8K+ Views

Graphics Card and Video Card are often used interchangeably, as they are technically the same. Both cards act as an expansion card to generate output images and to transmit them to a display device. They are also called Graphical Processing Unit (GPU). A GPU has its own memory and processing ... Read More

Previous 1 ... 7 8 9 10 11 ... 40 Next
Advertisements