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
Adder notation convention: In adder schematics and equations, which Greek letter is commonly used to denote the summing (sum) output?
Ripple-carry adder limitation: What is a primary disadvantage of the ripple-carry adder architecture when compared with faster adder structures?
Binary long division check: When the binary number 1100010₂ is divided by 0101₂ (which equals 5₁₀), what is the remainder in decimal?
It is not necessary to have the same number of bits when adding or subtracting signed binary numbers in the 2's-complement system.
The binary subtraction 0 – 1 = is difference = 1 borrow = 0
The look-ahead-carry adder is slower than the ripple-carry adder because it requires additional logic circuits.
There are four possible combinations for subtracting two binary numbers.
The 74LS382 ALU is a 24-pin arithmetic/logic unit.
Overflow indicators in ALU circuits indicate when add or subtract operations produce results that are too large to fit into four bits.
A binary sum is made up of only 1s and 0s.
Full adders can add two numbers and need not have a carry input or a carry output.
ALU circuits cannot be cascaded to perform functions on more than four bits.
Constants must be included in a package.
The carry-out of a binary adder is identified using the summation symbol, sigma.
If [A] = 10 and [B] = 01, then [A] + [B] = [ ].
Digital computers use an easier method to subtract binary numbers, called one's complement.
A 74HC283 can be used to implement a 4-bit full adder.
The solution to the binary problem 0101 + 1111 is 10100.
The solution to the BCD problem 0101 + 0100 is 00001001BCD.
The solution to the binary problem 1011 × 0110 is 01100110.
1
2
3
4
5
6
7