The Hong Kong Polytechnic University

Size: px
Start display at page:

Download "The Hong Kong Polytechnic University"

Transcription

1 COMP1001-Problem Solving in IT Top-Down Design Objective: Upon completion of this lab, you will be able to: How to use top down design to design an Automatic teller machine (ATM) Structure of Top-Down Design in Python: Comp1001 Lab7 Page 1

2 Example of top-down design Notice that the main program is complete, while the rest of the functions are merely stubbed out. The interface of each function has been defined, i.e. how many and what types of parameters are expected as well as what will be returned, but the functions have not yet been implemented. Comments have been included inside the function definitions as reminders for how we expect to implement them. This program computes the probability of rolling five of a kind with six-sided dice by running a series of simulations and computing the average number of rolls required. Author: Sally CS Major Date: Spring 2011 from random import * def main(): printintro() numtrials = input("enter number of simulations to run: ") avg = simulate(numtrials) print "The average is:", avg print "The probabilty is:", 1/avg def printintro(): Returns: None Purpose: To print an introduction to the user. return def simulate(n): Inputs: An integer n representing the number of simulations to run. Returns: A float representing the average number of rolls required to get five of a kind. Purpose: Simulate n trials of rolling dice and compute the average. # will call simulateonetime n times Comp1001 Lab7 Page 2

3 return def simulateonetime(): Returns: An integer representing the number of rolls required to get five of a kind. Purpose: Simulate one trial and count the number of rolls. # will call rolldice until the result is allsame return 100 def rolldice(n): Inputs: An integer n representing the number of dice to roll. Returns: A list containing the dice rolls of length n. Purpose: Randomly roll n dice. # will call rollone n times return [1] * n def allsame(ls): Inputs: A list of values. Returns: True if all the values in the list are the same. Otherwise False. Purpose: Checks whether the values in a list are equal. # will check that each value is equal to the first value return True def rollone(): Returns: An integer representing the die value between 1 and 6. Purpose: Randomly roll one die. # will use the random library to simulate a die roll return 1 main() Comp1001 Lab7 Page 3

4 Exercise 1: You are going to implement the login in an ATM. There is an ATM is located at our V building, where the students/staffs can perform some bank transactions without going out of the campus. The ATM has the following functions: Insert the bank card Check the balance Withdraw cash Pay the bills Deposit cheque 1. Insert the bank card a. Verify the card number i. If valid, return True b. If the card is validated, a menu will be prompted to ask users for name and password i. Verify the customer name and password 1. If valid, return True If the validation is True, a menu will be displayed: 2. Check the balance a. Display the balance of b. cheque, saving or credit card (current month and year only) 3. Withdraw cash a. Ask user input the withdrawal amount b. Check the account limit and return True if the amount is within the limit c. If account limit is allowed, give out the options for user to choose different type of dollar banknotes e.g. 100 dollars or 500 dollars. If issuing the banknotes is done, return True d. If the banknotes taken out, update the account after the transaction completed and return e. When the transaction is completed, display the balance and send out the receipt f. Ask user to get the receipt and banknotes and return g. Close all the menu items and return back to insert the bankcard 4. Pay the bills a. Ask user to input the payer s account number b. Ask users to pay from e.g. saving account c. Not allowed to pay from credit card d. Check the account limit and return True if the amount is within the limit e. Update the account after the transaction is completed and return f. When the transaction is completed, display the balance and issue the receipt 5. Deposit cheque a. Ask user to insert the cheque and which account to deposit the cheque b. Remind the customers to write all the info e.g. account no. on the cheque c. Open a box for customers to insert the cheque and return d. Update the account after the transaction is completed and return e. When the transaction is completed, display the balance and send out the receipt Using top down design to create the menu for the vending machine system Design the interface Menu for the ATM Comp1001 Lab7 Page 4

5 Develop all the functions of the system using Python Write a separate program to test all the function of the system ~End of the lab7~ Comp1001 Lab7 Page 5

DFCU ONLINE - USER MANAGEMENT

DFCU ONLINE - USER MANAGEMENT DFCU ONLINE - USER MANAGEMENT A Business Signer who has the Manage Users feature assigned to them can create other users on the User Management page in DFCU OnLine. To add a user and configure rights:

More information

Point West Mobile Banking App. A Comprehensive Guide

