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
ALU control basics: The mode control pin of an arithmetic/logic unit (ALU) selects which class of operation?
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?
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.
Hexadecimal to decimal conversion What is the decimal (base-10) value of the hexadecimal number E16?
Minimum inputs for a full-adder How many input signals must a full-adder have to perform one-bit addition with carry?
Key distinction between half-adder and full-adder What is the major functional difference that a full-adder provides compared to a half-adder?
Signed number representation — most common method Which signed-binary representation is most commonly used in digital systems for arithmetic?
2's-complement subtraction by addition When subtracting using the 2's-complement method, which operand is complemented before performing the addition?
What does a full-adder add in one operation? Choose the statement that correctly describes the inputs combined by a full-adder cell.
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.
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).
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).
Digital adders — identifying the two basic adder circuit types In digital electronics, what are the two fundamental adder circuits used to build arithmetic units?
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?
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?
ALU control — meaning of selector inputs In a typical arithmetic/logic unit (ALU), what do the selector inputs determine during operation?
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?
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?
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)?
Add in pure binary: 26 + 27. Write the final sum in binary without leading text.
1
2
3
4
5
6
7