Kiran Kumar Panigrahi has Published 425 Articles

Differences between 8086 and 8088 microprocessors

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 01-Dec-2022 07:45:19

6K+ Views

A microprocessor can be defined as an electronic component of a computer system that executes the instructions to perform tasks involved in computer processing. It is the most fundamental unit of computer that executes all the functions of a CPU. Till date, several types of microprocessors have been developed. But ... Read More

Differences between White Box Testing and Grey Box Testing.

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 30-Nov-2022 11:02:26

1K+ Views

In software development, testing is the most important stage in the process of delivery of any application or software as it is only testing that not only validates the quality of an application but also provides an opportunity for the developer to improve its product. Every application is being developed ... Read More

Difference between Web Server and Application Server

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 30-Nov-2022 10:59:25

20K+ Views

A Server is a central place where information and programs are stored and accessed by applications over the network. A Web Server is a server which accepts a request for data and sends the relevant document in return, whereas an Application Server contains an EJB container component as well to ... Read More

Difference between Web Browser and Web Server.

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 30-Nov-2022 10:54:16

19K+ Views

The terms web browser and web server are very common in the field of computer science and Internet, however people often get confused between the two. The most basic difference between a web browser and a web server is that a web browser is an application software which is used ... Read More

Difference between Magnetic Disk and Optical Disk

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 13:16:46

12K+ Views

In a computer system, several types of secondary storage devices like HDD, CD, DVD, etc. are used to store permanent data and information. These devices can be categorized into two types namely – magnetic memory and optical memory. A magnetic memory like HDD consists of circular disks made up of ... Read More

Difference Between Hypertext and Hyperlink

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 13:12:36

5K+ Views

Hypertext and Hyperlink are related terms associated with navigation over computer network but they have a different meaning. One major difference between the hypertext and hyperlink is that the hypertext is a data which when clicked redirects us to some other location, while the hyperlink is a link to a ... Read More

Difference between Hardware and Software

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 13:10:07

23K+ Views

A computer is a system, i.e. it consists of several parts. The two crucial parts of a computer system are – hardware and software. Those parts of computer system which are physical and visible are called the hardware. Whereas, the computer software are the sets of instructions and programs that ... Read More

Difference Between EPROM and EEPROM

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 13:05:39

7K+ Views

Both EPROM and EEPROM are the types of ROM or Read Only Memory, but they are different from each other in many aspects that we will discuss in this article. Let's start with some basics of EPROM and EEPROM so that it becomes easier to understand the differences between them. ... Read More

Difference between Demand Paging and Segmentation

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 13:03:52

4K+ Views

Both Demand Paging and Segmentation are memory management techniques used in operating systems. In Demand Paging, a page is loaded from the secondary memory into the primary memory, only when it is needed. On the other hand, Segmentation follows a strategy whereby the entire memory space is divided into discrete ... Read More

Difference between Compiler and Assembler

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 24-Nov-2022 12:58:10

6K+ Views

Both compilers and assemblers are the language processors used to convert software codes written in high-level language and assembly language into machine language codes. Compiler and assemblers are the types of system software. These are required because a computer cannot process a code written in high-level programming language like C, ... Read More

Advertisements