Name: Lindsay Haley Assignment: Ch.6 case 9. Design Steps of the Program Development Life Cycle

Size: px
Start display at page:

Download "Name: Lindsay Haley Assignment: Ch.6 case 9. Design Steps of the Program Development Life Cycle"

Transcription

1 Name: Lindsay Haley Assignment: Ch.6 case 9 Design Steps of the Program Development Life Cycle Requirements Document Date Submitted: October 15, 2013 Application Title: Purpose: Program Procedures: Algorithms, Processing, and Conditions: Notes and Restrictions: Comments: Use Case Definition Lindsay s Savings Calculator The Savings Calculator Windows application will display the yearly value of a savings account with compounding interest. On the form, the user will input the principle dollar amount, interest rate, and years. The program will display the yearly value of a savings account with compounding interest. 1. The user must input a positive number for Principle, Interest Rate, and Years to calculate savings with compounded interest. 2. After entering numbers for Principle, Interest Rate, and Years, the user clicks the Calculate button. 3. The program enters a loop where it multiplies the Principle by 1 + (Interest Rate *.01) and outputs balance into a ListBox object until the count reaches Years The user may click on any item in the ListBox object 5. The program will display a Message Box with years to attain the balance the user selects and if they can purchase a $5000 gaming computer 6. A clear button will clear the user s input and results The user should be able to click an exit button to close the application. Designer must determine the design of the user interface, and the words and graphics used in the user interface. Form must include a photo of a computer and a ListBox object to output savings balances. 1. User opens the application 2. User enters Principle, Interest Rate, and Years 3. User clicks Calculate button 4. Program determines if value of Principle, Interest Rate, and Years the user entered is a positive number a. If true, proceeds to step 5 b. If false, prompts user to enter a positive number 5. Program calculates yearly savings balance, with compounding interest 6. Program displays yearly savings balance in a list box 7. User can select a yearly savings balance to determine if they have saved enough for a $5000 computer 8. Program will display message box stating number of years to achieve balance and whether that balance is enough to purchase a $5000 gaming computer 9. User can click the Clear button and then repeat steps User can terminate program by clicking Exit button 1

2 User Interface List of the Controls Control Type Control Name Property Value Description Label lblprinciple Text Enter Principle Label for Principle Label lblinterest Text Enter Interest Rate as % Label for Interest Rate Label lblyears Text Enter Number of Years Label for Years Textbox txtprinciple Place to enter principle amount Textbox txtinterest Place to enter interest rate Textbox txtyears Place to enter years ListBox lstyearworth Text Label lblgoal Text Goal: $5000 for a Gaming Computer White ListBox to display calculated yearly savings Label to display goal BackColor PictureBox piccpu Image Image of a computer Button btncalculate Text &Calculate Used to initiate calculation Button btnclear Text Clea&r Used to clear form Button btnexit Text E&xit Used to exit form 2

3 Event Planning Document Program Name: Savings Calculator Developer: Lindsay Haley Object: frmsavingscalculator Date: 10/15/13 Object Event Trigger Event Processing IF txtprinciple AND txtinterest AND txtyears are positive numbers THEN enter Do Until Loop, ending when count reaches txtyears + 1 o Multiply txtprinciple by 1 + (txtinterest *.01) o output result to lstyearworth btncalculate Click o add 1 to count o make result the new value for txtprinciple for next iteration of loop o re-enter loop lstyearworth is visible IF txtprinciple OR txtinterest OR txtyears is/are not a positive number, display error message btnclear Click Clear text in txtprinciple, txtinterest, txtyears Clear text property of lstyearworth Hide lstyearworth Move cursor to txtprinciple btnexit Click Close form lstyearworth Click (user selects an item in list) Message box displays number of years to achieve that balance and whether or not it is enough to purchase a $5000 gaming computer 3

4 Event Flowcharts btnconvertcurrency Begin lstyearworthitemsclear = Input: txtprinciple Input: txtinterest Input: txtyears False txtprinciple AND txtinterest AND txtyears are postive numbers Output: "Please input a positive number for Principle, Interest, and Years." intcount = 1 decresult = 0 decprinc = Convert.ToDecimal(txtPrinc iple.text) decint = Convert.ToDecimal(txtInt.T ext) decintdec = Convert.ToDecimal(.01 * decint) intcount > Convert.ToInt32(txtYears.T ext) False decresult = decprinc * (decintdec + 1) Output: lstyearworth.items.add(fo rmatcurrency(decresult)) intcount = intcount + 1 decprinc = decresult lstyearworthvisible = End 4

5 btnclear btnexit lstyearworth 5

Name: Chance Wahl Assignment: 4 Section 1 Fall 2013 Design Steps of the Program Development Life Cycle

Name: Chance Wahl Assignment: 4 Section 1 Fall 2013 Design Steps of the Program Development Life Cycle Name: Chance Wahl Assignment: 4 Section 1 Fall 2013 Design Steps of the Program Development Life Cycle Requirements Document Date Submitted: 10/15/13 Application Title: Saving to Buy a Computer The application

