Class 8 Computer Science Notes, Unit 4: Programing -- Exercise Short Response and Miscellaneous (within the chapter) Questions and Answers.
Class 8 Computer Science Notes Unit-4 "Programming" ****** ****** ****** ****** ****** ****** Class 8 Computer Science MCQs (All Units Exercise) ****** ****** ****** ****** ****** ****** Exercise Short Response Questions and Answers: Q1. For the following code block sprite will turn to 30 degrees. How many clicks are required for the sprite to complete a full cycle? Ans: In a complete full cycle, there are 360 degrees, and 360/30 = 12. Thus 12 clicks are required for a sprite to complete a full cycle . Q2. What is the difference in outputs of the following code blocks, having 4 backdrops? Ans: In this case, the sprite moves forward 10 steps delaying 0.5 seconds, and code to execute a task that is to be achieved multiple times can iteratively be embedded in a simple loop. In this case, the sprite moves forward 10 steps and each step delaying time 0.5 seconds, and the coder to execute a task that is to be achieved multiple ...