What is data in its raw form?
The information that you input
What happens every time you hit send, share, or upload?
You are sending data that you created somewhere out onto the network
What is volunteer data?
Data that you offer yourself
What does it mean to agree to share volunteer data?
You realize data is being collected about you and you consent to share or store it
What is inferred data?
Data that you generate by your activities
Give an example of inferred data.
Your credit card usage and the records kept by stores
How does inferred data help companies?
It helps them understand your preferences and location
What type of data is collected when you use an ATM card?
Inferred data indicating your travel and location
What is observed data?
Data collected through tracking your activities, like location services on your phone
What does your phone do with location services enabled?
It keeps track of your location and transmits this information to your carrier
What term is used to describe large amounts of data stored in the cloud?
Big data
True or False: You should be cautious when clicking the share or store buttons on your devices.
True
Fill in the blank: Inferred data is generated by your _______.
[activities]
What are the two possible values a bit can have?
0 or 1
What does the term ‘bit’ stand for?
Binary digit
What is the smallest piece of data in computing?
Bit
How do humans interpret data compared to computers?
Humans interpret words and pictures; computers interpret patterns of bits
What can a bit represent in terms of physical states?
Two discrete states such as magnetization, voltage levels, or light intensity
In binary representation, what does the state ‘On’ correspond to?
1
In binary representation, what does the state ‘Off’ correspond to?
0
How do input devices translate human interaction?
Into binary code for the CPU to process and store
What do output devices do with binary data?
Translate it back into a human recognizable form
What is the commonly used code for representing characters in binary?
American Standard Code for Information Interchange (ASCII)
How many bits represent each character in ASCII?
Eight bits