More information

You will have mastered the material in this chapter when you can:

You will have mastered the material in this chapter when you can: CHAPTER 6 Loop Structures OBJECTIVES You will have mastered the material in this chapter when you can: Add a MenuStrip object Use the InputBox function Display data using the ListBox object Understand

More information

D-Force2 Loyalty Rewards Instructions

D-Force2 Loyalty Rewards Instructions D-Force2 Loyalty Rewards Instructions Overview You can create your own loyalty programs in D-Force2 that allow customers to earn reward points for each dollar spent. Customers can then use their accumulated

More information

IT3101 -Rapid Application Development Second Year- First Semester. Practical 01. Visual Basic.NET Environment.

IT3101 -Rapid Application Development Second Year- First Semester. Practical 01. Visual Basic.NET Environment. IT3101 -Rapid Application Development Second Year- First Semester Practical 01 Visual Basic.NET Environment. Main Area Menu bar Tool bar Run button Solution Explorer Toolbox Properties Window Q1) Creating

More information

Wyo VB Lecture Notes - Objects, Methods, & Properties

Wyo VB Lecture Notes - Objects, Methods, & Properties Wyo VB Lecture Notes - Objects, Methods, & Properties Objective #1: Use forms appropriately. A form is a basic building block of a Visual Basic project. Eventually, you'll be creating projects that consist

More information

Rock-Paper-Scissors Multiple versions Nested If / Else If / Else Random Numbers

Rock-Paper-Scissors Multiple versions Nested If / Else If / Else Random Numbers VISUAL BASIC Rock-Paper-Scissors Multiple versions Nested If / Else If / Else Random Numbers Copyright 2015 Dan McElroy Topics Covered OProject Definition OMultiple versions of the program ODetermine the

More information

1. What is the definition of a problem? 2. How to solve problems? 3. What is meant by Algorithm? 4. What is a Program testing? 5. What is Flowchart?

1. What is the definition of a problem? 2. How to solve problems? 3. What is meant by Algorithm? 4. What is a Program testing? 5. What is Flowchart? 1. What is the definition of a problem? 2. How to solve problems? 3. What is meant by Algorithm? 4. What is a Program testing? 5. What is Flowchart? 6. Define Visual Basic.NET? 7. Define programming language?

More information

Visual Basic/C# Programming (330)

Visual Basic/C# Programming (330) Page 1 of 16 Visual Basic/C# Programming (330) REGIONAL 2016 Program: Character Stats (400 points) TOTAL POINTS (400 points) Judge/Graders: Please double check and verify all scores and answer keys! Property

More information

Repetition Structures

Repetition Structures Repetition Structures There are three main structures used in programming: sequential, decision and repetition structures. Sequential structures follow one line of code after another. Decision structures

More information

PLAYBACK MODE. Blue: Manual Record. Red: White: Motion Detection Record Schedule Record

PLAYBACK MODE. Blue: Manual Record. Red: White: Motion Detection Record Schedule Record PLAYBACK MODE SEARCH AND PLAY To access the search playback list go to Menu and select Search and Play The Search and Play list will come up and list off all of the recordings you have starting with the

More information

LECTURE 5 Control Structures Part 2

LECTURE 5 Control Structures Part 2 LECTURE 5 Control Structures Part 2 REPETITION STATEMENTS Repetition statements are called loops, and are used to repeat the same code multiple times in succession. The number of repetitions is based on

More information

There are algorithms, however, that need to execute statements in some other kind of ordering depending on certain conditions.

There are algorithms, however, that need to execute statements in some other kind of ordering depending on certain conditions. Introduction In the programs that we have dealt with so far, all statements inside the main function were executed in sequence as they appeared, one after the other. This type of sequencing is adequate

More information

Flow Charts. Visual Depiction of Logic Flow

Flow Charts. Visual Depiction of Logic Flow Flow Charts Visual Depiction of Logic Flow Flow Charts Describe a sequence of events using pictures Often associated with computer programs, but are quite common in other fields General way to depict a

More information

Creating an event driven computer program using C# Level 2 Notes for City & Guilds 7540 Unit 008 Written for Microsoft Visual C# 2005 Express

Creating an event driven computer program using C# Level 2 Notes for City & Guilds 7540 Unit 008 Written for Microsoft Visual C# 2005 Express Creating an event driven computer program using C# Level 2 Notes for City & Guilds 7540 Unit 008 Written for Microsoft Visual C# 2005 Express Version 1 Tench Computing Ltd Pines Glendale Road Burgess Hill

More information

MANUAL ACCORDION TOOL

MANUAL ACCORDION TOOL MANUAL ACCORDION TOOL Accordion Tool Manual INTRODUCTION... 2 LOGGING IN TO ICREATE... 3 USING THE ACCORDION TOOL... 3 Adding an Accordion... 3 Adding Content... 4 Nested Accordions... 5 Adding Additional

