SlideShare a Scribd company logo
NO: _____
Name of trainer: Sisay Date: ____/____/04
Issue No.
B0
Document No.
BTC/133-14
Institution Name
ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ
BAHIR DAR POLYTECHNIC COLLEGE
Title:
INFORMATION SHEET
Page No.
Page 1 of 4
MODULE TITLE: Monitoring and Supporting Data Conversion
NOMINAL DURATION: 40 hrs
LO1. Monitor data conversion
1.1. Defining concepts of data conversion and Data Terminologies
 Data is raw facts or unorganized things (such as alphabets, numbers, or symbols) that refers to, or represent,
conditions, ideas, or objects.
It can be qualitative or quantitative.
 Qualitative data is descriptive information (it describes something)
 Quantitative data is numerical information (numbers).
 Discrete data can only take certain values (like whole numbers)
 Continuous data can take any value (within a range)
Put simply: Discrete data can be counted, Continuous data can be measured
Example:
Qualitative:
 It is brown and black
 It has long hair
 It has lots of energy
Quantitative:
 Discrete:
o It has 4 legs
o It has 10 fingers
 Continuous:
o It weighs 25.5 kg
o It is 565 mm tall
 Data conversion is the conversion of one file or database from one format (from one physical environment)
to another.
Often, when data is moved from one system to another, some form of data conversion is required to convert the data
to a format the receiving system can interpret.
Types of conversion:
 Database conversion (SQL, MySQL, MS Access, XLS, XML etc)
 File format conversion (PDF to Word)
 Image conversion (GIF to JPG, TIFF, PNG etc)
 Character or string conversion(numeric to alphabet or viceversa)
NO: _____
Name of trainer: Sisay Date: ____/____/04
Issue No.
B0
Document No.
BTC/133-14
Institution Name
ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ
BAHIR DAR POLYTECHNIC COLLEGE
Title:
INFORMATION SHEET
Page No.
Page 2 of 4
1.2. Reading and Analyzing Existing Data Conversion Documents
The data conversion process can often be a complex and difficult task during an implementation.
When performing data conversions, you must include analysis of your source data and continues through to system
testing and user acceptance.
Throughout the conversion process, we perform quality control checks to ensure correctness of the conversion.
1.3.Understanding Data and Its Characteristics
1.3.1. Data Conversion Systems and Tools
Data Conversion Tool allows you to convert data both from and to (both sides are supported) a wide variety of
formats, including:
 SQLServer Tables
 Oracle Tables
 ODBC Tables
 OleDb Tables
 Microsoft Access Tables
 XML Files
Once a conversion type is defined, it can be saved and reused either in a future conversion or as a step within a batch
conversion.
1.3.2. Data Modeling Methodologies
Data modeling is the formalization and documentation of existing processes and events that occur during application
software design and development.
Data modeling techniques and tools capture and translate complex system designs into easily understood
representations of the data flows and processes, creating a blueprint for construction or re-engineering.
A data model can be thought of as a diagram or flowchart that illustrates the relationships between data.
There are several different approaches of data modeling, including:
- Conceptual Data Modeling - identifies the highest-level relationships between different entities.
- Logical Data Modeling - illustrates the specific entities, attributes and relationships involved in a business
function.
- Physical Data Modeling - represents an application and database-specific implementation of a logical data
model.
1.3.3. Data Conditioning and cleaning
Data conditioning (Pre-processing) is the use of data management and optimization techniques which result in the
intelligent routing, optimization and protection of data for storage or data movement in a computer system.
Data cleaning is the act of detecting and removing or correcting dirty data (i.e.: data that is incorrect, out-of-date,
redundant, incomplete, or formatted incorrectly).
Data Cleaning helps to increase the overall efficiency of your data management systems and leads to an increase in
the productivity of the organization.
1.3.4. Data Transformation and integration
Data transformation is one of the collective processes known as extract, transform or load which is one of the most
important processes in data warehouse implementation from different data sources.
Data Integration is the process of combining heterogenous data sources in to a single queriable schema so as to get
a unified view of these data.
NO: _____
Name of trainer: Sisay Date: ____/____/04
Issue No.
B0
Document No.
BTC/133-14
Institution Name
ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ
BAHIR DAR POLYTECHNIC COLLEGE
Title:
INFORMATION SHEET
Page No.
Page 3 of 4
1.3.5. Sorting, updating, exporting and convert data
Sorting data
Sorting data is the process of arranging items into meaningful order so that you can analyze it more effectively.
Example:
 sort text data into alphabetical order
 sort numeric data into numerical order
