CAPE Information Technology Unit 2 Module 1 Specific Objective 1

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/46

flashcard set

Earn XP

Description and Tags

Differentiate among terms used in Information Management; For example, fields, records, tables, files, database and database management system.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

FIELDS

A field is a named unit of information in a database representing a specific attribute such as 'favourite color' or 'Parish'.

2
New cards

RECORDS

Records are rows or tuples in a database table that represent single, structured data items with related fields.

3
New cards

TABLES

Tables are organized collections of related records arranged logically to represent datasets like personal information.

4
New cards

FILES

Files in flat databases contain records that themselves include multiple fields of different data types.

5
New cards

DATABASE

A database is a structured collection of data managed to facilitate storage, retrieval, and manipulation efficiently.

6
New cards

DATABASE MANAGEMENT SYSTEM (DBMS)

A DBMS is a software system controlling the organization, storage, retrieval, and management of database data.

7
New cards

INFORMATION MANAGEMENT

Information Management involves collecting, organizing, retrieving, and distributing accurate and timely data within an enterprise.

8
New cards

HIERARCHICAL MODEL

The hierarchical database model organizes data in an inverted tree structure with parent and child records representing one-to-many relationships.

9
New cards

NETWORK MODEL

The network database model allows records to have multiple parent records enabling many

10
New cards

RELATIONAL MODEL

The relational model represents data in tables with rows and columns using keys to establish relationships between tables.

11
New cards

PRIMARY KEY

A primary key is a column or set of columns in a table that uniquely identifies each record within that table.

12
New cards

FLAT DATABASE

A flat database consists of files containing records, each made up of several fields storing individual data pieces.

13
New cards

ACID PROPERTIES

ACID properties guarantee that database transactions are atomic, consistent, isolated, and durable to ensure integrity.

14
New cards

DATA SECURITY

Data security prevents unauthorized access or alteration by enforcing stringent access controls and authentication mechanisms.

15
New cards

DATABASE SERVER

A database server is a specialized computer system dedicated to hosting databases and efficiently processing requests.

16
New cards

DATA ADMINISTRATORS

Data administrators are responsible for overall database system design, policy setting, and ensuring data quality and security.

17
New cards

DATABASE ADMINISTRATORS

Database administrators manage the detailed design, maintenance, tuning, and backup of database systems to ensure performance.

18
New cards

QUERY

A query is a structured request made to a database to retrieve or manipulate data based on specific criteria.

19
New cards

FORMS

Forms provide user-friendly interfaces for data entry, updating, or displaying information stored within a database.

20
New cards

REPORTS

Reports are formatted documents generated from database data summarizing or presenting information of interest to users.

21
New cards

TRANSACTIONAL INTEGRITY

Transactional integrity ensures that incomplete or partial database transactions do not corrupt the stored data.

22
New cards

REFERENTIAL INTEGRITY

Referential integrity guarantees that relationships between tables remain consistent, preventing orphaned or invalid records.

23
New cards

INDEXES

Indexes are structures that speed up record retrieval by creating fast lookup paths on key fields within databases.

24
New cards

RELATIONAL DBMS ADVANTAGES

Relational DBMS are widely used because they offer extensive support, security features, and compatibility with many tools.

25
New cards

RELATIONAL DBMS DISADVANTAGES

Some relational DBMS can be resource-intensive with limitations such as fixed field lengths and inefficient browsing.

26
New cards

NAVIGATIONAL PROGRAMMING

Navigational programming involves accessing network databases by traversing related records using specific commands.

27
New cards

SETS

In network databases, sets define named relationships associating an owner record with multiple member records to model complex data.

28
New cards

RECORDS IN HIERARCHICAL MODEL

Records, or nodes in hierarchical models, are arranged in a tree-like structure with parent records linked to child records.

29
New cards

PARENT RECORD

A parent record in a hierarchical database model is one that has associated subsidiary or child records linked beneath it.

30
New cards

CHILD RECORD

In a hierarchical model, a child record is a subsidiary directly connected to a parent record, representing a subset of data.

31
New cards

DATA MODEL

A data model defines the logical structure and organization of data, such as hierarchical, network, relational, or object-oriented models.

32
New cards

DATA STRUCTURES

Data structures in databases organize fields, records, files, and objects to efficiently manage and access large volumes of information.

33
New cards

MODELING LANGUAGE

A modeling language allows defining the schema and structure of database contents within a DBMS environment.

34
New cards

OPEN DATABASE CONNECTIVITY (ODBC)

ODBC is a standard API enabling applications to access diverse DBMSs in a uniform manner.

35
New cards

TRANSACTION MECHANISM

A transaction mechanism in a DBMS ensures the ACID properties during concurrent data access and system faults.

36
New cards

FLAT DATABASE VS RELATIONAL DATABASE

Flat databases store data in simple files with records and fields while relational databases use linked tables for complex relationships.

37
New cards

ENTERPRISE INFORMATION MANAGEMENT

Enterprise Information Management focuses on delivering the right data to the right people at the right time effectively.

38
New cards

BUSINESS INTELLIGENCE

Business intelligence involves analyzing data with software tools to support strategic and operational decision-making.

39
New cards

DATABASES EXAMPLES

Popular database systems include MS Access, dBase, FoxPro, Paradox, Approach, Oracle, and Open Office Base.

40
New cards

ADVANTAGES OF NETWORK MODEL

The network model provides fast, efficient data access through pointer-based navigations in complex relationships.

41
New cards

DISADVANTAGES OF NETWORK MODEL

The network model is rigid, technically outdated, and can be difficult to maintain as complexity grows.

42
New cards

HIERARCHICAL MODEL ADVANTAGE

Hierarchical models are well suited to representing naturally hierarchical data such as organizational charts.

43
New cards

HIERARCHICAL MODEL DISADVANTAGE

This model lacks flexibility to adapt easily to changing and dynamic organizational data requirements.

44
New cards

RELATIONAL DATABASE RULES

Relational databases disallow identical rows, treat column order as irrelevant, and require atomic values in each field.

45
New cards

KEYS

Keys in relational databases uniquely identify records and establish relationships between different tables.

46
New cards

DATABASE MANAGEMENT PURPOSE

The purpose of database management is to organize, sort, display, and efficiently handle large datasets.

47
New cards

PASSWORD PROTECTION

Password protection in DBMS restricts database access to authorized users, enhancing data security and privacy.