Ch2 Data Organization and Data Control

Slides:



Advertisements
Similar presentations
Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Advertisements

Secondary Storage Input Output Processing Internal Memory.
Computer Studies Today Chapter 18 1 »Two main types of secondary storage devices: –Magnetic storage devices –Optical storage devices.
Lecture # 7. Topics Storage Techniques of Bits Storage Techniques of Bits Mass Storage Mass Storage Disk System Performance Disk System Performance File.
Section 6.2. Record data by magnetizing the binary code on the surface of a disk. Data area is reusable Allows for both sequential and direct access file.
Backing Storage. Magnetic Storage Hard and floppy Disks tracks Sector Block – track 3 sector 1.
Hard Drives Storing Information 1 Byte at a Time.
Predecessor to the Database: Traditional File Processing Records are stored in files. Programs are customized to process the data.
1 Chapter 6 Storage and Multimedia: The Facts and More.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 1 Introduction to Database Management.
1 Storage Hierarchy Cache Main Memory Virtual Memory File System Tertiary Storage Programs DBMS Capacity & Cost Secondary Storage.
1 Introduction to Computers Day 4. 2 Storage device A functional unit into which data can be –placed –retained(stored) –retrieved(accessed)
Introduction to Database Systems 1 The Storage Hierarchy and Magnetic Disks Storage Technology: Topic 1.
SECONDARY STORAGE DEVICES. MAGNETIC TAPE Data tape that stores large amounts of information that can only accessed sequentially. Commonly used for off-site.
Presented by: Manjeet Singh. Secondary Storage Devices Magnetic media Tape Disks Optical Media Compact Discs CD-R, WORM (Write Once, Read Many) CD-RW.
Secondary Storage Devices. Magnetic Tape Cassette Tape Magnetic medium (Ferromagnetic material, FeO) Plastic base If the magnetic material is exposed.
Database Lecture # 1 By Ubaid Ullah.
Chapter 4: Business Hardware Oz (5 th edition). Storage Media Data an programs must be stored on nonvolatile medium –Data is retained even when not powered.
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
2.1 Data Input and Sources of Error
Lecture 4: Secondary Storage. I. Secondary Storage (Hard Drives) Secondary Storage Secondary Storage: holds data and programs for future use by providing.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Components & Mechanism. People & Computers Hard Disk What purpose does it serve?
AS Computing Storage devices. Primary storage  A computer’s main memory (RAM) is known as primary memory.  Primary memory is volatile; when the computer.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
1 Chapter 17 Disk Storage, Basic File Structures, and Hashing Chapter 18 Index Structures for Files.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
INFORMATION MANAGEMENT Unit 2 SO 4 Explain the advantages of using a database approach compared to using traditional file processing; Advantages including.
11.1Database System Concepts. 11.2Database System Concepts Now Something Different 1st part of the course: Application Oriented 2nd part of the course:
Disk formatting Magnetic disks come in various sizes and so each use different disk drives. Different computers have different ways of organizing data.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Lecture 5: 9/10/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Storage Devices.
FILE ORGANIZATION.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
3. Storage devices and media By: me what is backing up of data? why back up data? WHAT?  Refers to the copying of files/data to a different.
Data Storage and Querying in Various Storage Devices.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Lec 5 part1 Disk Storage, Basic File Structures, and Hashing.
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Disks and Files.
File Organization Record Storage and Primary File Organization
MAGNETIC STORAGE Autorem materiálu a všech jeho částí, není-li uvedeno jinak, je Zuzana Strnadlová. Dostupné z Metodického portálu ISSN: 
Storage Devices You will be able to:
Storage and Disks.
Database Management Systems (CS 564)
Made By:- Aslam B Voc(SD)-I
CS 554: Advanced Database System Notes 02: Hardware
Backing Store.
Hard Drives.
Oracle SQL*Loader
Introduction to Computing
CHAPTER 4 Memory System Organization and Architecture
Little work is accurate
Chapter 7.
Secondary Storage Devices
FILE ORGANIZATION.
Storage Keywords Secondary Storage
قـواعــــد الـبـيــانــات
GCSE OCR 4 Storage Computer Science J276 Unit 1
Computer Application Waseem Gulsher
Computers: Tools for an Information Age
Lesson 9 Types of Storage Devices.
Chapter 1 Introduction to Database Processing
Primary Storage 1. Registers Part of the CPU
Understanding Core Database Concepts
Storage and Multimedia
Presentation transcript:

Ch2 Data Organization and Data Control Lee WS

Database Management System (DBMS) What is database? What is the function of database?

Database Management System (DBMS) A database is a collection of interrelated data files organized in tables of specific formats Database management system (DBMS) is a computer program Manage the database structure Store, organize and retrieve data in a database

Database Management System (DBMS) What are the examples of database management system?

Database Management System (DBMS) Database server: MySQL. Oracle Enterprise Manager, Microsoft SQL Server Small office and personal use Microsoft Access, Microsoft Visual FoxPro, FileMaker Pro…

Basic Functions P.55 Organize Tables Manage Records in a Table Data Entry Forms Reports

Access Homework Complete your Database (p.58-63) More than 10 records More than 4 fields Submit to eClass

File Access Modes Magnetic tape Sequential Access Mode Seek time is long and unpredictable when records are retrieved randomly Not a common medium for storing frequently used data records .

File Access Modes Why we still use magnetic tape? Mainly used for backing up and recovering of database and data files in computer servers

File Access Modes Direct Access Mode hard disk optical disk floppy disk Secondary storage high reliability speed and capacity

Hard disk Platter surface rotates to move the data to the read/write head. Read/write head moves across platter surface to the right track and waits for arrival of target data

(a) Suggest three database management system he can use.

(b) He inputs all transactions by using the browser table as shown below. (i) Suggest one feature of a database management system that provides a better environment for inputting the transactions. (ii) Suggest three functions provided by the feature in part (b)(i) that can improvve the accuracy of data entry.

(c) Why should he back up the database every night?

(d) He uses the magnetic tape for the backup process (d) He uses the magnetic tape for the backup process. Suggest one advantage and one disadvantage of using the magnetic tape for backup purpose.