Simplify the Boolean expression using DeMorgan's theorem. The result is:
GATE CSE · Computer Organization Architecture
Master topic for ALU Data Path and Control Unit. Includes Number Representation, Boolean Algebra & Logic Gates.
97 questions · 0 PYQs · 17 AI practice · GATE CSE 2027
Simplify the Boolean expression using DeMorgan's theorem. The result is:
A 7-bit Hamming code is received as 1001101. Assuming single-bit error correction, what is the original 4-bit data word? The parity bits are placed at positions 1, 2, and 4.
What is the decimal equivalent of the 6-bit 1's complement number '101101'?
Consider two 4-bit Gray code numbers: h₃h₂h₁h₀ represents the Gray code of a number n, and g₃g₂g₁g₀ represents the Gray code of (n + 1) modulo 16. Which of the following statements is/are TRUE about the relationship between these two Gray codes?
The computer is connected to an external device that can interrupt the processor asynchronously. The processor needs to execute the interrupt service routine (ISR) to serve this interrupt. The following steps are taken by the processor when the interrupt arrives: (P) The processor pushes the process status onto the control stack. (Q) The processor finishes the execution of the current instruction. (R) The processor executes the interrupt service routine. (S) The processor pops the process status from the control stack. (T) The processor loads the new PC value based on the interrupt. Which of the following is the correct order of these events?
Consider an instruction pipeline with four stages (S1, S2, S3, S4), each with combinational circuits. Pipeline registers are required between each stage and at the end of the last stage. The delays for the stages are: S1 = 5 ns, S2 = 6 ns, S3 = 11 ns, S4 = 8 ns, and the pipeline register has a delay of 1 ns. What is the approximate speedup of the pipeline in steady state under ideal conditions when compared to the corresponding non-pipeline implementation?
A computer system with a 32-bit address bus has 8 memory modules connected to the system bus. Each memory module supports burst read and write operations. A DMA controller can access memory in units of 32-bit words. The system clock frequency is 100 MHz. The DMA controller transfers 128 bytes of data from an I/O device to memory. The DMA burst mode is used. The bus transfer rate (in MB/s) is ______.
Consider the 5-bit binary numbers X = 01110 and Y = 11001, represented in 2's complement format. What is the sum of X and Y represented in 6-bit 2's complement format?
Which of the following binary codes for decimal digits is NOT a self-complementing code? A self-complementing code is one where the 9's complement of a digit can be obtained by complementing its bit pattern.
A processor has 16 integer registers (R0 - R15) and 64 floating point registers (F0 - F63). It uses a 2-byte instruction format. There are four categories of instructions: Type-1, Type-2, Type-3 and Type-4. Type-1 category consists of four instructions, each with 3 integer register operands (3Rs). Type-2 category consists of eight instructions, each with 2 floating point register operands (2Fs). Type-3 category consists of fourteen instructions, each with one integer register operand and one floating point register operand (1R+1F). Type-4 category consists of N instructions, each with a floating-point register operand (1F). The maximum value of N is ________.
The decimal value 0.1 in the IEEE 754 double-precision floating-point format (64 bits) has an exact binary representation. This statement is:
Which of the following is equivalent to the XOR operation ?
Which of the following pairs of gates are universal (i.e., can be used to implement any Boolean function)?
A hypothetical CPU supports 16-bit instructions, 64 registers, and 1 KB of memory space. It has 12 two-address instructions that use register addressing. What is the maximum number of one-address instructions that can be supported?
Consider the Boolean expression . This expression represents:
Using Booth's algorithm, multiply the two 5-bit 2's complement numbers: multiplicand = 10101 (-11) and multiplier = 01101 (+13). What is the numerical value of the product (represented in 10 bits)?
The Boolean expression simplifies to:
Want unlimited AI-generated Alu Data Path And Control Unit questions?
Sign up free and practice with adaptive difficulty — Easy, Medium, Hard. New questions every session.
Start practising for free →