Which of the following paths correctly represents the hierarchical structure of directories in Windows?
Which of the following paths correctly represents the hierarchical structure of directories in Windows?
निम्नलिखित में से कौन-सा पथ (Path) विंडोज में डायरेक्ट्राज का पदानुक्रमित संरचना (hierarchical structure) का सही निरुपण करता है?
Detailed Solution & Logic
C:\Users\Documents\MyFile.txt
Explanation (व्याख्या):
In the Windows operating system, the directory (folder) structure follows a hierarchical arrangement.
Windows ऑपरेटिंग सिस्टम में directory (folder) structure एक hierarchical (पदानुक्रमित) व्यवस्था में होता है।
At the top level, there is a drive letter such as C:.
सबसे ऊपर के स्तर पर Drive Letter होता है जैसे C:।
Below the drive, there are folders or directories that may contain sub-folders or files.
Drive के नीचे folders या directories होते हैं जिनके अंदर sub-folders या files हो सकती हैं।
A correct path means the proper order of Drive → Folder → Sub-folder → File.
सही path का अर्थ है Drive → Folder → Sub-folder → File का सही क्रम।
In the path C:\Users\Documents\MyFile.txt:
C:\Users\Documents\MyFile.txt path में:
C: represents the drive.
C: Drive को दर्शाता है।
Users is the main folder.
Users मुख्य folder है।
Documents is the sub-folder.
Documents एक sub-folder है।
MyFile.txt is the file.
MyFile.txt एक file है।
Why other options are wrong (अन्य विकल्प क्यों गलत हैं):
A) Documents\C:\Users\MyFile.txt ❌
The drive letter must appear at the beginning of the path.
Path की शुरुआत में Drive Letter होना चाहिए, यहाँ क्रम गलत है।
B) C:\Documents\Users\MyFile.txt ❌
In Windows, the Users folder is normally inside C:\Users, not inside Documents.
Windows में Users folder सामान्यतः C:\Users के अंदर होता है, Documents के अंदर नहीं।
D) Users\C:\Documents\MyFile.txt ❌
The drive letter should always be at the start of the path, not in the middle.
Drive Letter हमेशा path की शुरुआत में होता है, बीच में नहीं।
Extra Facts (अतिरिक्त तथ्य):
Absolute Path:
An absolute path gives the complete location of a file or folder.
Absolute Path फाइल या फोल्डर का पूरा स्थान बताता है।
Example: C:\Users\Documents\MyFile.txt
Relative Path:
A relative path describes the location relative to the current folder.
Relative Path वर्तमान folder के सापेक्ष स्थान बताता है।
Example: ..\Documents\MyFile.txt
In Windows, the backslash ** is used as the path separator.
Windows में \ (backslash) को path separator के रूप में उपयोग किया जाता है।
Exam Tip (परीक्षा टिप):
Correct hierarchical path follows the order: Drive Letter → Folders → Subfolders → File.
सही hierarchical path का क्रम होता है: Drive Letter → Folders → Subfolders → File।
Similar Practice Questions
Which feature of YouTube makes it a popular platform for content creators to reach a wide audience?
Which feature of YouTube makes it a popular platform for content creators to reach a...
Which of the following keyboard combinations in the Microsoft Windows operating system will help terminate the unresponsive application?
Which of the following keyboard combinations in the Microsoft Windows operating system will help terminate...
Which software controls the computer system when it starts?
Which software controls the computer system when it starts? कौन-सा साॅफ्टवेयर के स्टार्ट होने पर...
Which of the following options in the Windows operating system provides access to various system settings, such as display resolution, sound settings, and user accounts?
Which of the following options in the Windows operating system provides access to various system...
Which of the following is a mobile operating system designed specifically for Apple’s mobile devices?
Which of the following is a mobile operating system designed specifically for Apple’s mobile devices?...
Which feature of Google Docs allows multiple users to collaborate on a document in real-time?
Which feature of Google Docs allows multiple users to collaborate on a document in real-time? गूगल...
What command will you use to copy a text file from the C drive to the D drive in a Command Line Interface (CLI)?
What command will you use to copy a text file from the C drive to...