Which software utility scans an operating system for missing security patches and outdated drivers, providing direct download paths to update them? MCQ with Answer and Explanation

Which software utility scans an operating system for missing security patches and outdated drivers, providing direct download paths to update them?
A. Antivirus Scan Utility
B. Software Updater / Patch Management Utility
C. Disk Partitioning Framework
D. System Boot Loader
Answer: Option B
Solution (By JKSSB Mock Tests)
Patch management utilities check the system against a database of current software versions to flag and update outdated or vulnerable components.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1
Which software is used to manage and organize data in a structured format?
A. Database management system
B. Graphics editor
C. Word processor
D. Spreadsheet

Correct Answer: Option A


Explanation:
DBMS like MySQL or Oracle is application software for structured data storage and retrieval.

This question belongs to: Computer Computer Software
Question #2
Which of the following is a type of system software that manages disk drives?
A. Disk Management
B. Registry Editor
C. Control Panel
D. Task Manager

Correct Answer: Option A


Explanation:
Disk Management handles partitioning and formatting of drives.

This question belongs to: Computer Computer Software
Question #3
Which language translator is strictly used to convert low-level assembly language mnemonics into native binary machine code instructions?
A. Assembler
B. Decompiler
C. Compiler
D. Interpreter

Correct Answer: Option A


Explanation:
An assembler is dedicated to converting low-level assembly code strings (like ADD, MOV) directly into 0s and 1s machine language.

This question belongs to: Computer Computer Software