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
Memory sizing shorthand: In computer memory contexts, what value does 4k most commonly represent?
Digital IC technology preferences: Bipolar technology is traditionally preferred for which integration scales, while MOS is better for LSI?
MOSFET vs. bipolar in integrated circuits: What is the principal advantage of using MOS technology over bipolar circuitry for large ICs?
Decimal to octal conversion: What is the octal (base 8) equivalent of the decimal number 42₁₀?
Binary to octal conversion: Convert the binary number 11111₂ to its octal (base 8) representation.
One’s complement operation: What is the 1’s complement of the binary number 11010₂?
Shift register fundamentals: A shift register moves the _____ left or right. With serial loading, a word is stored by entering _____ bit per clock pulse; with parallel (broadside) loading, it takes one _____ pulse to load the word.
In digital electronics and computer organization, how many bits of information can a single flip-flop reliably store at any instant?
In signed binary representation (signed-magnitude form), the leading (most significant) bit indicates the sign, and the remaining bits represent the magnitude. Fill the blanks: the leading bit stands for the _____ and the remaining bits for the _____.
In digital logic analysis, which table lists a circuit's output for every possible combination of input logic levels (thereby defining the function completely)?
Convert the 16-bit signed-magnitude binary value 1000 0000 0000 1111 to its decimal equivalent (interpret the leading bit as the sign and the remaining 15 bits as magnitude).
Convert the binary number 101101 (base 2) to its decimal (base 10) value. Show the place-value reasoning clearly.
What is the highest decimal value that can be represented using 10 binary digits (10 bits)? Explain the 2^n − 1 rule.
In Boolean (binary) multiplication, which of the following equalities is not true? Choose the statement that violates the AND-operation rules.
Convert the binary number 1100011 (base 2) to octal (base 8). Show the 3-bit grouping from the right and the resulting octal digits.
Shift registers are versatile sequential circuits. Which applications can a shift register perform in digital systems?
Identify the first widely used integrated logic family in early monolithic IC history (preceding DTL and TTL).
In classic digital electronics, the 7400-series (standard TTL) catalog includes a wide range of small-scale integration (SSI) and medium-scale integration (MSI) logic chips used to build complete digital circuits and systems. Which integration level correctly completes the statement?
In digital systems, a demultiplexer (DEMUX) takes one input and routes it to one of many outputs based on select lines. What is another common name for a demultiplexer?
In linear integrated circuits, why are field-effect transistors (FETs) commonly included in input stages?
1
2
3
4
5
6
7
8
9
10
11
12