answersLogoWhite

0


Best Answer

It like a vendiograme that you learn about in English, it is a easier way to searchthings on the computer. the words you use are AND, NOT, and OR.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some examples of Boolean connectors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How are some examples of how you would use a boolean connectors to search for information?

when you want to narrow a search


How are boolean connectors used to aid in research?

how are boolean connectors used to aid in research


Which search boolean connector is most restrictive?

boolean connectors


What is a Boolean Connector?

Boolean connectors include "OR," "AND," and "NOT." They may join keywords or keyword phrases. People may use Boolean connectors to refine searches when using a search engine.


Examples of base 2 system?

Binary, Boolean


What are examples of a Boolean operator?

And, or, not, xor, nand, nor. There are a few others, too.


Examples of connectors?

There are many examples of conductors such as electricity. Metals and liquids can also be considered a type of conductor.


What are 8 examples of data types?

byte short long int char float double boolean


What is a Boolean condition?

A boolean is a value which can either be true or false. A boolean condition is mathematical equation where the result is a boolean (either true or false). Often used in programming.A boolean condition consists of some varibles, and boolean operations that can be carried out using them. Here are some boolean operations. The sybols are those used in Java and C++.> Greater Than. Returns true when the number before > is greater than the number after< Less Than. The opposite of Greater than== Equals. If the values are equal returns trueOR Returns true if the boolean before and/or the boolean after is true&& AND Returns true only if the boolean before AND after the && are true! NOT Inverts/NOT's a boolean. True becomes false. False becomes trueMost programming languages have booleans as a type of variable and if statements as control flow.An if statement uses a boolean to decide whether or not something is run eg.if(someBoolean){// If some boolean is true this peice of code will be run}A an example of a boolean condition could use a less than or greater than symbolif( someNumber > 9000 ) {print( "The number... it's.... OVER 9000!!" );}


What has the author E Sampathkumarachar written?

E. Sampathkumarachar has written: 'Some studies in Boolean algebra' -- subject(s): Boolean Algebra


How do you get boolean value from string in java?

Here is some sample code to convert a string into a boolean: String word = "true"; boolean boo; if (word.equalsIgnoreCase("true")) boo=true; else boo=false;


Which boolean operation is referred to as a boolean product?

AND operation is referred as a boolean product