Quiz 1

5.0(1)
studied byStudied by 4 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:09 AM on 11/18/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

soft keyboard

The onscreen keyboard is called a ______.

2
New cards

tapping or gestures

Input can come in the form of ______ (using two fingers to pan, rotate, or zoom)

3
New cards

simplify the user experience

The primary design challenge is to ______.

4
New cards

soft or physical keyboard

Text entered via a ______ is the most common type of mobile input

5
New cards

Text components

can request different input types (e.g., plain text, phone number, various types of numeric values)

6
New cards

component type

can constrain the characters available

7
New cards

User experience

refers to all aspects of interaction with a device

8
New cards

id attribute

You can use the _______ in the Attributes pane to enter a name that begins with the prefix tv (for TextView)

9
New cards

string table (strings.xml)

String items displayed in the components of an app can be stored in the ______.

10
New cards

string array

can be used to store a group of related strings

11
New cards

String array

Defines a string resource of related items in a central location within strings.xml

12
New cards

item

defines an individual entry within a string array

13
New cards

Android Studio editor

As you type the string array XML code, the _______ offers suggestions in a panel that can complete a statement

14
New cards

Android background feature

can help provide an app's individual flair

15
New cards

White

The default color of Android background feature

16
New cards

background attribute

To change the the Android background, set the ______ in the Attributes pane.

17
New cards

hint

a short description of a component that is visible as gray text (also called a watermark) inside a Text Number component or any Text input

18
New cards

Hint

Often used to provide guidelines about the input expected in a component for the user

19
New cards

textColorHint attribute

you can change the color of the hint by changing the _______.

20
New cards

textColorHint Attribute

May be necessary to ensure adequate contrast between the text and background

21
New cards

Spinner component

Is similar to a drop-down list for selecting a single item from a fixed list

22
New cards

items

The Spinner component displays a prompt with a list of strings called _____.

23
New cards

prompt

which can be used to display instructions at the top of the Spinner control, is stored in strings.xml and is named ______.

24
New cards

entries

The Spinner attribute called ______ connects the string array in strings.xml to the Spinner component so the entries can be displayed in the application

25
New cards

spinnerMode attribute

sets the component to dialog mode or drop-down mode

26
New cards

layout_width, layout_height

The ______ and ______ attributes set the dimensions

27
New cards

ImageView components

should have a content description for visually impaired users

28
New cards

contentDescription attribute

description is provided by setting the ______.

29
New cards

Java variable

is used to contain data that changes during the execution of a program

30
New cards

final variable

can be initialized only once

31
New cards

Final variable

Attempting to reassign the value results in a compile error when the application runs

32
New cards

EditText class

For the concert tickets app, you insert code to create the tickets variable containing the extracted _________ text.

33
New cards

OnClickListener

waits in the background and listens for the user to click a button

34
New cards

Button event

Clicking the button activates a ______, triggering the Button event OnClick handler to execute the associated code.

35
New cards

result

Code to instantiate the TextView component to a variable named ______ is used to display the result of the ticket price calculation

36
New cards

(1) declare the variable

(2) assign a value to the variable

Two steps are necessary in order to use a variable:

37
New cards

eight

Java has _____ built-in primitive (simple) types of data

38
New cards

String type

is a class and not a primitive data type

39
New cards

string

can be a character, word, or phrase

40
New cards

type String

Most strings used in Java are objects of ______ (e.g., String groupChoice;)

41
New cards

Variables

must be declared before you can use them

42
New cards

getText()

Data stored in the EditText component can be read with the _______ method.

43
New cards

String

Data is read in as a ______, by default

44
New cards

Parse class

is used to convert strings into numbers

45
New cards

DecimalFormat

Java includes a class called ______ that provides patterns for formatting numbers for output on the Android devic

46
New cards

getSelectedItem()

The method that returns the text label of the

currently selected Spinner item

47
New cards

setText()

The method that displays text in a TextView component

48
New cards

+

You can concatenate text and string variable values using _______.

Explore top flashcards

flashcards
Apartheid Quiz
24
Updated 741d ago
0.0(0)
flashcards
Dr. K- Use of Aseptic Technique
30
Updated 796d ago
0.0(0)
flashcards
FSF3UB - Ingéniosité humaine
93
Updated 1120d ago
0.0(0)
flashcards
Milgram
62
Updated 1062d ago
0.0(0)
flashcards
Cartilage and Bone Tissue
42
Updated 1244d ago
0.0(0)
flashcards
Gen Path- Exam 2- TQs
180
Updated 217d ago
0.0(0)
flashcards
Exam 1 Hu
21
Updated 877d ago
0.0(0)
flashcards
Apartheid Quiz
24
Updated 741d ago
0.0(0)
flashcards
Dr. K- Use of Aseptic Technique
30
Updated 796d ago
0.0(0)
flashcards
FSF3UB - Ingéniosité humaine
93
Updated 1120d ago
0.0(0)
flashcards
Milgram
62
Updated 1062d ago
0.0(0)
flashcards
Cartilage and Bone Tissue
42
Updated 1244d ago
0.0(0)
flashcards
Gen Path- Exam 2- TQs
180
Updated 217d ago
0.0(0)
flashcards
Exam 1 Hu
21
Updated 877d ago
0.0(0)