SDPD Shared Preferences

SDPD Shared Preferences

University

8 Qs

quiz-placeholder

Similar activities

Virtualization and Cloud Computing

Virtualization and Cloud Computing

12th Grade - University

11 Qs

QUIZ NUMBER 2

QUIZ NUMBER 2

University

10 Qs

PTI Quiz - Pertemuan 6

PTI Quiz - Pertemuan 6

University

10 Qs

CIS 1103 Week 7_8 CLO3 Part_1

CIS 1103 Week 7_8 CLO3 Part_1

University

13 Qs

(Group 15) Distributed Systems

(Group 15) Distributed Systems

University

12 Qs

Quiz No. 2

Quiz No. 2

University

10 Qs

ICC1 - Wednesday - Azure Fundamentals Quiz

ICC1 - Wednesday - Azure Fundamentals Quiz

University

11 Qs

SDPD Shared Preferences

SDPD Shared Preferences

Assessment

Quiz

Computers

University

Medium

Created by

Udhayakumar Shanmugam

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It performs, Sharing access to your application data with other applications.

  • Sending data to a widget

  • Returning custom search suggestions for your application through the search framework

  • Synchronizing application data with your server

  • What is it?????

Widget provider

Content Provider

Data Provider

Shared Resource Provider

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

...............................................................is the way in which one can store and retrieve small amounts of primitive data as key/value pairs to a file on the device storage such as String, int, float, Boolean that make up your preferences in an XML file inside the app on the device storage. 

Key Value Preferecnes

Shared State

Shared Preferences

Saved Instance State

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the Database provided by Android Studio

Oracle

SQLite

Dlite

DBMSLite

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Store the data in a form that's compatible with tables of rows and columns. A row represents an entity, such as a person or an item in inventory. A column represents some data for the entity, such a person's name or an item's price.

Structured Data

Semi Structured Data

Un Structured Data

No Structured Data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data stored using shared preferences are kept ........................... within the scope of the application.

Friend

Private

Public

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQLite transactions are follows ...................... property

ACID

BASE

CAP(consistency, availability, partition tolerance)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A .......................... is a small window that prompts the user to make a decision or enter additional information

dialog

tab

folder

alert

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the method for shared preferences

getSharedPreferences()

startSharedPreferences()

setSharedPreferences

SharedPreferences()