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
Computers Articles - Page 42 of 116
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
4K+ 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
904 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
1K+ 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
6K+ Views
A binary space partition is a data structure used in computer graphics and algorithmic geometry to divide a space into smaller parts. BSP was developed in the environment of 3D computer graphics. BSP includes applications such as operation with geometrical shapes, geospatial, and ray tracing. It is a two-step procedure Step 1 − Creation of BSP tree. Step 2 − Display a tree. Creation of BSP tree Visual Representation of Binary Space Partitioning The binary Space Partitioning algorithm recursively divides the space into two half-spaces. So keep in account that there is a dividing region in every polygon figure. ... Read More
400 Views
The technological revolution has caused computers to literally evolve. It would appear that computers have taken over every aspect of our lives. There have been other non-economic factors in the past that have contributed to the computer's rise to prominence. While the primary function of early computers was calculation, this is now the least essential function of modern computers. Electronic digital computers were first developed for the sole purpose of solving equations. In order to get more done in less time, humans drove the development of computers. As the IT industry is concerned about the rise of mobile devices like ... Read More
543 Views
PVA (Patterned Vertical Alignment) and TN (Twisted Nematic) are two kinds of LCD (Liquid Crystal Display) technologies used in the manufacture of computer monitors and televisions. TN panels are less expensive and have faster response times, but they have limited viewing angles and color reproduction. PVA panels provide greater color accuracy and wider viewing angles but are slower and more expensive. Read this article to find out more about TN and PVA panels and how they are different from each other. What are TN Panels? TN panels are less expensive to manufacture and have faster reaction times, which makes them ... Read More