# AND
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]]
#### Sub-context: [[Boolean logic]], [[Boolean operator]]
>[! Definition]
>The AND operator results in True if and only if both the left, and right portions of a conditional statement are also True.
## Examples
### Truth table.
```bool
A OR B
```
| Evaluated Terms (A,B) | Statement Result |
| --------------------- | ---------------- |
| T,T | True |
| T, F | False |
| F, T | False |
| F, F | False |
## Related
[[Boolean logic]]
[[OR]]
[[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/)