Updating Data
The modification of data that is already in the database is referred to as updating. The update operation allows you to
change an existing database record in a logical or physical file. You can update individual rows, all the rows in a
table. Each column can be updated separately without affecting other columns.
UPDATE table_name
SET column1=value, column2=value2, ...
WHERE some_column=some_value
To perform an update, you need three pieces of information:
1. The name of the table and column to update,
2. The new value of the column,
3. Which row(s) to update?
Exporting data
You can export data from one application to another application using the Export Wizard.
Exporting lets you share data from one application by providing a copy of data.
1.3.6. Ensuring Data Quality
DBMS provides a set of features that enable you to ensure the quality of data that is moved from source systems to
your data destination. Data profiling is a feature that enables you to analyze the content and structure of your data to
determine inconsistencies, anomalies, and redundancies in the data.
1.4. Collection, Organization and Analysis of Data and Information
The data is typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels),
in a way that supports processes requiring the information (for example, finding a hotel with vacancies).
Organization of data
Organization of data is any one of the data management conventions for physical and spatial arrangement of the
physical records of a data set.
Analysis of data
Analysis of data is the process of evaluating data using analytical and logical reasoning to examine each component
of the data provided. Data from various sources is gathered, reviewed, and then analyzed to form some sort of
finding or conclusion.
Information
Information is processed data that can affect behaviour, a decision or outcome.
It is valuable that is:
o accurate and timely
o specific and organized for a purpose
o presented within a context that gives it meaning and relevance
o Can lead to an increase in understanding and decrease in uncertainty.
NO: _____
Name of trainer: Sisay Date: ____/____/04
Issue No.
B0
Document No.
BTC/133-14
Institution Name
ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ
BAHIR DAR POLYTECHNIC COLLEGE
Title:
INFORMATION SHEET
Page No.
Page 4 of 4
1.5. Validating Data Conversion Systems
1.5.1. Data Accuracy
Data accuracy is generally expressed as a confidence interval (CI). This means more of the information collected can
be trusted as valid and free of confounding variables.
1.5.2. Data Integrity
Data integrity (also known as data validity) refers to the overall completeness, accuracy and consistency of data.
This can be indicated by the absence of alteration (unchanged) between two instances or between two updates of a
data record.
Data integrity can be maintained through the use of various error checking methods and validation procedures.
1.5.3. Back-up before Conversion
Before and after the process of converting your data, it is strongly recommended that you perform a full data backup.
1.6. Identifying and Confirming Data Conversion Tools
• Software
• Hardware
• Environmental Pre-Requisites (Dust, Heat, Extreme Cold, Temperature Stability, Air Circulation and Moisture)
Dust and Dirty environment increases the overheating problem and mostly affects
- The Motherboard.
- The Processor and Power Supply fan.
- The CD-drive's Lens and Floppy drive's head.
- The Add-in card connection.
- The cable connection.
- The mouse and keyboard.
LO2. Support data conversion
• Results must be verified based on the relevant checklist.
• Verified data must be presented and approved by appropriate persons.
• Back-up copies of conversion files must be maintained and documented according to requirements
• Developing clear and coherent technical documentation

More Related Content

What's hot

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
Gajanand Sharma
 
Configuring and administrate server
Configuring and administrate serverConfiguring and administrate server
Configuring and administrate server
Gera Paulos
 
Configure and administer server
Configure and administer serverConfigure and administer server
Configure and administer server
Abenezer Abiti
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
Shailja Khurana
 
Oracle 11g step by step installation on windows
Oracle 11g step by step installation on windowsOracle 11g step by step installation on windows
Oracle 11g step by step installation on windows
Ravi Kumar Lanke
 
DNS
DNSDNS
DNSFTC
 
Operating Systems - File Management
Operating Systems -  File ManagementOperating Systems -  File Management
Operating Systems - File Management
Damian T. Gordon
 
Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
IgguuMuude
 
Data cubes
Data cubesData cubes
Data cubes
Mohammed
 
Physical database design(database)
Physical database design(database)Physical database design(database)
Physical database design(database)welcometofacebook
 
03 backup-and-recovery
03 backup-and-recovery03 backup-and-recovery
03 backup-and-recovery
hunny garg
 
How to Create & Save a Document
How to Create & Save a DocumentHow to Create & Save a Document
How to Create & Save a DocumentAlexis Gonzales
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
dhawal mehta
 
Windows 7 forensics event logs-dtl-r3
Windows 7 forensics event logs-dtl-r3Windows 7 forensics event logs-dtl-r3
Windows 7 forensics event logs-dtl-r3CTIN
 
Introduction to Network and System Administration
Introduction to Network and System AdministrationIntroduction to Network and System Administration
Introduction to Network and System Administration
Duressa Teshome
 
Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
Bryan Corpuz
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007
crespoje
 
Ms access
Ms accessMs access
Ms access
RoshanMaharjan13
 
Database backup and recovery
Database backup and recoveryDatabase backup and recovery
Database backup and recovery
Anne Lee
 

What's hot (20)

Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
Configuring and administrate server
Configuring and administrate serverConfiguring and administrate server
Configuring and administrate server
 
Configure and administer server
Configure and administer serverConfigure and administer server
Configure and administer server
 
Data quality and data profiling
Data quality and data profilingData quality and data profiling
Data quality and data profiling
 
Oracle 11g step by step installation on windows
Oracle 11g step by step installation on windowsOracle 11g step by step installation on windows
Oracle 11g step by step installation on windows
 
DNS
DNSDNS
DNS
 
Operating Systems - File Management
Operating Systems -  File ManagementOperating Systems -  File Management
Operating Systems - File Management
 
Network and System Administration chapter 2
Network and System Administration chapter 2Network and System Administration chapter 2
Network and System Administration chapter 2
 
Data cubes
Data cubesData cubes
Data cubes
 
Physical database design(database)
Physical database design(database)Physical database design(database)
Physical database design(database)
 
03 backup-and-recovery
03 backup-and-recovery03 backup-and-recovery
03 backup-and-recovery
 
How to Create & Save a Document
How to Create & Save a DocumentHow to Create & Save a Document
How to Create & Save a Document
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
Windows 7 forensics event logs-dtl-r3
Windows 7 forensics event logs-dtl-r3Windows 7 forensics event logs-dtl-r3
Windows 7 forensics event logs-dtl-r3
 
Introduction to Network and System Administration
Introduction to Network and System AdministrationIntroduction to Network and System Administration
Introduction to Network and System Administration
 
Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
 
Training MS Access 2007
Training MS Access 2007Training MS Access 2007
Training MS Access 2007
 
Etl techniques
Etl techniquesEtl techniques
Etl techniques
 
Ms access
Ms accessMs access
Ms access
 
Database backup and recovery
Database backup and recoveryDatabase backup and recovery
Database backup and recovery
 

Similar to Monitoring and Supporting Data Conversion.pdf

What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
kzayra69
 
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREEA ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
ijcsa
 
An Overview on Data Quality Issues at Data Staging ETL
An Overview on Data Quality Issues at Data Staging ETLAn Overview on Data Quality Issues at Data Staging ETL
An Overview on Data Quality Issues at Data Staging ETL
idescitation
 
DATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptxDATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptx
AbdullahAbbasi55
 
BDA TAE 2 (BMEB 83).pptx
BDA TAE 2 (BMEB 83).pptxBDA TAE 2 (BMEB 83).pptx
BDA TAE 2 (BMEB 83).pptx
Akash527744
 
ijcatr04081001
ijcatr04081001ijcatr04081001
ijcatr04081001
reagan muriithi
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
Editor IJCATR
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
Editor IJCATR
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
Editor IJCATR
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
Editor IJCATR
 
What are the characteristics and objectives of ETL testing_.docx
What are the characteristics and objectives of ETL testing_.docxWhat are the characteristics and objectives of ETL testing_.docx
What are the characteristics and objectives of ETL testing_.docx
Technogeeks
 
Decoding the Role of a Data Engineer.pdf
Decoding the Role of a Data Engineer.pdfDecoding the Role of a Data Engineer.pdf
Decoding the Role of a Data Engineer.pdf
Datavalley.ai
 
It 302 computerized accounting (week 2) - sharifah
It 302   computerized accounting (week 2) - sharifahIt 302   computerized accounting (week 2) - sharifah
It 302 computerized accounting (week 2) - sharifah
alish sha
 
H1803014347
H1803014347H1803014347
H1803014347
IOSR Journals
 
data collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptxdata collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptx
Sourabhkumar729579
 
