Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Digital Computer Electronics Questions
Adder basics in digital electronics: A full adder takes _____ input bits and produces a SUM and a _____ output.
Number system conversion — decimal to octal (with fraction): Find the octal equivalent of the decimal number 324.987 (rounded to at least three fractional octal digits).
Octal to binary conversion: Convert the octal number 60₈ into binary and choose the correct binary representation.
Simplifying Boolean expressions: Besides Boolean algebra, another widely used visual method for simplifying sum-of-products (and product-of-sums) expressions is the _____ map.
Binary arithmetic — multi-operand addition: Compute the sum of the five binary numbers 110101101₂, 111011101₂, 000111111₂, 100101101₂, and 111110111₂. Choose the correct final binary sum.
Octal to decimal conversion: Convert the octal number 63₈ to its decimal value.
Sequential storage element definition: A flip-flop is a _____ element that stores a single binary digit (0 or 1) as a stable low or high voltage level.
Binary to decimal conversion in digital electronics: What is the decimal (base 10) value of the binary number 1100011₂?
Decimal to hexadecimal conversion: Convert 99₁₀ to its hexadecimal (base 16) representation.
Binary to hexadecimal conversion: Convert the binary number 1101100111111000₂ to hexadecimal.
Hexadecimal to binary conversion: Convert the hexadecimal number 63₁₆ to its binary representation.
Integration scale categories in digital ICs: What is the typical functional capacity of SSI (Small-Scale Integration) devices?
Flip-flop storage capability: How many bits of information can a single flip-flop store?
Shift-register timing: For an input pulse train with clock period T, what total delay is produced by an n-stage shift register?
Positive vs negative logic equivalence: Which positive-logic function is equivalent to the OR function when interpreted in negative logic?
Boolean algebra simplification: Reduce the expression (A + B)(A + C) to its simplest sum-of-terms form.
Bipolar logic families in practice: Which logic family has become the most widely used among classic bipolar families?
In number systems, the radix (base) of the binary representation is which value?
In a buffer register with a LOAD control, when LOAD is active the input word is captured on the next positive clock edge.
Identify the logic gate whose output is 1 if and only if at least one input is 0 (i.e., it outputs 0 only when all inputs are 1).
1
2
3
4
5
6
7
8
9
10
11
12