A(n) ____ is a type of utility software that captures unsolicited e-mail messages before they reach your Inbox.
A. filter
B. spam filter
C. antivirus
D. scan filter
Answer: B
You might also like to view...
What property must be set on a menu item to have the user activate that option by pressing Ctrl + C on the keyboard?
a. ShortcutKeys b. QuickKey c. HotKey d. ShowShortCut
Given the following program, show the values of the array in the following figure:
```
#include
using namespace std;
int main()
{
int values[5];
for (int i = 1; i < 5; i++)
{
values[i] = i;
}
values[0] = values[1] + values[4];
return 0;
}
```
Part III:
Part III:
Which of the following statements accurately describe National Security Letters ("NSLs")?
A. They may only be issued by officials in CIA headquarters. B. They may not contain nondisclosure provisions prohibiting the recipient from disclosing the contents of the letter. C. They may only request information pertaining to a foreign power or the agent of a foreign power. D. They do not require prior judicial authorization.
Excel presents information graphically via charts and graphs based on the tabular information in worksheets
Indicate whether the statement is true or false