Point West Mobile Banking App. A Comprehensive Guide Point West Mobile Banking App A Comprehensive Guide Login / Accounts Account Menu Transfers Loan Payments & Advances Mobile Deposit Bill Pay Contact Us / ATM About / FAQs / Help Table of Contents 1. Open

More information

KCCU Online Banking - For Members Use

KCCU Online Banking - For Members Use KCCU Online Banking - For Members Use KCCU s online financial services facility allows members to access their current financial data and perform a limited transaction set in the comfort of their home

More information

Long Term Disability Online Payment Instructions

Long Term Disability Online Payment Instructions If you are paying for Medical ONLY: Long Term Disability Online Payment Instructions 1. On the Insurance Payments home screen, select Long Term Disability. 2. Enter the payment amount for Medical only

More information

Header Description: This use case describes how the ATM user withdraws cash from the ATM.

Header Description: This use case describes how the ATM user withdraws cash from the ATM. Use Case: Withdraw Cash Use Case #: UC1 Author: Iteration: JAD Team Detailed Header Description: This use case describes how the ATM user withdraws cash from the ATM. Business Trigger(s): Customer needs

More information

Banking System Upgrade - Frequently Asked Questions (FAQs)

Banking System Upgrade - Frequently Asked Questions (FAQs) Banking System Upgrade - Frequently Asked Questions (FAQs) What does banking system upgrade mean and why do we need to upgrade our banking system? A banking system upgrade means we are changing the technology

More information

In addition to these resources, our staff will be on hand to help walk you through any questions or concerns you have post-conversion.

In addition to these resources, our staff will be on hand to help walk you through any questions or concerns you have post-conversion. Dear Valued Member, In an effort to better support your financial needs, United 1st Federal Credit Union will convert the former Community United core data processing system platform to the current United

More information

Long Term Disability Online Payment Instructions

Long Term Disability Online Payment Instructions If you are paying for Medical AND Dental: Long Term Disability Online Payment Instructions 1. On the Insurance Payments home screen, select Long Term Disability. 1 2. You will enter your Medical payment

More information

Mobile PC Branch App for ipad Walkthrough

Mobile PC Branch App for ipad Walkthrough Mobile PC Branch App for ipad Walkthrough ipad Main Screen Main Page Select the Contact Us link to see the various ways of getting in touch with DCU Select the Rates link to view rates on all our products

More information

ATM Use Cases. ID: CIS Title: Check Balance Description: Customer aims to know the balance in his/her account

ATM Use Cases. ID: CIS Title: Check Balance Description: Customer aims to know the balance in his/her account ID: CIS375-01 Title: Login Description: Customer logs into the system by inserting the card and entering pin code. Preconditions: Customer has a bank account and an ATM Card. Postconditions: Customer logged

More information

Studio Designer Basic

Studio Designer Basic Studio Designer Pricing Studio Designer Basic Studio Designer Professional $35 / User / Month $45 / User / Month Feature Basic Professional Address Client and Vendor Address Maintenance X X Client and

More information

WESTOBA CREDIT UNION MOBILE APP HOW-TO GUIDE! CONTENTS (click to go straight to location) ACCOUNTS... 4 SETTINGS... 8 PAY BILLS... 4 TRANSFERS...

WESTOBA CREDIT UNION MOBILE APP HOW-TO GUIDE! CONTENTS (click to go straight to location) ACCOUNTS... 4 SETTINGS... 8 PAY BILLS... 4 TRANSFERS... WESTOBA CREDIT UNION MOBILE APP HOW-TO GUIDE! CONTENTS (click to go straight to location) Navigation... 2 Log In (First Time)... 3 Log In (Remembered Account)... 3 Log Out... 3 ACCOUNTS... 4 Viewing Balances

More information

Insurance Board customers may pay your bill online or pay by mail. 1) Enroll in the online payment system 2) Pay Now option (for those not enrolled)

Insurance Board customers may pay your bill online or pay by mail. 1) Enroll in the online payment system 2) Pay Now option (for those not enrolled) Customer Service: 800.437.8830 Insurance Board customers may pay your bill online or pay by mail. Online payment Options: 1) Enroll in the online payment system 2) Pay Now option (for those not enrolled)

More information

Guide to Getting Started. Personal Online Banking & Bill Pay

