Parallel Computer

A parallel computer is a kind of computer structure where a large complex problem is broken into multiple small problems which are then executed simultaneously by several processors. We often consider this as parallel processing. When it comes to the structure of parallel computers it can be characterized with the help of features such as […]

Security Attacks

Security attacks are an illegitimate effort to evade and violate the system’s security in order to monitor, alter, damage the data that is being exchanged between two systems. The security attack creates a threat to the confidentiality, availability, authentication of the transmitted data. Nowadays the companies allow their employees to access the company’s data from […]

Microprogrammed Control Unit

Microprogrammed control unit is used to design the CISC style processor. In this context, we will be discussing the microprogrammed control unit, its block diagram along with its advantages and disadvantages. What is Microprogrammed Control Unit? Basically, the control unit is a component in the processor that generates the control signals that are essential to […]

Interrupts in Computer

What are Interrupts in Computer? Interrupts in the computer are the signals generated either by hardware or by software and are sent to the processor, informing it that an event needs its instant attention. It causes the processor to stop whatever it is doing and service the interrupt. We know that a processor can serve […]

Functional Units of Computer

Every functional system incorporates some functional parts that constitute a consumable product. Similarly, there are some functional units of the computer that constitute in producing logical outputs. The five basic functional units of a computer are: Input unit, Aprocessing unit (Arithmetic and logic) Amemory to store final or intermediate results A controlling unit that coordinates […]