Vocab Bloom Hub

boolean operation

/ˈbuːliən ˌɒpəˈreɪʃən/

翻译: 在计算机科学和数学中,使用与、或、非、异或等逻辑运算符对布尔值(真/假)进行操作的运算。

1 个条目

phrase

C1formalcommonIT/ˈbuːliən ˌɒpəˈreɪʃən/

An operation in computer science and mathematics that manipulates Boolean values (true/false) using logical operators such as AND, OR, NOT, and XOR.

  • 🇨🇳在计算机科学和数学中,使用与、或、非、异或等逻辑运算符对布尔值(真/假)进行操作的运算。
  1. Logical operation B2 formal

    An operation that manipulates binary values (true/false) based on Boolean algebra, such as AND, OR, NOT, and XOR.

    • The AND boolean operation returns true only if both inputs are true.
    • Programmers use boolean operations to control program flow.
    • The search engine uses boolean operations to refine queries.

    🇨🇳布尔运算