bit, nybble, byte, WORD, DWORD, QWORD

It depends on the computer architecture.

For 32bit,

bit = …1 bit…

nybble = 4 bits = 1/2 byte

byte = 8 bits = 2 nybbles

WORD = 2 bytes = 4 nybbles = 16 bits

DWORD = 2 WORDs = 4 bytes = 8 nybbles = 32 bits

QWORD = 2 DWORDs = 4 WORDs = ….. = 64 bits

 

On 64bit system, it will be double.


Comments

5 responses to “bit, nybble, byte, WORD, DWORD, QWORD”

  1. Thanks for share.

  2. Sayed Tamal Hossain Avatar
    Sayed Tamal Hossain

    Thanks for shortly Description,This description ,any one can easily understand.

  3. Thanks for sharing.

  4. thank you.

  5. Orlando Vilanculos Avatar
    Orlando Vilanculos

    Short and Clean,

    Thanks so much.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.