How is
filter
Useful ?
in computer science
pls give short answer
Answers
Answered by
6
Answer:
A filter is a computer program or subroutine to process a stream, producing another stream. While a single filter can be used individually, they are frequently strung together to form a pipeline. Some operating systems such as Unix are rich with filter programs.
In computer programming, a filter is a program or section of code that is designed to examine each input or output request for certain qualifying criteria and then process or forward it accordingly
Answered by
1
A filter is used to select only the essential information which fulfils the criteria specified by the user.
there are two types of filter :
1.Custom filter
2.Advanced filter
there are two types of filter :
1.Custom filter
2.Advanced filter
Similar questions