|
|
|
|
What is Boolean? |
This is the logic that computers use to determine if a statement is true or false. There are 4 main boolean operators: AND, NOT, OR, and XOR. Below are some examples of how the 4 operators work:
x AND y retuns True if both x and y are true, otherwise the expression returns False.
NOT x returns True if x is false (or null) and False if x is true.
x OR y returns True if either x or y or both are true; only if they are both false will it return False.
x XOR y returns True if either x or y are true, but not both. If x and y are both true or false, the statement will return False.
While boolean expressions are what drive the CPUs in computers, they can also be used by computer users. For example, when searching for information on the Web, many search engines accept boolean operators in the search phrases (i.e. "Yamaha AND piano NOT motorcycle"). Programmers often use boolean expressions in software development to control loops and variables as well. |
|
|
|
|
|
|
|
Return to Glossary |
|
|
| A special thanks to
Sharpened Glossary |
|
|
Popular terms beginning with 'B': |
What is Bitmap? Most images you see on your computer are composed of bitmaps. A bitmap is a map of dots, or bits (hence the name), that looks like a picture as long you are sitting a reasonable distance away from the... continue
What is Bit? The computer term "bit" comes from the phrase "Binary DigIT," which is different than that thing you put around a horse's mouth. A bit is a single digit number in base-2 (a zero or a one) and is the s... continue
What is Buffer? This is a small amount of data that is stored for a short amount of time, typically in the computer's memory (RAM). The purpose of a buffer is to hold data right before it is used. For example, when y... continue
What is BMP? Short for "Bitmap." It can be pronounced as "bump," "B-M-P," or simply a "bitmap image." The BMP format is a commonly used raster graphic format for saving image files. It was introduced on the Window... continue
What is Byte? A byte is a set of 8 bits that represent a single character in the computer's memory. Do not confuse this term with "bite," as in taking a bite of a cookie, because that is totally different. While bi... continue
What is Bridge? When a road needs to extend across a river or valley, a bridge is built to connect the two land masses. Since the average car cannot swim or fly, the bridge makes it possible for automobiles to contin... continue
What is Beta Software? Before a commercial software program is released to the public, it usually goes through a "beta" phase. During this stage, the software is tested for bugs, crashes, errors, inconsistencies, and any ot... continue
What is Bookmark? Similar to a real-life bookmark, an Internet bookmark acts as a marker for a Web site. (In Internet Explorer, they're called "Favorites".) When using a Web browser, you can simply select a bookmark fr... continue
What is Bus? While the wheels on the bus may go "round and round," data on a computer's bus goes up and down. Each bus inside a computer consists of set of wires that allow data to be passed back and forth. Most c... continue
What is Backlink? Backlinks are incoming links to a website. For example, a site with a lot of backlinks implies that many other sites link to that site.
|
| |
|
|