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
The Start menu was first introduced in which version of Windows?
The Start menu was first introduced in which version of Windows? स्टार्ट मेनू सर्वप्रथम विंड़ोज...
Which software controls the computer system when it starts?
Which software controls the computer system when it starts? कौन-सा साॅफ्टवेयर के स्टार्ट होने पर...
How does a user add a new printer in Windows 10?
How does a user add a new printer in Windows 10? कोई यूजर विंडोज 10...
How can you access the Control Panel in Windows 10?
How can you access the Control Panel in Windows 10? व़िंडोज 10 में कंट्रोल पैनल...
How can a user change the system date and time in Windows 10?
How can a user change the system date and time in Windows 10? विडोज 10...
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...
Which of the following best describes the role of a system software in relation to application software?
Which of the following best describes the role of a system software in relation to application...