Module 1.3 Database Management Systems. Outline 1. Data, System, Management 2. The Database Management System Environment 3. The DBMS Organizational Relationship.

Slides:



Advertisements
Similar presentations
Lecture-7/ T. Nouf Almujally
Advertisements

Introduction to the World of Computers
Chapter 1 Section II Fundamentals of Information Systems
Chapter 2 Database Environment.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 1 Introduction to Database Management.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Chapter 1 Introduction to Databases
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS
DBMS1 Database Management System (DBMS) Introductory Concepts Week-1.
Chapter 4 Database Management Systems. Chapter 4Slide 2 What is a Database Management System (DBMS)?  Database An organized collection of related data.
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
Chapter 1 Introduction to Database Management. McGraw-Hill/Irwin © 2004 The McGraw-Hill Companies, Inc. All rights reserved. Welcome! Database technology:
Chapter 2 Database System Concepts and Architecture
Database Environment 1.  Purpose of three-level database architecture.  Contents of external, conceptual, and internal levels.  Purpose of external/conceptual.
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
ISNE 101 Dr. Ken Cosh. Welcome to ISNE 101  Dr. Ken Cosh   Facebook – “Ken Cosh”   Don’t be Grengjai!
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS (Cont’d) Instructor Ms. Arwa Binsaleh.
Operating Systems.
Summary Data Modeling SDLC What is Data Modeling Application Audience and Services Entities Attributes Relationships Entity Relationship Diagrams Conceptual,Logical.
Components of Database Management System
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Introduction to Computing: Lecture 5
Discovering Computers Fundamentals Fifth Edition Chapter 9 Database Management.
Database Architectures Database System Architectures Considerations – Data storage: Where do the data and DBMS reside? – Processing: Where.
Database Management System (DBMS) an Introduction DeSiaMore 1.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Chapter 1 Introduction to Databases. 1-2 Chapter Outline   Common uses of database systems   Meaning of basic terms   Database Applications  
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Parts of the Computer System
Database Systems. Role and Advantages of the DBMS Improved data sharing Improved data security Better data integration Minimized data inconsistency Improved.
Computer Components: Software Computer Technology.
Looking Inside the Computer System
Lecture 1: Network Operating Systems (NOS) An Introduction.
Privilege Management Chapter 22.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
1 Database Environment. 2 Objectives of Three-Level Architecture u All users should be able to access same data. u A user’s view is immune to changes.
CSC 351 FUNDAMENTALS OF DATABASE SYSTEMS. LECTURE 1: INTRODUCTION TO DATABASES.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Learning Outcomes  Understand the basics and concepts of database systems.  Design, implement and evaluate a computer-based system, process, component,
IT 5433 LM1. Learning Objectives Understand key terms in database Explain file processing systems List parts of a database environment Explain types of.
Chapter 1 WHAT IS A COMPUTER Faculty of ICT & Business Management Tel : BCOMP0101 Introduction to Information Technology.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Database Principles: Fundamentals of Design, Implementation, and Management Chapter 1 The Database Approach.
1 OPERATING SYSTEMS. 2 CONTENTS 1.What is an Operating System? 2.OS Functions 3.OS Services 4.Structure of OS 5.Evolution of OS.
What is an Information System?
Information and documentation media systems.
CHAPTER 1: Computers and Systems
Lecture 1 Introduction to Database
Operating System.
Database Systems: Design, Implementation, and Management Tenth Edition
Introduction to Operating System (OS)
Information and documentation media systems.
Personal computer basics
Computers Are Your Future
Information System and Management
Database Management System (DBMS)
Introduction to Database Management System
Chapter 6 System and Application Software
CHAPTER Introduction to LANs
LO2 – Understand Computer Software
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Windows Operating System
Presentation transcript:

Module 1.3 Database Management Systems

Outline 1. Data, System, Management 2. The Database Management System Environment 3. The DBMS Organizational Relationship

Workshop # 2 The PHP

Data + System + Management 1

What is a Database? The database is consist of logically related data stored in a single logical data storeroom or repository.

KEYWORDS: DATABASE DATA  logically related SINGLE LOGICAL DATA STOREROOM

What is Management? Manage to achieve a goal To Carry on or function Be in charge of, act on, or dispose of

