I'm trying to convey to some folks some logical and bitwise operators such as AND, OR, XOR, &c in programming languages such as C &| Java. Though these I guess could be considered "boolean" operators there is no "Boolean Algebra" in here, just the results of various operation, yes?
I've never heard of Boolean Arithmetic, but would one consider these simple questions
5 AND 8 = ?
boolean arithmetic (operating bitwise) or rather logical or bitwise arithmetic?