SlideShare a Scribd company logo
 
Are raw uninterrupted facts that are without meaning.
Interpreted data. Meaningful; derived out of extracting meaning from data. Information from data differs.
An organized collection of related data/information. Size of database is determined not only by the amount of data but also by the number and complexity of relationships between data.
Are used to process data and produce information The MOST effective and complex information system is the HUMAN BRAIN.
CONCEPTUAL DATA TYPES Reflects how user’s view the data, how data will be used, based on source or an event that the data are attempting to capture Ex. Financial data, patient data, or human resource data Impacts on how data will be indexed
COMPUTER-BASED DATA TYPES Can be letters or numbers or combination of both ALPHANUMERIC data Letters and numbers in any combination; cannot perform numeric function; e.g. address, SS number NUMERIC data Used to perform adding, subtracting, multiplying and dividing; formats options include commas and digits after decimal; can be long integer, currency, or scientific LOGIC data Data limited to two (2) options Ex. YES or NO, TRUE or FALSE, 1 or 2, ON or OFF.
Each of these data elements can be captured once and used many times by different users. “ data collected once, used many times”
Are computer programs used to input, store, modify, process and access data in a database. DATABASE SYSTEM DESIGN- process of configuring database software. Once configured, database software is used to enter project data into the computer.
1. Configured software program 2. DATA 3. Query Language – used to access data
Decrease data redundancy Increase data consistency Improve access to all data
 
DATA FILES Contain data that have been captured and stored on a computer using a software program Extension identifies the software to create the file. PROCESSING FILES Executable files consists of a computer program or set of instructions that, when executed, cause the computer to open or start a specific computer program or function. Command files are a set of instructions that perform a set of functions as opposed to running a whole program.
CONCEPTUAL MODELS Defines the structure of the whole data base in terms of the attributes of the entities (data elements) relationships, constraints, and operation Includes a diagram and narrative description One-one relationship One-to-many relationship Many-to-many relationship
STRUCTURAL or PHYSICAL DATA MODELS Includes each of the data elements and the relationships between the data elements as they will be stored in a computer. Hierarchical database Network Model Relational Database Models Object-oriented Model Client –server Model
This is quite a bit different from the  hierarchical  and  network  models in which the user had to have an understanding of how the data was structured within the database in order to retrieve, insert, update, or delete records from the database.
So how do you find data in a relational database if there is no map (like a hierarchy defined by pointers) to follow? Well, in the relational model, operations that manipulate data do so on the basis of the data values themselves. Thus, if you wish to retrieve a row from a table for example, you do so by comparing the value stored within a particular column for that row to some search criteria.
database:  A collection of related information stored in a structured format. The term ‘database’ is sometimes used interchangeably with ‘table’, but technically they’re different: a table is a single store of related information; a database, on the other hand, may consist of one or more tables of information that are related in some way. For instance, you could track all the information about  students in a school in a students table. If you then created separate tables containing details about teachers, classes and classrooms, you could combine all four tables into a timetabling database. Such a multi-table database is called a  relational database .
For instance, you could track all the information about  students in a school in a students table. If you then created separate tables containing details about teachers, classes and classrooms, you could combine all four tables into a timetabling database. Such a multi-table database is called a  relational database .
data entry:   The process of getting information into a database. Data entry is usually done by people typing the data into the computer by way of data-entry forms designed to simplify the process.
dbms:  Database management system. A program which lets you manage information in databases. Alpha 5, Microsoft Access and FileMaker Pro, for example, are all DBMSs, although the term is often shortened to ‘database’. So, the same term is used to apply to the program you use to organise your data and the actual data structure you create with that program.
field:  Fields describe a single aspect of each member of a  table . A student  record , for instance, might contain a last name field, a first name field, a date of birth field and so on. Each record in a table has exactly the same structure, so each contains the same fields. While the field structure is the same, the values in each field vary from record to record, of course.
flat file:  A database that consists of a single table. Lightweight database programs such as the database component in Microsoft Works are sometimes called ‘flat-file managers’ (or list managers) because they can only handle single-table databases. More powerful programs, such as Access, FileMaker Pro and Alpha 5, can handle multi-table databases, and are called relational database managers, or RDBMSs.
index:  A summary table which lets you quickly locate a particular record or group of records in a table. Think of how you use an index in a book: as a quick jumping off point for finding full information about a subject. A database index works in a similar way. You can create an index on any field in a table. Say, for example, you have a customer table which contains customer numbers, names, addresses and other details. You can make indexes based on any information, such as the customer number,the  last name + first name (a composite index based on more than one field), or the postal code. Then, when you’re searching for a particular customer or group of customers, you can use the index to speed up the search.
key field:  You can sort and quickly retrieve information from a database by choosing one or more fields to act as keys. For instance, in a students table you could use a combination of the last name and first name fields as a key field. The database program will create an index containing just the key field contents. Using the index, you can quickly find any record by typing in the student’s name. The database will locate the correct entry in the index and then display the full record containing all the student’s details.
primary key:  A field that  uniquely  identifies a record in a table. In a students table, a key built from last name + first name might not give you a unique identifier (two or more Jane Does in the school, for example). To uniquely identify each student, you might add a special Student ID field to be used as the primary key.
record:  A record contains all the information about a single ‘member’ of a table. In our students table, each student’s details (name, date of birth, contact details, and so on) will be contained in its own record.
relational database:   A database consisting of more than one table. In a multi-table database, you not only need to define the structure of each table, you also need to define the relationships between each table in order to link those tables correctly.
table:  A single store of related information. A table consists of records, and each record is made up of a number of fields. You can think of the phone book as a table: It contains a record for each telephone subscriber, and each subscriber’s details are contained in three fields – name, address and telephone.
 
 
 
 
 
