Question: QUESTION 1 What happens when the debugger reaches a breakpoint in a .kt file? a. Program execution is momentarily paused, then immediately resumes b. Program
QUESTION 1
What happens when the debugger reaches a breakpoint in a .kt file?
| a. | Program execution is momentarily paused, then immediately resumes | |
| b. | Program execution is halted | |
| c. | Code is skipped to the next line available | |
| d. | Program continues to execute while developer debugs the code |
QUESTION 2
How would the image resource 'res/drawable/fish.png' be referenced in Kotlin?
| a. | R.bitmap.fish | |
| b. | @drawable/fish | |
| c. | R.drawable.fish | |
| d. | @bitmap/fish |
QUESTION 3
The _____ within the MVC contains the application logic.
| a. | Controller | |
| b. | Model | |
| c. | View | |
| d. | Interaction |
QUESTION 4
The user interacts with the _____ in the MVC.
| a. | Controller | |
| b. | View | |
| c. | Model | |
| d. | Interaction |
QUESTION 5
Where might a developer find what line of code is causing an app to abruptly terminate?
| a. | Emulator | |
| b. | Logcat | |
| c. | System log | |
| d. | Terminal |
QUESTION 6
The _____ within the MVC contains the app's business logic.
| a. | Interaction | |
| b. | Controller | |
| c. | View | |
| d. | Model |
QUESTION 7
Which of the following require a dangerous level permission?
| a. | Determining if the device is connected to a network | |
| b. | Setting the time zone | |
| c. | Accessing a users camera | |
| d. | Connecting to the internet |
QUESTION 8
The Android Studio component used to create an app's User Interface (UI) is the _____.
| a. | Android SDK manager | |
| b. | theme editor | |
| c. | Kotlin editor | |
| d. | layout editor |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
