Collegeboard MCQ Missed Questions
Corrections to missed questions
Collegeboard MCQ Missed Questions
Question 45:
My Answer: B Explanation: The initial call to botStepper moves the robot forward three squares, turns it left to face upwards on the grid, moves it forward three more squares, and then turns it right to face rightward. However, the subsequent call to botStepper tries to move the robot forward four squares, causing it to go beyond the grid’s edge and resulting in the termination of the program’s execution. Therefore, the corect answer is C.
Question 55:
My Answer: B Explanation: In this code segment, the last element of the list is assigned to the variable temp. Then, the last element is removed from the list, and temp is appended to the end of the list. As a result, the list remains unchanged compared to its original state, making C the correct answer.
Question 50:
My Answer: B Explanation: Incorrect. As symmetric encryption utilizes the same key for both encryption and decryption, it is essential to maintain its confidentiality.