Although your ultimate design will depend on the complexity of your data, each time you design a database, make sure you do the following: Break composite fields down into constituent parts. Example: Name becomes lastname and firstname. Create a key field which uniquely identifies each record. You may need to create an ID field (with a lookup table that shows you the values for each ID) or use a composite key.
Eliminate repeating groups of fields. Example: If your table contains fields Location 1, Location 2, Location 3 containing similar data, it's a sure warning sign. Eliminate record modification problems (such as redundant or inconsistent data) and record deletion and addition problems by ensuring each non-key field depends on the  entire  key. To do this, create a separate table for any information that is used in multiple records, and then use a key to link these tables to one another.

More Related Content

PPTX
Database Concepts and Terminologies
PPT
Data Processing-Presentation
PPTX
Data processing and analysis final
PPT
Computer Data Processing And Representation 4
PPTX
Lesson 1 data processing
PPTX
Data processing and analysis
PPT
Data Dictionary
PPTX
Data warehouse physical design
Database Concepts and Terminologies
Data Processing-Presentation
Data processing and analysis final
Computer Data Processing And Representation 4
Lesson 1 data processing
Data processing and analysis
Data Dictionary
Data warehouse physical design

What's hot (20)

PPTX
Research design
PPTX
Data structure (basics)
PPT
Chap 8
PPTX
Data Processing and its Types
PPTX
Se 381 - lec 21 - 23 - 12 may09 - df-ds and data dictionary
PPT
Understanding EDP (Electronic Data Processing) Environment
PPTX
Introduction to data structures (ss)
PPT
Databases versus Spreadsheets-do you know where your data is?
PPTX
Types of datastructures
PDF
PPT
PPTX
Systems Analyst and Design - Data Dictionary
PPTX
Data and Information
PPT
Introduction to Database Concepts
PPT
Ch1- Introduction to dbms
PPTX
Data structures
PPTX
PPTX
Data processing by Neeraj Bhandari ( Surkhet.Nepal )
PPTX
Data analytics with R
PPTX
data entry operations for class 12th chapter vise presentation
Research design
Data structure (basics)
Chap 8
Data Processing and its Types
Se 381 - lec 21 - 23 - 12 may09 - df-ds and data dictionary
Understanding EDP (Electronic Data Processing) Environment
Introduction to data structures (ss)
Databases versus Spreadsheets-do you know where your data is?
Types of datastructures
Systems Analyst and Design - Data Dictionary
Data and Information
Introduction to Database Concepts
Ch1- Introduction to dbms
Data structures
Data processing by Neeraj Bhandari ( Surkhet.Nepal )
Data analytics with R
data entry operations for class 12th chapter vise presentation
Ad

Viewers also liked (20)

PPT
PDF
Data processing
PPT
Data preprocessing
PPT
Types of Data Processing
PPTX
Ni theories, models, and frameworks
PPTX
Theories, models, & frameworks
PPTX
Network Internet Presentation Downing
PPTX
Nursing informatics theories, models, and frameworks
PPTX
Network & internet presentation
PPTX
Data editing ( In research methodology )
PPTX
Data processing cycle
PPT
Internet and Networking
PPTX
Computer Network
PPT
Nitrogen Cycle
PPTX
Data Mining: Data processing
PPTX
Data base management system
PPT
Database Management Systems (DBMS)
POT
Nitrogen cycle
PPT
Computer network ppt
PPT
Internet
Data processing
Data preprocessing
Types of Data Processing
Ni theories, models, and frameworks
Theories, models, & frameworks
Network Internet Presentation Downing
Nursing informatics theories, models, and frameworks
Network & internet presentation
Data editing ( In research methodology )
Data processing cycle
Internet and Networking
Computer Network
Nitrogen Cycle
Data Mining: Data processing
Data base management system
Database Management Systems (DBMS)
Nitrogen cycle
Computer network ppt
Internet
Ad

Similar to Data processing (20)

PPTX
SESSION 1 DATABASE MANAGEMENT SYSTEM.pptx
PPTX
Database - R.D.Sivakumar
PDF
DB- Lect #1 Intro.pdf
PPTX
Introduction to databases
PPTX
introductiontodatabases-151106233350-lva1-app6892(2).pptx
PPT
Info systems databases
PPTX
PDF
Data Base Management System.pdf
PPTX
Manjeet Singh.pptx
PPT
Database
PPT
Database
PPTX
C1 basic concepts of database
PDF
CBSE XII Database Concepts And MySQL Presentation
PPTX
8.-Database Management System with MS-Access.pptx
PPT
Database
PDF
Databases By ZAK
PPTX
PDF
Databasell
PPTX
database concepts.pptx
PPTX
lecture 6 DIGITAL TOOLBOX SEMESTER 1.PPTX
SESSION 1 DATABASE MANAGEMENT SYSTEM.pptx
Database - R.D.Sivakumar
DB- Lect #1 Intro.pdf
Introduction to databases
introductiontodatabases-151106233350-lva1-app6892(2).pptx
Info systems databases
Data Base Management System.pdf
Manjeet Singh.pptx
Database
Database
C1 basic concepts of database
CBSE XII Database Concepts And MySQL Presentation
8.-Database Management System with MS-Access.pptx
Database
Databases By ZAK
Databasell
database concepts.pptx
lecture 6 DIGITAL TOOLBOX SEMESTER 1.PPTX

Recently uploaded (20)

PPTX
Institutional Correction lecture only . . .
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
master seminar digital applications in india
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Insiders guide to clinical Medicine.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
01-Introduction-to-Information-Management.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Classroom Observation Tools for Teachers
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Complications of Minimal Access Surgery at WLH
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Pharma ospi slides which help in ospi learning
Institutional Correction lecture only . . .
O5-L3 Freight Transport Ops (International) V1.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Anesthesia in Laparoscopic Surgery in India
master seminar digital applications in india
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Microbial diseases, their pathogenesis and prophylaxis
Insiders guide to clinical Medicine.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
01-Introduction-to-Information-Management.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Classroom Observation Tools for Teachers
Microbial disease of the cardiovascular and lymphatic systems
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
VCE English Exam - Section C Student Revision Booklet
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Complications of Minimal Access Surgery at WLH
PPH.pptx obstetrics and gynecology in nursing
Pharma ospi slides which help in ospi learning

