When I ask AI questions usually, either it doesn't make any error, or it makes errors I don't notice. But this time it definitely made a noticeable error. I asked it to verify the number 1984 in binary, and I believe 11111000000 is correct, but that translates only to 1024+512+256+128+64. There should be NO 32 in the sum as AI stated here.
The 11111000000 stands for 1*2^10 + 1*2^9 + 1*2^8 + 1*2^7 + 1*2^6 + 0*2^5 + 0*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 0*2^0
Hope I typed all that out right and didn't make an error myself.

No comments:
Post a Comment