Computer Science, asked by Riya9090, 8 months ago

The boolean search command that returns links to pages not containing a specific word is :
1.NOT
2.AND
3.OR
4.None Of these..

anyone Plzz answer this fast... ​

Answers

Answered by anushkajha1986
2

Answer:

Ans is 2 and this is the correct ans

hope that this will help you

have a great day

Answered by vijayhalder031
1

Concept Introduction:

Many computer programs are built on Boolean logic, which is also a key idea in database searching. An effective search can depend entirely on the choice of the Boolean operator.

Explanation:

We have been given a multiple-choice question

We have to find out the correct option

NOT eliminates items that contain the specified term.  Searching on malaria NOT zika returns items that are about malaria, but will specifically NOT return items that contain the word zika.  This is a way to fine-tune results. Note:  sometimes AND NOT is used;  serves the same function as NOT.

Final Answer:

The final answer is option 1.NOT

#SPJ3

Similar questions