More information

Skill Area 336 Explain Essential Programming Concept. Programming Language 2 (PL2)

Skill Area 336 Explain Essential Programming Concept. Programming Language 2 (PL2) Skill Area 336 Explain Essential Programming Concept Programming Language 2 (PL2) 336.1-Examine Basic Language Environment 336.1.1 Describe the basic operating environment of the language 336.1.2 Define

More information

Cardholder User Guide

Cardholder User Guide Cardholder User Guide Training Document Copyright 2008-2018 UMB Financial Corporation Document Direct for the Internet User s Guide (External) Version 1 07232018 UMB Reg. U.S. Pat. & Tm. Off. Table of

More information

CDS Computing for Scientists. Midterm Exam Review. Midterm Exam on October 22, 2013

CDS Computing for Scientists. Midterm Exam Review. Midterm Exam on October 22, 2013 CDS 130-001 Computing for Scientists Midterm Exam Review Midterm Exam on October 22, 2013 1. Review Sheet 2. Sample Midterm Exam CDS 130-001 Computing for Scientists Midterm Exam - Review Sheet The following

More information

ELECTRONIC SERVICES QUICK REFERENCE GUIDES

ELECTRONIC SERVICES QUICK REFERENCE GUIDES ELECTRONIC SERVICES QUICK REFERENCE GUIDES Make your banking life easier Use these guides to set yourself up for convenient banking at Signal» How to Set Up a Password Reset Question» How to Set Up Account

More information

Laboratory Session #1

Laboratory Session #1 Laboratory Session #1 LAB GOALS 1) To become familiar with the Microsoft Visual Basic.NET environment. 2) To learn how to copy files and insert into an empty project, and then run the program. 3) To compile

More information

C++ Programming Lecture 7 Control Structure I (Repetition) Part I

C++ Programming Lecture 7 Control Structure I (Repetition) Part I C++ Programming Lecture 7 Control Structure I (Repetition) Part I By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department while Repetition Structure I Repetition structure Programmer

More information

Export to Excel by Page Plugin User Guide

Export to Excel by Page Plugin User Guide Export to Excel by Page Plugin User Guide UPDATED ON 11/21/2018 PlanSwift Authored by: Dave Hansen 1 Table of Contents Overview... 3 Purchasing and Installation... 4 Purchasing Plugins... 4 Installation

More information

Music and Videos. with Exception Handling

Music and Videos. with Exception Handling VISUAL BASIC LAB with Exception Handling Copyright 2015 Dan McElroy - Lab Assignment Develop a Visual Basic application program that is used to input the number of music songs and the number of videos

More information

!!! !!!!!!!!!!! Help Documentation. Copyright V1.7. Copyright 2014, FormConnections, Inc. All rights reserved.

!!! !!!!!!!!!!! Help Documentation. Copyright V1.7. Copyright 2014, FormConnections, Inc. All rights reserved. Help Documentation V1.7 Copyright Copyright 2014, FormConnections, Inc. All rights reserved. 1 of 32 FormConnect Help 1. Overview FormConnect is an easy to use app for creating business forms on your ipad.

More information

Starting Out With Visual Basic 2012, 6th Edition Page 1

Starting Out With Visual Basic 2012, 6th Edition Page 1 Starting Out With Visual Basic 2012, 6th Edition Page 1 Instant download and all chapters Solutions Manual Starting Out With Visual Basic 2012 6th Edition Gaddis, Irvine https://testbankdata.com/download/solutions-manual-starting-visual-basic-

More information

Please Read This First!

Please Read This First! Please Read This First! Quick Start Your system Data has been Preinstalled. To light all scoreboards in your system turn on the control. Press the YES key when prompted, Do you want to start where last

More information

Microsoft FrontPage 2003 The Basics

Microsoft FrontPage 2003 The Basics Microsoft FrontPage 2003 The Basics This tutorial attempts to explain how to access your website and create the basic elements which will enable you to have a lovely working website in no time. Opening

More information

Programming Logic - Beginning

Programming Logic - Beginning Instructor s Programming Logic - Beginning Designing Programs and Applications Programming Logic - Beginning 152-101 Designing Programs and Applications Quick Links & Text References Program Design Pages

More information

PROGRAMMING LANGUAGE 2 (SPM3112) NOOR AZEAN ATAN MULTIMEDIA EDUCATIONAL DEPARTMENT UNIVERSITI TEKNOLOGI MALAYSIA

PROGRAMMING LANGUAGE 2 (SPM3112) NOOR AZEAN ATAN MULTIMEDIA EDUCATIONAL DEPARTMENT UNIVERSITI TEKNOLOGI MALAYSIA PROGRAMMING LANGUAGE 2 (SPM3112) INTRODUCTION TO VISUAL BASIC NOOR AZEAN ATAN MULTIMEDIA EDUCATIONAL DEPARTMENT UNIVERSITI TEKNOLOGI MALAYSIA Topics Visual Basic Components Basic Operation Screen Size

