Chapter 28-31 Tech +

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

1/70

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:57 AM on 3/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

71 Terms

1
New cards

Data

is raw facts and figures

2
New cards

Information

is processed data with meaning

3
New cards

Critical Data

essential for operations
Examples:
-             Customer financial information

-             Product designs and patents

-             Employee personal records

4
New cards

Non-Critical Data

nice to have but not essential

5
New cards

Data-Driven Business Decisions

-             Using data to guide strategy

-             Facts replace guesswork

-             Improved outcomes and efficiency

6
New cards

Data Capture and Collection

-             Gathering raw data from various sources

-             Customer interactions and transactions

-             Sensors, surveys, and observations

7
New cards

Data Collection Methods

-             Online forms and surveys

-             Point-of-sale systems

-             Website analytics and tracking

8
New cards

Data Correlation

-             Finding relationships between data sets

-             Identifying patterns and connections

-             Reveals insights not obvious individually

9
New cards

Meaningful Reporting

-             Converting data into actionable insights

-             Visual presentations and dashboards

-             Tailored to audience needs

10
New cards

Data Monetization

-             Converting data into revenue

-             Selling insights to other companies

-             Improving products and services

-             Examples

o  Targeted advertising based on user data

o  Premium analytics services

o  Data licensing to partners

11
New cards

Data Analytics

-             Process of examining data for insights

-             Statistically analysis and pattern recognition

-             Transform raw data into knowledge

-             Bulk information

12
New cards

Descriptive Analytics

-             Simply seek to describe your data

13
New cards

Predictive Analytics

-             Seek to use your existing data to predict future events

14
New cards

Big Data

-             Extremely large and complex data sets

-             Traditional tools cannot process effectively

-             Requires specialized technologies

15
New cards

Database

-             Organized collection of structured data

-             Enables efficient storage and retrieval

-             Foundation of modern information systems

16
New cards

Database Uses

-             Multiple operations for data management

-             Essential business and personal functions

-             Support various organizational needs

17
New cards

Create Database Operations

-             Add new records to database

-             Input fresh data from various sources

-             Expand database with new information

18
New cards

Import/Input Operations

-             Bring data from external sources

-             Spreadsheets, text files, other databases

-             Bulk data entry and migration

19
New cards

Query Operations

-             Search and retrieve specific data

-             Filter records based on criteria

-             Answer questions using stored data

20
New cards

Report Operations

-             Formatted presentation of data

-             Summarize and analyze information

-             Professional output for stakeholders

21
New cards

Flat file

-             Limited simultaneous access

o  Scalability: difficult to expand

o  Speed: slower for large data sets

o  Variety of Data: simple data types only

22
New cards

Database

-             Many users can access safely

-             Handle users coordination

o  Scalability: designed to grow

o  Handles increasing data volume

o  Speed: optimized for fast retrieval

o  Uses indexing and optimization

o  Variety of Data: complex relationships supported

o  Databases handles multiple data formats

23
New cards

Database Records

-             Individual entries in database

-             Data is store in tables

-             Contain related information fields

-             Examples:

o  Customer record

o  Product record

24
New cards

Record Structure

-             Fields store specific data pieces

-             Each record has unique identifier

-             Consistent format across records

-             Primary key of the database = ID #

25
New cards

Foreign keys

-             Second type of key

-             Define relationships between tables

-             Other tables

26
New cards

Storage

-             How and where data is physically kept

-             Affects performance and accessibility

-             Critical for data management strategy

27
New cards

Data Persistence

-             Database data survives power loss unlike RAM

-             Essential for business records and transactions

-             Why your bank account survives system restarts

28
New cards

Data Availability

-             When and how data can be accessed

-             Affects business operations

-             Balance between access and security

29
New cards

Cloud (database)

-             Remote server storage

-             Security and access implications

-             Anyone can access it

30
New cards

Local Storage (database)

-             On-premises storage

-             Security and access implications

-             Benefits

o  Direct control over data

o  No internet dependency

o  Potentially faster access

o  Potentially more secure

31
New cards

Online Access

-             Requires internet connect

-             Affects when data is available

32
New cards

Offline Access

-             Works without connectivity

33
New cards

Data Structure

-             Different ways to organize and store data

-             Each approach serves specific needs

-             Choice affects performance and capabilities

34
New cards

Structured Data

-             Highly organized in predefined format

-             Fixed schema with specific fields

-             Examples:

o  Spreadsheets

o  Relational databases (oracle, MySqyel)

35
New cards

Semi-structured Data

-             Some organization but flexible format

-             Tags or markers provide structure

-             Examples:

o  XML

o  JSON files – read by multiple apps

36
New cards

Semi-structured Data Characteristics

o  More flexible than structured data

o  Self-describing format

o  Easier to modify than structured

37
New cards

Non-Structured Data

-             No predefined organizational format

-             Free-form content without fixed schema

-             Examples

o  Emails

o  Documents

o  Imagines

38
New cards

Relational Databases

-             Data organized in related tables

-             Structured approach with fixed schema

-             Most common database type

-             Corporate

39
New cards

Table

-             Is made up of rows and fields

-             Collections of related records

-             Organized in rows and column

-             Each table represents entity type

40
New cards

Schema

-             Blueprint defining database structure

-             Specifies tables fields and relationships

-             Must be designed before data entry

-             People create scheme in database

41
New cards

Schema Benefits

o  Ensures data consistency

o  Enforces business rules

o  Provides clear data organization

42
New cards

Rows/Records

-             Individual entries in table

-             Each row contains complete data set

-             Represents single entity instance

43
New cards

Fields/Columns

-             Individual data elements

-             Each column has specific data type

-             Consistent across all rows

44
New cards

Primary Key

-             Unique identifier for each record

-             Cannot be null or duplicate

-             Ensures record uniqueness

-             Each table needs to have a table

45
New cards

Foreign Key

-             Links to primary key in another table

-             Creates relationships between tables

-             Maintains referential integrity

46
New cards

Foreign Key Benefits

o  Prevents orphaned records

o  Enforces data relationships

o  Enables table joins

47
New cards

Constraints

-             Rules that limit allowable data

-             Ensure data quality and integrity

48
New cards

Non-relational Database

-             Flexible data storage approaches

-             No fixed schema required

-             Handle varied data types efficiently

49
New cards
50
New cards

Key/Value Database

-             Simple structure with key-value pairs

-             Fast retrieval using unique keys

-             Examples

o  Redis

o  Amazon

o  DynamoDB

51
New cards

Key/Value Database Characteristics

o  Extremely fast access

o  Simple data model

o  Limited query capabilities

52
New cards

Document Database Benefits

-             Natural fit for application objects

-             Flexible data structure

-             Easy to scale horizontally

53
New cards

Data Backup    

-             Creating copies of important data

-             Protection against data loss

-             Essential for business continuity

54
New cards

Backup purpose

-             Protect against hardware failure

-             Recover from accidental deletion

-             Restore after malware attacks

55
New cards

Data Types for Backup

-             Important documents and files

-             System configurations and settings

-             Application data and database

56
New cards

File Backups

-             Copying specific files and folders

-             Users documents and work files

-             Selective backup of important data

57
New cards

File Backups Benefits

o  Quick and targeted protection

o  Easy to restore individual files

o  Efficient use of storage space

58
New cards

System Backups

-             Complete copy of entire system

-             Operating system and all programs

-             Full restoration capability

59
New cards

System Backups Benefits

o  Complete system recovery possible

o  Restore everything at once

o  Protection against major failures

60
New cards

Restoring Data

-             Process of recovering backup-up information

-             Returns data to usable state

-             Critical when original data is lost

61
New cards

Restoring Data Considerations

o  Verify backup integrity before restoring

o  Choose appropriate restoration point

o  Test restored data for completeness

62
New cards

Backup Location

-             Where backup copies are stored

-             Affects accessibility and security

-             Multiple location strategies recommended

63
New cards

Stored Locally

-             Backup kept on-site with original data

-             Physical control over backup media

-             Immediate access for restoration

64
New cards

Flash Drive Backup

-             Portable USB storage device

-             Convenient for small data sets

-             Easy to transport and use

65
New cards

Flash Drive Backup Considerations

o  Limited storage capacity

o  Can be easily lost damaged

o  Good for personal file backups

66
New cards

External Hard Drive Backup

-             Large capacity external storage

-             Connects via USB or other interface

-             Suitable for system and large file backups

67
New cards

External Hard Drive Backup Benefits

o  High storage capacity

o  Relatively inexpensive

o  Fast backup and restore speeds

68
New cards

SD Card backup

-             Small removable storage card

-             Used in cameras and mobile devices

-             Convenient for specific device backups

69
New cards

Cloud Storage Backup

-             Remote backup via internet

-             Data stored in provider’s data centers

-             Accessible from anywhere with internet

70
New cards

Cloud Storage Backup Benefits

o  Automatic backups scheduling

o  Protection from local disasters

o  Access from multiple devices

71
New cards

Cloud Storage Backup Benefits

o  Automatic backups scheduling

o  Protection from local disasters

o  Access from multiple devices

Explore top notes

note
Module 8: Price Control
Updated 1257d ago
0.0(0)
note
Storms Review
Updated 1227d ago
0.0(0)
note
Leçon 1 D'Accord 3 Vocabulaire
Updated 1277d ago
0.0(0)
note
Stress
Updated 1249d ago
0.0(0)
note
Module 8: Price Control
Updated 1257d ago
0.0(0)
note
Storms Review
Updated 1227d ago
0.0(0)
note
Leçon 1 D'Accord 3 Vocabulaire
Updated 1277d ago
0.0(0)
note
Stress
Updated 1249d ago
0.0(0)

Explore top flashcards

flashcards
TOP 200 DRUGS FOR PTCB
200
Updated 718d ago
0.0(0)
flashcards
M.1 - Musical
27
Updated 1093d ago
0.0(0)
flashcards
BY 101 Unit 1
66
Updated 938d ago
0.0(0)
flashcards
AP Psych Unit 3-5
268
Updated 466d ago
0.0(0)
flashcards
asian worlds western imperalism
46
Updated 763d ago
0.0(0)
flashcards
Kap 5 Tysk Echt 1
20
Updated 1143d ago
0.0(0)
flashcards
TOP 200 DRUGS FOR PTCB
200
Updated 718d ago
0.0(0)
flashcards
M.1 - Musical
27
Updated 1093d ago
0.0(0)
flashcards
BY 101 Unit 1
66
Updated 938d ago
0.0(0)
flashcards
AP Psych Unit 3-5
268
Updated 466d ago
0.0(0)
flashcards
asian worlds western imperalism
46
Updated 763d ago
0.0(0)
flashcards
Kap 5 Tysk Echt 1
20
Updated 1143d ago
0.0(0)