I have to write some technical documents and always have to make sure the reader is aware of the exact length of data. I do not want to write 16 or 32 bit every time. For "byte" people tend to know that 8 bit are meant. how to call 32 then?
👤 LorenDB Accepted Answer ✓
16 bits of data is often referred to as a "word", with 32 bits being a "double word" or "dword".