filters are used to find some specific information from list .true/false
Answers
Answer:
True yaar
Explanation:
Mark me brainliest
Answer:
filters are used to find some specific information from list :true
Explanation:
In a list, there are many information given, if we want to access any information then it will be very difficult to access it because finding a specific information from a large list is a tedious job. To make the process of finding the specific information from any list is done by use of filters.
while making a list , the creator also creates some filters in it , so that the reader of the list can filter out the necessary information from that list and from that filtered list , he can retrieve the information.
For example , there is a list of cities of India. If anyone wants to have information of any city , then he has to go through whole list and find the information but if there are filters of state then he has to go only through the cities of the state of the required city. So by the use of the filter , accessing information from the list becomes easy.