All Question paper with solution mean Bachelorexam.com

Unit 02 Arithmetic and Logic Unit in Computer Organization and Architecture

The Arithmetic and Logic Unit (ALU) is covered in Unit 02 of Computer Organization and Architecture. It is the CPU’s core component that performs arithmetic and logic tasks. This unit covers Boolean algebra, half and full adders, binary adders, subtractors, comparators, and multipliers.

Dudes 🤔.. You want more useful details regarding this subject. Please keep in mind this as well.

Important Questions For Computer Organization and Architecture:
*Unit-01     *Unit-02    
*Unit-03    *Unit-04 
*Unit-05    *Short-Q/Ans
*Question-Paper with solution 21-22 

Q1. Describe sequential Arithmetic and Logic Unit (ALU) using proper diagram. 

Ans.

  • 1. With the aid of a multiplexer, we may combine arithmetic and logic circuits to create arithmetic and logic units.
sequential Arithmetic and Logic Unit (ALU) using proper diagram
  • 2. When the mode select line S2 =0, this ALU acts as an arithmetic circuit so the output of arithmetic circuit is transferred as final output. 
  • 3. Otherwise (S2 = 1) the output of the logic circuit is transferred as final output. 
  • 4. Based on the mode select S2 and input carry Cin. we increase or decrease the number of arithmetic and logic operations.
  • 5. When S2 = 0, the ALU performs arithmetic operation and when S2 =1, with Cin = 0, the ALU performs logic operations. 
  • 6. We know that the carry input is not required in the logie circuits. 
  • 7. When logic operation is selected (S2 = 1), the carry input must be zero. 
  • 8. This given us the output sum in full adder circuit as
sequential Arithmetic and Logic Unit (ALU) using proper diagram

Q2. Explain Booth’s multiplication algorithm in detail.

Ans. The algorithm for 2’s complement multiplication is as follows:

Step 1: Load multiplicand in B, multiplier in Q. For negative numbers, 2’s complement format to be used. 

Step 2 : Initialize the down counter CR by the number of bits involved. 

multiplication algorithm in detail
multiplication algorithm in detail
multiplication algorithm in detail

Q3. Give the Robertson multiplication algorithm for 2’s compliment fractions. Also illustrate the algorithm for 2’s compliment fraction by a suitable example.

Ans. Robertson algorithm: 

1. A ← 0,B ← Multiplicand Q ← Multiplier and count ←n. 

2. If Qo = 1 then perform A ← A+ B. 

3.Shift right register F.A.Q by 1 bit F ← B [n – 1] AND Q [0] OR F and count ← count- 1. 

4. If count > 1 Repeat steps 2 and 3, otherwise if Qo = 1 then perform A ← A-B and set Q [0] = 0. 

For example: We perform the multiplication of fraction as: 

Multiplicand = 0.625 

Multiplier = 0.5 

Equivalent binary representation 0.625 = 0101 

2’s complement representation-0.625 = 1010 + 1(-0.625) = 1011 

Equivalent binary representation +0.5 = 0100 

2 complement representation – 0.5 = 1011 + 1-0.5 = 1100  

Robertson multiplication algorithm for 2's compliment fractions. Also illustrate the algorithm for 2's compliment fraction by a suitable example

Q4. Show step by step the multiplication process using Booth’s algorithm when (+ 15) and (- 13) numbers are multiplied. Assume 5-bit registers that hold signed numbers. 

Ans. 15 01111 

– 13 = 2’s complement of 13 = 10011 

Multiplicand (M) = 01111, Multiplier = 10011 

multiplication process using Booth's algorithm when (+ 15) and (- 13) numbers are multiplied

Q5. Show the contents of the registers E, A, Q, SC during the process of multiplication of two binary numbers 11111 (multiplicand) 10101 (multiplier). The signs are not included.

Ans. 

the contents of the registers E, A, Q, SC during the process of multiplication of two binary numbers 11111 (multiplicand) 10101 (multiplier).

Q6. Show the multiplication process using Booth’s algorithm when the following numbers are multiplied: (-13) by (+8) 

Ans. 

the multiplication process using Booth's algorithm when the following numbers are multiplied
AKTU Quantums Pdf Important Notes 2023

Computer Organization and Architecture Quantum PDF, Syllabus, Important Questions

LabelLink
Subject SyllabusSyllabus
Short QuestionsShort-question
Important Unit-1Unit-1
Important Unit-2Unit-2
Important Unit-3Unit-3
Important Unit-4Unit-4
Important Unit-5Unit-5
Question paper – 2021-222021-22

Computer Organization and Architecture Quantum PDF | AKTU Quantum PDF:

Quantum SeriesLinks
Quantum -2022-232022-23

AKTU Important Links | Btech Syllabus

Link NameLinks
Btech AKTU CircularsLinks
Btech AKTU SyllabusLinks
Btech AKTU Student DashboardStudent Dashboard
AKTU RESULT (One VIew)Student Result

Important Links-Btech (AKTU)

LabelLinks
Btech InformationInfo Link
Btech BranchLINK
Quantum-PageLink


1 thought on “Unit 02 Arithmetic and Logic Unit in Computer Organization and Architecture”

Leave a Comment