Imagine an Android application is running, and the user pres…

Imagine an Android application is running, and the user presses the device’s home button to navigate to the device’s home screen. Later, the user navigates back to the application MainActivity screen. At which stage of the Android Application Lifecycle is the application currently in for the MainActivity screen? 

A customer enters a restaurant and wants to order food. They…

A customer enters a restaurant and wants to order food. They give their order to the waiter, who then asks for payment. If the customer has enough money, then the customer pays. If the customer does not have enough money, then the order is refused. After the customer pays, the food is delivered to them. After the customer finishes eating, they are given a receipt, and the customer leaves a tip. Which of the following SSDs correctly depicts the stated scenario?

Given the following scenario, which of the following diagram…

Given the following scenario, which of the following diagrams is correct? You are working on a modular robot with several subsystems. The Robot is the main subsystem, and it controls the overall task planning of the device. The robot has two Arm objects that each act independently with the instructions given by the Robot. The arms cannot act without the robot. There is also a Camera object that gives the Robot additional input data. Adding up to 8 cameras to the robot increases its field of view, but the Robot does not need any camera sensors to operate.