FIS - Chapter 5

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

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:58 AM on 5/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

Database

Organized collection of data

2
New cards

Database management system (DBMS)

Group of programs that manipulate the database.

Provide an interface between the database and its users and other application programs.

Can reference a schema to find where to access the requested data in relation to another piece of data

can act as front-end or back-end applications

3
New cards

Database Administrator (DBA)

Skilled IS professional who directs all activities related to an organization’s database.

Works with users to decide the content of the database – Works with programmers as they build applications to ensure that their programs comply with database management system standards and conventions

4
New cards

Data Administrator

Responsible for defining and implementing consistent principles for a variety of data issues

5
New cards

Data Management

without data and the ability to process the data: an organization could not successfully complete most business activities.

6
New cards

Bit

circuit that is either on or off

7
New cards

Byte

typically made of eight bits

8
New cards

Character

basic building block of information

9
New cards

Field

name, number, or combination of characters that describes an aspect of a business object or activity

10
New cards

Record

collection of related data fields

11
New cards

File

collection of related records

12
New cards

Database

collection of integrated and related files

13
New cards

Entity

general class of people, places, or things (objects) for which data is collected, stored, and maintained. Is described, records.

14
New cards

Attribute

characteristic of an entity. Fields.

15
New cards

Data Item

specific value of an attribute.

16
New cards

Key

field or set of fields in a record that is used to identify the record.

17
New cards

Primary Key

field or set of fields that uniquely identifies the record.

18
New cards

Foreign Key

refers to the primary key in another table.

19
New cards

Traditional Approach

each distinct operational system used data files dedicated to that system

20
New cards

Database Approach

pool of related data is shared by multiple application programs.

21
New cards

Data Modeling

Building a database

22
New cards

Logical design

Abstract model of how data should be structured and arranged to meet an organization’s information needs

23
New cards

Physical design

Starts from the logical database design and finetunes it for performance and cost considerations

24
New cards

Enterprise data modeling

Starts by investigating the general data and information needs of the organization at the strategic level

25
New cards

Entity-relationship (ER) diagrams

Data models that use basic graphical symbols to show the organization of and relationships between data

26
New cards

Relational model

Describes data using a standard tabular format

Each row of a table represents a data entity (record)

Columns of the table represent attributes (fields)

27
New cards

Domain

Allowable values for data attributes

28
New cards

Selecting

Eliminates rows according to certain criteria

29
New cards

Projecting

Eliminates columns in a table

30
New cards

Joining

Combines two or more tables

31
New cards

Linking

Manipulating two or more tables that share at least one common data attribute

32
New cards

Flat file

Simple database program whose records have no relationship to one another

33
New cards

Single user

Only one person can use the database at a time

Examples: Access, FileMaker Pro, and InfoPath

34
New cards

Multiple users

Allow dozens or hundreds of people to access the same database system at the same time

Examples: Oracle, Sybase, and IBM

35
New cards

Schema

Used to describe the entire database

Can be part of the database or a separate schema file

36
New cards

Concurrency control

Method of dealing with a situation in which two or more users or applications need to access the same record at the same time