🎴 Flashcard Mode

Computer Organization & Architecture - GATE Previous Year Questions

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Consider an array multiplier for multiplying two n bit numbers. If each gate in the circuit has a unit delay, the total delay of the multiplier is

AnswerClick to flip back
A
O (n)
💡 Explanation:

The no. of gates used in n bit array multiplier (n x n) is 2n - 1. So. if every single gate takes unit delay, then total delay 0 (2n -1) = 0 (n) It is of linear order

Change Mode