Week 2 Flashcards
How did we represent the world around us before ~1880?
Drawings, language, paintings, books
How did we represent the world around us after 1900?
Drawings, language, paintings, books
AND
Photographs, movies, TV, record albums
How do we represent our thought?
English words (maybe other language), pictures
How do we represent our language?
Letters, words
How did we SAVE representation of our thoughts before 1980ish?
Books, diaries, journals
How do we SAVE representation of our thoughts now?
Blogs, Facebook, Twitter, Instagram, TikTok
How do humans represent cost and quantities?
In North America: decimal numbers 0-9
How did “the average person” calculate costs before home computers (Still used today)?
Calculators
How did we calculate costs before 1950s?
Slide ruler
How did we calculate costs before 1600s?
Abacus
Why is our number system base 10? OR how did we calculate costs before 2700BC?
Count on fingers
987 is a 3 digit number BUT how can it also be a 8 digit number?
000000987
If you had to represent the numbers with digit holders, you pad the front with zeros 0, zeroes don’t change meaning
How does a computer represent
numbers and words and images and
sound?
With 0’s and 1’s: binary system
Only 2 digits
Use combinations to represent more numbers
Ex: 2=10 3=11
What number system does DNA use?
Quaternary numeral system
Uses digits 0,1,2,3
Can represent world with more than just 0,1 (just used for digital)
What “language” do computers only understand/speak?
Binary: 0,1
Programmers have figured out how to convert our world to something a computer can understand, thus
what can they convert?
- Words to binary
- Images to binary
- Sound to binary
- Movies to binary
How could we possibly represent anything with just 0’s and 1’s?
- Mapping program
Example: Use only 1’s and 0’s to represent: over 6 feet tall.
Over 6 feet is: 1
If under 6 feet: 0
Represent with one 1 bit
How do we use 1’s and 0’s to represent answers with more than 2 answers (yes or no)?
Ex: People who went to high school the longest in:
London 00
Ontario (but not London) 01
Canada (but not Ontario) 10
Outside of Canada 11
Represent with 2 bits
How many bits do you need to represent more days of week, months, years?
Days of week: 3 bits = represent up to 8 peices of info so have 1 left over
Months: 4 bit= 16
Years 1913-2013: 7 bits= 128
How many items can we represent with 1 bit?
2
Could represent:
-Black and White OR
-True and False
How many items can we represent with 2 bit?
4
Could represent:
-Black, Light Gray, Dark
Gray, White OR
-DNA Bases OR
-Red, Blue, Yellow and Black
How many items can we represent with 3 bit?
8
Could represent:
-days of the week but
not the months of the
year, WHY?
-8 shades of GRAY
Every time we add extra bit we can represent ____ the amount that we were before.
Double