139k views
3 votes
A filter is _____.

used to create a table
an action performed that only allows data that matches a certain condition to pass through
a feature on some databases that allows you to see the text in a different color
used in the process of importing data into a database.

2 Answers

5 votes
B an action performed that only allows data that matches a certain condition to pass through

User JeffBeltran
by
6.2k points
5 votes

Answer: An action performed that only allows data that matches a certain condition to pass through

Explanation: Filter is the program code that evaluates the requests that are being made in a system for input and output.The checking process is carried out by filter and when the criteria or data is matched then the further processing can take place.

Example of system using filter is UNIX system.Other options are incorrect because filters do not generate table , change color of text or transfers data.

User Truf
by
5.2k points