In Windows, the 'Services' management console can be opened by running: MCQ with Answer and Explanation

In Windows, the 'Services' management console can be opened by running:
A. service.msc
B. msc services
C. compmgmt.msc and then Services
D. services.msc
Answer: Option D
Solution (By JKExamLibrary)
services.msc opens the Services snap-in directly; compmgmt.msc also includes it.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1 Report Error
Which directory in Linux houses dynamic, transient operational runtime files such as system logs, process queues, and print spools?
A. /mnt
B. /var
C. /opt
D. /usr

Correct Answer: Option B


Explanation:
The '/var' directory contains variable files whose contents fluctuate continuously during normal system operation, including system logs and mail spools.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows tool allows a technician to view and modify low-level entries in the system configuration database using a tree layout?
A. Registry Editor (regedit)
B. Disk Management Wizard
C. Device Manager Panel
D. Task Manager Console

Correct Answer: Option A


Explanation:
The Registry Editor ('regedit') provides an administrative interface to browse and alter keys inside the core Windows configuration database.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In a symmetric multiprocessing (SMP) system, how are the processing responsibilities shared among available CPUs?
A. Processors are restricted to executing only application software, never OS tasks.
B. All processors share the same physical memory space and run tasks simultaneously under equal peer status.
C. One primary CPU controls all other slave CPUs and handles all hardware input/output exclusively.
D. Only one processor can be active at any given minute while others stay idle.

Correct Answer: Option B


Explanation:
In Symmetric Multiprocessing (SMP), multiple peer processors share a common main memory and execute threads concurrently under equal standing.

This question belongs to: Computer Operating Systems