Quality Assurance in Knowledge Data Warehouse
Quality Assurance in Knowledge Data WarehouseQuality Assurance in Knowledge Data Warehouse
Quality Assurance in Knowledge Data Warehouse
Universitas Pembangunan Panca Budi
 
Data management new
Data management newData management new
Data management newMISY
 
GROPSIKS.pptx
GROPSIKS.pptxGROPSIKS.pptx
GROPSIKS.pptx
avanceregine312
 
Education Data Warehouse System
Education Data Warehouse SystemEducation Data Warehouse System
Education Data Warehouse Systemdaniyalqureshi712
 

Similar to Monitoring and Supporting Data Conversion.pdf (20)

What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREEA ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
A ROBUST APPROACH FOR DATA CLEANING USED BY DECISION TREE
 
An Overview on Data Quality Issues at Data Staging ETL
An Overview on Data Quality Issues at Data Staging ETLAn Overview on Data Quality Issues at Data Staging ETL
An Overview on Data Quality Issues at Data Staging ETL
 
DATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptxDATA WRANGLING presentation.pptx
DATA WRANGLING presentation.pptx
 
BDA TAE 2 (BMEB 83).pptx
BDA TAE 2 (BMEB 83).pptxBDA TAE 2 (BMEB 83).pptx
BDA TAE 2 (BMEB 83).pptx
 
ijcatr04081001
ijcatr04081001ijcatr04081001
ijcatr04081001
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
 
Enhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data AccessEnhancing Data Staging as a Mechanism for Fast Data Access
Enhancing Data Staging as a Mechanism for Fast Data Access
 
Dbms_class _14
Dbms_class _14Dbms_class _14
Dbms_class _14
 
What are the characteristics and objectives of ETL testing_.docx
What are the characteristics and objectives of ETL testing_.docxWhat are the characteristics and objectives of ETL testing_.docx
What are the characteristics and objectives of ETL testing_.docx
 
Decoding the Role of a Data Engineer.pdf
Decoding the Role of a Data Engineer.pdfDecoding the Role of a Data Engineer.pdf
Decoding the Role of a Data Engineer.pdf
 
It 302 computerized accounting (week 2) - sharifah
It 302   computerized accounting (week 2) - sharifahIt 302   computerized accounting (week 2) - sharifah
It 302 computerized accounting (week 2) - sharifah
 
H1803014347
H1803014347H1803014347
H1803014347
 
data collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptxdata collection, data integration, data management, data modeling.pptx
data collection, data integration, data management, data modeling.pptx
 
Quality Assurance in Knowledge Data Warehouse
Quality Assurance in Knowledge Data WarehouseQuality Assurance in Knowledge Data Warehouse
Quality Assurance in Knowledge Data Warehouse
 
Data management new
Data management newData management new
Data management new
 
GROPSIKS.pptx
GROPSIKS.pptxGROPSIKS.pptx
GROPSIKS.pptx
 
Education Data Warehouse System
Education Data Warehouse SystemEducation Data Warehouse System
Education Data Warehouse System
 

Recently uploaded

What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
HumanResourceDimensi1
 
PriyoShop Celebration Pohela Falgun Mar 20, 2024
PriyoShop Celebration Pohela Falgun Mar 20, 2024PriyoShop Celebration Pohela Falgun Mar 20, 2024
PriyoShop Celebration Pohela Falgun Mar 20, 2024
PriyoShop.com LTD
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
Nicola Wreford-Howard
 
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptxTaurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
my Pandit
 
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
PaulBryant58
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
Unveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdfUnveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdf
Sam H
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
awaisafdar
 
Lookback Analysis
Lookback AnalysisLookback Analysis
Lookback Analysis
Safe PaaS
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
NathanBaughman3
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
usawebmarket
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Arihant Webtech Pvt. Ltd
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
HARSHITHV26
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
Global Interconnection Group Joint Venture[960] (1).pdf
Global Interconnection Group Joint Venture[960] (1).pdfGlobal Interconnection Group Joint Venture[960] (1).pdf
Global Interconnection Group Joint Venture[960] (1).pdf
Henry Tapper
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
Role of Remote Sensing and Monitoring in Mining
Role of Remote Sensing and Monitoring in MiningRole of Remote Sensing and Monitoring in Mining
Role of Remote Sensing and Monitoring in Mining
Naaraayani Minerals Pvt.Ltd
 

Recently uploaded (20)

What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
 
