# OR
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]]
#### Sub-context: [[Boolean logic]], [[Boolean operator]]
>[! Definition]
> These statements evaluate to True if and only if either term/condition is True. Otherwise the statement is False.
## Examples
```Boolean
A OR B
```
| Evaluated Terms | Statement result |
| --------------- | ---------------- |
| T,T | True |
| T, F | True |
| F, T | True |
| F, F | False |
## Related
[[Boolean logic]]
[[AND]] , [[NOT]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)