Answer:
Information could be gathered using cookies, which are small files websites store on your computer after your first visit to track user activity.
Explanation:
.docx is the default file extension on a Word doc.
Answer:
0 1 2 However many you like
✓ I think its 2x they will start to define the program
Lowercase a is decimal 97 ; upper case is decimal 65
It's easier to think of them in octal, however: a = octal 141, and A is octal 101
octal to binary is easy, each digit is three bits.
141 = 001 100 001
101 = 001 000 001
So, how many bits are changed above?