Final Corrections
- Missed Questions:
- Question 8:
- Question 20:
- Question 21:
- Question 24:
- Question 27:
- Question 36:
- Question 39:
- Question 43:
Missed Questions:
Question 8:
Correction: The code will only work if j and k are within the lists newList and numList. Therefore j and k must be within 1 and the length of the lists
Question 20:
Correction: 16 can be represented with 4 bits, since 16 can we written as 2^4
Question 21:
Correction: Binary systems can also represent colors and sound
Question 24:
Correction: In binary 1011 is equal to 11 in decimal, and therefore greater than 12 in decimal
Question 27:
Correction: More detailed variables are easier to keep track of
Question 36:
Correction: this answer only works if the value of i is set as 0 initially
Question 39:
Correction: the indices of lists are usually posiitive integers
Question 43:
Correction: The amount increases by the last integer + 1 each time (not just 1)