To exclude a keyword from a search, some search engines require the NOT operator to be used while other search engines require ____ before the excluded term.
A. a plus sign
B. a minus sign
C. parenthesis
D. quotation marks
Answer: B
Computer Science & Information Technology
You might also like to view...
Find any errors in the following and explain how to correct them:
``` std::cout << s.data() << std::endl; // s is "hello" ```
Computer Science & Information Technology
As with all external and static variables, in the absence of explicit initializers, the numeric elements of static and external arrays or structures are initialized to ____.
a. undefined b. -2 c. -1 d. 0
Computer Science & Information Technology
The ________ distribution is a discrete population distribution that calculates the probability of drawing a specific number of target items from a collection without replacement
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A copyright can protect an idea
Indicate whether the statement is true or false
Computer Science & Information Technology