A video game character can face toward one of four directions: north, south east and west. Each direction is stored in memory as
a sequence of four bits. A new version of the game is created in which the character can face toward one of eight directions, adding northwest northeast
, southwest and southeast
to the original four possibilities. Which of the following statements is true about how the eight directions must be stored in memory?
Four bits are not enough to store the eight directions. Five bits are needed for the new version of the game.
Four bits are enough to store the eight directions
Four bits are not enough to store the eight directions. Sodeen bits are needed for the new version of the game.
Four bits are not enough to store the eight directions. Eight bits are needed for the new version of the game.