Digital Arithmetic Operations and Circuits Questions

Practice Digital Arithmetic Operations and Circuits MCQs with answers and explanations. Page 2 of 7.

Category
Digital Electronics
Topic
Digital Arithmetic Operations and Circuits
Page
2 / 7
Mode
Practice

Questions

Open any question to view the answer and explanation.

ALU control basics: The mode control pin of an arithmetic/logic unit (ALU) selects which class of operation?
Open
View answer
Binary adders in digital electronics A standard binary adder (parallel adder built from full-adder stages) is designed to add how many binary numbers simultaneously?
Open
View answer
Half-adders forming a full-adder — do we need any extra gate? True or False: Two half-adders can be combined to implement a full-adder with no additional gates required.
Open
View answer
Hexadecimal to decimal conversion What is the decimal (base-10) value of the hexadecimal number E16?
Open
View answer
Minimum inputs for a full-adder How many input signals must a full-adder have to perform one-bit addition with carry?
Open
View answer
Key distinction between half-adder and full-adder What is the major functional difference that a full-adder provides compared to a half-adder?
Open
View answer
Signed number representation — most common method Which signed-binary representation is most commonly used in digital systems for arithmetic?
Open
View answer
2's-complement subtraction by addition When subtracting using the 2's-complement method, which operand is complemented before performing the addition?
Open
View answer
What does a full-adder add in one operation? Choose the statement that correctly describes the inputs combined by a full-adder cell.
Open
View answer
Hex arithmetic — add three independent hexadecimal pairs Add the following hex numbers as three separate sums: (3C + 25), (14 + 28), and (3B + DC). Choose the triple that shows all three results in order.
Open
View answer
Binary multiplication — compute three 4-bit × 4-bit products Multiply these binary pairs independently and write each 8-bit product in order: (1010 × 0011), (1011 × 0111), (1001 × 1010).
Open
View answer
BCD conversion and addition — add 275 and 965 in BCD Convert the decimal numbers 275 and 965 to BCD, perform BCD addition, and select the BCD groups that represent the final sum (thousands to ones).
Open
View answer
Digital adders — identifying the two basic adder circuit types In digital electronics, what are the two fundamental adder circuits used to build arithmetic units?
Open
View answer
Design reuse — before using a macrofunction in a PLD/FPGA project What is the first essential thing you need before instantiating and integrating a macrofunction (prebuilt IP block or library function) in your design?
Open
View answer
Two’s-complement subtraction — 43 − 15 using 6-bit representation When subtracting decimal 15 from 43 in binary using two’s complement (6-bit width), which two’s-complement value must be added to 43?
Open
View answer
ALU control — meaning of selector inputs In a typical arithmetic/logic unit (ALU), what do the selector inputs determine during operation?
Open
View answer
One-bit binary subtraction — counting the distinct cases For a single-bit subtraction cell (with possible borrow), how many basic binary subtraction operations (input cases) exist?
Open
View answer
Building wider adders — cascading 4-bit adders to form a 16-bit adder When constructing a 16-bit adder from 4-bit adder ICs, what is required?
Open
View answer
In binary-coded decimal (BCD) arithmetic used in digital electronics and calculators, which single operation is the most fundamental (i.e., used most often and forms the basis for other operations such as subtraction via complements and multi-digit arithmetic)?
Open
View answer
Add in pure binary: 26 + 27. Write the final sum in binary without leading text.
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.