Kiran Kumar Panigrahi has Published 426 Articles

Difference between Private Key and Public Key

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 01-Nov-2023 01:15:19

39K+ Views

Private Keys and Public Keys terms are used in cryptography. These keys are used to encrypt/decrypt sensitive data. Read through this article to find out more about private and public keys and how they are different from each other.What is Private Key?The private key is used in both encryption as ... Read More

Difference Between Recursion and Iteration

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 01-Nov-2023 01:10:57

40K+ Views

Recursion and Iteration both repeatedly execute the set of instructions. Recursion occurs when a statement in a function calls itself repeatedly. The iteration occurs when a loop repeatedly executes until the controlling condition becomes false. The basic difference between recursion and iteration is that recursion is a process always applied to a function and iteration is applied to the set of instructions which ... Read More

Difference between Router and Switch

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 01-Nov-2023 01:06:51

40K+ Views

Both Routers and Switches are network connecting devices. Routers work at the network layer and are responsible to find the shortest path for a packet across the network, whereas Switches connect various devices in a network. Routers connect devices across multiple networks. Read through this article to find out ... Read More

What is the difference between session and cookies?

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 31-Oct-2023 21:40:44

42K+ Views

The data that a user enters into multiple pages of a website can be saved using a combination of cookies and sessions. Cookies and sessions are both vitally important since they record the data that the user has provided for a variety of purposes.Cookies and Sessions are used to store ... Read More

Difference between BFS and DFS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 31-Oct-2023 04:22:38

111K+ Views

Both BFS and DFS are types of graph traversal algorithms, but they are different from each other. BFS or Breadth First Search starts from the top node in the graph and travels down until it reaches the root node. On the other hand, DFS or Depth First Search starts from ... Read More

Difference Between Constructor and Destructor

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 31-Oct-2023 03:35:33

23K+ Views

In object oriented programming, both constructor and destructor are the member functions of a class having the same name as the class. A constructor helps in initialization of an object, i.e., it allocates memory to an object. On the other hand, a destructor deletes the created constructor when it is ... Read More

Difference Between Algorithm and Pseudocode

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 22-Oct-2023 13:27:01

26K+ Views

Algorithm and Pseudocode are the two related terms in computer programming. The basic difference between algorithm and pseudocode is that an algorithm is a step-by-step procedure developed to solve a problem, while a pseudocode is a technique of developing an algorithm. In this article, we will discuss the other ... Read More

Difference between FAT32, exFAT, and NTFS File Systems

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 07-Oct-2023 03:09:36

28K+ Views

File System in an operating system provides a way to organize files and manage the drives. It specifies how data will be stored in the form of file and folders and provides the metadata about the files like name, permission, size and other attributes. FAT32, exFAT and NTFS are ... Read More

Difference between GUI and CUI

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 07-Oct-2023 02:58:16

25K+ Views

It is the operating systems that play the most important role of creating interfaces between the machine and the user. There are two type of interface that the operating systems can create which are Graphical User Interface (GUI) and Character User Interface (CUI). The fundamental difference between GUI and CUI ... Read More

Difference Between Logical and Physical Address in Operating System

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 05-Oct-2023 01:01:27

30K+ Views

In computers, an address is used to identify a location in the computer memory. In operating systems, there are two types of addresses, namely, logical address and physical address. A logical address is the virtual address that is generated by the CPU. A user can view the logical address of ... Read More

Advertisements