IM101 first meeting

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

1/43

flashcard set

Earn XP

Description and Tags

prelim exam

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

44 Terms

1
New cards

Database & Database System

Are essential components of life in modern society.

2
New cards

Bank deposit or withdraw funds

Hotel or airline reservation

Access a computerized library catalogue to search for a bibliographic item.

Purchased item online

Example of Database & Database System

3
New cards

Traditional Database

Based on a fixed schema that is static in nature.

4
New cards

Multimedia Database

is a collection of related multimedia data that are use to store images, animation, audio, video along with text.

5
New cards

make the lecture more interesting and vivid.

Benefits of Multimedia Database

6
New cards

GEOGRAPHIC INFORMATION SYSTEM (GIS)

is a computer system for capturing, storing, checking, and displaying data related to positions on Earth's surface

7
New cards

Data Warehouse

Is an enterprise system used for the analysis and reporting of structured and semi-structured data from multiple sources

8
New cards

Data warehousing

integrates DATA and INFORMATION collected from various sources into one comprehensive database

9
New cards

Online Analytical Processing (OLAP) system

is a computing method that enables users to easily and selectively extract and query data in order to analyze it from different point of view

10
New cards

Real-time database

is a database system which uses real-time processing to handle workloads whose state is constantly changing

11
New cards

Data

Is Raw facts - meaning facts it is not yet been processed to reveal their meaning

12
New cards

Information

The result of processing raw data to reveal its meaning

13
New cards

Database

is an organized collection of structured information, or data, typically stored electronically in a computer system. is usually controlled by a database management system (DBMS)

14
New cards

End-user data

Metadata or data about data

Database is a shared, integrated computer structure that stores a collection of

15
New cards

End-user data

raw fact interest to the end-user

16
New cards

Metadata or data about data

provide a description of the data characteristic and set of relationship that links the data found within the database.

17
New cards

Database Management System

serves as an interface between the database and its end users or programs, allowing users to retrieve, update, and manage how the information is organized and optimized.

18
New cards

Querying and Updating

Database Manipulation

19
New cards

Query

RETRIEVE DATA or CHANGE INFORMATION in a database

20
New cards

Information System

Set of component that is work together

21
New cards

Information Technology

Application of computer and telecommunication equipment. this is use to store, retrieve, transmit and manipulate data.

22
New cards

REQUIREMENTS, SPECIFICATION and ANALYSIS

Design of a new application for an existing database or design of a new database starts off with a phase called

23
New cards

entity relationship model

describes interrelated things of interest in a specific domain of knowledge. compose of ENTITY TYPES and specifies relationship that can exist between entities.

24
New cards

Entity-Relationship (ER) model

is a conceptual framework used to describe and represent the data within a system and the relationships between those data elements. It is commonly used in database design to visually map out the structure of a database before it is implemented.

25
New cards

Entity

in DBMS is a real world thing or real world object which is distinguishable from other object in the real world. is a table or attribute of a table in database.

26
New cards

Conceptual design

is the initial phase where the overall purpose and structure of the system are defined at a high level. This phase focuses on what the system will do and what its main components will be, without delving into technical details or implementation specifics.

27
New cards

Logical design

translates the high-level concepts from the conceptual design into a more detailed structure. This phase focuses on how the system will meet the requirements outlined in the conceptual design, often specifying data flow, processes, and relationships between different entities without considering physical aspects like hardware or specific software.

28
New cards

Physical design

is the phase where the logical design is translated into actual physical implementations. It involves deciding on the hardware, software, network infrastructure, and specific technologies to use. The focus is on how to implement the logical design efficiently and effectively using physical resources

29
New cards

Physical database design

is the process of transforming logical data models into physical data models.

30
New cards

An experienced database designer

will make a physical database design in parallel with conceptual data modeling if they know the type of database technology that will be used.

31
New cards

Data independence

is the ability to modify the scheme without affecting the programs and the application to be rewritten.

32
New cards

Data is separated from the programs

that the changes made to the data will not affect the program execution and the application

33
New cards

Operation

Also called Function or Method

34
New cards

Database operations

is the development, maintenance, and support of structured data to maximize the value of data across the organization. This function includes database support and data technology management

35
New cards

Interface (or signature)

implementation (or method)

Specified two parts of operation

36
New cards

Interface (or signature)

an operation includes the operation name and the data type of its argument or parameters.

37
New cards

implementation (or method)

the operation is specified separately and it can be change without affection the interface.

38
New cards

Data independence

is the ability to modify the scheme without affecting the programs and the application to be rewritten.

39
New cards

Data Abstraction

is a process of hiding unwanted or irrelevant details from the end user. It provides a different view and helps in achieving data independence which is used to enhance the security of data. The database systems consist of complicated data structures and relations

40
New cards

The conceptual representation of the database

has the identification of the important entities, relationships, and attributes.

41
New cards

Data Model

define how data is connected to each other and how they are processed and stored inside the system

42
New cards

Conceptual data models

Referred to as domain models and offer a big-picture view of what the system will contain. part of the process of gathering initial project requirements. This include entity classes.

43
New cards

Logical data Models

These indicate data attributes, such as data types and their corresponding lengths, and show the relationships among entities. don’t specify any technical system requirements.

44
New cards

Physical Data Models

They provide a schema for how the data will be physically stored within a database. They offer a finalized design that can be implemented as a relational database .