Англо-русский словарь компьютерных терминов:
truth table
таблица истинности
таблица, полностью описывающая логическую функцию перечислением всех возможных комбинаций входных значений (сигналов) и соответствующие каждой комбинации значения (сигналы) на выходе
Смотри также: AND,
NAND, NOR,
NOT,
OR,
XOR
Англо-русский научно-технический словарь:
truth table
информатика и компьютерные технологии
таблица истинности
Англо-русский политехнический словарь:
truth table
истинностная таблица, таблица истинности
Merriam-Webster's Collegiate Dictionary:
truth table
noun
Date: 1921
a table that shows the truth-value of a compound statement for every truth-value of its component statements;
also a similar table (as for a computer logic circuit) showing the value of the output for each value of each input
Free On-line Dictionary of Computing:
truth table
A table listing all possible combinations of inputs
and the corresponding output of a Boolean function such as
AND, OR, NOT, IMPLIES, XOR, NAND, NOR. Truth
tables can be used as a means of representing a function or as
an aid in designing a circuit to implement it.
(1998-07-30)