CSC207 – Software Design Final Preparation. Structure of Exam Descriptive Qs. –5 each 4 marks Code understanding –1 for 10 marks Analysis / Implementation.

Slides:



Advertisements
Similar presentations
Chapter 6 E-commerce Payment Systems. Traditional Payment Systems Cash Checking Transfers Credit Card Accounts Stored Value Accounts Accumulating Balance.
Advertisements

Lecturer: Miljen Matijašević G10, room 6/I, Tue 11:30-12:30 Session 2, 18 Mar 2014.
Depository Institution Discovery G1 © Family Economics & Financial Education – Revised April 2006 – Get Ready to Take Charge of Your Finances –
Depository Institution Discovery G1 © Take Charge Today – Revised April 2006– Depository Institution Discovery – Slide 2 Funded by a grant from.
Intro to Banking Unit 2. Lesson 1..
BUSINESS DOCUMENTS. Stages of Financial Recording Calculate Net Profit and Capital Employed Prepare Final Accounts and Balance Sheet Balance ledger accounts.
1 Welcome to Jon Snyder and Priscilla Miccio. 2 Purchase Orders The Purchasing Department receives the orders from either the HR department or Marketing.
Requirements and Design
Prepare a deposit slip Record entries in a check register
Unit 211 Requirements Phase The objective of this section is to introduce software system requirements and to explain different ways of expressing these.
Banking products and operations. withdrawal A withdrawal in a bank / withdraw money = to take money out of a bank account.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
1 Lab 2 CSIT-120 Fall 2000 Session II-A (September 14th) Operations on Data Lab Exercise 2-A Data Types Variables Lab Exercise 2-B Session II-B (September.
ACM/JETT Workshop - August 4-5, Object-Oriented Basics & Design.
Types of deposit accounts Saving deposit;- Savings deposit account is meant for individuals who wish to deposit small amounts out of their current income.
Types of Savings Accounts Unit 2. Lesson 2.. Objectives Identify types of investing options offered by banks Compare and contrast the pros and cons of.
Common payment services What are the common payment services provided by financial institutions? 1.
Financial Literacy Vocabulary Terms How is money used in society? How do I pay for goods and services? How do I keep track of my saving and spending? 1.
Chapter © 2010 South-Western, Cengage Learning Checking Accounts and Banking Services Banking Services and Fees 9.
Teens 04/09. Beware The High Cost Of Financial Services pawn shops charge very high interest for loans based on the value of tangible assets (such as.
Read to Learn Discuss the different types of checking accounts and how they work. Discuss other services and offerings that banks provide checking account.
Do Now 1)What is a checking account? 2) What is the difference between a checking account and a saving account?
Checking Accounts and Other Banking Services
Unit 5 Your Money: Keeping it Safe and Secure Info from: NEFE High School Financial Planning Program.
Deposit Accounts Created By: Laura Kinchen. Two Categories:  Transaction deposits An account that allows transactions to occur at any time and in any.
Refund Process with Open Items in Customer’s Account.
FINANCIAL AWARENESS Checking & Savings Accounts Lesson 4: Managing a Savings Account – Part 2 Instructor PowerPoint Copyright © 2009, Thinking Media, a.
Depository Institution Discovery G1 © Take Charge Today – Revised April 2006– Depository Institution Discovery – Slide 2 Funded by a grant from.
Student Version o Repetition is an important component, a key part of learning. In memory, the more times patterns of thought are repeated, the more likely.
System Development Lifecycle Verification and Validation.
Regular Expressions CSC207 – Software Design. Motivation Handling white space –A program ought to be able to treat any number of white space characters.
MAINTAINING A CHECKBOOK REGISTER BANKING PART 6 Mr. Stasa
Prof. Alfred J Bird, Ph.D., NBCT Door Code for IT441 Students.
Introduction to Java Java Translation Program Structure
What does this mean to you?. FCS 7 TH GRADE Money Management.
Statewide Financial System Program 1 Accounts Receivable: Refresher Training Key Points Accounts Receivable: Refresher Training Key Points Welcome.
* Do you have a checking account or credit card that you pay for? Do you know how to manage a checking account or credit card? * Please put your responses.
Mr. Stasa © You should be able to:  Identify the different parts of a personal check  Complete a personal check  Endorse.
Choosing and Balancing a Checking Account Personal Finance.
Homework #4: Operator Overloading and Strings By J. H. Wang Apr. 17, 2009.
GOALS BUSINESS MATH© Thomson/South-WesternLesson 3.2Slide 1 3.2Electronic Banking Record electronic banking transactions Find account balance when banking.
GOALS BUSINESS MATH© Thomson/South-WesternLesson 3.7Slide 1 3.7Money Market and CD Accounts Calculate interest earned on special savings accounts Calculate.
CSC 370 – Database Systems Introduction Instructor: Alex Thomo.
Deposit Accounts. Two Categories: Transaction deposits  An account that allows transactions to occur at any time and in any number. AKA demand deposits.
Fractional Reserve Banking D. E. Weir Lawrence Central High School.
1 10/15/04CS150 Introduction to Computer Science 1 Reading from and Writing to Files Part 2.
4/29/2008 Saving versus Investing. Saving Money stored away for a short term goal; usually in a savings account at a bank. This account has SMALL interest.
Savings Options Principles of Business Objective 4.03.
© 2004 Pearson Addison-Wesley. All rights reserved January 23, 2006 Creating Objects & String Class ComS 207: Programming I (in Java) Iowa State University,
Where Should I Put My Money? Choosing a Financial Institution.
Where Do You Save Your $$$ ? Gr. 4 Financial Literacy.
JA Our City 3rd Grade Volunteer’s Name Volunteer’s Title Volunteer’s Company.
Chapter 9 Checking Accounts and Other Banking Services.
Using Bank Services Chapter 33. Checking Accounts A customer deposits money in an account and receives a book of checks. May deposit or withdraw money.
Designing Classes Lab. The object that you brought to class Put it in the basket we will exchange them now.
Lesson 2: Introduction to Banking. Objectives: Identify types of accounts Evaluate banking transactions for accuracy and completeness Determine uses for.
Awk 2 – more awk. AWK INVOCATION AND OPERATION the "-F" option allows changing Awk's "field separator" character. Awk regards each line of input data.
Parallel embedded system design lab 이청용 Chapter 2 (2.6~2.7)
GOALS BUSINESS MATH© Thomson/South-WesternLesson 3.3Slide 1 3.3Online Banking Calculate account balance needed to make online payments.
Final Exam Review Unit 4: Personal Finance. 1. What are debit cards used to do? withdrawing money from a checking account from an ATM making an automatic.
AR-Accounts Receivable Billing
Introduction of Accounterlive - Online accounting software
Checking Bank Account By: Nicolas Gomollon.
Final Exam Study Guide This test will cover Chapters 1-13 in the course book. Review each lecture slide and class notes to narrow your focus of study for.
*No Checking Account Payday Loans* Gain Advance Cash to Meet Your Financial Woes
Research & Interview Summary
CSE 303 Concepts and Tools for Software Development
Matcher functions boolean find() Attempts to find the next subsequence of the input sequence that matches the pattern. boolean lookingAt() Attempts to.
Chapter 17 Establishing Good Credit
Analyzing Transactions
Presentation transcript:

