As you probably know, data is stored as zeros and ones in your computer’s memory. However, zeros and ones are not very useful to developers or app users, so you need to know how your program uses data and how data is stored on your computer.
In this chapter, you will look at how data is stored on computers and how you can manipulate that data. Then you’ll write a fun Alice app illustrating ...