What is Boolean logic? Provide three examples using everyday terms.

What will be an ideal response?


Boolean logic is a system named after British mathematician George Boole and refers to the relationships among search terms. Boolean logic uses various combinations of the logical operators OR, AND, and NOT to narrow and refine search results. Three examples of logical, or Boolean operators, follow. Notice the use of parentheses to avoid any possible ambiguity.
? To find information about college sports other than basketball, you might use the following: College AND Sports NOT Basketball.
? To find recipes that do not include broccoli, spinach, or cauliflower, you might use the following: Recipe NOT (Broccoli OR Spinach OR Cauliflower).
? To find prices on Dell and Gateway notebook computers, you might use the following: (Dell OR Gateway) AND Notebook AND Price.

Computer Science & Information Technology

You might also like to view...

When the less than ( < ) operator is used between two pointer variables, the expression is testing whether

A) the value pointed to by the first is less than the value pointed to by the second. B) the value pointed to by the first is greater than the value pointed to by the second. C) the address of the first variable comes before the address of the second variable in the computer's memory. D) the first variable was declared before the second variable. E) None of the above

Computer Science & Information Technology

The overriding variable that determines how many people the systems analyst should interview in depth is:

A) the number of analysts interviewing. B) the number of users in an organization. C) the number of departments and the number of users in an organization. D) the time an interview takes.

Computer Science & Information Technology

A CD stores the same number of songs in uncompressed format as in MP3 format

Indicate whether the statement is true or false

Computer Science & Information Technology

What are three ways to resolve a hidden node problem?

What will be an ideal response?

Computer Science & Information Technology