Guide to Getting Started. Personal Online Banking & Bill Pay Guide to Getting Started Personal Online Banking & Bill Pay What s Inside Welcome to National Bank of Arizona s Online Banking. Whether you re at home, at work, or on the road, our online services are

More information

Business Mobile Banking Quick Reference Guide

Business Mobile Banking Quick Reference Guide Business Mobile Banking Quick Reference Guide American Business Bank Business Mobile Banking Overview Our Business Mobile Banking provides the ability to access business accounts and perform a variety

More information

Personal Online Banking & Bill Pay. Guide to Getting Started

Personal Online Banking & Bill Pay. Guide to Getting Started Personal Online Banking & Bill Pay Guide to Getting Started What s Inside Contents Security at Vectra Bank... 4 Getting Started Online... 5 Welcome to Vectra Bank Online Banking. Whether you re at home,

More information

BUSINESS ADVANTAGE USER GUIDE

BUSINESS ADVANTAGE USER GUIDE Table of Contents Getting Started... Account Summary...5 Navigation Tools...6 Account History...8 Quick Reference Guide...9 Frequently Asked Questions... Need Help?... Getting Started. Visit.. In the Online

More information

Get the most from your Health Savings Account. Your guide to your HSA and online account access

Get the most from your Health Savings Account. Your guide to your HSA and online account access Get the most from your Health Savings Account Your guide to your HSA and online account access 1 Health Savings Account Investments Contents Getting started... 2 Accessing the BBPadmin Online Portal...

More information

Mobile PC Branch App for iphone Walkthrough

Mobile PC Branch App for iphone Walkthrough Mobile PC Branch App for iphone Walkthrough iphone Main Screen Main Page Select the Contact Us link to see the various ways of getting in touch with DCU Select the Rates link to view rates on all our products

More information

Business Portals Guide

Business Portals Guide Business Portals Guide The ZipLine (NPCA) Business Portals are three web sites that allow a merchant to launch a payment card program to local businesses. The businesses can save on each transaction by

More information

Using the New CDSP Online epay System

Using the New CDSP Online epay System Using the New CDSP Online epay System CDSP s new online payment system offers many benefits, including a comprehensive view of all invoices and payments applied to your account, the ability to use credit

More information

MEMBER SERVICE AND TELLER QUESTIONNAIRE

MEMBER SERVICE AND TELLER QUESTIONNAIRE MEMBER SERVICE AND TELLER QUESTIONNAIRE Credit Union Name: Teller Balancing Information: Do your tellers post their own teller reversals? [_] Yes If no, who is responsible for the reversals? When they

More information

Overview + Navigation // Business ebanking Mobile

Overview + Navigation // Business ebanking Mobile Overview + Navigation // Business ebanking Mobile BeB Mobile Banking is a comprehensive banking solution that encompasses two modes of Mobile Banking: Mobile Web and downloadable application. Mobile Web

More information

User Manual. <MacBank ABM> for. Contents. Prepared by. Version <2.0> Group Name: Group 304. Instructor: Dr. Kamran Sartipi Course:

User Manual. <MacBank ABM> for. Contents. Prepared by. Version <2.0> Group Name: Group 304. Instructor: Dr. Kamran Sartipi Course: User Manual for Version Prepared by Matthew Gardner Robert Lombardi Steven Li Group Name: Group 304 Instructor: Dr. Kamran Sartipi Course: SFWR ENG 3K04 Lab Section: L03 Teaching Assistant:

More information

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs.

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs. Lab 8 Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs. Preparation, Part A: Exercise using the Die class For this exercise we will be modifying an example

More information

Consumer Portal Quick Start Guide

Consumer Portal Quick Start Guide Welcome to your Infinisource Benefits Accounts. This portal gives you anytime access to view information and manage your account. It enables you to: File a claim online Upload receipts View up-to-minute

More information

Village of Winnetka Utility ebills and Recurring Credit Cards Resident Guide Process: The Village of Winnetka allows utility customers to enroll in ebills and recurring credit card payments (RCC). The

More information

GETTING STARTED ONLINE

GETTING STARTED ONLINE GETTING STARTED ONLINE Logging into Direct Business Internet Banking is easy. Just open your web browser and type calbanktrust.com in the address line. * You ll be able to view your account information,

