Answer from cs61c-av (Kenneth Wong 16192104) for Question 1 A security hole would be that someone could load some data and alter it from an int to a float. Then when it is to be used, the program that needed an int won't be able to interpret the float. It can be fixed if you attached a tag that said the type. But the tradeoff would be that it would use some of the bits.