Ginni has Published 1580 Articles

What are the elements of modern computers?

Ginni

Ginni

Updated on 30-Jul-2021 13:35:07

4K+ Views

There are various elements of modern computers which are as follows −Computing Problems − It has been long identified that the theory of computer architecture is no greater limited to the mechanism of the bare machine hardware. A modern computer is an integrated system including machine hardware, an instruction set, ... Read More

What are the elements of Bus Design in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:33:16

5K+ Views

There are few basic guidelines or design elements that distribute to categorize and differentiate buses.Bus TypesBus lines can be reported into two generic types are dedicated and multiplexed. A dedicated bus line is permanently authorized either to one function or a physical subgroup of computer components. A multiplexed bus line ... Read More

What are the hardware components of the Computer System?

Ginni

Ginni

Updated on 30-Jul-2021 13:30:02

5K+ Views

The hardware components of a computer are classified into five groups are Input unit, Central processing unit, Output Unit, Control Unit, Arithmetic & logical unit.Input unitInput units are used by the computer to read the information. The most frequently used input devices are keyboards, mouse, joysticks, trackballs, microphones, and so ... Read More

Block Diagram of BCD Adder in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:26:29

8K+ Views

BCD adder refers to a 4-bit binary adder that can add two 4-bit words of BCD format. The output of the addition is a BCD-format 4-bit output word. It can descript the decimal sum of the addend and augend and a carry that is created in case this sum exceeds ... Read More

Decimal arithmetic operations in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:23:01

5K+ Views

Decimal arithmetic operations refer to a digital function that does decimal micro-operations. This function adds or subtracts decimal numbers by forming 9’s or 10’s complement of the subtrahend. This decimal arithmetic unit first accepts coded decimal numbers and then generates output in the binary form.Algorithms that are used for arithmetic ... Read More

What is BCD Subtraction in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:20:42

3K+ Views

A subtractor circuit is required to perform a subtraction operation on two decimal numbers. BCD subtraction is slightly different from BCD addition. Performing subtraction operation by taking the 9’s or 10’s complement of the subtrahend and adding it to the minuend is economical.It is not possible to obtain the 9’s ... Read More

What is BCD Adder in Computer Architecture?

Ginni

Ginni

Updated on 30-Jul-2021 13:19:35

11K+ Views

BCD adder refers to a 4-bit binary adder that can add two 4-bit words of BCD format. The output of the addition is a BCD-format 4-bit output word, which defines the decimal sum of the addend and augend and a carry that is created in case this sum exceeds a ... Read More

What is Arithmetic Pipeline in Computer Architecture?

Ginni

Ginni

Updated on 29-Jul-2021 09:36:54

4K+ Views

Pipeline arithmetic units are generally discovered in very large-speed computers. It can execute floating-point operations, multiplication of fixed-point numbers, and the same computations encountered in mathematical problems.The inputs to the floating-point adder pipeline are two normalized floating-point binary numbers represented as −X = A x 2aY = B x 2bWhere ... Read More

What is Instruction Pipeline in Computer Architecture?

Ginni

Ginni

Updated on 29-Jul-2021 09:31:47

18K+ Views

An instruction pipeline reads consecutive instructions from memory while in the other segments the previous instructions are being implemented. Pipeline processing appears both in the data flow and in the instruction stream. This leads to the overlapping of the fetch and executes the instruction and hence simultaneous operations are performed.There ... Read More

What is the division of binary numbers in Computer Architecture?

Ginni

Ginni

Updated on 29-Jul-2021 09:10:07

3K+ Views

The binary division is similar to division in decimals. The process involves successive comparison, shifting, and subtraction. The division of binary numbers is easy compared to the division of decimal numbers because the quotient is either 0 or 1. It is also not necessary to check the number of times ... Read More

Advertisements