Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Digital Arithmetic Operations and Circuits Questions
In basic digital design, what logic function is produced at the SUM output of a half-adder circuit?
Compute the binary subtraction: 01110010 − 01001000. Express the result as an 8-bit binary number.
Using two's-complement arithmetic with 8-bit representation, compute the sum of −11 and −2. Give the final two's-complement result.
What is the primary advantage of using Binary-Coded Decimal (BCD) instead of straight binary representation for decimal numbers?
Digital design fundamentals A half-adder vs. full-adder: Would you normally use a half-adder whenever a carry input (Cin) is required in an adder circuit?
4-bit adders and carry logic What is the role of fast look-ahead carry circuits commonly used in 4-bit full-adder designs?
Binary arithmetic – division practice Compute the integer result of the binary division 01000110 ÷ 00001010.
Using a 4-bit adder to perform subtraction What modification enables a standard 4-bit adder to subtract one operand from another (A – B) using two’s complement?
Two’s-complement interpretation and addition For 8-bit two’s-complement numbers 11110010 and 11110011, determine each value in decimal and the sum.
BCD addition rule Compute the BCD result of adding 0100 (BCD 4) and 0110 (BCD 6).
Two’s-complement conversion practice Convert the following 8-bit two’s-complement numbers to signed decimal: 00000101, 11111100, 11111000.
Multi-nibble binary subtraction (treating the numbers as continuous) Compute the result of subtracting the 24-bit binary value 0010 0011 0011 1000 0101 0111 from 0101 1000 1010 0011 1101 1110.
Two's-complement arithmetic (8-bit signed): Interpret the signed binary numbers 11110010 and 11110011 in decimal (sign and magnitude), and then compute their sum.
Two's-complement representation: Find the 2's complement (binary) needed to represent –(110110₂).
Full-adder chains and performance: What is true about carry propagation delay in cascaded full-adder (FA) stages?
Fast look-ahead carry in the 7483 (4-bit adder): Why is a look-ahead carry circuit used inside the 7483 full-adder?
Two's-complement encoding (8-bit): Convert the signed decimal numbers +7, –3, and –12 into 8-bit two's-complement binary.
VHDL coding basics: In VHDL, what are constants and how are they used?
Adder architectures: What distinguishes a look-ahead-carry adder compared to a ripple-carry adder?
BCD adder count: How many BCD adder stages are needed to add the decimal numbers 973₁₀ and 39₁₀?
1
2
3
4
5
6
7