INQ241B
Mobile Apps

Test 1 Review

A Miniture Practice Test

  1. What is the purpose of event handler parameters?

  2. For the App with the following blocks:

    1. What color will button Button1 be after Button1 is pressed?

    2. What color will button Button2 be after Button1 is pressed?

    3. What color will button Button1 be after Button1 followed by Button2 is pressed?

    4. What color will button Button2 be after Button1 followed by Button2 is pressed?

  3. Create an app that has two buttons with two different backgound colors. Pressing one of the buttons should swap the background color of the two buttons. Pressing the other button should put the background color of the two buttons back to the original colors.