More information

Requirements document for an automated teller machine. network

Requirements document for an automated teller machine. network Requirements document for an automated teller machine network August 5, 1996 Contents 1 Introduction 2 1.1 Purpose : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : 2 1.2 Scope

More information

Welcome to Your. Online Banking Experience

Welcome to Your. Online Banking Experience Welcome to Your Online Banking Experience Take your Orlando Federal accounts with you where ever you go - Access your account information with online banking and mobile banking. Check balances, pay bills,

More information

Overview. Guide for the Authorized User

Overview. Guide for the Authorized User Overview This guide demonstrates how to view your student s account balance and make payments for your student as an Authorized User. Note: Your student must first login to MySJSU and set up an authorized

More information

University of Gujrat Lahore Sub Campus

University of Gujrat Lahore Sub Campus University of Gujrat Lahore Sub Campus Assignment # 4 Advance Programming Techniques (CS 303) BS Computer Science Fall 2018 Date Issue: 05-12-2018 Due Date: 14-12-2018 (Friday) before 09:00 PM Instructions:

More information

Step 1 - Navigate to City of Lawrence Utility Billing Portal

Step 1 - Navigate to City of Lawrence Utility Billing Portal City of Lawrence, Indiana Utility ebills and Recurring Credit Cards Process: City of Lawrence, Indiana allows a utility customers to enroll in ebills and recurring credit card payments (RCC). The ebill

More information

Phone Banking BSP. User Guide. Why wait in line? Bank by phone with BSP. Bank South Pacific.

Phone Banking BSP. User Guide. Why wait in line? Bank by phone with BSP. Bank South Pacific. Phone Banking BSP User Guide Why wait in line? Bank by phone with BSP Bank South Pacific www.bsp.com.pg Contents: Banking by Phone 2 Getting Started 3 Your Phone 3 Your BSP Identification Number & PAC

More information

Supervisor s Guide. supervisor s guide (continued) Welcome to NBT Online Banker for Business! Supervisor Functions NBT ONLINE BANKER FOR BUSINESS

Supervisor s Guide. supervisor s guide (continued) Welcome to NBT Online Banker for Business! Supervisor Functions NBT ONLINE BANKER FOR BUSINESS supervisor s guide () NBT ONLINE BANKER FOR BUSINESS Supervisor s Guide Welcome to NBT Online Banker for Business! This Supervisor s Guide was created to provide your organization s designated Online Supervisor

More information

User Guide #PeopleFirst

User Guide #PeopleFirst ADVANCED BUSINESS ONLINE BANKING User Guide #PeopleFirst TABLE OF CONTENTS LOGIN Login Instructions 3 ACCOUNT BALANCES AND TRANSACTION DETAILS Balance Snapshot 4 Important Account Balances 4 Recent Transactions

More information

Personal Account Switch Kit

Personal Account Switch Kit Personal Account Switch Kit We ve Made it Easy for You to Switch Your Personal Account to Mercantil Commercebank Thank you for choosing to bank with Mercantil Commercebank. We are dedicated to ensuring

More information

Sandbox Parent Portal - Parent Manual

Sandbox Parent Portal - Parent Manual Sandbox Parent Portal - Parent Manual Welcome! You must be using this manual because your childcare provider uses Sandbox Software to help manage their center. Sandbox Software has a Parent Portal that

More information

Business Online Banking & Bill Pay Guide to Getting Started

Business Online Banking & Bill Pay Guide to Getting Started Business Online Banking & Bill Pay Guide to Getting Started What s Inside Contents Security at Vectra Bank... 4 Getting Started Online... 5 Welcome to Vectra Bank Business Online Banking. Whether you re

More information

Lab 3 Finite State Machines Automated Teller Machine

Lab 3 Finite State Machines Automated Teller Machine Lab 3 Finite State Machines Automated Teller Machine Design, implement, verify, and test an Automated Teller Machine based on the following specification: The teller machine should provide the following

More information

SmartHub Web: How to Make One-Time Payment

SmartHub Web: How to Make One-Time Payment SmartHub Web: How to Make One-Time Payment 1.) Go to Stearns Electric Associations website at www.stearnselectric.org 2.) Click on SmartHub under Quick Links 3.) Enter E-Mail Address you used to signup

