CH.5- Data base systems, data centers, business intelligence Flashcards

1
Q

Database

A
  • Database: organized collection of data.

- Helps organization achieve its goals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Database Management Systems (DBMS)

A

-Database management systems (DBMS):

  • group of programs that manipulate database
  • interface between the database –>users–>programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Database administrator (DBA)

A
  • skilled IS professional
  • directs all activities related to database.—-> a person
  • Like a security guard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Character

A
basic building block of most information, consisting of :
		○ upper case letters,
		○  lower case letters, 
		○ numeric digits, 
		○ special symbols

Characters put together = field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Field

A

-Collection of characters with meaning.

○ a name, number or combination of characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Record

A

-collection of related data fields all related to one object, activity, individual.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

File

A

-Collection of related records.

I.e employee file is a collection of all company employee records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Hierarchy of data

A

(at bottom) bits => characters => fields =>records,

=>files, => databases (at top)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Entity

A

Grouping similar items.
○ general class of ppl, places, things for which data collected, stored, maintained.
○ i.e employees, investory, customers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Attribute

A

• Attribute: Characteristic of an entity.

○ Employee 1st name, last name, hire date,department number are attributes for an employee

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data Item

A

specific value of an attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Key

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Primary Key

A

field or set of fields that uniquely identifies the record (I.e an item number)
• No other record can have the same primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Traditional approach to data mgmt

Database approach to data mgmt

A

traditional: used data files dedicated to that system

Database approach: pool of related data shared by variety of information systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Data Centre

  • Traditional
  • Modular
A

climate controlled building/set of bldgs that keep database servers and systems

  • Traditional- rows
  • Modular- shipping Containers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Planned database redundancy

A

way of organizing data so that logical database design altered so that certain data entities combined, summary totals carried in the data record instead of calculated from elemental data, some data attributes repeated in more than one data entity to improve database performance.

17
Q

Data Model

A

diagram of entities and their relationships

18
Q

Entity relationship diagram (ER)

A

Data model ,uses graphical symbols to show organization of + relationships between data

	○ Boxes = data items or entities 
	○ Diamonds = relationships betwen data items and entities
	○ ER diagrams show data items in tables (entities ) and how they are related
19
Q

Relational Model

A
  • database model that describes data,

- all data placed in 2 dimensional tables (relations) –>logical equivalent of files

20
Q

Domain

A

Allowable values for data attributes

21
Q

Querying relational data model:

A
  • SELECTING
  • PROJECTING
  • JOINING
  • LINKING
22
Q

Querying relational data model: Selecting

A

Manipulating data to eliminate rows according to certain data (i.e eliminate all rows except the one with the data u need)

23
Q

Querying relational data model: Projecting

A

Manipulating data to eliminate columns in a table (i.e eliminate all columns except the one with the data u need)

24
Q

Querying relational data model: Joining

A

combining 2 or more tables

25
Q

Querying relational data model: Linking

A

Linking tables with common attributes

26
Q

Data clean up

A

process of looking for and fixing inconsistencies to ensure data is accurate and complete

27
Q

Flat File

A

Simple data base program whose records have no relationship to one another
-store and manipulate single table or file

28
Q

Single User

A

database installed on personal computer for single user

29
Q

Multiple Users

A

Allows dozens or hundreds of ppl to access the same database system at same time

30
Q

Schema

A

description of entire database

31
Q

Data definition Language

A

instructions + commands to define and describe data and relationships in database

32
Q

Data dictionary

A

detailed description of all the data used in the database

33
Q

Concurrency Controls

A

2 or more users or applications need to access same record at same time

34
Q

Data manipulation language (DML)

A

language provided with DBMS that allows users to: -access and modify the data,

  • make querries, a
  • generate
35
Q

Structured query language (SQL)

A

STANDARD QUERY LANGUAGE FOR RELATIONAL DATABASES

36
Q

DATABASE OUTPUT

A

a database application that offers sophisticated formatting and optimization options to produce the right information in the right format.

37
Q

database administrator (DBA)

A

role is to plan, design, create, operate, secure, monitor, and maintain databases

38
Q

DATA ADMINISTRATOR

A
  • non technical position responsible for defining and implementing consistent principles for a variety of data issues
  • Incl setting data standards and data definitions that apply across all databases in org.
  • Work with business managers to identify who should have read or update access to certain databases.