Pregunta de entrevista de Yelp

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

Respuesta de la entrevista

Anónimo

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