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
Digital reliability principle: Computer ICs operate reliably because digital logic is based on a design paradigm that uses _____ states (levels) rather than many analog levels.
Binary arithmetic — addition: Compute 1101₂ + 1010₂ and select the correct binary sum.
Binary word range — 6-bit maximum value: What is the largest unsigned integer value representable by a 6-bit binary word?
Adders — hardware count: An m-bit parallel binary adder (ripple or look-ahead per bit) contains how many full adder stages?
Number system conversion — octal to hexadecimal: Convert the octal number 136₈ to its hexadecimal equivalent and choose the correct answer.
Complements — bitwise inversion: What is the 1’s complement (bitwise NOT) of the 16-bit value 0000 1111 0010 1101₂?
Adder architectures — carry performance: In which adder design is the conventional ripple carry delay effectively eliminated by computing carries in parallel?
In digital electronics, convert the following octal value to binary. What is the correct binary representation of 743₈ (octal 743)?
NAND gate behavior check: For a NAND gate (AND followed by inversion), all inputs must be _____ to produce a LOW (0) output.
Truth table size for a multi-input OR gate: An OR gate has 6 independent inputs. How many distinct input rows (“input words”) appear in its truth table?
Combinational logic identification: What function results when an inverter is added to the output of an AND gate?
Mixed-base conversion practice: Convert the octal number 143₈ to its hexadecimal (base 16) equivalent.
Memory technologies comparison: The DRAM memory cell is simpler and smaller than the memory cell of which other RAM type?
Decimal to octal conversion exercise: What is the octal (base 8) equivalent of the decimal number 28₁₀?
Binary width awareness: How many binary bits are required to represent a single hexadecimal digit (0–F)?
Octal to decimal conversion practice: Convert the octal number 3137₈ to its decimal (base 10) value.
Design intuition in digital vs. analog: Why are digital circuits generally easier to design than analog circuits for most computing tasks?
In digital electronics, what do we call a group of storage elements (typically flip-flops) that together store multi-bit digital data as a single unit for immediate processing by a CPU or controller?
A microprocessor addresses memory locations from 0000 to 3FFF (hex). Each address stores 1 byte. How many bytes are stored in total, and what is this size expressed in kilobytes (KB)?
Convert the hexadecimal number 6B21 (base 16) to its exact binary (base 2) equivalent. Write the full 4-bit nibble for each hex digit.
1
2
3
4
5
6
7
8
9
10
11
12