Home »
MCQs
Computer Organization and Architecture MCQs with Answers
Computer Organization and Architecture MCQs: This section contains multiple-choice questions and answers on the various topics of Computer Organization and Architecture. Practice these MCQs to test and enhance your skills on Computer Organization and Architecture.
List of Computer Organization and Architecture MCQs
1. Which of the following serves as a bridge between hardware and software?
- Computer organization
- Computer architecture
Answer: B) Computer architecture
Explanation:
Computer architecture serves as a bridge between hardware and software, whereas computer organization is concerned with the components of a system link.
Discuss this Question
2. Computer Organization deals with ____ design issues.
- Low-level
- High-level
Answer: A) Low-level
Explanation:
High-level design challenges are addressed in computer architecture, whereas Low-level design challenges are addressed by Computer organizations.
Discuss this Question
3. RAM and ROM are the examples of ____ memory.
- Primary memory
- Secondary memory
Answer: A) Primary memory
Explanation:
RAM and ROM are examples of primary memory.
Discuss this Question
4. Secondary memory is also known as ____.
- Volatile Memory
- Non-volatile memory
Answer: B) Non-volatile memory
Explanation:
Secondary memory is also known as non-volatile memory.
Discuss this Question
5. The ____ unit is often known as the computer system's nerve center.
- Input unit
- Output unit
- Arithmetic and logic unit
- Control unit
Answer: D) Control unit
Explanation:
The control unit is often known as the computer system's nerve center.
Discuss this Question
6. Which of the following register keeps track of how instructions are being executed?
- Instruction registers
- Memory address registers
- Program counter register
- Memory and memory data register
Answer: C) Program counter register
Explanation:
The Programme counter keeps track of how instructions are being executed.
Discuss this Question
7. Which of the following register is used to store the currently executed instruction?
- Instruction registers
- Memory address registers
- Program counter register
- Memory and memory data register
Answer: A) Instruction registers
Explanation:
The instruction register IR is used to store the currently executed instruction.
Discuss this Question
8. Which of the following register contains the address of the main memory to or from which data is to be transferred?
- Memory address registers
- Memory and memory data register
Answer: A) Memory address registers
Explanation:
The MAR (Memory address register) contains the address of the main memory to or from which data is to be transferred.
Discuss this Question
9. How many types are there of instructions code?
- 2
- 3
- 4
- 5
Answer: B) 3
Explanation:
A simple computer has three types of instruction code formats:
- Memory - command for referencing
- Register - instruction for referencing
- Instruction for Input-Output
Discuss this Question
10. The control unit is specified into how many categories?
- 2
- 3
- 4
- 5
Answer: A) 2
Explanation:
The Control Unit is divided into two categories:
- Hardwired Control
- Microprogrammed Control
Discuss this Question
11. The ____ Control organization is responsible for implementing control logic using gates, flip-flops, decoders, and other digital circuits.
- Hardwired Control
- Microprogrammed Control
Answer: A) Hardwired Control
Explanation:
The Hardwired Control organization is responsible for implementing control logic using gates, flip-flops, decoders, and other digital circuits.
Discuss this Question
12. The ____ approach is used to implement the Microprogrammed Control organization.
- Logic gates approach
- Recursive approach
- Programming approach
Answer: C) Programming approach
Explanation:
The programming approach is used to implement the Microprogrammed Control organization.
Discuss this Question
13. How many types of basic logic gates are there?
- 6
- 8
- 7
- 10
Answer: C) 7
Explanation:
The seven basic logic gates include: AND, OR, XOR, NOT, NAND, NOR, and XNOR.
Discuss this Question
14. The ____ gate is a type of electrical circuit that produces a high output if all of its inputs are high.
- OR
- XOR
- NAND
- AND
Answer: D) AND
Explanation:
The AND gate is a type of electrical circuit that produces a high output if all of its inputs are high.
Discuss this Question
15. How do we represent AND operation?
- Dot (.)
- Multiply (*)
- Plus (+)
- Minus (-)
Answer: A) Dot (.)
Explanation:
A dot (.) symbol represents the AND operation.
Discuss this Question
16. ____ gates are electrical circuits that produce a high output if one or more of their inputs are high.
- OR
- XOR
- NAND
- OR
Answer: D) OR
Explanation:
OR gates are electrical circuits that produce a high output if one or more of their inputs are high.
Discuss this Question
17. A ____ sign represents the operation performed by an OR gate.
- Dot (.)
- Multiply (*)
- Plus (+)
- Minus (-)
Answer: C) Plus (+)
Explanation:
A plus (+) sign represents the operation performed by an OR gate.
Discuss this Question
18. Which of the following gate is also known as an inverter?
- NOR
- XOR
- NAND
- NOT
Answer: D) NOT
Explanation:
The NOT gate is an electrical circuit that outputs an inverted version of the input. It is additionally referred to as an inverter.
Discuss this Question
19. Which of the following statement is true about NAND gate?
- If any of the inputs are low, the NAND gate produces a high output.
- If any of the inputs are high, the NAND gate produces a high output.
- If any of the inputs are low, the NAND gate produces a low output.
Answer: A) If any of the inputs are low, the NAND gate produces a high output.
Explanation:
If any of the inputs are low, the NAND gate produces a high output.
Discuss this Question
20. Which of the following statement is True?
- If any of the inputs are high, the NOR gate produces a high output.
- If any of the inputs are low, the NOR gate produces a low output.
- If any of the inputs are high, the NOR gate produces a low output.
Answer: C) If any of the inputs are high, the NOR gate produces a low output.
Explanation:
If any of the inputs are high, the NOR gate produces a low output.
Discuss this Question
21. The 'Exclusive-OR' gate is a circuit that produces a high output if either or both of its inputs are high.
- True
- False
Answer: B) False
Explanation:
The 'Exclusive-OR' gate is a circuit that produces a high output if either of its inputs is high but not both.
Discuss this Question
22. Which of the following represents XOR operation?
- Circle
- A ringed minus sign
- A rigned plus sign
- A ringed dot
Answer: C) A ringed dot
Explanation:
An ringed plus sign represents the XOR operation.
Discuss this Question
23. According to Annulment law, in Boolean algebra what will be the output of A.0?
- 0
- 1
- A
Answer: A) 0
Explanation:
According to annulment law: A.0=0, and A+1=1.
Discuss this Question
24. According to the identity law, what will be the output of A+0?
- 1
- A
- 0
- None
Answer: B) A
Explanation:
According to identity law, A.1=A and A+0=A.
Discuss this Question
25. How many inputs and outputs are required for a half-adder circuit?
- One binary input and two binary outputs
- Two binary inputs and two binary outputs
- One binary input and one binary output
Answer: B) Two binary inputs and two binary outputs
Explanation:
Two binary inputs and two binary outputs are required for a Half-adder circuit.
Discuss this Question
26. Full-Adder circuit needs ____ inputs and ____ outputs.
- Three binary inputs and Three binary outputs.
- Two binary inputs and Three binary outputs.
- Four binary inputs and Three binary outputs.
- Three binary inputs and Two binary outputs.
Answer: D) Three binary inputs and Two binary outputs.
Explanation:
Full-Adder circuit needs three binary inputs and two binary outputs.
Discuss this Question
27. The S-R flip flops stand for ____.
- Stand-Reset flip flops
- Store-Reset flip flops
- Set-Reset flip flop
- Send Reset flip flop
Answer: C) Set-Reset flip flop
Explanation:
S-R flip-flop stands for SET-RESET flip-flops.
Discuss this Question
28. The SET-RESET flip-flop is made up of ____.
- Two NOR gates and three NAND gates.
- Three NOR gates and two NAND gates.
- One NOR gate and two NAND gates.
- Two NOR gates and two NAND gates.
Answer: D) Two NOR gates and two NAND gates.
Explanation:
The SET-RESET flip-flop is made up of two NOR gates and two NAND gates.
Discuss this Question
29. When S=1 and R=0, the output is set to logic ____ in S-R flip flop?
- 0
- 1
- None
Answer: B) 1
Explanation:
When S=1 and R=0, the output is set to logic 1 in the S-R flip flop.
Discuss this Question
30. When both S and R are set to logic 1, in S-R flip flop then what will be the result?
- 0
- 1
- Undefined
Answer: C) Undefined
Explanation:
When both S and R are set to logic 1, the result is an undefined state where the output is unpredictable.
Discuss this Question
31. A D flip flop is also known as ____.
- Determined flip flop
- Defined Flip flop
- Datagram Flip flop
- Data flip flop
Answer: D) Data flip flop
Explanation:
A D flip-flop is also known as a Data flip-flop.
Discuss this Question
32. What happens in the D flip-flop, When the clock input is high?
- The output remains in its previous state.
- The data from the input is transmitted to the output.
Answer: B) The data from the input is transmitted to the output.
Explanation:
When the clock input is high, the data from the input is transmitted to the output.
Discuss this Question
33. How many inputs does a JK flip-flop have?
- 3
- 4
- 5
- 6
Answer: A) 3
Explanation:
A JK flip-flop has three inputs: J (set), K (reset), and CLK (clock).
Discuss this Question
34. In JK flip flop, When J=1 and K=0, the output is set to logic ____.
- 0
- 1
- Undefined
- Toggles between Previous State
Answer: B) 1
Explanation:
When J=1 and K=0, the output is set to logic 1.
Discuss this Question
35. In JK flip flop, When J and K are both set to logic 1 then what is the output?
- 0
- 1
- Undefined
- Toggles between Previous State
Answer: D) Toggles between Previous State
Explanation:
When J and K are both set to logic 1, the output toggles between its prior states.
Discuss this Question
36. Which is more versatile between JK flip flop and SR flip flop?
- JK Flip flop
- SR Flip flop
Answer: A) JK Flip flop
Explanation:
The JK flip-flop is more versatile than the SR flip-flop since it can be used for both set and reset operations.
Discuss this Question
37. A T flip flop is also known as ____.
- Timer flip flop
- Tough flip flop
- Trims flip flop
- Toggle flip flop
Answer: D) Toggle flip flop
Explanation:
A T flip flop is also known as a toggle flip flop.
Discuss this Question
38. What is the overall power supply voltage for the TTL (Transistor-Transistor logic) circuit?
- 100 V
- 1 V
- 20 V
- 5 V
Answer: D) 5 V
Explanation:
The overall power supply voltage for the TTL circuit is 5 volts.
Discuss this Question
39. What is the average propagation delay for a TTL circuit?
- 20 ns
- 30ns
- 9ns
- 18ns
Answer: C) 9ns
Explanation:
The average propagation delay for a TTL circuit is roughly 9ns.
Discuss this Question
40. Shift register can be used for ____.
- Serial-to-parallel conversion
- Parallel-to-serial conversion
- Both
- None
Answer: C) Both
Explanation:
Shift register can be used for serial-to-parallel conversion and Parallel-to-serial conversion.
Discuss this Question
41. The shift register, shifts the data in ____ direction.
- One direction only
- Both the direction
Answer: A) One direction only
Explanation:
A shift register only shifts data in one direction, either left or right.
Discuss this Question
42. A combinational logic circuit that turns an input signal into a coded output signal is known as an ____.
- Encoder
- Decoder
Answer: A) Encoder
Explanation:
A combinational logic circuit that turns an input signal into a coded output signal is known as an encoder.
Discuss this Question
43. A ____ has a single input, 'n' selection lines, and up to 2n outputs.
- De-multiplexer
- Multiplexer
Answer: A) De-multiplexer
Explanation:
A De-multiplexer has a single input, 'n' selection lines, and up to 2n outputs.
Discuss this Question
44. An 8-to-1 multiplexer has eight input lines and ____ selection lines.
- One
- Two
- Three
- Eight
Answer: C) Three
Explanation:
An 8-to-1 multiplexer has eight input lines and three selection lines.
Discuss this Question
45. A 1-to-8 demultiplexer has ____ input line and ____ output lines.
- Two input lines and eight output lines.
- Eight input lines and eight output lines.
- Eight input lines and one output line.
- One input line and eight output lines.
Answer: D) One input line and eight output lines.
Explanation:
A 1-to-8 demultiplexer has one input line and eight output lines.
Discuss this Question
46. How many types of binary adders are there?
- 2
- 3
- 4
- 5
Answer: A) 2
Explanation:
There are two types of binary adder: Half adder, Full adder.
Discuss this Question
47. Full adders are binary adders that add ____ binary numbers and output two bits, the sum, and the carry.
- One
- Two
- Three
Answer: C) Three
Explanation:
Full adders are binary adders that add three binary numbers and output two bits, the sum, and the carry.
Discuss this Question
48. ____ memory is a sort of high-speed memory used to store frequently accessed data and instructions utilized by a computer's CPU (central processing unit).
- Cache memory
- Auxiliary memory
- Main memory
Answer: A) Cache memory
Explanation:
Cache memory is a sort of high-speed memory used to store frequently accessed data and instructions utilized by a computer's CPU (central processing unit).
Discuss this Question
49. How many types of cache memory are there?
- 5
- 4
- 3
- 2
Answer: D) 2
Explanation:
Cache memory is classified into two types: instruction cache and data cache.
Discuss this Question
50. Which of the following level of cache is the smallest and fastest?
- Level 4
- Level 3
- Level 2
- Level 1
Answer: D) Level 1
Explanation:
Level 1 cache is the smallest and the fastest.
Discuss this Question
51. Which of the following is also known as Content Addressable Memory (CAM)?
- Auxiliary memory
- Magnetic tape
- Associative memory
- Cache memory
Answer: C) Associative memory
Explanation:
Associative memory is also known as Content Addressable Memory (CAM).
Discuss this Question
52. How many types of mapping are used for cache memory?
- 5
- 4
- 3
- 2
Answer: C) 3
Explanation:
There are three distinct forms of mapping used for cache memory, which are as follows:
- Direct mapping,
- Associative mapping
- Set-Associative mapping
Discuss this Question
53. Each cache location in ____ cache memory holds both the memory address and the contents.
- Direct mapping,
- Full Associative
- Set-Associative
Answer: B) Full Associative
Explanation:
Each cache location in fully associative cache memory holds both the memory address and the contents.
Discuss this Question
54. How many types of pipelines are there in the computer?
- 5
- 4
- 3
- 2
Answer: D) 2
Explanation:
There are two types of pipelines in computer processing:
- Instruction pipeline
- Arithmetic pipeline
Discuss this Question
55. Which of the following pipeline are used to accomplish floating-point operations, fixed-point multiplication, and other computations encountered in scientific situations?
- Instruction pipeline
- Arithmetic operation
Answer: B) Arithmetic operation
Explanation:
Arithmetic operations are used to accomplish floating-point operations, fixed-point multiplication, and other computations encountered in scientific situations.
Discuss this Question
56. Serial communication can be classified into how many types?
- 5
- 4
- 3
- 2
Answer: D) 2
Explanation:
Serial communication can be classified into two types: synchronous and asynchronous.
Discuss this Question
57. In memory-based addressing mode, the operand is stored in ____.
- Memory
- Register
- Serial Bus
Answer: A) Memory
Explanation:
In memory-based addressing mode, the operand is stored in memory.
Discuss this Question
58. Which of the following mode is used when the operand is too large?
- Register-based addressing
- Memory-based addressing
Answer: B) Memory-based addressing
Explanation:
When the operand is too large to be put in a register, or when the data is stored in an array or table, memory-based addressing mode is utilized. When the operand is small and can be placed in a register, the register-based addressing mode is employed.
Discuss this Question
59. Flash memory is a type of ____.
- Non-volatile memory
- Volatile memory
Answer: B) Volatile memory
Explanation:
Flash memory is a sort of computer storage technology that is non-volatile.
Discuss this Question
60. Flash memory is based upon ____.
- MROM
- PROM
- EPROM
- EEPROM
Answer: D) EEPROM
Explanation:
Flash memory is based on a technology called EEPROM (electrically erasable programmable read-only memory).
Discuss this Question