Vidyalelo
Computer Science · Q178

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 178

Q178

Your app contains a physics simulation that requires heavy computation to display. Then the user gets a phone call. Which of the following is true?

A.
During the phone call, you should continue computing the positions of objects in the physics simulation.
B.
During the phone call, you should stop computing the positions of objects in the physics simulation.
Answer
C.
Boath A and B
D.
None of these

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board