More information

Westpac phone banking

Westpac phone banking Westpac phone banking Fast, reliable, convenient banking Terms, conditions, fees and charges apply to Westpac products and services. See the Transaction and Service Fees brochure available from your local

More information

FORUM Business Online Banking

FORUM Business Online Banking FORUM Business Online Banking FORUM Business Online Banking has a new look but still offers the same level of service and security. Complete privacy, controlled through encryption and passwords, ensures

More information

Contents. This manual is a work in progress. If you see procedures that could be improved, please your suggestions to

Contents. This manual is a work in progress. If you see procedures that could be improved, please  your suggestions to This manual is a work in progress. If you see procedures that could be improved, please email your suggestions to MSUEVend@anr.msu.edu The directions in this manual are compatible with the ipad app with

More information

HOW TO SET UP AND USE EBILLING

HOW TO SET UP AND USE EBILLING HOW TO SET UP AND USE EBILLING October 2014 New URLs For Tuition Payment Plan Access www.tuitionpaymentplan.com/colorado For Ebill Access https://netpay.higherone.com/netpay/ebpp/colc/academic+affairs/1333/ebpp.aspx

More information

Invoice Gateway Customer Enrollment

Invoice Gateway Customer Enrollment Invoice Gateway Customer Enrollment Billtrust is the Stock Building Supply provider of Statement and Invoice delivery. They also host our Customer Portal where you can view your invoices and statements

More information

BSP Fiji Digital User Guide for Personal Banking Customers

BSP Fiji Digital User Guide for Personal Banking Customers BSP Fiji Digital User Guide for Personal Banking Customers This is an interactive document. You can click on the subject that you need assistance with from the Table of Contents below and go directly to

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Welcome to! Now that you have opened a new checking account with us, use our Switch Kit to create and mail out the appropriate letters to notify others of your account change.

More information

MOBILE BANKING APPLICATION USER GUIDE

MOBILE BANKING APPLICATION USER GUIDE MOBILE BANKING APPLICATION USER GUIDE Table of Contents New User Registration View Account Balances Transfer within Your Accounts Pay Your Credit Card Transfer to Other Accounts Locate Nearby Branches

More information

Welcome to the mymoney application! Logging In. Changing a Password

Welcome to the mymoney application! Logging In. Changing a Password Welcome to the mymoney application! The mymoney app will replace your paper checkbook organizers, save your financial transactions, set various budget categories, track recurring transactions, and will

More information

Quick Reference Guide. How to Register

Quick Reference Guide. How to Register Quick Reference Guide How to Register 1 Click the Register Now link. 2 Step 1: Choose your course Click the course or program you would like to register in. 3 Explore your section options by clicking the

More information

SPOTCASH MOBILE APPLICATIONS USER GUIDE

SPOTCASH MOBILE APPLICATIONS USER GUIDE SPOTCASH MOBILE APPLICATIONS USER GUIDE Table of Contents CHAPTER 1 INTRODUCTION... 3 CHAPTER 2 ACCESSING THE APPLICATION... 3 CHAPTER 3 THE DASHBOARD... 6 3.1 Withdrawal... 7 3.2 Deposit... 9 3.3 Top

More information

Value Card and Coin opt Vending Systems

Value Card and Coin opt Vending Systems Value Card and Coin opt Vending Systems Vending systems are used in public libraries and open labs when user authentication is not possible. Optionally, value cards can be combined with GoPrint Quota and

More information

Technology Upgrade User Guide

Technology Upgrade User Guide Technology Upgrade User Guide TABLE OF CONTENTS Message from the President/CEO... 1 Technology Upgrade Information... 2 Why Are We Upgrading?... 2 Important Dates to Remember... 3 Upgrade Impacts Debit

More information

24 Hour Online Banking Guide

24 Hour Online Banking Guide TABLE OF CONTENTS Please review this online services e-booklet to review all convenient electronic services available to you as a member of Advia Credit Union. Our promise is to offer advantages to our

More information

Utility Cashier System

Utility Cashier System Utility Cashier System CASHIER MANUAL July 29, 2012 Version 1.2 1 System Account Overview Logging into Utili.Ca$h Logging Out of Utili.Ca$h Changing your Utili.Ca$h Password Cashier Daily Processes Cash

More information

