E lógico bit a bit
1. A binary logical operation that compares two bits and returns 1 only if both bits are 1, otherwise returns 0
The bitwise AND of 5 (binary 101) and 3 (binary 011) results in 1 (binary 001)
O E lógico bit a bit de 5 (binário 101) e 3 (binário 011) resulta em 1 (binário 001)
2. A programming operation represented by the & symbol that performs logical AND on each pair of corresponding bits in two numbers
In C programming, the expression a & b performs a bitwise AND operation
Em programação C, a expressão a & b executa uma operação de E lógico bit a bit
This is primarily a technical term used in computer science and programming, with minimal cultural variation. The English term 'bitwise AND' is widely used even in Portuguese-speaking countries' technical documentation, though the Portuguese translation 'E lógico bit a bit' is preferred in educational and formal contexts in Brazil.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →