Feedback: Your Answer Is Correct. The Correct Answer Is: Data - Type

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

It is a part of 

Content URIs where It shows what sort of data is generated by this specific
provider and then the data path would be people and URI would look like this
content:/contacts / people

Select one:
a. data_type 
b. prefix
c. authority

d. id
Feedback

Your answer is correct.


The correct answer is: data_type

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where No need to modify
the.xml. Android studio string.xml format.

Select one:
a. 4.
b. 5.
c. 6. 

d. 7.
Feedback

Your answer is correct.


The correct answer is: 6.

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

Question text

It is methods to circumvent in the Content Provider class where the method returns the data
type at the specified URI to MIME.

Select one:
a. getType() 
b. update()
c. onCreate()

d. insert()
Feedback

Your answer is correct.


The correct answer is: getType()

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where under the package
com.example. MyApplication, build a new java file called StudentsProvider.java to describe
your specific provider and related methods.

Select one:
a. 1.
b. 2.
c. 4.
d. 3. 
Feedback

Your answer is correct.


The correct answer is: 3.

Question 5
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Which ContentResolver layer methods belong to the following content of App and in


between another layer are Blinder and Ashmem?

Select one:
a. App Layer
b. Data Layer
c. Data Access Layer

d. Business Layer 
Feedback

Your answer is correct.


The correct answer is: Business Layer

Question 6
Correct
Mark 1.00 out of 1.00

Flag question

Question text
It is a part of Content URIs where It defines the service provider name and maybe the
professionally eligible name for third-party service providers.

Select one:
a. prefix
b. authority 
c. data_type

d. id
Feedback

Your answer is correct.


The correct answer is: authority

Question 7
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where run the program to open
the Android emulator, and test the outcome of the configuration changes.

Select one:
a. 4.
b. 6.
c. 5.

d. 7. 
Feedback

Your answer is correct.


The correct answer is: 7.

Question 8
Correct
Mark 1.00 out of 1.00
Flag question

Question text

It is a part of the Content URIs where this is set to content.

Select one:
a. authority
b. data_type
c. id

d. prefix 
Feedback

Your answer is correct.


The correct answer is: prefix

Question 9
Correct
Mark 1.00 out of 1.00

Flag question

Question text

It is methods to circumvent in the Content Provider class where This method gets a client
order and outcome is returned as an entity with a Cursor.

Select one:
a. query() 
b. insert()
c. onCreate()

d. update()
Feedback
Your answer is correct.
The correct answer is: query()

Question 10
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where modify the main activity
file MainActivity.java to add to ClickAddName() and ClickRetrieveStudents() are the two new
methods.

Select one:
a. 4.
b. 3.
c. 2. 

d. 1.
Feedback

Your answer is correct.


The correct answer is: 2.

Question 11
Incorrect
Mark 0.00 out of 1.00

Flag question

Question text

It is a part of Content URIs where The particular record requested is stated here like for
example, if you are looking in the Contacts service provider for contact number 5 then URI
will look like this content:/contacts / people/5.
Select one:
a. data_type 
b. prefix
c. id

d. authority
Feedback

Your answer is incorrect.


The correct answer is: id

Question 12
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Which ContentResolver layer methods belong to the following content are the Internet,
SQLite and Files?

Select one:
a. Internet Layer
b. Business Layer
c. Data Layer 

d. Data Access Layer


Feedback

Your answer is correct.


The correct answer is: Data Layer

Question 13
Correct
Mark 1.00 out of 1.00
Flag question

Question text

In which steps of how to create your own ContentProvider where Modify the default
res/layout/ac.

Select one:
a. 7.
b. 4.
c. 6.

d. 5. 
Feedback

Your answer is correct.


The correct answer is: 5.

Question 14
Correct
Mark 1.00 out of 1.00

Flag question

Question text

Which ContentResolver layer methods belong to the following content Provider and in


between another layer are Read and Write?

Select one:
a. Data Layer
b. Content Provider Layer
c. Data Access Layer 

d. Business Layer
Feedback
Your answer is correct.
The correct answer is: Data Access Layer

Question 15
Correct
Mark 1.00 out of 1.00

Flag question

Question text

It is methods to circumvent in the Content Provider class where the method updates an
existing Content Provider record.

Select one:
a. query()
b. insert()
c. update() 

d. onCreate()
Feedback

Your answer is correct.


The correct answer is: update()

Question 16
Correct
Mark 1.00 out of 1.00

Flag question

Question text

It is methods to circumvent in the Content Provider class where the method incorporates a
new record into the provider of the material.

Select one:
a. insert() 
b. onCreate()
c. getType()

d. update()
Feedback

Your answer is correct.


The correct answer is: insert()

Question 17
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where Using Android StudioIDE
to build and label an Android program as My Program under a com.example. MyApplication
kit, with blank operation.

Select one:
a. 1. 
b. 2.
c. 4.

d. 3.
Feedback

Your answer is correct.


The correct answer is: 1.

Question 18
Correct
Mark 1.00 out of 1.00
Flag question

Question text

It is methods to circumvent in the Content Provider class where the method deletes an


existing Content Provider record.

Select one:
a. getType()
b. update()
c. insert()

d. delete() 
Feedback

Your answer is correct.


The correct answer is: delete()

Question 19
Correct
Mark 1.00 out of 1.00

Flag question

Question text

In which steps of how to create your own ContentProvider where register your service
provider using the < provider ... / > attribute in your AndroidManifest.xml file

Select one:
a. 6.
b. 4. 
c. 5.

d. 7.
Feedback
Your answer is correct.
The correct answer is: 4.

Question 20
Correct
Mark 1.00 out of 1.00

Flag question

Question text

It is methods to circumvent in the Content Provider class where When the provider is


started this process is called.

Select one:
a. query()
b. getType()
c. update()

d. onCreate() 
Feedback

Your answer is correct.


The correct answer is: onCreate()

You might also like