Chapter 16: Introduction

Slides:



Advertisements
Similar presentations
Chapter 16: Check Digit Systems, Continued
Advertisements

Math for Liberal Studies. An identification number is a sequence of letters and/or numbers that identifies an object, person, place, or concept The number.
Chapter 16: Check Digit Systems
The Secret Shopper Salt Lake City September 15, 2008.
Math for Liberal Studies.  Problems can occur when data is transmitted from one place to another  The two main problems are  transmission errors: the.
Identity Theft Someone steals your personal information for his/her own gain It’s a crime!
What is identity theft, and how can you protect yourself from it?
Carl Johnson Financial Literacy Jenks High School.
Math for Liberal Studies.  None of the methods we have investigated so far can detect transposition errors  In this section we will investigate new.
MAT 1000 Mathematics in Today's World Winter 2015.
MAT 1000 Mathematics in Today's World Winter 2015.
Use with Management and Cost Accounting 8e by Colin Drury ISBN © 2012 Colin Drury Use with Management and Cost Accounting 8e by Colin Drury.
Write A if the quantity in Column A is greater
Unit 5 BANKING –Banking Basics
Scams and Schemes. Today’s Objective I can understand what identity theft is and why it is important to guard against it, I can recognize strategies that.
Chapter 16: Identification Numbers Lesson Plan
More to Learn Check digit –It is used to check whether a number is valid. –Both ISBN and Hong Kong Identity Card numbers contain a check digit for data.
MAT 1000 Mathematics in Today's World Winter 2015.
Wong Wai Ling, Lam Pui Ki Identification number  clearly identify a person or a thing Check digit  an extra digit for the purpose of error.
1 JavaScript 4 User Input Validation. 2 Input Validation One of the most useful applications of JavaScript is input validation Scripts in the page can.
SAT Review 1.Which is the equation of a line that passes through the pt (7, - 1) and is to y + 2x = 1. A. y = 2x – 15 B. y = –2x + 13 C. D. 2.Line p is.
Fault Tolerance CDA 5140 Spring 06 Everyday FT. Background Use of check digits for error detection on everyday applications used extensively but most.
Lecture 12.  The ISBN 10-digit uses a reverse weighting system: multiply the first digit by 10, the second by 9, the third by 8 and so on until the check.
Cyber Security Anchorage School District – 7 th grade Internet Safety.
IDENTITY THEFT OCCURS WHEN A CRIMINAL USES ANOTHER PERSON'S PERSONAL INFORMATION TO TAKE ON THAT PERSON'S IDENTITY. IDENTITY THEFT IS MUCH MORE THAN MISUSE.
Spring 2015 Mathematics in Management Science Identification Numbers Data Security Check Digits UPCs, Routing Nos, Bar Codes Personal Data.
System Development Lifecycle Verification and Validation.
Analyzing Numerical Data: Validating Identification Numbers
Intake and Interview 1. The Intake Process 1.Taxpayer fills out Intake Sheet 2.Volunteer completes Interview 3.Check Identification 4.Review Documents.
MAT 105 Spring  An identification number is a sequence of letters and/or numbers that identifies an object, person, place, or concept  The number.
Registering for MyEnvironmentPlace. Go to Click Books Available.
CSCI 530 Lab Authentication. Authentication is verifying the identity of a particular person Example: Logging into a system Example: PGP – Digital Signature.
Chapter 3 Data Control Ensure the Accurate and Complete data is entering into the data processing system.
Math for Liberal Studies. What is an identification number?  An identification number is a sequence of digits and/or numbers that identifies an object,
Check Digits Tanli Su. Introduction -identification numbers are used to easily identify people, products, books, accounts, credit cards, driver's licenses,
What is a Checking Account?  A payment account  Allows easy access to cash via checks, debit card, or online bill pay  Should only hold money that.
Weighted Codes, Codabar, ISBN & Code 39 Sol: DM.11 Classwork: worksheet Homework (day 47): worksheet.
TODAY’S AGENDA 1.Budgeting Project review- they are due electronically tomorrow 2.Budgeting Quiz (DVD) and test questions afterwards 3.Ch. 10 Baking 4.Ch.
Don’t talk to people that you don’t know online. What would you do if someone that you don’t know threatens you? Call the police or tell a parent!! Be.
Data Capture Forms What are they?. Example 1 Example 2.
Chapter 7, Section 1 Posting Journal Entries to General Ledger Accounts.
E wallet IGVFS.
Validation and verification 1.2
Identity Theft It’s a crime!
Scams & Schemes Common Sense Media.
Analyzing Numerical Data: Validating Identification Numbers
FOP: Buttons and Events
Event-driven programming
Digitized Attributes of Products
Chapter 16: Identification Numbers Lesson Plan
MasteringChemistry Getting started Presenter instructions:

IT'S TIME TO PLAY.
BCT 2.00 Analyze Technology Issues
Keeper 8: UPC Codes S.A.S. #12 1 – 3 Credit Cards S.A.S. #
MAT 105 Spring 2008 Chapter 17: Binary Codes.
MAT 105 Fall 2008 Bar Codes.
Welcome To Money pad November 23, 2018 Sample footer.
Credit Cards UPC Codes.
Objectives TO UNDERSTAND THAT CAPTURING DATA IS VALIDATED AND VERIFIED TO CHECK THAT IT IS REASONABLE AND CORRECT.
Name: Form: What Are Bar-codes
$ $ $ $ Section 3 Preparing a Trial Balance What You’ll Learn
Fundamentals of Data Representation
Digitized Attributes of Products
Hash Tables Chapter 12 discusses several ways of storing information in an array, and later searching for the information. Hash tables are a common.
The General Ledger Setting Up the General Ledger
Hash Tables Chapter 12 discusses several ways of storing information in an array, and later searching for the information. Hash tables are a common.
Chapter 16: Check Digit Systems, Continued
Chapter 16: Identification Numbers Lesson Plan
Lesson 3.7 Parity Error Checking
Presentation transcript:

Chapter 16: Introduction MAT 105 Fall 2008 Chapter 16: Introduction

What is an identification number? An identification number is a sequence of letters and/or numbers that identifies an object, person, place, or concept The number should unambiguously identify something: no two things should have the same ID number

Where have you encountered ID numbers? Think about the different ways you encounter ID numbers in your daily life… License plate Driver’s license number Student ID number Social Security number Phone numbers Credit card numbers ISBN (International Standard Book Number) UPC (Universal Product Code) Many, many more…

Are ID numbers random? What happens if you go to Amazon.com and try to order something with a random credit card number? What should happen?

Security Features How does the computer know that the number you typed in isn’t valid? Should the computer have to look through all the millions of credit card numbers to make sure that the one you made up isn’t on the list?

Checking Validity Most ID numbers have a quick way to check to make sure that the number is valid This is not just for security, but to detect errors If the ID number is entered incorrectly, it is important that the error is caught; you don’t want your account to get charged for someone else’s order

Kinds of Errors Substitution: 123476 instead of 123456 This error is the most common, occurring almost 80% of the time Transposition: 123546 instead of 123456 This error accounts for around 10% of all errors Jump transposition: 125436 instead of 123456 This error is much rarer, accounting for only about 1% of all errors

How Are Errors Detected? Most errors are detected using check digits Check digits are extra digits attached to the ID number that are only used for checking that the ID number is valid Many different check digit systems are used, and we will study several of them Some check digit systems are secret so that they cannot be used to generate fake (but valid) ID numbers