PriyoShop Celebration Pohela Falgun Mar 20, 2024
PriyoShop Celebration Pohela Falgun Mar 20, 2024PriyoShop Celebration Pohela Falgun Mar 20, 2024
PriyoShop Celebration Pohela Falgun Mar 20, 2024
 
Exploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social DreamingExploring Patterns of Connection with Social Dreaming
Exploring Patterns of Connection with Social Dreaming
 
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptxTaurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
Taurus Zodiac Sign_ Personality Traits and Sign Dates.pptx
 
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
Accpac to QuickBooks Conversion Navigating the Transition with Online Account...
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Unveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdfUnveiling the Secrets How Does Generative AI Work.pdf
Unveiling the Secrets How Does Generative AI Work.pdf
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
 
Lookback Analysis
Lookback AnalysisLookback Analysis
Lookback Analysis
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
Global Interconnection Group Joint Venture[960] (1).pdf
Global Interconnection Group Joint Venture[960] (1).pdfGlobal Interconnection Group Joint Venture[960] (1).pdf
Global Interconnection Group Joint Venture[960] (1).pdf
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
Role of Remote Sensing and Monitoring in Mining
Role of Remote Sensing and Monitoring in MiningRole of Remote Sensing and Monitoring in Mining
Role of Remote Sensing and Monitoring in Mining
 

