Screen Shot 2022-11-07 at 11 43 49 AM

Missed Questions:

Question 8:

Screen Shot 2022-11-07 at 11 45 00 AM

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:

Screen Shot 2022-11-07 at 11 48 02 AM

Correction: 16 can be represented with 4 bits, since 16 can we written as 2^4

Question 21:

Screen Shot 2022-11-07 at 11 51 06 AM

Correction: Binary systems can also represent colors and sound

Question 24:

Screen Shot 2022-11-07 at 11 52 59 AM

Correction: In binary 1011 is equal to 11 in decimal, and therefore greater than 12 in decimal

Question 27:

Screen Shot 2022-11-07 at 11 56 16 AM

Correction: More detailed variables are easier to keep track of

Question 36:

Screen Shot 2022-11-07 at 11 57 36 AM

Correction: this answer only works if the value of i is set as 0 initially

Question 39:

Screen Shot 2022-11-07 at 11 59 43 AM

Correction: the indices of lists are usually posiitive integers

Question 43:

Screen Shot 2022-11-07 at 12 05 05 PM

Correction: The amount increases by the last integer + 1 each time (not just 1)