KEYWORDS: MANAGEMENT Goal Function or Role Act

What is a System An ordered manner; orderliness by virtue of being methodical and well organized A group of independent but interrelated elements comprising a unified whole

KEY WORDS: SYSTEM ORDER METHODICAL WELL-ORGANIZED UNIFIED WHOLE

What is a Database System? An organization of components that defines and regulates the collection, storage, management and use of data in a database environment

A DBMS Should be able to: Manage (a GOAL, a FUNCTION and ACT ON IT) Data (logically related information) Systematically (there is order, a method and organized as one unit)

DBMS Environment 2

The DBMS Environment Consist of DBMS PeopleSoftwareProceduresDataHardware

Refers to all of the system’s physical devices Computers Microcomputers, main frames, workstations and servers Storage Devices Printers Network Devices Hubs, switches, fiber optics, routers Other Devices

Software Although the most readily identified software is the DBMS itself, to make the database system function fully, it needs 3 types of software Operating System Software – manage the hardware components and makes it possible for all other software to run on the computer: e.g. UNIX, LINUX, Mac OS, Windows

DBMS Software – manages the Database: MS Access, SQL Server, Oracle etc Application Programs – use to access and manipulate data in the DBMS and manage the computer environment in which data access and manipulation takes place

People This component includes all user of the database system. Usually consist of the following: Systems Administrator (SYSAD) oversees the database system’s general operations Database Administrators (DBA) manage the DBMS and ensure that the database is functioning properly

Database Designers designs the database structures; database architects. Systems Analysts and Programmers designs the application programs End Users are the people who use the application programs to run the organization’s daily operations

Procedures Instructions and rules that govern the design and use of the database system Procedures also are used to ensure that there is an organized way to monitor and audit both the data that enters the database and the information that is generated through the use of that data Examples: Enrolment Procedures Opening a new bank account

Data Data covers the collection of facts stored in the database. Because data are the raw materials from which information is generated, the determination of what data are to be entered into the database and how the data are to be organized is a vital part of the database designer’s job.

DBMS Organizational Relationships 3

System Administrator Database Designer Database Administrator Analysts & Programmers End Users Procedures & Standards DBMS Utilities Application Softwares designs writes and enforces supervises manages writes access Hardware use Applied to DBMS

A DBMS and a HUMAN PERSON The DBMSA HUMANThinking like a DBMS Software Our Human BrainWhat type of OS do you have? Hardware Our Body and its subsystems (digestive, circulatory etc) Is your Hardware System Working well to be able to function task efficiently? People Our parents, friends, “churvaloos”, classmates etc Who help you manage your life? Who are your end users? Procedures Rules, Daily ActivitiesWhat is your end goal in life? What are your principles in life? What are your activities? Data Our Life Experiences and Encounters Are you able to maximize your daily data in your life and be able to process it well?

Summary A good database management system is able to create systems to be able to manage data efficiently and effectively A Database Management system consist of 5 components/elements: Software, hardware, people, procedures and data A DBMS involves a inter-relationship of task, people and procedures working as a whole.

Module 1.3 Lab work

4

Objectives 1. Write and execute a simple php script 2. Compare and Contrast between an html file and a php file extension

Workshop 2.1 PHP and HTML Comparison

Procedure 1 Go to c:/xampp/htdocs/ Create a new folder called: IM32W2 create a new html file using notepad/notepad++

Hello World! Hello World! Save it as index.html Browse it on your localhost: or

Procedure 2 Go to c:/xampp/htdocs/ Create a new folder called: IM32W2 create a new html file using notepad/notepad++

Hello World! Hello World! Save it as index.php Browse it on your localhost: or

Procedure 3 Open index.html Add the following lines (refer to the next slide) Save it. Browse it on your localhost: or

Hello World! <? echo ‘ IM 32 ’; ?> Hello World! <? echo ‘ IM 32 ’; ?>

Procedure 4 Open index.php Add the following lines (refer to the next slide) Save it. Browse it on your localhost: or

Hello World! <? echo ‘ IM 32 ’; ?> Hello World! <? echo ‘ IM 32 ’; ?>

Before the class ends: Is there a difference between index.html and index.php?