INQ241B
Mobile Apps

Test 4 Review

A Miniture Practice Test

  1. What is a list?

  2. What is a list index?

  3. What is the index of the last item in a list of length 5?

  4. What can go in a list?

  5. What does a for block do?

  6. For the App with the following blocks:

    1. What text will Label1 display after the user clicks Button1?

    2. What text will Label1 display afte the user clicks Button2, then Button1?

    3. What text will Label1 display afte the user clicks Button2 twice, then Button1?

    4. What text will Label1 display afte the user clicks Button2, then Button3?

    5. What text will Label1 display afte the user clicks Button2 twice, then Button3?