More information

Programming Logic Beginning

Programming Logic Beginning Programming Logic Beginning 152-101 Designing Programs and Applications Quick Links & Text References Program Design Pages 23 27 Algorithms Pages 25 26 Levels of Design Pages IOPs Pages User Interface

More information

AETNA PRODUCER CERTIFICATION PORTAL

AETNA PRODUCER CERTIFICATION PORTAL 1/1/2012 AETNA PRODUCER CERTIFICATION PORTAL Administrative Reference Guide AETNA Producer Certification Portal Administrative Reference Guide Table of Contents Getting Started: Log In and User Registration...

More information

Islamic University of Gaza Computer Engineering Dept. C++ Programming. For Industrial And Electrical Engineering By Instructor: Ruba A.

Islamic University of Gaza Computer Engineering Dept. C++ Programming. For Industrial And Electrical Engineering By Instructor: Ruba A. Islamic University of Gaza Computer Engineering Dept. C++ Programming For Industrial And Electrical Engineering By Instructor: Ruba A. Salamh Chapter Four: Loops 2 Chapter Goals To implement while, for

More information

BuySpeed Online (BSO) Bid Submittal Guide

BuySpeed Online (BSO) Bid Submittal Guide BuySpeed Online (BSO) Bid Submittal Guide BuySpeed Online (BSO) Support Contact BSOHelpdesk@hrsd.com for assistance. Updated: May 3, 2013 Welcome to BuySpeed Online (BSO), HRSD s e-procurement System!

More information

Advanced PowerPoint Skills

Advanced PowerPoint Skills Table of Contents Advanced PowerPoint Skills 1 Applying the Dim Feature... 2 Adding Sound... 5 Adding Video... 7 Hyperlinks... 8 Linking to a place in the same document... 8 Linking to a different document...

More information

Port-In Boost Mobile Device Indirect Dealers How To Port-In Boost Mobile Devices via Sales Portal

Port-In Boost Mobile Device Indirect Dealers How To Port-In Boost Mobile Devices via Sales Portal Overview Perform the following steps to activate a new Boost Mobile handset and port-in the phone number from an external carrier. This port-in process consists of 9 primary steps: Initiate the Activation

More information

Lindsay Haley ISDS 3200 Assignment 8. BugTrack Database

Lindsay Haley ISDS 3200 Assignment 8. BugTrack Database Lindsay Haley ISDS 3200 Assignment 8 BugTrack Database Task: 1. Use the BugTrack database provided and create a new ASP.NET Empty Web project. 2. Create a master page. Master page must have a heading at

More information

Play Football Self Registration Portal

