Question d’entretien chez Yelp

How many bytes does a 32 bit operating system work with?

Réponse à la question d'entretien

Utilisateur anonyme

17 nov. 2011

A 32 bit operating system works on 4 bytes (4 * 8 bits in a byte = 32). The reason this is important is because data structures like integers can hold much more information in a 64 bit system.

2