
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 1163 Articles for Computers

579 Views
SIP (Session Initiation Protocol) and XMPP (Extensible Messaging and Presence Protocol) are both communication protocols used to establish and manage real- time communication sessions between two or more endpoints, such as computers or mobile devices. SIP is mainly used for establishing and managing multimedia sessions over the internet, such as voice and video conversations. XMPP (Extensible Messaging and Presence Protocol) is a real-time communication protocol used for instant messaging (IM) and the exchange of presence information. Read this article to find out more about SIP and XMPP and how they are different from each other. What is SIP? SIP is ... Read More

2K+ Views
Pentium and Xeon are Intel Corporation CPUs that are commonly used in personal computers and servers, respectively. While both CPUs are made by the same company, they are built for different purposes and have significant features. Pentium processors are designed for simple computer activities, whereas Xeon processors are designed for more demanding and specialised workloads. Read this article to find out more about Pentium and Xeon and how they are different from each other. What is Pentium? Pentium is a CPU family invented and manufactured by Intel Corporation. It is a brand name for a type of CPU found in ... Read More

11K+ Views
MTP and MSC are two alternative data transfer technologies that are used to transfer data between a computer and a digital device, such as a mobile phone or an MP3 player. MTP stands for Media Transfer Protocol, and MSC stands for Mass Storage Class. Both techniques offer advantages and disadvantages, and which mode to choose will be depends on the user's individual needs. Read this article to find out more about MTP and MSC and how they are different from each other. What is MTP? MTP has the advantage of providing a more standard method of exchanging media files. This ... Read More

2K+ Views
Computers perform operations based on the comments received. The set of commands or rules is sent and processed by the network protocol. In the network, there are different types of computers connected which may possess different hardware and software components. So, it is necessary to make the computer of different types communicate with each other using common rules set by the network protocols. So, we need to deal with the elements of network protocols to have data communication between the nodes of the network. Network Protocol Network Protocol provides a set of rules to be followed for data transmission in ... Read More

10K+ Views
In a computer system, monitor is the most significant output device that conveys the information from computer system to the output world. When it comes to the types of computer monitors, then several types of display technologies are used, such as CRT (Cathode Ray Tube), LCD (Liquid Crystal Display), LED (Light Emitting Diode), Plasma Display, etc. In this article, we will discuss the important differences between CRT monitors and LED monitors. But before discussing the differences, let us first discuss the CRT and LED monitors individually. What is CRT Monitor? CRT stands for Cathode Ray Tube. CRT is one ... Read More

3K+ Views
A computer system performs operations as per the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 2-address instruction, and the important differences between them. The fundamental difference between 3-address instruction and 2-address instruction is that the 3-address instruction requires three operands, while the 2-address instruction requires two operands to execute. Before discussing the differences, let us first know a bit about 3-address and 2-address instructions individually. So, let gets started with ... Read More

805 Views
A computer system performs operations based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 1-address instruction, and the important differences between them. The fundamental difference between 3-address instruction and 1-address instruction is that the 3-address instruction requires three operands, while the 1-address instruction requires only a single operand. Before discussing the differences, let us first know a bit about 3-address and 1-address instructions individually. So, let gets started with ... Read More

912 Views
A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss the two types of computer instructions namely, 3-address instruction and 0-address instruction, and the important differences between them. The most fundamental difference between 0-address instruction and 3-address instruction is that the 0-address instruction does not require any operand to perform operations, whereas the 3-address instruction takes three operands to perform operations. Before discussing the differences between 0-address instruction and 3-address instruction, let us first discuss ... Read More

2K+ Views
A computer system performs tasks based on the instruction provided to it. These computer instructions are written in different formats based on the number of addresses that they contain. In this article, we will discuss two types of instructions namely, 2-address instructions and 1-address instructions, and the important differences between them. The most fundamental difference between 2-address instruction and 1-address instruction is that a 2-address instruction requires two operands to perform an operation and the result is stored in one these two operands, while the 1-address instruction requires only one operand to perform an operation and stores the result ... Read More

10K+ Views
A software is a set of rules or instructions that are given to a computer to perform some function. Basically, software is classified into two types- Application software and system software. System software is the main software of a computer that has a direct access to the system’s hardware. It takes care and monitors all the other functions of a computer. Application software is additional software in a computer which is used to perform a specific function. Users has a direct access to this application software and this software is not mandatory in a system. We can use system without ... Read More