Play Football Self Registration Portal Play Football Self Registration Portal As a Participant looking to register for the up-coming season, you will need to create a Football Account (https://www.ffa.com.au/football-account) Any existing participants

More information

Help Documentation. Copyright V Copyright 2015, FormConnections, Inc. All rights reserved.

Help Documentation. Copyright V Copyright 2015, FormConnections, Inc. All rights reserved. Help Documentation V1.7.6 Copyright Copyright 2015, FormConnections, Inc. All rights reserved. 1 of 33 FormConnect Help 1. Overview FormConnect is an easy to use app for creating business forms on your

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

DEMYSTIFYING PROGRAMMING: CHAPTER TEN REPETITION WITH WHILE-LOOP (TOC DETAILED)

DEMYSTIFYING PROGRAMMING: CHAPTER TEN REPETITION WITH WHILE-LOOP (TOC DETAILED) DEMYSTIFYING PROGRAMMING: CHAPTER TEN REPETITION WITH WHILE-LOOP (TOC DETAILED) Chapter Ten: Classes Revisited, Repetition with while... 1 Objectives... 1 10.1 Design... 1 Repetition process pseudocode...

More information

Commodity Code Functionality

Commodity Code Functionality Purchasing South Dakota Board of Regents Human Resources/Finance Information Systems Commodity Code Functionality Version Number 15.3 New 3/21/2016 Page 1 Commodity Code Functionality Purchasing Introduction

More information

REPETITION CONTROL STRUCTURE LOGO

REPETITION CONTROL STRUCTURE LOGO CSC 128: FUNDAMENTALS OF COMPUTER PROBLEM SOLVING REPETITION CONTROL STRUCTURE 1 Contents 1 Introduction 2 for loop 3 while loop 4 do while loop 2 Introduction It is used when a statement or a block of

More information

Loops! Loops! Loops! Lecture 5 COP 3014 Fall September 25, 2017

Loops! Loops! Loops! Lecture 5 COP 3014 Fall September 25, 2017 Loops! Loops! Loops! Lecture 5 COP 3014 Fall 2017 September 25, 2017 Repetition Statements Repetition statements are called loops, and are used to repeat the same code mulitple times in succession. The

More information

CITRIX REMOTE PC SKADDEN REMOTE ACCESS PAGE CONNECT TO SKADDEN SYSTEMS REMOTELY LOG ON TO REMOTE DESKTOP DOWNLOAD & INSTALL CITRIX

CITRIX REMOTE PC SKADDEN REMOTE ACCESS PAGE CONNECT TO SKADDEN SYSTEMS REMOTELY LOG ON TO REMOTE DESKTOP DOWNLOAD & INSTALL CITRIX CITRIX REMOTE PC SKADDEN REMOTE ACCESS PAGE Skadden Remote URL: http://skadlink.skadden.com Citrix Remote Desktop: Allows access to the Skadden network as if you were in the office. Outlook WebMail: Allows

More information

VISUAL BASIC PROGRAMMING (44) Technical Task KEY. Regional 2013 TOTAL POINTS (485)

VISUAL BASIC PROGRAMMING (44) Technical Task KEY. Regional 2013 TOTAL POINTS (485) 5 Pages VISUAL BASIC PROGRAMMING (44) Technical Task KEY Regional 2013 TOTAL POINTS (485) Graders: Please double-check and verify all scores! Property of Business Professionals of America. May be reproduced

More information

KEY DATES TO REMEMBER

KEY DATES TO REMEMBER KEY DATES TO REMEMBER National Launch Starts: September 1, 2017 Last Day to Purchase: December 31, 2017 Last Day to Submit a Receipt: January 30, 2018 Activision code entry ends for National Launch: March

More information

CHAPTER 2.2 CONTROL STRUCTURES (ITERATION) Dr. Shady Yehia Elmashad

CHAPTER 2.2 CONTROL STRUCTURES (ITERATION) Dr. Shady Yehia Elmashad CHAPTER 2.2 CONTROL STRUCTURES (ITERATION) Dr. Shady Yehia Elmashad Outline 1. C++ Iterative Constructs 2. The for Repetition Structure 3. Examples Using the for Structure 4. The while Repetition Structure

More information

Why Is Repetition Needed?

Why Is Repetition Needed? Why Is Repetition Needed? Repetition allows efficient use of variables. It lets you process many values using a small number of variables. For example, to add five numbers: Inefficient way: Declare a variable

More information

November Copyright 2016 Open Systems Holdings Corp. All rights reserved.

November Copyright 2016 Open Systems Holdings Corp. All rights reserved. This document describes the intended features and technology for TRAVERSE 11 as of November, 2016. Features and technology are subject to change and there is no guarantee that any particular feature or

More information

Retail Fashion Expert User Guide Independent Customer

Retail Fashion Expert User Guide Independent Customer Retail Fashion Expert User Guide Independent Customer Training Material Document Version: 1.1 Software Version: 1.0 Last Revised: MAY21-10 Expert: Customer Service 204.982.5587 2008 Nygård International

More information

place an order or Review your Patterson Advantage benefits and account information.

place an order or Review your Patterson Advantage benefits and account information. If you have an existing username and password for the website, select the Sign In button or enter your credentials in the Sign In field. To sign up for a new online account, select the Sign In button or

More information

Paychex Stratus Time Login Instructions

Paychex Stratus Time Login Instructions Paychex Stratus Time Login Instructions Your Stratus Time site is now ready for use. Below are instructions on how to log into the system. Note: Employees and Supervisors will use the same login instructions.

More information

GV-IoT Mobile App. Contents

GV-IoT Mobile App. Contents GV-IoT Mobile App Contents 1. Introduction... 2 1.1 System Requirements... 2 1.2 Supported GV-I/O Boxes... 2 1.3 Setup Flowchart... 3 2. Connecting GV-I/O Box to GV-IoT... 4 2.1 Installing on a Network...

More information

Loops. Repeat after me

Loops. Repeat after me Loops Repeat after me 1 Loops A loop is a control structure in which a statement or set of statements execute repeatedly How many times the statements repeat is determined by the value of a control variable,

More information

Sit-Down Exams: Using Examplify Software

Sit-Down Exams: Using Examplify Software Sit-Down Exams: Using Examplify Software Examplify - You will be blocked from accessing any files or applications on your computer and your internet connection will be disabled while you are taking the

More information

Copyright 2014 Pearson Education, Inc. Chapter 3. Variables and Calculations. Copyright 2014 Pearson Education, Inc.

Copyright 2014 Pearson Education, Inc. Chapter 3. Variables and Calculations. Copyright 2014 Pearson Education, Inc. Chapter 3 Variables and Calculations Topics 3.1 Gathering Text Input 3.2 Variables and Data Types 3.3 Performing Calculations 3.4 Mixing Different Data Types 3.5 Formatting Numbers and Dates 3.6 Class-Level

More information

Search Committee Review

Search Committee Review Search Committee Review Table of Contents Navigating for Search Committee Members... 2 Access List of Applications... 2 View and Rate Applicantions... 3 Navigating for Search Committee Chairs... 3 View

More information

IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants

IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants IMS1906: Business Software Fundamentals Tutorial exercises Week 5: Variables and Constants These notes are available on the IMS1906 Web site http://www.sims.monash.edu.au Tutorial Sheet 4/Week 5 Please

More information

ProStalk PC2000. Nature Camera User Manual

ProStalk PC2000. Nature Camera User Manual ProStalk PC2000 Nature Camera User Manual Index 1. Introduction... 3 2. Camera Specifications... 4 3. Parts Identification... 5 4. Packing Contents... 6 5. Battery and SD Card Installation... 6 6. Setup

More information

Creating Purchase Requisition

Creating Purchase Requisition -Type NEXT in Block then click NEXT BLOCK or leave blank and Click NEXT BLOCK icon. The system will assign the next number in the sequence. Either way is correct. Using Copy Button To copy the data from

More information

DOCUSIGN TRANSACTION ROOMS

DOCUSIGN TRANSACTION ROOMS HOW TO GUIDE DOCUSIGN TRANSACTION ROOMS Introducing the Transaction Room which will streamline the document submission process and give you more awareness and control of your transaction. This feature

More information

12. Entering Receiving Information in Banner Finance

12. Entering Receiving Information in Banner Finance 12. Entering Receiving Information in Banner Finance Overview A Receiving document is required for all Purchase Orders (PO) and Standing Orders (SO), for any dollar amount, as a confirmation that you have

More information

OPC Systems.NET. Real-time HMI and SCADA software for.net applications.

OPC Systems.NET. Real-time HMI and SCADA software for.net applications. OPC Systems.NET Real-time HMI and SCADA software for.net applications. OPC Systems.NET central communications runs as a Windows Service. Read and write data to OPC Servers supporting Data Access 1.0a,

More information

Microsoft Visual Basic 2005 CHAPTER 6. Loop Structures

Microsoft Visual Basic 2005 CHAPTER 6. Loop Structures Microsoft Visual Basic 2005 CHAPTER 6 Loop Structures Objectives Add a MenuStrip object Use the InputBox function Display data using the ListBox object Understand the use of counters and accumulators Understand

More information

How to fill out forms, forms, & add your own pictures / notes to forms (Mobile 2.0)

How to fill out forms,  forms, & add your own pictures / notes to forms (Mobile 2.0) How to fill out forms, email forms, & add your own pictures / notes to forms (Mobile 2.0) What you ll find in this article Forms - How they work 2 Instructions / How To s 5 How to add pictures / notes

More information

Trail Camera TC2201NA User Manual

Trail Camera TC2201NA User Manual Trail Camera TC2201NA User Manual Index 1. Introduction... 3 2. Digital Trail Scout Specifications... 4 3. Parts Identification... 5 4. Packing Contents... 6 5. Battery and SD Card Installation... 6 6.

More information

Creating Web Applications Using ASP.NET 2.0

Creating Web Applications Using ASP.NET 2.0 12 Creating Web Applications Using ASP.NET 2.0 12 Chapter CXXXX 39147 Page 1 07/14/06--JHR After studying Chapter 12, you should be able to: Define the terms used when talking about the Web Create a Web

More information

Chapter 5: Control Structures II (Repetition) Objectives (cont d.) Objectives. while Looping (Repetition) Structure. Why Is Repetition Needed?

Chapter 5: Control Structures II (Repetition) Objectives (cont d.) Objectives. while Looping (Repetition) Structure. Why Is Repetition Needed? Chapter 5: Control Structures II (Repetition) Objectives In this chapter, you will: Learn about repetition (looping) control structures Explore how to construct and use countercontrolled, sentinel-controlled,

More information

Chapter 3. Variables and Calculations Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of

Chapter 3. Variables and Calculations Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Chapter 3 Variables and Calculations Addison Wesley is an imprint of 2011 Pearson Addison-Wesley. All rights reserved. Section 3.1 GATHERING TEXT INPUT In this section, we use the TextBox control to gather

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Sterling Virtual Terminal. User Guide

Sterling Virtual Terminal. User Guide Sterling Virtual Terminal User Guide Version 3.1.00 August 2015 Chapter 1: Getting started Table of Contents USER GUIDE... 1 CHAPTER 1: GETTING STARTED... 5 SYSTEM REQUIREMENTS... 5 STERLING VIRTUAL TERMINAL

More information

Starting Visual Studio 2005

Starting Visual Studio 2005 Starting Visual Studio 2005 1 Startup Language 1. Select Language 2. Start Visual Studio If this is your first time starting VS2005 after installation, you will probably see this screen. It is asking you

More information

SECTION 5: STRUCTURED PROGRAMMING IN MATLAB. ENGR 112 Introduction to Engineering Computing

SECTION 5: STRUCTURED PROGRAMMING IN MATLAB. ENGR 112 Introduction to Engineering Computing SECTION 5: STRUCTURED PROGRAMMING IN MATLAB ENGR 112 Introduction to Engineering Computing 2 Conditional Statements if statements if else statements Logical and relational operators switch case statements

More information

Fast Food Store Group Boxes and Other User Controls

Fast Food Store Group Boxes and Other User Controls VISUAL BASIC Fast Food Store Group Boxes and Other User Controls Copyright 2014 Dan McElroy Sample Program Execution The customer receipt is updated each time another selection is made and the Enter button

More information

Advanced Copy Pro 9.0 Plugin User Guide

Advanced Copy Pro 9.0 Plugin User Guide Advanced Copy Pro 9.0 Plugin User Guide UPDATED ON 6/26/2018 PlanSwift Authored by: Dave Hansen 1 Table of Contents Overview... 3 Purchasing and Installation... 4 Purchasing Plugins... 4 Installation and

More information

Sit-Down Exams: Using Examplify Software

Sit-Down Exams: Using Examplify Software Sit-Down Exams: Using Examplify Software Examplify - You will be blocked from accessing any files or applications on your computer and your internet connection will be disabled while you are taking the

More information

Mobile Deposits // Business ebanking Mobile

Mobile Deposits // Business ebanking Mobile Mobile Deposits // Business ebanking Mobile BeB Mobile Deposit provides two main functions for users Deposit Checks: Allows users to deposit checks from their mobile device. Review Deposit History: Allows

More information

C++ Programming: From Problem Analysis to Program Design, Third Edition

C++ Programming: From Problem Analysis to Program Design, Third Edition C++ Programming: From Problem Analysis to Program Design, Third Edition Chapter 5: Control Structures II (Repetition) Why Is Repetition Needed? Repetition allows you to efficiently use variables Can input,

More information

You ve Got. Advanced . Location: Technology Room, Central Library Visit Schenectady County Public Library at

You ve Got. Advanced  . Location: Technology Room, Central Library Visit Schenectady County Public Library at You ve Got Advanced E-mail Location: Technology Room, Central Library Visit Schenectady County Public Library at http://www.scpl.org (The following document adapted from information found on http://www.google.com

More information

Supplier Enablement Quick Reference Guide (QRG) October 2017

Supplier Enablement Quick Reference Guide (QRG) October 2017 Supplier Enablement Quick Reference Guide (QRG) October 2017 1 Coupa Supplier Enablement Overview Coupa - Is a reimagining of the tools and technology we use to engage our suppliers from sourcing all the

More information

Philadelphia University Faculty of Information Technology. Visual Programming

Philadelphia University Faculty of Information Technology. Visual Programming Philadelphia University Faculty of Information Technology Visual Programming Using C# -Work Sheets- Prepared by: Dareen Hamoudeh Eman Al Naji Work Sheet 1 Form, Buttons and labels Properties Changing properties

More information

Clickteam Fusion 2.5 Creating a Debug System - Guide

Clickteam Fusion 2.5 Creating a Debug System - Guide INTRODUCTION In this guide, we will look at how to create your own 'debug' system in Fusion 2.5. Sometimes when you're developing and testing a game, you want to see some of the real-time values of certain

More information

Week 2. Relational Operators. Block or compound statement. if/else. Branching & Looping. Gaddis: Chapters 4 & 5. CS 5301 Spring 2018.

Week 2. Relational Operators. Block or compound statement. if/else. Branching & Looping. Gaddis: Chapters 4 & 5. CS 5301 Spring 2018. Week 2 Branching & Looping Gaddis: Chapters 4 & 5 CS 5301 Spring 2018 Jill Seaman 1 Relational Operators l relational operators (result is bool): == Equal to (do not use =)!= Not equal to > Greater than

More information

Mobile Programming (MIT App Inventor 2)

Mobile Programming (MIT App Inventor 2) Mobile Programming (MIT App Inventor 2) http://www.plk83.edu.hk/cy/ai2 Contents 1. Understanding the working environment (Page 1) 2. First Android Program (HelloPurr) (Page 4) 3. Completing HelloPurr (Page

More information

Build a Vote Only Campaign in 11 easy steps

Build a Vote Only Campaign in 11 easy steps Build a Vote Only Campaign in 11 easy steps ShortStack offers templates that make it easy to create beautiful Campaigns you can use to engage your fans and followers. In this Quick Start Guide we ll take

More information

Overview. This document explains two ways that you can enter data into Intersection Forms: A) using CalPlan and B) using Smart View.

