Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

which search operator would you use to find articles about \coding\ but…

Question

which search operator would you use to find articles about \coding\ but specifically exclude results that mention \python\?
d) coding not -python
c) coding -python
b) coding and python
a) coding or python
question 9
7 pts
which boolean operator would you use to search for either \world war i\ or \world war ii\?
b) or
d) plus
c) not
a) and

Explanation:

Brief Explanations
  1. For the first question, the minus sign (-) is a common search operator to exclude terms. So "coding -Python" will find articles about coding but exclude those with Python. "coding NOT -Python" is an incorrect syntax. "coding AND Python" will find articles that mention both, and "coding OR Python" will find articles that mention either.
  2. For the second question, the "OR" Boolean operator is used to search for either of two terms. "AND" requires both terms to be present, "NOT" is for exclusion, and "PLUS" is not a standard Boolean search operator in this context.

Answer:

  1. C) coding -Python
  2. B) OR