Color & Image Encoding
in CS 101
Binary is the only ‘language’ computers speak. Therefore, if we want to represent numbers, letters, words, text, and images, we must first convert it into binary (0
and 1
).
in CS 101
Binary is the only ‘language’ computers speak. Therefore, if we want to represent numbers, letters, words, text, and images, we must first convert it into binary (0
and 1
).
in CS 101 on Assignments
Read the lecture notes on Text Encoding & Compression.
in CS 101
In previous lessons, we focused heavily on representing numbers in different ways (such as in binary or hexadecimal). How can we go a step further and represent words and sentences in a different and more concise way?
in CS 101 on Assignments
Read the lecture notes on Number Systems & Binary and complete the following questions in your notebooks (to be collected).
in CS 101