Overview. This document explains two ways that you can enter data into Intersection Forms: A) using CalPlan and B) using Smart View. Updated 2/10/15 Overview Introduction The Intersection Form is a CalPlanning data form that finds the lowest level intersection of chart of accounts values where your data is populated. The intersection

More information

Best Practices Benchmarking Application

Best Practices Benchmarking Application 1 1. Introduction For the purposes of this user manual, all menu items are visible in all screen shots. Depending upon the users privileges, the user s menu option may vary from what is shown in the screen

More information

esa-p EXTENDED GUIDE How to SUBMIT and APPROVE a MAC Confirmation

esa-p EXTENDED GUIDE How to SUBMIT and APPROVE a MAC Confirmation esa-p EXTENDED GUIDE How to SUBMIT and APPROVE a MAC Confirmation esa-p Extended Guide How to SUBMIT and APPROVE a MAC Confirmation CHANGE LOG REASON FOR CHANGE VERSION DATE PARAGRAPH(S) Update of the

More information

Dive Into Visual C# 2010 Express

Dive Into Visual C# 2010 Express Dive Into Visual C# 2010 Express 2 Seeing is believing. Proverb Form ever follows function. Louis Henri Sullivan Intelligence is the faculty of making artificial objects, especially tools to make tools.

More information

