ISF DP Computer Science

Programming #

TermMeaning
ANDA Boolean operator that returns true if and only if both of its inputs are true.
ORA Boolean operator that returns true if at least one of its inputs is true.
NOTA Boolean operator that negates the input, returning true if the input is false, and vice versa.
NANDA Boolean operator that returns false if and only if both of its inputs are true.
NORA Boolean operator that returns true if both of its inputs are false.
XORA Boolean operator that returns true if and only if exactly one of its inputs is true.