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
VHDL Basics — In VHDL source files, libraries and packages (for example, the IEEE library) must be declared at the beginning when their components or definitions are used. Evaluate this statement.
Two’s Complement Range — For an 8-bit two’s-complement integer system, the set of negative numbers spans −128 through −1 (order notwithstanding). Evaluate the correctness of the given statement.
Bit Indexing/Slicing — If square brackets [ ] contain no bit indices (empty slice), does it imply that the variable equals the null set? Evaluate the statement.
8-bit Two’s Complement — Determine the 8-bit two’s-complement representation of the decimal value −9.
Binary Multiplication — Compute 1001₂ × 1100₂ and express the 8-bit product in binary.
Binary Division — Compute 01011000₂ ÷ 00001011₂ and give the integer (truncated) quotient in binary.
Full Adder Logic — The carry-out (Cout) of a 1-bit full adder in terms of inputs A, B, and Cin is which Boolean expression?
BCD Correction — In BCD addition, which constant must be added to any invalid BCD code group to obtain a valid correction?
In AHDL (Altera Hardware Description Language) macrofunctions, what is the first thing that should go into any source file to properly document and structure your code?
In digital logic, a binary adder circuit is designed to add how many binary numbers at a time in a single operation?
To build an eight-bit adder from two four-bit adders, which connection is required between the low-order and high-order devices?
BCD addition: Compute the BCD sum of 0101 (5) and 0110 (6). Provide the result as a two-digit BCD codeword.
2’s-complement addition behavior: An overflow condition can occur when adding two signed numbers if both operands have the same sign; it is typically indicated by an incorrect sign bit (overflow flag). Complete the statement correctly.
Computer organization: Inside a CPU datapath, which hardware unit actually performs arithmetic operations such as addition and subtraction?
HDL structure: In the concurrent section of a hardware description, which elements are interconnected to form the design's structural netlist?
Device capability: The 74HC382 ALU provides how many distinct operations selectable via its function control inputs?
Hex arithmetic: Compute the hexadecimal sum 34FC + AD31 and provide the 16-bit result.
Device usage: The 74HC283 (a 4-bit binary adder with carry) can be used to implement which kind of adder directly?
Parallel binary addition (ripple/CLA context): Binary numbers can be added correctly in a basic parallel-adder circuit when ________.
Multi-digit decimal addition using BCD adders: When several-digit decimal numbers are added using BCD, ________.
1
2
3
4
5
6
7