Missed Questions:

Q54, Q44, Q42, Q37, Q18, Q9.

Q54

Q54

Why chosen answer is wrong:

Option B is incorrect because even though it is very similar to the given eqautions of n^2 and n^3, its not a generalization because it uses the specific number of 4 in n^4. This is not general and cannot be applied to everything.

Why correct answer is right:

Option D is correct because it is a complete generalization of the given eqautions of n^2 and n^3, it leaves n unchanged while making the 2 and 3 represented my m. This means the equation is very generalized because the number can applied in any situation.

Q44

Q44

Why chosen answer is wrong:

Option C is incorrect because when you add 10+7 it would cause and overflow erorr because not enoug bits. This means III can’t be correct ruling out Option C.

Why correct answer is right:

Option B is correct because its just II. WIth 4 bit reprsentaion you can represent 2^4 values which basically means numbers up to 15. since 7+10 is greater than 15, an overflow error will happen making Option B correct.

Q42

Q42

Why chosen answer is wrong:

IPv6 does not have 96 times number of address more than IPv4. Its 2^96 instead of that. This makes Option B incorrect.

Why correct answer is right:

because adressing goes from 32-bit to 128-bit from IPv4 to IPv6 possible adresses we can use 2^32 * 2^96 giving 2^128, IPV4 therefore has 2^96 time as many possible adresses as IPv4.

Q37

Q37

Why chosen answer is wrong:

Code Segment two wokrs properly. Code Segment displays the average but a bunch of numbers averages before it reaches that number. I misinterpeted the question when it was aksing for the average.

Why correct answer is right:

Option C is correct beucause Program 1 does require more arithemtic operations that Program 2. Even though both programs get the average because of the for loop in program 1. You repeat calculations that are redundant.

18

Q18

Why chosen answer is wrong:

Option A is incorrect because even though the simulation program was returning inaccurate info, this may be imporved by use even more data. This would have to be tested and trialed before though.

Why correct answer is right:

Option C is corrcet because even though removing all the features from the model may make the actual program speedier, and run fasterm the overall accuracy of the predictions will be lower because of the lack of details.

Q9

Q9

Why chosen answer is wrong:

Option B is incorrect because program that were developed with an interative and incremental proccess of program development still require Frequent Testing. Just because you use an iterative and incremental procces does not rule ou the neccesity for thourough testing.

Why correct answer is right:

The real correct answer is Option D. Option D is correct because using an interative and incremental proccess of program development can help you find errors easier. They are easier to find since the code is being added periodically and not all at once.