ENERGY CONSUMPTION OF MOBILE PHONES SUPERVISORS: PROF. COLIN PATTINSON DR. AH-LIAN KOR

ENERGY CONSUMPTION OF MOBILE PHONES SUPERVISORS: PROF. COLIN PATTINSON DR. AH-LIAN KOR CRISTEA VLAD VASILE LEEDS BECKETT UNIVERSITY PERCCOM ERASMUS MUNDUS ENERGY CONSUMPTION OF MOBILE PHONES SUPERVISORS: PROF. COLIN PATTINSON DR. AH-LIAN KOR AGENDA Introduction Related Work Methodology Results

More information

Problem description: After finishing the lab, the student will practice:

Problem description: After finishing the lab, the student will practice: Lab 8: GUI After finishing the lab, the student will practice: Creating GUI with different controls Declaring event handler for different controls Problem description: Create Window Form Application for

More information

Welcome to the Opus Bank Mobile Banking App User Guide

Welcome to the Opus Bank Mobile Banking App User Guide Welcome to the Opus Bank Mobile Banking App User Guide 1.855.678.7226 servicecenter@opusbank.com www.opusbank.com Table of Contents Enroll in Mobile Banking & Install App... 3 Login to Personal Online

More information

Schools and Libraries (E-rate) Program FCC Form 474 (SPI) User Guide