Data processing

  • 1.  
  • 2. Are raw uninterrupted facts that are without meaning.
  • 3. Interpreted data. Meaningful; derived out of extracting meaning from data. Information from data differs.
  • 4. An organized collection of related data/information. Size of database is determined not only by the amount of data but also by the number and complexity of relationships between data.
  • 5. Are used to process data and produce information The MOST effective and complex information system is the HUMAN BRAIN.
  • 6. CONCEPTUAL DATA TYPES Reflects how user’s view the data, how data will be used, based on source or an event that the data are attempting to capture Ex. Financial data, patient data, or human resource data Impacts on how data will be indexed
  • 7. COMPUTER-BASED DATA TYPES Can be letters or numbers or combination of both ALPHANUMERIC data Letters and numbers in any combination; cannot perform numeric function; e.g. address, SS number NUMERIC data Used to perform adding, subtracting, multiplying and dividing; formats options include commas and digits after decimal; can be long integer, currency, or scientific LOGIC data Data limited to two (2) options Ex. YES or NO, TRUE or FALSE, 1 or 2, ON or OFF.
  • 8. Each of these data elements can be captured once and used many times by different users. “ data collected once, used many times”
  • 9. Are computer programs used to input, store, modify, process and access data in a database. DATABASE SYSTEM DESIGN- process of configuring database software. Once configured, database software is used to enter project data into the computer.
  • 10. 1. Configured software program 2. DATA 3. Query Language – used to access data
  • 11. Decrease data redundancy Increase data consistency Improve access to all data
  • 12.  
  • 13. DATA FILES Contain data that have been captured and stored on a computer using a software program Extension identifies the software to create the file. PROCESSING FILES Executable files consists of a computer program or set of instructions that, when executed, cause the computer to open or start a specific computer program or function. Command files are a set of instructions that perform a set of functions as opposed to running a whole program.
  • 14. CONCEPTUAL MODELS Defines the structure of the whole data base in terms of the attributes of the entities (data elements) relationships, constraints, and operation Includes a diagram and narrative description One-one relationship One-to-many relationship Many-to-many relationship
  • 15. STRUCTURAL or PHYSICAL DATA MODELS Includes each of the data elements and the relationships between the data elements as they will be stored in a computer. Hierarchical database Network Model Relational Database Models Object-oriented Model Client –server Model
  • 16. This is quite a bit different from the  hierarchical  and  network  models in which the user had to have an understanding of how the data was structured within the database in order to retrieve, insert, update, or delete records from the database.
  • 17. So how do you find data in a relational database if there is no map (like a hierarchy defined by pointers) to follow? Well, in the relational model, operations that manipulate data do so on the basis of the data values themselves. Thus, if you wish to retrieve a row from a table for example, you do so by comparing the value stored within a particular column for that row to some search criteria.
  • 18. database:  A collection of related information stored in a structured format. The term ‘database’ is sometimes used interchangeably with ‘table’, but technically they’re different: a table is a single store of related information; a database, on the other hand, may consist of one or more tables of information that are related in some way. For instance, you could track all the information about  students in a school in a students table. If you then created separate tables containing details about teachers, classes and classrooms, you could combine all four tables into a timetabling database. Such a multi-table database is called a  relational database .
  • 19. For instance, you could track all the information about  students in a school in a students table. If you then created separate tables containing details about teachers, classes and classrooms, you could combine all four tables into a timetabling database. Such a multi-table database is called a  relational database .
  • 20. data entry:   The process of getting information into a database. Data entry is usually done by people typing the data into the computer by way of data-entry forms designed to simplify the process.
  • 21. dbms:  Database management system. A program which lets you manage information in databases. Alpha 5, Microsoft Access and FileMaker Pro, for example, are all DBMSs, although the term is often shortened to ‘database’. So, the same term is used to apply to the program you use to organise your data and the actual data structure you create with that program.
  • 22. field:  Fields describe a single aspect of each member of a  table . A student  record , for instance, might contain a last name field, a first name field, a date of birth field and so on. Each record in a table has exactly the same structure, so each contains the same fields. While the field structure is the same, the values in each field vary from record to record, of course.
  • 23. flat file:  A database that consists of a single table. Lightweight database programs such as the database component in Microsoft Works are sometimes called ‘flat-file managers’ (or list managers) because they can only handle single-table databases. More powerful programs, such as Access, FileMaker Pro and Alpha 5, can handle multi-table databases, and are called relational database managers, or RDBMSs.
  • 24. index:  A summary table which lets you quickly locate a particular record or group of records in a table. Think of how you use an index in a book: as a quick jumping off point for finding full information about a subject. A database index works in a similar way. You can create an index on any field in a table. Say, for example, you have a customer table which contains customer numbers, names, addresses and other details. You can make indexes based on any information, such as the customer number,the  last name + first name (a composite index based on more than one field), or the postal code. Then, when you’re searching for a particular customer or group of customers, you can use the index to speed up the search.
  • 25. key field:  You can sort and quickly retrieve information from a database by choosing one or more fields to act as keys. For instance, in a students table you could use a combination of the last name and first name fields as a key field. The database program will create an index containing just the key field contents. Using the index, you can quickly find any record by typing in the student’s name. The database will locate the correct entry in the index and then display the full record containing all the student’s details.
  • 26. primary key:  A field that  uniquely  identifies a record in a table. In a students table, a key built from last name + first name might not give you a unique identifier (two or more Jane Does in the school, for example). To uniquely identify each student, you might add a special Student ID field to be used as the primary key.
  • 27. record:  A record contains all the information about a single ‘member’ of a table. In our students table, each student’s details (name, date of birth, contact details, and so on) will be contained in its own record.
  • 28. relational database:   A database consisting of more than one table. In a multi-table database, you not only need to define the structure of each table, you also need to define the relationships between each table in order to link those tables correctly.
  • 29. table:  A single store of related information. A table consists of records, and each record is made up of a number of fields. You can think of the phone book as a table: It contains a record for each telephone subscriber, and each subscriber’s details are contained in three fields – name, address and telephone.
  • 30.  
  • 31.  
  • 32.  
  • 33.  
  • 34.  
  • 35. Although your ultimate design will depend on the complexity of your data, each time you design a database, make sure you do the following: Break composite fields down into constituent parts. Example: Name becomes lastname and firstname. Create a key field which uniquely identifies each record. You may need to create an ID field (with a lookup table that shows you the values for each ID) or use a composite key.
  • 36. Eliminate repeating groups of fields. Example: If your table contains fields Location 1, Location 2, Location 3 containing similar data, it's a sure warning sign. Eliminate record modification problems (such as redundant or inconsistent data) and record deletion and addition problems by ensuring each non-key field depends on the  entire  key. To do this, create a separate table for any information that is used in multiple records, and then use a key to link these tables to one another.