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
Convert the octal number 47₈ to its binary equivalent by replacing each octal digit with its 3-bit binary form and concatenating the results.
Digital logic: an OR gate has two or more inputs. According to the standard truth table, if any one (or more) input is high (logic 1), what is the output state?
Transistor–Transistor Logic (TTL) families differ in speed and power. Among the classic sub-families listed, which achieves the maximum speed due to Schottky clamping that prevents transistor saturation?
Gate behavior identification: which logic gate produces an output of 0 (logic low) whenever at least one of its inputs is 1 (logic high), and only outputs 1 when all inputs are 0?
Ripple/parallel addition design: to build an m-bit binary adder that accepts two m-bit operands and a carry-in, how many full-adder cells are required in the standard ripple-carry configuration?
Hazards and races: in which type(s) of digital circuits can dynamic race hazards occur due to unequal propagation delays along multiple paths to an output?
Logic family transformation: what Boolean function results when you append a NOT (inverter) to the output of an AND gate, creating a single composite gate?
In computer architecture, which statement about semiconductor memory is generally accurate (considering typical RAM vs. historic magnetic core memory)?
Compute the binary division: 100011 (base 2) ÷ 101 (base 2). What is the quotient in binary?
In Boolean algebra and digital logic notation, the multiplication (× or ·) symbol corresponds to which logical operation?
Compute the binary multiplication: 111 (base 2) × 101 (base 2). What is the product in binary?
Address space calculation: with 14 address lines, how many unique memory locations can be addressed?
Logic equivalence: a NOR gate is functionally equivalent to an OR gate followed by which single element?
Convert the octal number 110 (base 8) to its decimal (base 10) equivalent.
In combinational logic terminology, which statement correctly describes a half-adder?
Basic data unit sizes: a byte consists of how many bits in standard digital systems?
Power-of-two evaluation: what is the decimal value of 2^10 (two raised to the power 10)?
Digital electronics — ring counter concept: Instead of counting upward with binary numbers, a ring counter circulates “words” in which exactly one position (bit) is high at any time. In this context, that single high element is a:
Fundamental logic gates — complementation behavior: For which logic gate is the output always the Boolean complement (inverse) of the single input?
Linear integrated circuits — why “resistor ratio” design is preferred: In monolithic linear ICs, designers rely on resistor
ratios
rather than precise absolute values primarily because:
1
2
3
4
5
6
7
8
9
10
11
12