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
In digital electronics, convert the binary number 101000010111₂ to its equivalent hexadecimal (base-16) value.
In digital logic families, which technology dissipates the minimum static power under typical operating conditions?
Convert the decimal number 71₁₀ to its binary (base-2) equivalent.
De Morgan's first theorem: a NOR gate is equivalent to a bubbled _____ gate. Choose the correct gate to complete the statement.
Convert the octal number 143₈ to its decimal (base-10) value.
ASCII vs EBCDIC: these character encodings primarily differ in their collating sequences (ordering of characters) rather than storage size.
Express −7 in 16-bit two’s complement (signed) binary form.
Add the binary numbers 10₂ and 11₂ and express the sum in binary.
The 8-bit binary value 1100 0101 corresponds to how many bytes of data?
In transistor circuits, when a BJT is driven into cutoff or saturation, transistor parameter variations have almost no effect on circuit operation.
In TTL (Transistor–Transistor Logic), the maximum number of standard TTL inputs that a given TTL output can drive reliably across the specified temperature range is called the fanout.
Integrated circuits (ICs) pack more circuitry into less area. What are the practical advantages of ICs over equivalent discrete-device circuits due to this higher functional density?
In synchronous digital design with positive clocking, the flip-flop responds (captures input and changes state) only when the clock signal is at its active high condition (e.g., during a high level or a rising edge, depending on design).
ASCII (American Standard Code for Information Interchange) is a 7-bit character code used to represent letters, numbers, and a wide range of control and punctuation symbols.
Convert the binary number 110001 (base 2) to its decimal (base 10) value. Show the place-value reasoning clearly.
A microcomputer with 64K of addressable memory has hexadecimal addresses ranging from the first location 0000 to the last location FFFF (inclusive). Identify the correct first and last addresses.
An EXCLUSIVE–NOR (XNOR) gate is logically equivalent to an EXCLUSIVE–OR (XOR) gate followed by an inverter (logical NOT). Select the correct equivalence.
In computer architecture, the unit that integrates the control section and the arithmetic-logic section—coordinating instruction sequencing, data movement, and arithmetic/logic operations—is commonly referred to as the:
In binary fixed-point arithmetic, compute the 2’s complement of the binary number 010111.1100 (invert all bits and add 1 across the fixed-point boundary). Which option matches the correct 2’s complement representation?
Number base conversion: convert the binary number 1010000₂ into its equivalent octal representation by grouping bits in sets of three (from the right).
1
2
3
4
5
6
7
8
9
10
11
12