Exam 11: Discover Persistent Data

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Internal data stores  ____ data in key-value pairs.

(Multiple Choice)
4.8/5
(31)

The SharedPreferences class provides one of the easiest ways to save and load ____ data.

(Multiple Choice)
4.8/5
(33)

Persistent data stores values permanently by placing the information in a file.

(True/False)
4.7/5
(41)

The code to assign a key-value pair for key1 and strName is ____________________.

(Short Answer)
4.9/5
(36)

In an Android project, an ImageView control can display an image by assigning a ____ in the XML layout file.

(Multiple Choice)
4.9/5
(35)

____ data can be stored using shared preferences, internal storage, external storage, a SQLite database, or a network connection.

(Multiple Choice)
4.9/5
(42)

The SharedPreferences class stores private data as single values.

(True/False)
4.8/5
(42)

All applications can read and write files placed on external storage.

(True/False)
4.7/5
(37)

To store data using the SharedPreferences editor, the code is ____________________.

(Short Answer)
4.9/5
(45)
Showing 41 - 49 of 49
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)