When an application is running, the control having the ____________ is the one that receives the user’s keyboard input.

a. focus
b. scope
c. data
d. tab index

a. focus

Computer Science & Information Technology

You might also like to view...

A(n) ________ controls the direction and manner in which slides enter and exit the screen during a slide show

A) transition B) custom animation C) layout D) theme

Computer Science & Information Technology

Which of the following statements is false?

a. You must create methods onCreateOptionsMenu and onOptionsItemSelected when you use Android Studio’s Blank Activity template. b. Activity’s Resources object (returned by inherited method getResources-) can obtain a Configuration object (returned by method getConfiguration) that represents the device’s current configuration. c. Inherited Activity method getMenuInflater returns a MenuInflater on which you can call inflate with two arguments—the resource ID of the menu resource that populates the menu and the Menu object in which the menu items will be placed. d. Returning true from onCreateOptionsMenu indicates that the menu should be displayed.

Computer Science & Information Technology