In Computer Science, a form of digital logic where the output is true if and only if the majority of the inputs are true.

For example, input 1110100 would produce output of 1, while input 1000010 would produce output of 0 (taking 1=true and 0=false).

Log in or register to write something here or to contact authors.