2) CRUD/ JSON/ REST/ XML Flashcards

1
Q

CRUD

A

An acronym that describes the main functions of a database.
Refers to how the data is displayed and reported using the User Interface.
CRUD - SQL
Create - Insert
Retrieve - Select
Update - Update
Delete - Delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

REST

A

Is an architectural style that determines how systems communicate with each other.
Uses HTTP requests to interact with online databases.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

JSON

A

JavaScript Object Notation- a method for formatting data objects that are being transferred across servers.
+ives:
- Code is easier to read for developers maintaining the code.
- Increased performance as the code is parsed quickly so reduces processing time.
-ives:
- Works with a limited range of data types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

XML

A

Extensible Markup Language- a method of defining data formats that are transmitted around a network.
+ives:
- Any data type is allowed
-ives:
- Requires more code than JSON
- Slower as the data has to extracted from tags.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly