Interruptions Quiz

Interruptions Quiz

University

8 Qs

quiz-placeholder

Similar activities

Understanding Computer Hardware Basics

Understanding Computer Hardware Basics

12th Grade - University

10 Qs

CLC Lesson 6 Quiz

CLC Lesson 6 Quiz

University

12 Qs

Deep learning Batch 1

Deep learning Batch 1

University

10 Qs

Викторина без названия

Викторина без названия

6th Grade - University

9 Qs

Operating and application systems

Operating and application systems

12th Grade - University

10 Qs

Parts of computer

Parts of computer

2nd Grade - University

10 Qs

Python_Quiz_1

Python_Quiz_1

University

10 Qs

CLC Lesson 4&5 Quiz

CLC Lesson 4&5 Quiz

University

12 Qs

Interruptions Quiz

Interruptions Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ro Ni

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the primary purpose of interrupts in a computer?

A. To completely halt the CPU

B. To improve processing efficiency

C. To allow only memory modules to access the CPU

D. To eliminate hardware failures

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following best describes the role of an interrupt?

A. It permanently transfers control from the CPU to the I/O device

B. It lets the CPU manually check each device continuously (polling)

C. It provides a way for external modules to signal the CPU when they need attention

D. It is used only during system startup to load the BIOS

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following components is responsible for handling interrupts in a computer system?

A. The RAM

B. The Interrupt Handler

C. The Power Supply Unit

D. The Monitor

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is an interrupt in computer organization?

A. A permanent stop of the CPU

B. A request for memory access

C. A signal that temporarily halts CPU activity to handle an event

D. A method to increase processor speed

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How does the CPU know that an interrupt has occurred?

A. Through a scheduled program check

B. By receiving a signal on a control line from a device

C. By random access detection

D. It checks the hard drive periodically

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is an example of a situation where an interrupt would occur?

A. The user minimizes a window

B. A keyboard key is pressed while the processor is busy

C. The processor finishes running a loop

D. A hard disk is installed physically into the computer

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What happens after an interrupt is handled?

A. CPU resumes the next program in queue

B. CPU powers off

C. CPU resumes from where it left off

D. CPU deletes the memory

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which type of interrupt is caused by an arithmetic overflow or illegal instruction?

A. Timer interrupt

B. Program interrupt

C. I/O interrupt

D. Hardware failure interrupt