(b) Methods of capturing, selecting, managing and exchanging data. Flashcards
1
Q
Name two methods of data capture.
A
Forms and Optical Character Recognition (OCR).
2
Q
How is data selected from a database?
A
Using queries like SQL SELECT statements and filters.
3
Q
What are common data management tasks?
A
CRUD: Create, Read, Update, Delete operations.
4
Q
What are two methods of exchanging data between systems?
A
JSON/XML files and APIs (Application Programming Interfaces).