Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Arithmetic Operations and Circuits Questions
Addition terminology: In an addition operation, the input operands are called the “augend” and the “addend,” whose sum produces the result.
Compute the two’s complement of the binary number 110110₂. Choose the correct 6-bit result.
Definition of a full adder: A full adder stage adds two single-bit operands along with an incoming carry (Cin) and produces a Sum and a carry-out (Cout). What does a full adder add?
Carry propagation delay in ripple adders: In a 4-bit ripple-carry adder built from full-adder stages, how does carry propagation delay affect overall speed?
Digital arithmetic systems: what must be indicated for numbers? In digital electronics and computer arithmetic, any system that performs addition, subtraction, multiplication, or division must represent numbers unambiguously. Which pair of attributes must always be explicitly indicated for the represented numbers so that arithmetic operations are well-defined?
ALU configuration: what does the mode pin select? An arithmetic-logic unit (ALU) includes a “mode” control input. What does this mode input determine about the operation being performed?
How is the sign indicated in binary number systems? In common signed binary representations used by digital systems, how is the sign of a number conveyed within its bit pattern?
Cascading adders: result of two 4-bit blocks If you cascade two standard 4-bit binary adders (properly connecting carry-out to carry-in), what width of a parallel adder can you construct?
Why use two's complement for signed integers? Select the primary advantage of the 2's complement number system for representing signed binary integers in digital hardware.
Compute the 1's complement of a binary word Find the 1's complement (bitwise inversion) of the binary number 101010₂. Select the correct result.
Terminology: what do we call the bits that convey “how large” a number is? In signed binary representations, which term refers specifically to the bits that indicate the size (absolute value) of the number, independent of its sign?
1
2