Question d’entretien chez Yelp

How many bytes to represent a hexadecimal value?

Réponses aux questions d'entretien

Utilisateur anonyme

8 févr. 2012

Not sure if you remember the question correctly; It would make more sense if it was: "number of BITS to represent a hexadecimal value", which would be 4 bits (hexadecimal values go from 0 through F, i.e. 16 possibilities = 2^4 possibilities)

1

Utilisateur anonyme

18 mai 2011

1 apparently, I thought it was 2 for some reason.