Week 1 Assignment Solution The cat wants to move 100 steps away slowly, and by the time it finishes moving 100 steps, it needs to slowly rotate as well towards the opposite direction. Can both these tasks be accomplished by using single loop in scratch? Answer : YES Which block moves the cat as described in the previous question ? Answer : [Option 3] What does the cat say here ? Answer : [Option 4] Says the number 4, and its multiples each for 1 second, till 40 and changes the value of number variable by adding previous value with 4. From the previous question, what is the value of number variable after the loop ends ? Answer : [Option 2] 44 Let answer for previous question be stored in variable x, what does the cat say after the execution of the loop ? Answer : [Option 3] 29 Which of the following is use case of variables in programming. Answer : [Option 2] They help in storing and retrieval of information/da...