Schools and Libraries (E-rate) Program FCC Form 474 (SPI) User Guide Schools and Libraries (E-rate) Program FCC Form 474 (SPI) User Guide 1 Universal Service Administrative Company FCC Form 474 (SPI) User Guide TABLE OF CONTENTS Contents Filing FCC Form 474... 3 Service

More information

2.3.1 Creating a Workpiece and a Workpiece Stand

2.3.1 Creating a Workpiece and a Workpiece Stand This section explains how to create workpiece models and tool models using the CAD functions. 2.3.1 Creating a Workpiece and a Workpiece Stand Follow the flowchart below to create a workpiece and its stand.

More information

Best Practices for your EI Tools Daniel R. Miller Senior Consultant Guide Technologies, LLC

Best Practices for your EI Tools Daniel R. Miller Senior Consultant Guide Technologies, LLC Session ID Best Practices for your EI Tools Daniel R. Miller Senior Consultant Guide Technologies, LLC 1 Best Practice A best practice is a method or technique that has been generally accepted as superior

More information

while (condition) { body_statements; for (initialization; condition; update) { body_statements;

while (condition) { body_statements; for (initialization; condition; update) { body_statements; ITEC 136 Business Programming Concepts Week 01, Part 01 Overview 1 Week 7 Overview Week 6 review Four parts to every loop Initialization Condition Body Update Pre-test loops: condition is evaluated before

More information

5.0 Admin Guide. Remote Request System Admin Guide. Toll Free Phone:

5.0 Admin Guide. Remote Request System Admin Guide.     Toll Free Phone: 5.0 Admin Guide Remote Request System Admin Guide www.goteamworks.com Email: support@goteamworks.com Toll Free Phone: 866-892-0034 Copyright 2012-2013 by TeamWORKS Solutions, Inc. All Rights Reserved Table

More information

SwiftMaps Plugin User Guide

SwiftMaps Plugin User Guide SwiftMaps Plugin User Guide UPDATED ON 2/21/2019 PlanSwift Authored by: Dave Hansen 1 Table of Contents Overview... 3 Purchasing and Installation... 4 Purchasing Plugins... 4 Installation and Uninstallation...

More information

Océ Scan Router. Océ Scan Router Administrators Guide. Scan Distribution System

Océ Scan Router. Océ Scan Router Administrators Guide. Scan Distribution System Scan Router Océ Scan Router Administrators Guide Océ Scan Router Administrators Guide Scan Distribution System Océ Scan Router is a tool desig ned to help distribute scan files from any scan capable device

More information

Instructions on accessing your journal s content on your new app

Instructions on accessing your journal s content on your new app Instructions on accessing your journal s content on your new app There are three main methods to access content on your journal app depending on how you normally view your journal online. 1. Do you normally

More information