Kiran Kumar Panigrahi has Published 426 Articles

Difference between Header file and Library

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

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

6K+ 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

6K+ 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

Difference between Fuzzification and Defuzzification

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:36:47

13K+ Views

Fuzzification is the process of converting a crisp quantity into a fuzzy quantity. On the other hand, defuzzification is the process of translating a fuzzy quantity into a crisp quantity. Read this article to learn more about fuzzification and defuzzification and how they are different from each other. What is ... Read More

Difference between Functional and Non-functional Testing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:34:31

4K+ Views

Testing is the most important stage in the process of delivery of any application or software, as it not only validates the quality of an application but also provides an opportunity to the developer to improve its product. Every application is developed as per the requirements of a customer/client. So, ... Read More

Difference Between Function Overloading and Overriding in C++

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:32:06

21K+ Views

In objectoriented programming, there are two important concepts of polymorphism namely, function overloading and function overriding. When two or more functions have the same name but their parameters are different, it is called function overloading. On the other hand, function overriding is one that provides a facility to redefine ... Read More

Difference between Forward Engineering and Reverse Engineering

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:29:28

2K+ Views

Both Forward and Reverse Engineering are related to the re-implementation of the legacy systems to achieve more sustainability. On the basis of the mode of creation, we can classify these modes as Forward and Reverse Engineering. Read this article to learn more about forward engineering and reverse engineering and how ... Read More

Difference Between FAT32 and NTFS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:23:51

912 Views

File System provides a way to organize files and to manage the drives in the computer systems. File system basically specifies how data will be stored in a form of file and folders. It provides the Metadata about the files like name, permission, size and other attributes. There are ... Read More

Difference between Deterministic and Non-deterministic Algorithms

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

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

18K+ Views

In the context of programming, an Algorithm is a set of well-defined instructions in sequence to perform a particular task and achieve the desired output. Here we say "a set of defined instructions" which means that somewhere the user knows the outcome of those instructions if they get executed in ... Read More

Difference Between Descriptive and Predictive Data Mining

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

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

5K+ Views

Descriptive data mining and predictive data mining are mining techniques that are used to find useful information and patterns in large datasets. Descriptive data mining is a data mining technique that analyzes the past data to provide latest information on past events, while predictive data mining is a data mining ... Read More

Difference Between DELETE and DROP in SQL

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 21-Feb-2023 14:11:53

15K+ Views

DELETE is a Data Manipulation Language (DML) command. It is used to remove tuples/records from a relation/table. On the other hand, DROP is a Data Definition Language (DDL) command and is used to remove named elements of schema like relations/table, constraints or entire schema. Read this article to learn more ... Read More

Advertisements