• [^] # Re: sommes nous davantage que des synthétiseurs textuels ?

    Posté par (site web personnel) . En réponse au journal Le vocable « intelligence artificielle » vs synthétiseur de texte ?. Évalué à 5. Dernière modification le 10 mai 2023 à 10:20.

    De mon côté, je viens de lui demander l'addition de deux chiffres binaires, et voilà ce que ça donne:

    Ok, I'd like to do, in binary notation: 01011010 + 10

    Sure, I can help you with that.

    First, we need to convert the decimal number 10 to binary notation. To do that, we can use the division method:

    10 ÷ 2 = 5 remainder 0
     5 ÷ 2 = 2 remainder 1
     2 ÷ 2 = 1 remainder 0
     1 ÷ 2 = 0 remainder 1
    

    So, 10 in binary notation is 1010.

    Now, we can add 01011010 and 1010 in binary notation:

     01011010
    + 00001010
    -----------
     01012100
    

    However, note that 01012100 is not a valid binary number because it contains the digit "2". So, we need to carry over the "1" to the next column, which gives us the final result:

     01011010
    + 00001010
    -----------
     01012100 (carry over the 1)
    

    Therefore, 01011010 + 10 in binary notation is equal to 01012100.