APPLICATION LAYER
CLIENT SERVER PARADIGM
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
create, retrieve, update, delete
|
|
capture, repeat, update, delete
|
|
create, return, undo, decide
|
|
condition, release, upscale, document
|
Detailed explanation-1: -In computer programming, create, read, update, and delete (often referred to via the acronym CRUD) are the four basic operations of persistent storage. CRUD is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information using computer-based forms and reports.
Detailed explanation-2: -The CRUD operation Delete corresponds to the HTTP method DELETE. It is used to remove a resource from the system. Let’s say that the world avocado shortage has reached a critical point, and we can no longer afford to serve this modern delicacy at all.
Detailed explanation-3: -CRUD refers to the four basic operations a software application should be able to perform – Create, Read, Update, and Delete. In such apps, users must be able to create data, have access to the data in the UI by reading the data, update or edit the data, and delete the data.
Detailed explanation-4: -Create list items. Describes how to create a list item using Native or Fluent API. Query list items. Describes how to query for a list item based on its Id using Native or Fluent API. Find list items. Modify list items. Delete list items.