Database - Week 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Quiz

Last updated 8:11 AM on 8/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Capture

“GET THE DATA“

The exact moment data is born or recorded into a system.

Example:

You enroll in school and enter:

Name: Maria
Student ID: 12345
Course: BSIT


2
New cards

Storage

“KEEP THE DATA”

Housing the data with physical and logical organization.

For example:

Database server → Student Records Database


3
New cards

Maintenance

“PROTECTING THE DATA“

Defending against inevitable decay and corruption.

Examples:

  • Updating incorrect information

  • Backing up the database

  • Checking for corrupted data

  • Protecting it from unauthorized access


4
New cards

Retrieval

"GET THE DATA BACK"

Delivering the right information to authorized users.

For example:

A teacher asks:

"Show me Maria's grades."

The database finds Maria's record and gives it to the authorized teacher.

5
New cards

Disposal

"DESTROY THE DATA"

The secure assassination of expired data to eliminate liability.

"Secure assassination" basically means securely deleting the data.

6
New cards

Creation

Generating net-new information

👉 You're creating something new.

  • Examples: Writing a business proposal, coding a new software module, drafting a memo.


7
New cards

Capture

Recording existing real-world events or facts into a system.

👉You RECORD information that already exists

Examples:

Barcode: A customer buys a product → cashier scans the barcode → system records the sale.

8
New cards

The Concept

Data should be captured exactly where and when the business event occurs, by the person or device closest to it.


9
New cards

“Re-enter” step

If a customer fills out a paper form, and a clerk types it into a computer later, you have introduced a?

10
New cards

Validation at Point of Entry

Check the data at the moment it is entered.

11
New cards

IoT (Internet of Things)

Sensors capturing machine data (e.g., a delivery truck's GPS and engine temperature).

Examples:

  • 📱 Smartphone → connects to the internet

  • Smartwatch → tracks your steps and sends data to your phone

  • 🏠 Smart lights → you can turn them on/off using your phone

  • 🚗 Smart car → can send information about the car's condition

  • 🌡 Smart thermostat → detects temperature and adjusts automatically


12
New cards

OCR (Optical Character Recognition)

Scanning a physical ID and automatically extracting the text.


13
New cards

APIs (Aoolication Programming Entrfaces)

Systems capturing data directly from other systems (e.g., your school's system capturing payment confirmations directly from GCash/Maya).

“A bridge that lets systems talk and exchange data.“

14
New cards

Speed vs Cost vs Durability

What are the trade-off tringle?

15
New cards

SSD / RAM

Extremely fast, very expensive, volatile/less durable. (Used for active processing).


16
New cards

Magnetic Tape/Cloud Glacier

Very slow to retrieve, incredibly cheap, highly durable. (Used for long-term backups).


17
New cards

useless

Storage without organization is?

18
New cards

Taxonomy

The aisles and shelves organize the boxes into groups.
In IT, this is like:

  • Folders

  • Categories

  • Tags


19
New cards

Metadata

"Data about data."

Each box has a label telling you what's inside.

20
New cards

Indexing

Creating a "cheat sheet" for the database so it doesn't have to read every single row to find what you want.

21
New cards

Taxonomy, Metadata, Indixing

What are the three Organizational tool IT/CS?

22
New cards

Security, Accessibility, Redundancy

The three imperatives of modern storage

23
New cards

Security

Encryption at rest. Protecting the binary data (protecting data while it sits on the hard drive).


24
New cards

Accessibility

Ensuring data is immediately available to authorized stakeholders when requested.

25
New cards

Redundancy

RAID configurations, replicating data across multiple cloud availability zones.