Ginni has Published 1580 Articles

What is Associative Memory?

Ginni

Ginni

Updated on 27-Jul-2021 14:22:25

22K+ Views

An associative memory can be treated as a memory unit whose saved information can be recognized for approach by the content of the information itself instead of by an address or memory location. Associative memory is also known as Content Addressable Memory (CAM).The block diagram of associative memory is shown ... Read More

What is Cache Memory in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 14:18:06

4K+ Views

The data or contents of the main memory that are used generally by the CPU are saved in the cache memory so that the processor can simply create that information in a shorter time. Whenever the CPU requires to create memory, it first tests the cache memory. If the data ... Read More

Discuss the Memory Hierarchy in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:55:00

2K+ Views

The memory unit is an important component in any digital computer since it is required for saving programs and information. A very small computer with limited software can fulfill its intended function without the requirement for additional storage capacity.There is only not limited space in one memory unit to contain ... Read More

What is DMA?

Ginni

Ginni

Updated on 27-Jul-2021 13:53:08

14K+ Views

DMA represents Direct Memory Access. It is a hardware-controlled data transfer technique. An external device is used to control data transfer. The external device generates address and control signals that are required to control data transfer. External devices also allow peripheral devices to directly access memory. The external device which ... Read More

What is Interrupt I/O Process?

Ginni

Ginni

Updated on 27-Jul-2021 13:52:00

23K+ Views

An interrupt I/O is a process of data transfer in which an external device or a peripheral informs the CPU that it is ready for communication and requests the attention of the CPU.I/O ConfigurationThe terminals send and receive serial information. Each portion of serial data has eight bits of alphanumeric ... Read More

Discuss the MultiLevel Interrupts in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:50:30

1K+ Views

In multilevel interrupts, more than one interrupt pin is present in the processor. Hence, interrupts can be recognized by the CPU on getting an interrupt request from some of the interrupt pins.The figure shows the multilevel interrupt system.Let us now discuss the process flow of a multilevel interrupt. When the ... Read More

Discuss the Single Level Interrupts in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:49:02

2K+ Views

In single level interrupts, many devices can interrupt the processor at the same time to attend to their requests. But all the devices raise requests through a single input pin of the CPU. When interrupted, the CPU must identify the device that raised the request. Once the I/O port is ... Read More

Discuss the Data Transfer Schemes in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:46:06

13K+ Views

In data transfer schemes, it can provide an efficient means of transmitting data between the processing unit and the I/O devices. In a computer, the data transfer happens between any of these combinations CPU and memory, CPU and I/O devices, and memory and I/O devices.A computer is interfaced with many ... Read More

What is ASCII Alphanumeric Characters in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:42:47

2K+ Views

ASCII represents American Standard Code for Information Interchange. It is the standard binary code used to represent alphanumeric characters. Alphanumeric characters are used for the transfer of information to and from the I/O devices and the computer. This standard helps seven bits to code 128 characters. However, there is an ... Read More

What is Booth Multiplication Algorithm in Computer Architecture?

Ginni

Ginni

Updated on 27-Jul-2021 13:36:51

6K+ Views

The Booth multiplication algorithm defines a multiplication algorithm that can multiply two signed binary numbers in two’s complement. This algorithm helps in the study of computer architecture.Booth’s algorithm contains the addition of one of two predetermined values (A and S) to a product (P) continually and then implementing a rightward ... Read More

Advertisements