You are on page 1of 3

Home / My courses /

UGRD-CS6328-2033T /
Week 13: Android SQLite /
Final Quiz 1

Started on Thursday, 3 June 2021, 5:27 PM


State Finished
Completed on Thursday, 3 June 2021, 5:28 PM
Time taken 1 min 11 secs
Marks 10.00/10.00
Grade 100.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

By default, files saved to the external storage are private to your application and other applications cannot access them

Select one:
True

False 

Question 2
Correct

Mark 1.00 out of 1.00

Database memory stores application data in databases, files, or preferences, in internal or removable storage.

Select one:
True

False 

Question 3
Correct

Mark 1.00 out of 1.00

SQLite databases store structured data in a private database.

Select one:
True 

False
Question 4
Correct

Mark 1.00 out of 1.00

A container class is a container for constants that define names for URIs, tables, and columns.

Select one:
True

False 

Question 5
Correct

Mark 1.00 out of 1.00

Every Android-compatible device supports a shared "external storage" that you can use to save files.

Select one:
True 

False

Question 6
Correct

Mark 1.00 out of 1.00

The SharedPreferences class provides a general framework that allows you to save and retrieve persistent key-value pairs of primitive data
types.

Select one:
True 

False

Question 7
Correct

Mark 1.00 out of 1.00

Android provides full support for SQLite databases.

Select one:
True 

False
Question 8
Correct

Mark 1.00 out of 1.00

The Android SDK includes a sqlite3 database tool that allows you to browse table contents, run SQL commands, and perform other useful
functions on SQLite databases.

Select one:
True 

False

Question 9
Correct

Mark 1.00 out of 1.00

When the user uninstalls your application, these files are archived.

Select one:
True

False 

Question 10
Correct

Mark 1.00 out of 1.00

External storage stores private data on the device memory.

Select one:
True

False 

◄ Lesson 9 - Android SQLite - Presentation

Jump to...

Lesson 10 - Android Mobile and Web Application - Module ►

You might also like