CBSE Class 10 Computer Applications
Question 19 of 44
Internet Basics — Question 14
Back to all questions 14
Question Question 14
Which portion of the URL below records the directory or folder of the desired resource ?
http://www.somestore.com/firstfloor/shoes.htm
- http
- firstfloor
- shoes.htm
www.somestore.com
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.