CSC207 – Software Design Final Preparation

Structure of Exam Descriptive Qs. –5 each 4 marks Code understanding –1 for 10 marks Analysis / Implementation Qs –4 for 60 marks Regular expressions –1 for 10 marks

Coverage All lectures are included in the exam –Except the week 2 (May 24) – Scope / Memory Model Sources: –Book – useful for the technical questions –Lecture Slides –Class discussions

UML Modeling Bank Account –Each bank account has an owner, who has a distinct identifier. There are two types of accounts: Saving account and Checking accounts; but for the saving accounts we offer three subcategories: Gold accounts (those which should have balance higher than $10,000.00); Silver accounts (those which should have balance higher than $1,000.00); and Usual account (those which have no restriction). Owners of all count types can deposit and withdraw money into/from their accounts; but only the owners of Gold accounts can apply for loan.

UML Exercise The Midterm Q. –Customers order products from an online store; their orders will be processes by the closest store to their address, and their bills will be issued. After the payment is done, items will be shipped to the customer address.

RegEx Exercise If a file is an imaginary filename format, then it starts with 3 digits followed by 4 alphabetic characters followed by the exact same digits as the first part, followed by a “.imaginary” extension

RegEx Match a string consisting entirely of digits. Match a person's name, for example Harry Potter. The name is assumed to consist of two words, each starting with a capital letter and consisting entirely of letters (from the usual alphabet, without accents). There may be one or more white space characters separating the two parts.