please read the scenario, and then answer the following question. there is a windows directory path which…

please read the scenario, and then answer the following question. there is a windows directory path which identifies the location of a file named plan.pdf. the file is stored in a folder named project, which is stored under a folder named docs, which is stored under a folder named user, which is in the root folder. which of the following is the correct location of the plan.pdf file? c:\\user\\docs\\project\\plan.pdf plan.pdf/project/docs/user/root root\\user\\docs\\project\\plan.pdf c:-user-docs-project-plan.pdf

please read the scenario, and then answer the following question. there is a windows directory path which identifies the location of a file named plan.pdf. the file is stored in a folder named project, which is stored under a folder named docs, which is stored under a folder named user, which is in the root folder. which of the following is the correct location of the plan.pdf file? c:\\user\\docs\\project\\plan.pdf plan.pdf/project/docs/user/root root\\user\\docs\\project\\plan.pdf c:-user-docs-project-plan.pdf

Answer

Brief Explanations:

In Windows, directory paths start from the root drive (usually C:), and folders are separated by back - slashes (). The file plan.pdf is in a folder named project, which is under docs, under user, in the root drive.

Answer:

A. C:\user\docs\project\plan.pdf