Computer AbilitiesΒΆ

In this book, we are going to talk about what a computer can do in terms of the programming language Python. We are not going to cover all of Python. We are going to describe the four abilities of a computer, the four abilities that cover everything that a computer can do.

This input, storage, processing, output describes the basic functions of all computers.

Computers store all data, numbers, words, images, turtle instructions, etc., as a sequence of bits, which are interpreted by the computer in different ways depending on the type of data.

Next Section - Chapter 2 - Concept Summary