| 1. |
SharedPreferences stores the data in which format?
|
||||||||
|
Answer:
Option (b) |
| 2. |
Data type integrity is not maintained in SQLite, you can put a value of a certain data type in a column of another datatype (put string in an integer and vice versa)?
|
||||
|
Answer:
Option (a) |
| 3. |
The first step when working with SQLite is to create a class that inherits from a helper class, what is it?
|
||||||||
|
Answer:
Option (a) |
| 4. |
Name the method that enables you to obtain the path of the external storage of an Android device.
|
||||||||
|
Answer:
Option (a) |
| 5. |
"There are two statements:
Statement A: Using Shared Preferences, you can store private primitive data only.
Statement B: Using External Storage option, you can store public data on the shared external storage.
Which of them are correct?"
|
||||||||
|
Answer:
Option (b) |
| 6. |
In Android, by default, SQLite database save data in?
|
||||||||
|
Answer:
Option (c) |
| 7. |
Which database is natively supported by android?
|
||||||||
|
Answer:
Option (c) |
| 8. |
On Android SQLite where can we define tables, columns, views, triggers?
|
||||||||
|
Answer:
Option (d) |
| 9. |
How do we get access to the preference?
|
||||||||
|
Answer:
Option (d) |
| 10. |
There are five different methods to store persistent data. They are: Shared Preference, Internal Storage, External Storage, Network and _____?
|
||||||
|
Answer:
Option (b) |