In Windows, the 'Registry' has five root keys. Which one contains information about the current hardware configuration? MCQ with Answer and Explanation

In Windows, the 'Registry' has five root keys. Which one contains information about the current hardware configuration?
A. HKEY_CURRENT_CONFIG
B. HKEY_CURRENT_USER
C. HKEY_CLASSES_ROOT
D. HKEY_LOCAL_MACHINE\HARDWARE
Answer: Option A
Solution (By JKSSB Mock Tests)
HKEY_CURRENT_CONFIG (HKCC) stores information about the current hardware profile; HKLM\HARDWARE also contains hardware info.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
What is the purpose of the Android 'DownloadProvider'?
A. To download files only
B. To store downloaded files
C. To manage download priority
D. To manage download requests and provide access to downloaded files

Correct Answer: Option D


Explanation:
DownloadProvider is a content provider that handles download requests, storing metadata and files for apps.

This question belongs to: Computer Operating Systems
Question #2
Which Linux command is used to add a group to the system?
A. groupmod
B. groupadd
C. newgrp
D. addgroup

Correct Answer: Option B


Explanation:
groupadd creates a new group; addgroup is a friendlier front-end on Debian.

This question belongs to: Computer Operating Systems
Question #3
What is the purpose of the Android 'FragmentManager'?
A. To manage fragments (UI components) within an activity
B. Both A and C
C. To manage activities
D. To handle fragment transactions

Correct Answer: Option B


Explanation:
FragmentManager handles adding, removing, and replacing fragments, as well as managing back stack.

This question belongs to: Computer Operating Systems