ALU, Data‐Path and Control Unit MCQ Questions and Answers in Computer Organization and Architecture

1. The ALU performs which of the following operations? a) Only logical operations b) Only arithmetic operations c) Both arithmetic and logical operations d) Memory management operations 2. In an ALU, the carry look-ahead adder improves performance by: a) Reducing gate delay b) Reducing carry propagation time c) Increasing number of adders d) Removing multiplexers

Machine Instructions and Addressing Modes in Computer Organization and Architecture MCQ Questions and Answers

1. A machine instruction typically consists of an opcode and operands. Which part tells the CPU what operation to perform? A. Operand field B. Addressing mode C. Opcode D. Program counter 2. Which addressing mode uses an address specified directly in the instruction? A. Register indirect B. Immediate C. Direct D. Indexed 3. In the

UNIX MCQ Questions and Answers

1. Which shell built-in redirects both stdout and stderr to the same file, overwriting it? A) command >file 2>&1 B) command &> file C) command > file 2>&1 D) command 1>file &2 2. What does exec 3>out.txt do in a bash script? A) Executes 3>out.txt as a command B) Opens file descriptor 3 for reading

Computer Hardware MCQ Questions and Answers

Q1. In memory hierarchy, which of the following statements is most accurate? a) Concept related to memory hierarchy efficiency enhancement b) Concept that deals with memory hierarchy hardware faults c) Core principle governing memory hierarchy optimization d) Method unrelated to memory hierarchy performance Q2. In i/o systems, which of the following statements is most accurate?