Bitwise AND Operation Example

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • Find the bitwise 'AND' of the two binary strings of the same length to be the string that have as their bits the 'AND' of the corresponding bits in the two strings respectively.
    ►Bitwise Videos:
    Bitwise XOR Operation:
    • Bitwise XOR Operation
    Bitwise OR Operation:
    www.youtube.co...
    Bitwise AND Operation:
    www.youtube.co...
    ►Article Bitwise Operations:
    / bitwise-operations
    ►Big O, Big Omega, Big Theta Limit Videos:
    (1) Solve Big Omega by Limits:
    • Solve Big Omega By Limits
    (2)Solve Big O by Limits:
    • Solve Big-Oh By Limits
    (3) Prove Little-o By Limits:
    • Little o Proof Using L...
    (4) Solve Big Theta By Limits:
    • Solve Big Theta By Limits
    ►Easy Algorithm Analysis Tutorial:
    www.udemy.com/...
    ►Recurrence Relation Tutorial:
    www.udemy.com/...
    ►Please Subscribe !
    / @randerson112358
    ►Here is a playlist of what I have on algorithm analysis so far:
    • Algorithm Analysis (Ti...
    ►Website: everythingcompu...
    ►Support this channel on Patreon: / randerson112358
    ►Discrete Mathematics Workbooks:
    (1) Practice Problems in Mathematics - www.amazon.com...
    (2)Discrete Mathematics Workbook - www.amazon.com...

КОМЕНТАРІ • 7

  • @appalarajuappalaraju7190
    @appalarajuappalaraju7190 Рік тому

    Thank you so much sir

  • @manuellopes1269
    @manuellopes1269 5 років тому +1

    great thanks folr help, can please polst the xor?

    • @randerson112358
      @randerson112358  5 років тому

      Here is a video on the XOR operation.
      ua-cam.com/video/YtghBxoBxpA/v-deo.html

  • @jimmymesa
    @jimmymesa 5 років тому

    Why is this operation useful?

    • @randerson112358
      @randerson112358  5 років тому +1

      This operation is one of the operations that allows you to ask this question.
      Computers use this operation.
      If you ever go into computer engineering or architecture, you will need to understand this operation.

    • @jimmymesa
      @jimmymesa 5 років тому

      When exactly is it used then?

    • @jimmymesa
      @jimmymesa 5 років тому

      It's good for setting flags.