Which of the following is a utility software for managing network connections? MCQ with Answer and Explanation

Which of the following is a utility software for managing network connections?
A. Task Manager
B. Network and Sharing Center
C. Registry Editor
D. Disk Cleanup
Answer: Option B
Solution (By JKExamLibrary)
Network and Sharing Center is a Windows utility to configure network settings.

This question belongs to: Computer Computer Software

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1 Report Error
A utility program that checks file system metadata indices and attempts to reconstruct damaged directory link nodes after an unexpected power outage is a:
A. File Compactor Engine
B. File System Repair Utility / CHKDSK
C. Registry Sweeper Tool
D. Disk Defragmenter

Correct Answer: Option B


Explanation:
File system repair tools (like CHKDSK) scan logical metadata allocations to verify and fix errors in file structural pathways.

This question belongs to: Computer Computer Software
Question #2 Report Error
Which system component manages user permissions, ensuring standard user accounts cannot delete critical system files or change global settings?
A. Disk Cleanup Utility
B. Device Bus Driver
C. Access Control Subsystem / Security Manager
D. File Compressor Module

Correct Answer: Option C


Explanation:
The access control subsystem enforces system security policies, restricting file access and system modifications based on user privileges.

This question belongs to: Computer Computer Software
Question #3 Report Error
What is the primary role of a linker program during software development?
A. To scan a source script line by line for syntax issues.
B. To optimize physical drive layout pathways.
C. To combine multiple object files and library functions into a single executable file.
D. To load executable instructions into RAM registers.

Correct Answer: Option C


Explanation:
The linker resolves external references and links compiled object modules with pre-compiled libraries to output a final executable file.

This question belongs to: Computer Computer Software