Ginni has Published 1580 Articles

What is Bus Transfer in Computer Architecture?

Ginni

Ginni

Updated on 24-Jul-2021 08:52:12

15K+ Views

A bus transfer is the most effective method to send data by using a common bus system. It is constructed using common bus registers in multiple registers. The mechanism of the bus includes a collection of lines. These lines are registers of one bit each, which share only one information ... Read More

What is Register Transfer?

Ginni

Ginni

Updated on 24-Jul-2021 08:48:41

12K+ Views

Registers define the storage area that influences the data and instructions. It can send data and instructions from one register to another register, memory to register, and memory to memory, the register transfer approach is used. This register is used in the transmission of data and instructions between memory and ... Read More

What is Floating-Point Representation in Computer Architecture?

Ginni

Ginni

Updated on 24-Jul-2021 08:45:07

23K+ Views

The floating-point representation can implement operations for high range values. The numerical evaluations are carried out using floating-point values. It can create calculations easy, scientific numbers are described as follows −The number 5, 600, 000 can be described as 0.56 * 107.Therefore, 0.56 is the mantissa and 7 is the ... Read More

What is Fixed Point Representation in Computer Architecture?

Ginni

Ginni

Updated on 24-Jul-2021 08:42:40

11K+ Views

Fixed-point is an elementary and simple method to define factorial numbers. The fixed-point numbers help a constant amount of bits. The “fixed-point” defines the decimal point of a number. There is no free symbol to name where the decimal point promote. But, in binary, bits can either be 0 or ... Read More

What is the purpose of Complements in Computer Architecture?

Ginni

Ginni

Updated on 24-Jul-2021 08:40:46

7K+ Views

Complements are used in digital computers for facilitating the subtraction operation and for logical manipulation. There are two methods of complements for each base r system: the r's complement and the (r - 1)'s complement.(r - 1)'s Complement9's complementGiven a number N in base r having n digits, the (rn ... Read More

What is Encoder?

Ginni

Ginni

Updated on 24-Jul-2021 08:38:44

1K+ Views

A digital circuit that executes the inverse services of a decoder is known as an encoder. It has 2ninput lines and n output lines. In an encoder, the output lines create the binary code equivalent to the input value. The diagram shows the general architecture of an encoder circuit.Decimal to ... Read More

What is Binary Decoder?

Ginni

Ginni

Updated on 24-Jul-2021 08:36:26

928 Views

A binary decoder is a decoder that has an n-bit binary input code and one activated output which is chosen from output codes. This decoder is accessible in instances where it is important to simulate directly one of the outputs based on an n-bit input value. In a 2 to ... Read More

What is DeMultiplexer?

Ginni

Ginni

Updated on 24-Jul-2021 08:33:58

4K+ Views

A circuit that makes data on an individual line and sends the data on any of the 2 n possible output lines is known as a demultiplexer. Hence, a demultiplexer is known as a single-input multiple-output switch. The values of n selection lines control the selection of a determined output ... Read More

What is Multiplexer?

Ginni

Ginni

Updated on 24-Jul-2021 08:31:03

4K+ Views

A multiplexer is a combinational circuit that obtains binary data from one of 2" input data lines and manages it to an individual output line. The selection of a specific input data line for the output is decided by a collection of selection inputs. A 2"-to-1 multiplexer has 2" input ... Read More

What are Binary Counters?

Ginni

Ginni

Updated on 24-Jul-2021 08:27:46

4K+ Views

A register that goes through a fixed series of states upon the software of input pulses is known as a counter. The input pulses can be clock pulses or can emerge from an outside source. They can appear at orderly intervals of time or at random.Counters are initiate in almost ... Read More

Advertisements