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
Bit grouping and storage size: consider the binary string “1011 1001 0110 1110”. How many bytes of data does this 16-bit pattern occupy?
Boolean algebra identities: which option correctly states the commutative law in Boolean algebra (choose the statement that explicitly shows operands can swap order without changing the result)?
Gate behavior check: a multi-input NOR gate produces a logic HIGH at its output only for which specific input pattern?
Computer taxonomy: a microcomputer is defined as a computer that uses which component as its central processing unit (CPU)?
Boolean evaluation: which of the following Boolean OR expressions is incorrect under standard Boolean algebra rules (where 1 represents logic HIGH and “+” denotes OR)?
Binary subtraction practice: compute (1110101010)_2 − (100101100)_2 and select the correct binary result.
Digital design classification: are parallel adders considered combinational or sequential circuits, and why?
RS flip-flop behavior (set–reset latch): Assume an RS flip-flop with both inputs initially at 0 (R = 0 and S = 0, stable hold condition) and the output Q starting at 0. If a momentary 1 (a brief high pulse) is applied to the S input while R remains 0, what happens to Q once S returns to 0?
Binary fixed-point arithmetic: Find the 2's complement of the binary fraction 0.01011 (assume a fixed 5-bit fractional field; express the result with the same binary point position).
Hex to binary conversion: Convert the hexadecimal number 93FA₁₆ to its binary equivalent (group in 4-bit nibbles for clarity).
Octal to binary conversion: Convert the octal number 134₈ to its binary representation, preserving leading zeros per octal-to-binary mapping.
1
2
3
4
5
6
7
8
9
10
11
12