Pergunta de entrevista da empresa Yelp

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

Resposta da entrevista

Sigiloso

17 de nov. de 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