CBSE Class 12 Informatics Practices Question 65 of 88

Introduction to Internet and Web — Question 9

Back to all questions
9
Question

Question 9

Which portion of the URL below records the directory or folder of the desired resource ?

http://www.somestore.corn/firstfloor/shoes.htm
  1. http
  2. firstfloor
  3. shoes.htm
  4. www.somestore.com
Answer

firstfloor

Reason — A URL is written as type://address/path, where path specifies the location of the file on the server. Here, firstfloor/shoes.htm is the path and firstfloor is the folder of the desired resource.