Online Enrollment. This portal enables you to:

Online Enrollment. This portal enables you to: Company name: Online enrollment opens: Online enrollment closes: Welcome to your Infinisource Benefits Accounts Consumer Portal, where you have 24/7 access to view information and manage your account.

More information

LunchTime Web Portal. Parents Guide to Getting Started

LunchTime Web Portal. Parents Guide to Getting Started LunchTime Web Portal Parents Guide to Getting Started Contents Creating a New Account... 3 Logging into the LunchTime Web Portal... 6 Site Logout... 7 Adding Students to Your Account... 7 Starting a New

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 05.07.2018 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 8 3.3. Saving data to file...

More information

ClinCard Reference Guide: Site Coordinator

ClinCard Reference Guide: Site Coordinator ClinCard Reference Guide: Site Coordinator Please review the JCTO SOP located in the Researcher s Toolbox How to Login to www.clincard.com 1) Login to www.clincard.com. 2) Enter your login and password

More information

Getting Started Guide: Transaction Download for QuickBooks Windows. Information You ll Need to Get Started

Getting Started Guide: Transaction Download for QuickBooks Windows. Information You ll Need to Get Started Getting Started Guide: Transaction Download for QuickBooks 2009 2011 Windows Refer to the Getting Started Guide for instructions on using QuickBooks online account services; to save time, improve accuracy,

More information

The following is a presentation for the Virginia Tech Carilion School of Medicine highlighting the services available through the online Hokie Spa

The following is a presentation for the Virginia Tech Carilion School of Medicine highlighting the services available through the online Hokie Spa The following is a presentation for the Virginia Tech Carilion School of Medicine highlighting the services available through the online Hokie Spa system. 1 To begin, log into the system at www.hokiespa.vt.edu.

More information

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs.

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs. Lab 8 Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs. Preparation A: Exercise using the Die class Create a subfolder Dice for your files in this exercise.

More information

Core Competency DOO (Design Object-Oriented)

Core Competency DOO (Design Object-Oriented) Here is the documentation for the rest of the semester. This document includes specification of the remaining Core Competencies, specifications for the final two Core Labs, and specifications for a number

More information

Internet Banking. Member User Guide

Internet Banking. Member User Guide Internet Banking Member User Guide Table of Contents 1. Introduction... 4 2. Getting Started... 5 2.1 Register... 5 2.2 Login... 5 2.3 Alerts... 7 2.4 Conditions of Use... 8 2.5 Accounts & Balances...

More information

ebanking User Guide ebanking echeck edelivery Mobile Banking & Deposit We Make Banking About You

ebanking User Guide ebanking echeck edelivery Mobile Banking & Deposit We Make Banking About You ebanking User Guide ebanking echeck edelivery Mobile Banking & Deposit Member FDIC We Make Banking About You 1-800-288-2229 www.abbybank.com 1 Account Access To log into your ebanking account, go to www.abbybank.com.

More information

SimpliPay User Guide

SimpliPay User Guide SimpliPay User Guide Payments Tab Please note: The screens you see in this guide are subject to change. 1 Messages The secure message center displays communications regarding your bill pay account. Support

More information

CONSUMER PORTAL QUICKSTART GUIDE

CONSUMER PORTAL QUICKSTART GUIDE CONSUMER PORTAL QUICKSTART GUIDE Welcome to your Corporate Health Systems Benefit Accounts Consumer Portal. This one stop portal gives you 24/7 access to view information and manage your Flexible Spending

More information

E-Bill Express User Manual

E-Bill Express User Manual E-Bill Express User Manual Table of Contents Enroll in E-Bill Express... 2 Add a Payment Method... 8 ACH (Bank Account)... 9 Credit / Debit Card... 10 Update or Delete a Payment Method... 11 Update...

More information

PO Box Lehigh Valley, PA Fax: apcifcu.org APCIRCUIT PC Home Banking Service HOW TO Guide

PO Box Lehigh Valley, PA Fax: apcifcu.org APCIRCUIT PC Home Banking Service HOW TO Guide APCIRCUIT PC Home Banking Service HOW TO Guide Page 1 HOW TO Guide Online Banking: APCIRCUIT PC Home Banking Service 01-19 Table of Contents APCIRCUIT Overview 3 APCIRCUIT Access 3 HOW TO - Change the

