Słownik terminologii komputerowej

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]: OR The Boolean function which is true if any of its arguments are true. Its truth table is: A | B | A OR B --+---+--------- F | F | F F | T | T T | F | T T | T | T (1996-11-04)