Computer Organization and Architecture MCQ Quiz - Objective Question with Answer for Computer Organization and Architecture - Download Free PDF

Getting a grip on Computer Organization and Architecture is made much easier with Computer Organization and Architecture MCQs. These questions cover a wide spectrum, from the basic structure of a computer to complex architectural designs. Regular interaction with Computer Organization and Architecture MCQs helps you understand both theoretical and practical aspects of this important subject. This way, Computer Organization and Architecture MCQs can serve as a key to unlocking your potential in computer science.

Latest Computer Organization and Architecture MCQ Objective Questions

Computer Organization and Architecture Question 1:

In which of the following addressing modes the operand immediately follows the op-code?

  1. Based
  2. Direct
  3. Indexed
  4. Immediate
India's Super Teachers for all govt. exams Under One Roof Demo Classes Available* Enroll For Free Now

Answer (Detailed Solution Below)

Option 4 : Immediate

Computer Organization and Architecture Question 1 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is Immediate. Key Points

Additional Information

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 2:

What is the name of the interrupt which can be minimized?
  1. Time interrupt
  2. Makeable interrupt
  3. Maskable interrupt
  4. Nonmaskable interrupt

Answer (Detailed Solution Below)

Option 3 : Maskable interrupt

Computer Organization and Architecture Question 2 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6 The correct answer is Maskable interrupt

Key Points

Additional Information

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 3:

Match List - I with List - II.
LIST - I LIST - II
A. Multiplexer
B. Flip-Flop
C. ALU (Arithmetic Logic Unit)
D. Register
I. Data storage
II. Selection of one input from multiple inputs
III. Sequential circuit
IV. Arithmetic and Logic operations
Choose the correct answer from the options given below:
  1. A - IV, B - II, C - III, D - I
  2. A - I, B - IV, C - II, D - III
  3. A - II, B - III, C - IV, D - I
  4. A - III, B - I, C - II, D - IV

Answer (Detailed Solution Below)

Option 3 : A - II, B - III, C - IV, D - I

Computer Organization and Architecture Question 3 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is A - II, B - III, C - IV, D - IKey Points

So the correct matches are: A - II, B - III, C - IV, D - I

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 4:

The sequence of steps for the process of handling an interrupt in a computer system is: A. Save the state of the current process B. Determine the cause of the interrupt C. Execute the interrupt service routine (ISR) D. Restore the state of the current process E. Acknowledge the interrupt Choose the correct answer from the options given below:

  1. B, A, E, C, D
  2. A, B, E, C, D
  3. A, B, C, E, D
  4. B, A, C, E, D

Answer (Detailed Solution Below)

Option 1 : B, A, E, C, D

Computer Organization and Architecture Question 4 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is B, A, E, C, DKey Points

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 5:

Evaluate the expression ( Z = (P - Q) / (R * S) ) using the following instructions: SUB R3, P, Q
MUL R4, R, S
DIV Z, R3, R4
In which of the following types of instruction sets are these instructions represented?

  1. 2 - Address instructions
  2. 3 - Address instructions
  3. 1 - Address instructions
  4. RISC instructions

Answer (Detailed Solution Below)

Option 2 : 3 - Address instructions

Computer Organization and Architecture Question 5 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is 3 - Address instructions Key Points Each instruction specifies three operands: a destination and two source operands. This matches the 3-address instruction format where: SUB R3, P, Q computes R3 = P - Q
MUL R4, R, S computes R4 = R * S
DIV Z, R3, R4 computes Z = R3 / R4
This format provides flexible and direct operations with three operands. Therefore, the correct type is 3-address instructions.

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Top Computer Organization and Architecture MCQ Objective Questions

Computer Organization and Architecture Question 6

Which of the following is used in main memory?

Answer (Detailed Solution Below)

Option 2 : DRAM

Computer Organization and Architecture Question 6 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is DRAM. Key Points

Share on Whatsapp

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 7

Permanent Memory of a computer is known as-

Answer (Detailed Solution Below)

Option 3 : ROM

Computer Organization and Architecture Question 7 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The Correct Answer is ROM. Key Points

Additional Information

Share on Whatsapp

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 8

Which of the following operation is mainly performed by RAM?
  1. Read only
  2. Read and write
  3. Write only
  4. Depends on the system

Answer (Detailed Solution Below)

Option 2 : Read and write

Computer Organization and Architecture Question 8 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The term RAM refers to read and write memory, that is, you can both write data into RAM and read data from RAM. Most RAM is volatile, which means that it requires a steady flow of electricity to maintain its contents. Read-only memory (ROM) refers to computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only be read.

Share on Whatsapp India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 9

The Central Processing Unit (CPU) consists of
  1. ALU and Control unit only
  2. ALU, Control unit and Registers only
  3. ALU, Control unit and System bus only
  4. ALU, Control unit, Registers, and Internal bus

Answer (Detailed Solution Below)

Option 4 : ALU, Control unit, Registers, and Internal bus

Computer Organization and Architecture Question 9 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct answer is ALU, Control unit, Registers, and Internal bus. Key Points There are three basic units of a computer system:

  1. Input Unit: Keyboard, Mouse, Scanner, Light pen, Trackball etc.
  2. Central Processing Unit
  3. Output Unit: Monitor and Printer

gate SSC EE 80

Central Processing Unit (CPU): It is the most important unit, where all the processing jobs take place. CPU is the control centre of the computer and hence it is said to be the brain of the computer. CPU has three main components:

  1. Arithmetic Logic Unit (ALU): It performs all the arithmetic operations like addition (+), multiplication (*), subtraction (-), division (/) on the numerical data directed by the control unit. All the logical operations, like less than ( ), equal to (=), not equal to (≠) etc. are also carried out by ALU.
  2. Control Unit (CU): It controls and coordinates all the operations taking place in the system. It controls the flow of data and information from one unit to the other.
  3. Registers/Memory Unit (MU): To execute a program, data and instructions need to be stored temporarily. This storage is done in the MU. The data and instructions are retrieved from MU by Control Unit for supplying to ALU as when required by the program.
  4. Internal bus: To transfer the data

Share on Whatsapp

India’s #1 Learning Platform Start Complete Exam Preparation Daily Live MasterClasses Practice Question Bank Video Lessons & PDF Notes Mock Tests & Quizzes Trusted by + Students

Computer Organization and Architecture Question 10

The organization and inter connection of the various components of computer system is.
  1. architecture
  2. network
  3. graphics
  4. designing

Answer (Detailed Solution Below)

Option 1 : architecture

Computer Organization and Architecture Question 10 Detailed Solution

To view the complete solution,
Download

10M +
Downloads 4.6

The correct option is (1) Architecture Concept:- The organization and interconnection of the various components of the computer system are Architecture. Key Points

Additional Information Networks:- A network is made up of two or more computers that are connected in order to share resources, exchange files, or send and receive electronic messages.

Graphics:- A design or visual picture exhibited on a number of media, such as canvas, paper, walls, signage, or a computer monitor, is referred to as a graphic.

Designing:- Design is an art form, a technique of human expression that imbues objects through a system of highly developed procedures.