More information

ABC BANK 1 Dat

ABC BANK 1 Dat How to make payment for MPF contributions by e-cheque? (Employer) Notes on e-cheque Issuance Service Employers can access the e-cheque issuance service via their internet banking accounts with e-cheque

More information

2016 Autosoft, Inc. All rights reserved.

2016 Autosoft, Inc. All rights reserved. Copyright 2016 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

Debit CardValet FAQs. Table of Contents. General... 2 Registration... 2 Controls and Alerts... 3 Transactions Debit CardValet FAQs Page 1

Debit CardValet FAQs. Table of Contents. General... 2 Registration... 2 Controls and Alerts... 3 Transactions Debit CardValet FAQs Page 1 Debit CardValet FAQs Table of Contents General... 2 Registration... 2 Controls and Alerts... 3 Transactions... 4 Debit CardValet FAQs Page 1 General Q1: Does CardValet work on Android phones and iphones?

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 08.04.2019 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 9 3.3. Saving data to file...

More information

Registration Guide

Registration Guide 2016-2017 Registration Guide Registering for International Languages (Elementary) Programs: Go to www.garyallan.ca and select Elementary Students to access information on our Elementary International Languages

More information

Personal Online Banking Reference Guide

Personal Online Banking Reference Guide Personal Online Banking Reference Guide Table of Contents Getting Started Logging into your Account... Changing your Password... SecureEntry Challenge Question... Home Tab My Bank... 4 Message Center...

More information

Random Walks and Defining Functions FEB 9 AND 11, 2015

Random Walks and Defining Functions FEB 9 AND 11, 2015 Random Walks and Defining Functions FEB 9 AND 11, 2015 If we take a random walk, will we go places? Problem: Simulate a random walk in which a person starts of at point 0 and at each step randomly picks

More information

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system?

Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Enrollment and Login 1. If I m an existing WPCCU Online Banking user, do I need to register for this new system? Yes. To take advantage of all the new features of Online Banking, you must complete the

More information

lyndaclassroom Getting Started Guide

lyndaclassroom Getting Started Guide lyndaclassroom Getting Started Guide This document explains Why lyndaclassroom might be right for you and your students How to register as an approved educator with lynda.com How to set up and submit your

More information

Adding Cash to your Student Card

Adding Cash to your Student Card Adding Cash to your Student Card 1. You can now use your student card to purchase food and drinks from the Walkway Café or the new Coffee Pod. 2. To do this you need to set up an account with In-loop Campus.

More information

Customer Bank Account System Requirement

Customer Bank Account System Requirement Customer Bank Account System Requirement Background Techlabs is a training expert and is looking at Customer Bank Account Management System as a Standard Reference for students who will implement customer

More information

Internet Banking User Guide

Internet Banking User Guide Internet Banking User Guide Table of Content Table of Content... 2 Introduction... 3 Internet Banking Facilities... 3 Internet Banking Security... 3 Login Screen and Navigation... 4 Updating Personal Details...

More information

GETTING STARTED DOWNLOAD THE APP

GETTING STARTED DOWNLOAD THE APP MOBILE BANKING WITH MOBILE DEPOSIT CAPTURE STEP-BY-STEP GETTING STARTED The Educational Systems FCU Mobile Banking App is compatible with an Apple iphone running ios 5.0 or later and an Android smartphone

More information

MyChoice Cardholder User Guide

MyChoice Cardholder User Guide MyChoice Cardholder User Guide www.mychoicecorporate.com www.cardholderonline.com Contents 1 Plastic Card... 3 1.1 First time Login / New User... 3 1.2 Existing User... 5 2 Virtual Card... 7 2.1 First

More information

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1

If you have previously saved parameters for statement printing, these parameters display automatically. Press: F1 1 Customers: Using CounterPoint Printing Statements Overview Customer statements are generally printed at the end of each billing cycle (e.g., at the end of each month). CounterPoint provides three pre-defined

More information

Personal Online Banking External Transfers

Personal Online Banking External Transfers Personal Online Banking External Transfers Quick Reference Guide www.solvaybank.com 315-484-2201 General Questions about External Transfers Q. Do I have to be enrolled in Bill Pay before I can use External

More information

Mobile Banking Guide-Web Enabled Devices

