1 of 151 of 15 Items

Question
What is the BEST example of the type of data stored by a text variable in a video game?

(1 point)
Responses

a comparison of multiple scores by the same player

a comparison of multiple scores by the same player

whether a user has already visited the site

whether a user has already visited the site

a player’s name

a player’s name

a player’s high score

a player’s high score
Skip to navigation

page 2 of 2

1 answer

The BEST example of the type of data stored by a text variable in a video game is:

a player’s name

Text variables typically store string data, and a player's name is a clear example of string data, while scores and other numeric values would be stored as numerical variables.