Kiran Kumar Panigrahi has Published 426 Articles

Difference between LAN, MAN and WAN

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 04-Oct-2023 21:49:14

22K+ Views

When several computers are connected together and are able to communicate with one another, it is called a computer network. Computer networks are designed to share data and information among the computers of the network. Depending on the operating geographical area, computer networks are of the three major types, namely ... Read More

Differences between Procedural and Object Oriented Programming

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 15-Sep-2023 02:20:07

28K+ Views

Both Procedural Programming and Object Oriented Programming are high-level languages in programming world and are widely used in the development of applications. On the basis of nature of developing the code, both languages have different approaches on basis of which both are differentiate from each other. In this article, we ... Read More

Difference between an id and class in HTML

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 14-Sep-2023 16:09:50

25K+ Views

In HTML, both Id and Class are the element selector and are used to identify an element based on the name assign to these parameters. ID and Class selectors are the most widely used element selectors in CSS (HTML). The basic difference between ID and Class is that the ID ... Read More

Difference between Private and Public IP addresses

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 14-Sep-2023 15:45:32

22K+ Views

What is an IP Address? An IP address (Internet Protocol address) is a numerical identifier, such as 192.0.2.1, that is associated with a computer network that communicates using the Internet Protocol. An IP address is used for two purposes: identifying a host or network interface, and addressing a specific location. ... Read More

Differences between Virtual Circuits and Datagram Networks

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 16:16:37

28K+ Views

Both Virtual Circuits and Datagram Networks are the types of connection services which are used for transmission of information from a sender to a receiver. The most basic difference between the two is that the virtual circuits are connection oriented services that require resources like buffers, CPU, bandwidth, etc., for ... Read More

Difference between Serial and Parallel Transmission

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 15:46:37

27K+ Views

The process of sending data between two or more digital devices is known as data transmission. Data is transmitted between digital devices using one of the two methods − serial transmission or parallel transmission.In serial transmission, data bits are sent one after the other across a single channel. Parallel data ... Read More

Difference between Method Overloading and Method Overriding in Java

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 15:28:25

32K+ Views

Method Overloading in Java When a class has two or more methods by the same name but different parameters, at the time of calling based on the parameters passed respective method is called (or respective method body will be bonded with the calling line dynamically). This mechanism is known as ... Read More

Difference Between High-Level Language and Low-Level Language

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 15:23:37

28K+ Views

A language is basically a mode of communication, because it is used to share information, ideas, and opinions. In computer systems, programming languages are used by the software developers or programmers to creates applications or software systems. A programming language provides a way of writing computer instructions that are used ... Read More

Difference Between Abstraction and Encapsulation

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 14:36:47

33K+ Views

Abstraction is a process of hiding the implementation details of a system from the user, and only the functional details will be available to the user end. On the other hand, Encapsulation is a method of wrapping up the data and code acting on the data into a single unit. ... Read More

Difference between MIS and DSS

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 13-Sep-2023 13:05:06

31K+ Views

MIS and DSS are the two common terms that are often heard in the field of business management. But, they are quite different from each other. MIS (Management Information Systems) and DSS (Decision Support Systems) are both types of information systems that are used to support decision making in organizations. ... Read More

Advertisements