Mobile Banking Guide-Web Enabled Devices Mobile Banking Guide-Web Enabled Devices Enrolling in Web Mobile Banking Log into SRB Online Banking at www.sugarriverbank.com. Select Options Mobile Settings Web Mobile Banking Select to enable web access,

More information

RDS Advantage Tutorial

RDS Advantage Tutorial RDS Advantage Tutorial Cash Disbursements 2/18/2016 1 Login to Cash Disbursements After you log into the RDS system with your username and password, the system screen is displayed. Each of the main applications

More information

Tabs3 General Ledger Guide

Tabs3 General Ledger Guide Tabs3 General Ledger Guide Tabs3 General Ledger Guide Copyright 2013-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel"

More information

The Heyseller VISA Prepaid Card is not a credit card. It is a prepaid, stored value and reloadable

The Heyseller VISA Prepaid Card is not a credit card. It is a prepaid, stored value and reloadable 1. General FAQ s: 1.1 What is the Heyseller VISA Prepaid Card? The Heyseller VISA Prepaid Card is not a credit card. It is a prepaid, stored value and reloadable payment vehicle. Once funds are deposited

More information

Outline for Today CSE 142. Programming a Teller Machine. CSE142 Wi03 I-1. ATM Algorithm for Dispensing Money

Outline for Today CSE 142. Programming a Teller Machine. CSE142 Wi03 I-1. ATM Algorithm for Dispensing Money CSE 142 Outline for Today Iteration repeating operations Iteration in Java while statement Shorthand for definite (counting) iterations for statement Nested loops Iteration Introduction to Loops 1/10/2003

More information

ipad Frequently Asked Questions Page 1

ipad Frequently Asked Questions Page 1 ipad Frequently Asked Questions Q: What is Mobile Banking? A: In short, Mobile Banking is a way to access your Verity accounts on the go. From your phone or tablet, you can check balances, pay bills, deposit

More information

PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line

PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line www.pcard.treasury.pncbank.com Quick Reference Guide - for the Cardholder Role Table of Contents: 1. Introduction

More information

Mountain Credit Union MCU Online Banking

Mountain Credit Union MCU Online Banking Mountain Credit Union MCU Online Banking End-User Guide 2011.11a Contents Login... 1 Login Screen... 1 Online Agreement... 2 Password Change... 2 Watermark Selection... 2 Multi Factor Authentication Security

More information

(C) 2010 Pearson Education, Inc. All rights reserved. Dr. Marenglen Biba

(C) 2010 Pearson Education, Inc. All rights reserved. Dr. Marenglen Biba Dr. Marenglen Biba In Chapters 12 13, you design and implement an object-oriented automated teller machine (ATM) software system. Concise, carefully paced, complete design and implementation experience.

More information

First State Bank of Blakely, Inc. Cash Manager. User Guide

First State Bank of Blakely, Inc. Cash Manager. User Guide First State Bank of Blakely, Inc. Cash Manager User Guide Table of Contents Logging In... 1 Changing Your Password... 2 Cash User Login Screen... 3 Cash Management User Single Sign On... 4 Navigation...

More information

eservices checklist Online account access estatements Online bill payment Mobile check deposit (requires mobile app) Debit card

eservices checklist Online account access estatements Online bill payment Mobile check deposit (requires mobile app) Debit card eservices checklist Online account access estatements Online bill payment Mobile check deposit (requires mobile app) Debit card Bring this checklist in to any branch for your eservices green check-up.

More information

Getting Started with Our Progressive Bank CONSUMER Online Banking Update

Getting Started with Our Progressive Bank CONSUMER Online Banking Update Getting Started with Our Progressive Bank CONSUMER Online Banking Update October 21, 2015 MEMBER FDIC FIRST TIME LOG IN -- BEGINNING 10/21/2015 When you access our new Online Banking website for the first

More information

Business Bill Pay User Guide

Business Bill Pay User Guide Business Bill Pay User Guide Convenience doesn t just happen 9 to 5, it works overtime. Business Bill Pay is designed to help small businesses manage their bills and account information. This user guide

More information

Instructions for First Time Users

Instructions for First Time Users Instructions for First Time Users 1. Go to www.xpressbillpay.com You probably arrived here via a link from your billing organization s website. Perhaps you are here because you received a mailer with your

More information