go to previous page   go to home page   go to next page hear noise

Answer:

Sure. An audio waveform is a pattern. The waveform is measured thousands of times a second. The numbers that represents the levels is represented with bits.


Symbols and Patterns

Recall that last advantage of binary:

What about representing things other than the written characters of a language or audio or video signals? What about Truth and Beauty? What about the Ultimate Meaning of Life ? This is a deep topic, and entire books have been written on it.

Here is a very sloppy discussion: Pick some subject. Use English sentences to describe it. Represent those sentences in ASCII (characters encoded as bit patterns.) Now the subject is represented in binary. If something can be represented in English, then it can be represented in binary.

Notice that this says nothing about "meaning" or "understanding." Printed books don't understand their own contents. A digital version of the book (say on CD ROM) doesn't understand the book, either. It merely holds the information waiting for a human mind to do the understanding. However the book has been represented as bit patterns.

Nobody said that binary representations are easy to use. Some representation methods are very useful for computers (for instance, using binary patterns to represent numbers), others are nearly useless. Much of the work that computer scientists do is figuring out how to represent things using binary in ways that are useful. For example, figuring out how best to represent video, image, and audio data.

Important Point:

Computer memory (of all types) holds bit patterns, and nothing else. What those bit patterns represent depends on how they are used.

42 = 101010


QUESTION 14:

Sometimes people say, "A computer only works with numbers. It doesn't understand anything else." Do you think that this is correct?


go to previous page   go to home page   go to next page