Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
NOT
The Boolean function which is true only if its input
is false. Its truth table is:
A | NOT A
--+------
F | T
T | F
(1996-11-04)