Monitoring and Supporting Data Conversion.pdf

  • 1. NO: _____ Name of trainer: Sisay Date: ____/____/04 Issue No. B0 Document No. BTC/133-14 Institution Name ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ BAHIR DAR POLYTECHNIC COLLEGE Title: INFORMATION SHEET Page No. Page 1 of 4 MODULE TITLE: Monitoring and Supporting Data Conversion NOMINAL DURATION: 40 hrs LO1. Monitor data conversion 1.1. Defining concepts of data conversion and Data Terminologies  Data is raw facts or unorganized things (such as alphabets, numbers, or symbols) that refers to, or represent, conditions, ideas, or objects. It can be qualitative or quantitative.  Qualitative data is descriptive information (it describes something)  Quantitative data is numerical information (numbers).  Discrete data can only take certain values (like whole numbers)  Continuous data can take any value (within a range) Put simply: Discrete data can be counted, Continuous data can be measured Example: Qualitative:  It is brown and black  It has long hair  It has lots of energy Quantitative:  Discrete: o It has 4 legs o It has 10 fingers  Continuous: o It weighs 25.5 kg o It is 565 mm tall  Data conversion is the conversion of one file or database from one format (from one physical environment) to another. Often, when data is moved from one system to another, some form of data conversion is required to convert the data to a format the receiving system can interpret. Types of conversion:  Database conversion (SQL, MySQL, MS Access, XLS, XML etc)  File format conversion (PDF to Word)  Image conversion (GIF to JPG, TIFF, PNG etc)  Character or string conversion(numeric to alphabet or viceversa)
  • 2. NO: _____ Name of trainer: Sisay Date: ____/____/04 Issue No. B0 Document No. BTC/133-14 Institution Name ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ BAHIR DAR POLYTECHNIC COLLEGE Title: INFORMATION SHEET Page No. Page 2 of 4 1.2. Reading and Analyzing Existing Data Conversion Documents The data conversion process can often be a complex and difficult task during an implementation. When performing data conversions, you must include analysis of your source data and continues through to system testing and user acceptance. Throughout the conversion process, we perform quality control checks to ensure correctness of the conversion. 1.3.Understanding Data and Its Characteristics 1.3.1. Data Conversion Systems and Tools Data Conversion Tool allows you to convert data both from and to (both sides are supported) a wide variety of formats, including:  SQLServer Tables  Oracle Tables  ODBC Tables  OleDb Tables  Microsoft Access Tables  XML Files Once a conversion type is defined, it can be saved and reused either in a future conversion or as a step within a batch conversion. 1.3.2. Data Modeling Methodologies Data modeling is the formalization and documentation of existing processes and events that occur during application software design and development. Data modeling techniques and tools capture and translate complex system designs into easily understood representations of the data flows and processes, creating a blueprint for construction or re-engineering. A data model can be thought of as a diagram or flowchart that illustrates the relationships between data. There are several different approaches of data modeling, including: - Conceptual Data Modeling - identifies the highest-level relationships between different entities. - Logical Data Modeling - illustrates the specific entities, attributes and relationships involved in a business function. - Physical Data Modeling - represents an application and database-specific implementation of a logical data model. 1.3.3. Data Conditioning and cleaning Data conditioning (Pre-processing) is the use of data management and optimization techniques which result in the intelligent routing, optimization and protection of data for storage or data movement in a computer system. Data cleaning is the act of detecting and removing or correcting dirty data (i.e.: data that is incorrect, out-of-date, redundant, incomplete, or formatted incorrectly). Data Cleaning helps to increase the overall efficiency of your data management systems and leads to an increase in the productivity of the organization. 1.3.4. Data Transformation and integration Data transformation is one of the collective processes known as extract, transform or load which is one of the most important processes in data warehouse implementation from different data sources. Data Integration is the process of combining heterogenous data sources in to a single queriable schema so as to get a unified view of these data.
  • 3. NO: _____ Name of trainer: Sisay Date: ____/____/04 Issue No. B0 Document No. BTC/133-14 Institution Name ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ BAHIR DAR POLYTECHNIC COLLEGE Title: INFORMATION SHEET Page No. Page 3 of 4 1.3.5. Sorting, updating, exporting and convert data Sorting data Sorting data is the process of arranging items into meaningful order so that you can analyze it more effectively. Example:  sort text data into alphabetical order  sort numeric data into numerical order Updating Data The modification of data that is already in the database is referred to as updating. The update operation allows you to change an existing database record in a logical or physical file. You can update individual rows, all the rows in a table. Each column can be updated separately without affecting other columns. UPDATE table_name SET column1=value, column2=value2, ... WHERE some_column=some_value To perform an update, you need three pieces of information: 1. The name of the table and column to update, 2. The new value of the column, 3. Which row(s) to update? Exporting data You can export data from one application to another application using the Export Wizard. Exporting lets you share data from one application by providing a copy of data. 1.3.6. Ensuring Data Quality DBMS provides a set of features that enable you to ensure the quality of data that is moved from source systems to your data destination. Data profiling is a feature that enables you to analyze the content and structure of your data to determine inconsistencies, anomalies, and redundancies in the data. 1.4. Collection, Organization and Analysis of Data and Information The data is typically organized to model relevant aspects of reality (for example, the availability of rooms in hotels), in a way that supports processes requiring the information (for example, finding a hotel with vacancies). Organization of data Organization of data is any one of the data management conventions for physical and spatial arrangement of the physical records of a data set. Analysis of data Analysis of data is the process of evaluating data using analytical and logical reasoning to examine each component of the data provided. Data from various sources is gathered, reviewed, and then analyzed to form some sort of finding or conclusion. Information Information is processed data that can affect behaviour, a decision or outcome. It is valuable that is: o accurate and timely o specific and organized for a purpose o presented within a context that gives it meaning and relevance o Can lead to an increase in understanding and decrease in uncertainty.
  • 4. NO: _____ Name of trainer: Sisay Date: ____/____/04 Issue No. B0 Document No. BTC/133-14 Institution Name ባህር ዳር ፖሊ ቴክኒክ ኮሌጅ BAHIR DAR POLYTECHNIC COLLEGE Title: INFORMATION SHEET Page No. Page 4 of 4 1.5. Validating Data Conversion Systems 1.5.1. Data Accuracy Data accuracy is generally expressed as a confidence interval (CI). This means more of the information collected can be trusted as valid and free of confounding variables. 1.5.2. Data Integrity Data integrity (also known as data validity) refers to the overall completeness, accuracy and consistency of data. This can be indicated by the absence of alteration (unchanged) between two instances or between two updates of a data record. Data integrity can be maintained through the use of various error checking methods and validation procedures. 1.5.3. Back-up before Conversion Before and after the process of converting your data, it is strongly recommended that you perform a full data backup. 1.6. Identifying and Confirming Data Conversion Tools • Software • Hardware • Environmental Pre-Requisites (Dust, Heat, Extreme Cold, Temperature Stability, Air Circulation and Moisture) Dust and Dirty environment increases the overheating problem and mostly affects - The Motherboard. - The Processor and Power Supply fan. - The CD-drive's Lens and Floppy drive's head. - The Add-in card connection. - The cable connection. - The mouse and keyboard. LO2. Support data conversion • Results must be verified based on the relevant checklist. • Verified data must be presented and approved by appropriate persons. • Back-up copies of conversion files must be maintained and documented according to requirements • Developing clear and coherent technical documentation