Software Requirement Specification. Chess. for. Prepared by: Mayra Aguas, Alfred Blackman, George D'Andrea, Paul Vu, and Gurvinder Singh.

Size: px
Start display at page:

Download "Software Requirement Specification. Chess. for. Prepared by: Mayra Aguas, Alfred Blackman, George D'Andrea, Paul Vu, and Gurvinder Singh."

Transcription

1 Software Requirement Specification for Chess Prepared by: Mayra Aguas, Alfred Blackman, George D'Andrea, Paul Vu, and Gurvinder Singh.

2 Contents: 1 INTRODUCTION Purpose Scope Definitions Overview 2 2 OVERALL DESCRIPTION Product perspective System interfaces User interfaces Hardware interfaces Software interfaces Communications interfaces Memory constraints Operations Product functions User characteristics Constraints Assumptions & dependencies Requirements Apportioning 4 3 SPECIFIC REQUIREMENTS User interface. 5 4 USE CASES Connect Move Redo Resign Save Log 15

3 1 INTRODUCTION 1.1 Purpose This document specifies all the requirements for the Chess game software. These requirements relate to the functionality, constraints, performance, attribute and the system interface. The Chess program is a program used to play game. First goal is to allow two users or players to play the game interactively from remote locations. And the second goal will be that the program should be working and allow the users to play the game. 1.2 Scope This document describes the software requirements for the Chess program. This document will be used by the end-users, tester, and developers of the game. 1.3 Definitions Bishop: one of two pieces of the same color that may be moved any number squares diagonally, as long as no other piece blocks its way. One piece always remains on White squares and the other always on Black. Castling: to move the king two squares horizontally and bring the appropriate rook to the square the king has passed over. Check: To make a move that puts the opponents King under direct attack. Checkmate: a situation in which an opponent s king is in check and it cannot avoid being captured. This then brings the game to a victorious result. Chess Board: A board you need to play Chess. Have 64 black and white square. Chess: A game played by 2 people on a chessboard with 16 pieces each. En Passant: a method by which a pawn that is moved two squares can be captured by an opponent's pawn commanding the square that was passed King: The main piece of the game, checkmating this piece is the object of the game. It can move 1 space in any direction. Knight: This piece can move 1 space vertically and 2 spaces horizontally or 2 spaces vertically and 1 space horizontally. This piece looks like a horse. This piece can also jump over other pieces. Pawn: One of eight men of one color and of the lowest value usually moved one square at a time vertically and capturing diagonally. Player or user: A user or a player will be the person that is playing the chess game.

4 Queen: This piece can move in any number of spaces in any direction as long as no other piece is in its way. Rook: one of two pieces of the same color that may be moved any number squares horizontally or vertically, as long as no other piece blocks its way. Stalemate: A situation in which a player s king is not in check, but that player can make no move. This then results is a stalemate, which is a draw. 1.4 Overview The rest of this document describes the system requirements for the Chess program.

5 2 OVERALL DESCRIPTIONS 2.1 Product perspective University students need an entertainment tool to enjoy and play with friends over the network. As described in section 1.2, of this document, CHESS intend to fill this need by providing a software allows entertainment with friends and over the network. Some software games allow playing games with people that you may not know, and often times require a monthly fee for the service System interfaces CHESS software integrates two internal systems to provide functionality Client CHESS software has an interface to the user s client to receiver user input and moves selections for the game Network CHESS software has an interface to the network in order to transmit information and connect players User interfaces CHESS includes an interface resembling a common chessboard. CHESS require Java 5 installed, memory space and storage space on the user computer to save data. Furthermore, the computer will need memory space because CHESS is only accessible to computers what had installed the application. However, CHESS is not portable and the clients will need to install one time the chess application on each computer that will be used to play. Connect interface is used by game players and display player information.as players make moves, the screen is updated to reflect the moves made in the game Hardware interfaces CHESS runs on any computer hardware meeting the following criteria: Capable to use TCP connections Includes Memory Storage Includes a mouse Includes a keyboard Software interfaces CHESS software integrates some external software to provide functionality Client CHESS software interfaces with the user computer and expect that it have java 5 environment installed

6 Network CHESS software interfaces with the user computer and expect that it is capable of use TCP connections Communications interfaces Communication between the clients is facilitated by common network protocols using TCP/IP Memory constraints CHESS software requires 1 gigabyte of RAM memory Operations CHESS not provide backup or recovery operations. 2.2 Product functions CHESS system will provide the following functions: 1 Record of Move timers 2 Records of moves made in this game so far. 3 Records of pieces that each player killed. 4 Records of valid moves around selected pieces. 2.3 User characteristics The user of CHESS need experience and be able to play chess at least a basic level. Furthermore, users needs to be very familiar and the comprehended chess rules. 2.4 Constraints CHESS may experience hardware limitations constrain for graphics and Java language requirements if installed in a not compatible computer. 2.5 Assumptions and dependencies CHESS is not platform dependence and can be installed in any operating system capable to run Java 5 environment. 2.6 Requirements Apportioning The priority levels for the requirements are: Priority 1 Highest priority. All items of this level must be implemented and verified

7 or the program is unacceptable! Priority 2 Priority 3 Requirements of this priority are expected to be implemented, but their omission will not result in an unacceptable program; so long as their omission does not affect higher priority components. Lowest priority and not expected to be implemented in the current release Users shall be able to connect via IP address. Priority 1 3 SPECIFIC REQUIREMENTS 0110 Users shall be able to start a game once two users are connected. Priority Users shall be given the choice of who plays black and white. Priority Each user is to have their pieces start at the bottom of the board on their display. Priority The player playing white is first to move. Priority A player may forfeit at any time during gameplay. Priority A player must be given a confirm dialog before forfeiting. Priority Forfeiting shall end the game immediately. Priority The active player shall select a piece by clicking it. Priority When a piece is selected, all legal moves for that piece are highlighted. Priority When a piece is selected, the active player may select another piece by clicking it. Priority A selected piece must always belong to the active player. Priority The active player shall move the selected piece by clicking on any legal square. Priority The active player shall capture a piece by moving onto a legal square containing an opposing piece. Priority Captured pieces shall be displayed in a captured pieces box. Priority The inactive player may request to undo the prior move. Priority There shall be no more than one undo request per turn. Priority 2

8 0270 An undo request shall be ratified by the active player. Priority When an undo request is accepted the game is reverted to the state of the board prior to the request. Priority A player shall be able to save a log of the moves at any time. Priority User Interface Figure 1 is the default state connected or just loaded, it will show the same default screen with chess pieces in their starting positions. Figure 2 depicts the dialog that appears when New Game is pressed and the user is to enter an IP address. Figure 3 shows the screen that users see when either of two conditions are met: the user presses Forfeit or the player loses by the definitions of the game. Figure 4 shows one white piece captured and the piece appears in the black capture box to the left. Figure 5 shows the game partially in progress with pawn pieces moved. User Interface is subject to change while in development

9 Figure 1. Default screen

10 Figure 2. User Connection

11 Figure 3. User lost screen

12 Figure 4. Chess piece captured

13 Figure 5. In the middle of a game

14 4 Use Cases Connect Preconditions: None Main Flow: User opens program and specifies the IP address of the user to whom she wants to connect (i). If the connection attempt is successful the players start a new game (ii). The players choose who will play black and who will play white (iii). The board is drawn so that each player has her pieces at the bottom of her display (iv). The game moves to the play game state with the white player as the active player (v). SubFlows: I. User opens program and connects to an opponent's IP address. II. Once there is a successful connection a new game is started. III. The players argue over color. IV. Each player sees the game board from the appropriate perspective. V. The game moves into the play game state with the white player as the active player Move

15 Precondition: During the Play Game state Main Flow: The active player clicks a piece to select it. The game displays the positions it can move to. The player selects the new destination by clicking. The piece is moved there if it is a valid move. Their opponent becomes the active player. Alternate Flow: The active player may decide to select a different piece by clicking one of their own. If there are no valid moves and the active player is not in check the game ends as a stalemate. If there are no valid moves and the active player is in check the inactive player wins Redo Precondition: During play game state, and an undo hasn't been requested this turn. Main Flow: The inactive player may request to undo their prior move(i). The active player is asked to accept(ii). If accepted the last move is reversed and the inactive player becomes the active player(iii). Sub Flows: I. The inactive player requests a redo.

16 II. The active player accepts. III. The prior turn is reverted and the inactive player becomes the active player. Alternative Flows: The active player does not accept the undo, play is resumed as usual Resign Preconditions: During the Play Game state Main Flow: At any time during gameplay, a player selects the forfeit option (i). The player then confirms their forfeit (ii). The game is immediately ended with the forfeiting player as loser (iii). Sub Flows: I. A player chooses to forfeit II. The same player confirms their forfeit III. That player loses and the game is over. Alternative Flow: The player decides not to confirm the forfeit. Game player resumes as usual.

17 3.2.5 Save Log Precondition: During play game state. Main Flow: At any time either player may save a copy of the move log (i). They are asked for a file location (ii). The move log is then saved using algebraic notation (iii). Sub Flows: I. User attempts to save. II. The user is asked to specify a file name and location. III. The log is saved at the specified location using algebraic location.

18 SRS Terms and Agreement We Group 1 and Group 4 agree to the terms and requirements that the other have set forth and will complete them to the best of our abilities by the end of this 10-week term. So say we all. Group 4 Mayra Aguas Alfred Blackman George D'Andrea Gurvinder Singh Paul Vu Group 1 Jason Economou Timothy McJilton Gabriel Schwartz Andrew Sherman Chaitra Chandapillai

BASIC RULES OF CHESS

BASIC RULES OF CHESS BASIC RULES OF CHESS Introduction Chess is a game of strategy believed to have been invented more then 00 years ago in India. It is a game for two players, one with the light pieces and one with the dark

More information

This Workbook has been developed to help aid in organizing notes and references while working on the Chess Merit Badge Requirements.

This Workbook has been developed to help aid in organizing notes and references while working on the Chess Merit Badge Requirements. This Workbook has been developed to help aid in organizing notes and references while working on the Chess Merit Badge Requirements. Visit www.scoutmasterbucky.com for more information SCOUT S INFORMATION

More information

Special Notice. Rules. Weiss Schwarz Comprehensive Rules ver. 1.64 Last updated: October 15 th 2014. 1. Outline of the Game

Special Notice. Rules. Weiss Schwarz Comprehensive Rules ver. 1.64 Last updated: October 15 th 2014. 1. Outline of the Game Weiss Schwarz Comprehensive Rules ver. 1.64 Last updated: October 15 th 2014 Contents Page 1. Outline of the Game. 1 2. Characteristics of a Card. 2 3. Zones of the Game... 4 4. Basic Concept... 6 5. Setting

More information

Rules & regulations for the Candidates Tournament of the FIDE World Championship cycle 2014-2016. 1. Organisation

Rules & regulations for the Candidates Tournament of the FIDE World Championship cycle 2014-2016. 1. Organisation Rules & regulations for the Candidates Tournament of the FIDE World Championship cycle 2014-2016 1. Organisation 1. 1 The Candidates Tournament to determine the challenger for the 2016 World Chess Championship

More information

JOURNEY THROUGH CHESS

JOURNEY THROUGH CHESS JOURNEY THROUGH CHESS PART 1 A CHESS COURSE FOR CHILDREN based on the chesskids academy website (www.chesskids.org.uk) The official chess course of Richmond Junior Chess Club RICHARD JAMES 1 Introduction

More information

Chess for Success. Focus is the basis of all great endeavors. Chess for Success 2701 NW Vaughn Street, Suite 101 Portland, OR 97210-5311

Chess for Success. Focus is the basis of all great endeavors. Chess for Success 2701 NW Vaughn Street, Suite 101 Portland, OR 97210-5311 Chess for Success Focus is the basis of all great endeavors. Chess for Success 2701 NW Vaughn Street, Suite 101 Portland, OR 97210-5311 503-295-1230 info@chessforsuccess.org www.chessforsuccess.org The

More information

Software Requirements Specification VODKA. for. Version 1.1 Approved April 24, 2007

Software Requirements Specification VODKA. for. Version 1.1 Approved April 24, 2007 Software Requirements Specification for VODKA Version 1.1 Approved April 24, 2007 Prepared by: Archit Baweja, Drew Hall, Sunny Huynh, Kevin Lynch, and Kanwarpreet Sethi Drexel University Revision History

More information

FIDE LAWS of CHESS. PREFACE page 2. Article 1: The nature and objectives of the game of chess page 2

FIDE LAWS of CHESS. PREFACE page 2. Article 1: The nature and objectives of the game of chess page 2 E.I.01 FIDE LAWS of CHESS Contents: PREFACE page 2 BASIC RULES OF PLAY Article 1: The nature and objectives of the game of chess page 2 Article 2: The initial position of the pieces on the chessboard page

More information

INSTRUCTION MANUAL TABLE OF CONTENTS ENGLISH KEYS AND FEATURES INTRODUCTION

INSTRUCTION MANUAL TABLE OF CONTENTS ENGLISH KEYS AND FEATURES INTRODUCTION INSTRUCTION MANUAL TABLE OF CONTENTS ENGLISH KEYS AND FEATURES INTRODUCTION 1. USING YOUR CHESS COMPUTER 1 First, Install the Batteries 2 Ready to? Here s How to Move! 3 The Computer Makes Its Move 4 Changed

More information

Software Requirements Specification

Software Requirements Specification CSL740 Software Engineering Course, IIT Delhi Software Requirements Specification Submitted By Abhishek Srivastava (2011EEY7511) Anil Kumar (2009CS10180) Jagjeet Singh Dhaliwal (2008CS50212) Ierum Shanaya

More information

BPM: Chess vs. Checkers

BPM: Chess vs. Checkers BPM: Chess vs. Checkers Jonathon Struthers Introducing the Games Business relies upon IT systems to perform many of its tasks. While many times systems don t really do what the business wants them to do,

More information

DGT electronic board documentation *

DGT electronic board documentation * DGT electronic board documentation * Congratulations with your new DGT electronic chessboard. This document describes the setup procedure of the different programs that come with this board. Contents DGT

More information

Regulations for the Women s World Chess Championship Cycle

Regulations for the Women s World Chess Championship Cycle Regulations for the Women s World Chess Championship Cycle 1. Organisation 1.1. The Women s World Chess Championship shall be organised annually and qualifying events include the following: National Championships,

More information

NOVAG. citrine INSTRUCTION

NOVAG. citrine INSTRUCTION NOVAG citrine INSTRUCTION GENERAL HINTS PACKAGING ADAPTOR RESET BUTTON MEMORY SET UP OF THE CHESS COMPUTER LCD DISPLAY SHORT INSTRUCTIONS PLAYING A GAME USING THE MENU SYSTEM GAME FEATURES I. Making a

More information

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards

SW43W. Users Manual. FlukeView Power Quality Analyzer Software Version 3.20 onwards SW43W FlukeView Power Quality Analyzer Software Version 3.20 onwards Users Manual 4822 872 30778 December 2005, Rev.1, 04/06 2005 Fluke Corporation, All rights reserved. All product names are trademarks

More information

Suggested Application Options Settings for Autodesk Inventor

Suggested Application Options Settings for Autodesk Inventor Suggested Application Options Settings for Autodesk Inventor TEL: 0165 666 24 14 support@envisageuk.com PLEASE NOTE, THIS IS ONLY A GUIDE ANY QUESTIONS AT ALL PLEASE RING The following are suggested application

More information

CHESS Program for the PDP-8

CHESS Program for the PDP-8 CHEKMO-II Chess Program for the PDP-8 PAGE 1 CHESS Program for the PDP-8 ABSTRACT CHEKMO-II is a chess playing program which will run on any PDP-8 family computer. The program will play either the white

More information

Making Decisions in Chess

Making Decisions in Chess Making Decisions in Chess How can I find the best move in a position? This is a question that every chess player would like to have answered. Playing the best move in all positions would make someone invincible.

More information

Loteria Workshop is a great way to bring Mexican art and gaming tradition to your computer!

Loteria Workshop is a great way to bring Mexican art and gaming tradition to your computer! Loteria Workshop Loteria Workshop is a great way to bring Mexican art and gaming tradition to your computer! The Loteria game of chance - background Loteria is something like Bingo, using pictures instead

More information

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001 HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

Configuration Manager 1.6

Configuration Manager 1.6 Configuration Manager 1.6 en Manual Configuration Manager 1.6 Table of Contents en 1 Table of Contents 1 Introduction 3 1.1 About this manual 3 1.2 Conventions in this manual 3 1.3 System requirements

More information

Educational Game System Software Requirements Specification. Version 1.0

Educational Game System Software Requirements Specification. Version 1.0 Educational Game System Software Requirements Specification Version 1.0 Revision History Date Version Description Author 01/Feb/06 0.1 Created and divided the work Thanh 02/Feb/06 0.11 Created content

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Test Specification. Introduction

Test Specification. Introduction Test Specification Introduction Goals and Objectives GameForge is a graphical tool used to aid in the design and creation of video games. A user with little or no experience with Microsoft DirectX and/or

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Roman Board Games. I. Lusoria

Roman Board Games. I. Lusoria Roman Board Games I. Lusoria This is an incredibly simple game dating back to ancient Rome. The name is a minor Anglicization of the Latin tabula lusoria, "tablet for (playing) games," a name by which

More information

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks SSL VPN Virtual Appliance Installation Guide Virtual Private Networks C ONTENTS Introduction... 2 Installing the Virtual Appliance... 2 Configuring Appliance Operating System Settings... 3 Setting up the

More information

ICS Technology. PADS Viewer Manual. ICS Technology Inc PO Box 4063 Middletown, NJ 077748 732-671-5400 www.icstec.com

ICS Technology. PADS Viewer Manual. ICS Technology Inc PO Box 4063 Middletown, NJ 077748 732-671-5400 www.icstec.com ICS Technology PADS Viewer Manual ICS Technology Inc PO Box 4063 Middletown, NJ 077748 732-671-5400 www.icstec.com Welcome to PADS Viewer Page 1 of 1 Welcome to PADS Viewer Welcome to PADS (Public Area

More information

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010 ISBN 978-1-921780-70-7 CREATE AND PRODUCE SPREADSHEETS BSBITU202A/BSBITU304A Excel 2010 Supporting BSBITU202A Create and Use Spreadsheets and BSBITU304A Produce Spreadsheets in the Business Services Training

More information

S7 for Windows S7-300/400

S7 for Windows S7-300/400 S7 for Windows S7-300/400 A Programming System for the Siemens S7 300 / 400 PLC s IBHsoftec has an efficient and straight-forward programming system for the Simatic S7-300 and ern controller concept can

More information

Nero MediaStreaming for MCE Manual

Nero MediaStreaming for MCE Manual Nero MediaStreaming for MCE Manual Nero AG Copyright and Trademark Information This manual and all its contents are protected by copyright and are the property of Nero AG. All rights reserved. This manual

More information

Representative Console for Android Phone. Version 2.1

Representative Console for Android Phone. Version 2.1 Representative Console for Android Phone Version 2.1 Thank you for using Bomgar. At Bomgar, customer service is a top priority. Help us provide you with excellent service. If you have any feedback, including

More information

Upgrading from Call Center Reporting to Reporting for Call Center

Upgrading from Call Center Reporting to Reporting for Call Center Upgrading from Call Center Reporting to Reporting for Call Center www.nortelnetworks.com 2003 Nortel Networks i Table of Contents Table of Contents Change History...1 How to use this guide...2 Introduction...

More information

Single Mailbox Recovery 7.0 Administrative Server Administration Guide

Single Mailbox Recovery 7.0 Administrative Server Administration Guide Single Mailbox Recovery 7.0 Administrative Server Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1

More information

Remote PC Guide for Standalone PC Implementation

Remote PC Guide for Standalone PC Implementation Remote PC Guide for Standalone PC Implementation Updated: 2007-01-22 The guide covers features available in NETLAB+ version 3.6.1 and later. IMPORTANT Standalone PC implementation is no longer recommended.

More information

Rules for TAK Created December 30, 2014 Update Sept 9, 2015

Rules for TAK Created December 30, 2014 Update Sept 9, 2015 Rules for TAK Created December 30, 2014 Update Sept 9, 2015 Design: James Ernest and Patrick Rothfuss Testers: Boyan Radakovich, Paul Peterson, Rick Fish, Jeff Morrow, Jeff Wilcox, and Joe Kisenwether.

More information

Avaya Network Configuration Manager User Guide

Avaya Network Configuration Manager User Guide Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

This activity will show you how to draw graphs of algebraic functions in Excel.

This activity will show you how to draw graphs of algebraic functions in Excel. This activity will show you how to draw graphs of algebraic functions in Excel. Open a new Excel workbook. This is Excel in Office 2007. You may not have used this version before but it is very much the

More information

Configuration Backup Restore

Configuration Backup Restore Configuration Backup Restore June 2010 2010 Avaya Inc. All Rights Reserved. States and other countries. Adobe and Flash are either trademarks or registered trademarks in the United States and/or other

More information

Build your own Internet Workbook

Build your own Internet Workbook Workbook Networking is the connecting of several computers, enabling communication and the sharing of data and access to hardware. This workbook is an activity book, supporting the Build your own Internet

More information

Using Web Services for scanning on your network (Windows Vista SP2 or greater, Windows 7 and Windows 8)

Using Web Services for scanning on your network (Windows Vista SP2 or greater, Windows 7 and Windows 8) Using Web Services for scanning on your network (Windows Vista SP2 or greater, Windows 7 and Windows 8) The Web Services protocol allows Windows Vista (SP2 or greater), Windows 7 and Windows 8 users to

More information

CompleteView Alarm Client User s Manual. Version 3.8

CompleteView Alarm Client User s Manual. Version 3.8 CompleteView Alarm Client User s Manual Version 3.8 Table Of Contents Introduction... 1 Overview... 2 System Requirements... 2 Configuration... 3 Starting the Alarm Client... 3 Menus... 3 File Menu...

More information

Math Games For Skills and Concepts

Math Games For Skills and Concepts Math Games p.1 Math Games For Skills and Concepts Original material 2001-2006, John Golden, GVSU permission granted for educational use Other material copyright: Investigations in Number, Data and Space,

More information

Microsoft Business Solutions Navision 4.0 Development I C/SIDE Introduction Virtual PC Setup Guide. Course Number: 8359B

Microsoft Business Solutions Navision 4.0 Development I C/SIDE Introduction Virtual PC Setup Guide. Course Number: 8359B Microsoft Business Solutions Navision 4.0 Development I C/SIDE Introduction Virtual PC Setup Guide Course Number: 8359B Released: 11/2005 Information in this document, including URL and other Internet

More information

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456

Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 Computer Literacy Syllabus Class time: Mondays 5:00 7:00 p.m. Class location: 955 W. Main Street, Mt. Vernon, KY 40456 INSTRUCTOR: Jamie A. McFerron OFFICE: 245 Richmond Street Mt. Vernon, KY 40456 PHONE:

More information

LECTURE 11: PROCESS MODELING

LECTURE 11: PROCESS MODELING LECTURE 11: PROCESS MODELING Outline Logical modeling of processes Data Flow Diagram Elements Functional decomposition Data Flows Rules and Guidelines Structured Analysis with Use Cases Learning Objectives

More information

Studio 5.0 User s Guide

Studio 5.0 User s Guide Studio 5.0 User s Guide wls-ug-administrator-20060728-05 Revised 8/8/06 ii Copyright 2006 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

SCORESHEET INSTRUCTIONS. RALLY POINT SCORING (RPS 2 out of 3 sets)

SCORESHEET INSTRUCTIONS. RALLY POINT SCORING (RPS 2 out of 3 sets) RALLY POINT SCORING (RPS 2 out of 3 sets) 1. BEFORE THE MATCH a) On the upper part of the first page of the scoresheet 1.1 Name of the competition 1.2 Match number (from the daily schedule): 1.3 Site (city)

More information

X Series Application Note 43:

X Series Application Note 43: X Series Application Note 43: Using the Remote Viewing & Web Pages of the X - Series & GR Series Recorders The Remote Viewing function of the X-Series and GR Series Recorders provide the user with the

More information

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete:

Word basics. Before you begin. What you'll learn. Requirements. Estimated time to complete: Word basics Word is a powerful word processing and layout application, but to use it most effectively, you first have to understand the basics. This tutorial introduces some of the tasks and features that

More information

Overview 1. Document Objectives 1. Document Organization 1. Preparation before VIP-280/VIP-320 administration 1

Overview 1. Document Objectives 1. Document Organization 1. Preparation before VIP-280/VIP-320 administration 1 Table of Contents Overview 1 Document Objectives 1 Document Organization 1 Preparation before VIP-280/VIP-320 administration 1 Physical Installation 1 Keypad and button definition on DCT-100 3 Installing

More information

TouchPad and Keyboard

TouchPad and Keyboard TouchPad and Keyboard Document Part Number: 393522-001 October 2005 This guide explains the TouchPad and keyboard. Contents 1 TouchPad Identifying the Touchpad........................... 1 Using the TouchPad...............................

More information

Gamesman: A Graphical Game Analysis System

Gamesman: A Graphical Game Analysis System Gamesman: A Graphical Game Analysis System Dan Garcia Abstract We present Gamesman, a graphical system for implementing, learning, analyzing and playing small finite two-person

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Windows Phone User's Guide v15 Copyright 1999-2016 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH

More information

A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version 1.12 2014-07-01

A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT. Version 1.12 2014-07-01 A SHORT INTRODUCTION TO BITNAMI WITH CLOUD & HEAT Version 1.12 2014-07-01 PAGE _ 2 TABLE OF CONTENTS 1. Introduction.... 3 2. Logging in to Cloud&Heat Dashboard... 4 2.1 Overview of Cloud&Heat Dashboard....

More information

Unnatural Gaming. Checkmate. Project Definition. SEG 4000 Dr. Liam Peyton. Revision #: 03 Revision Date: January 29, 2003

Unnatural Gaming. Checkmate. Project Definition. SEG 4000 Dr. Liam Peyton. Revision #: 03 Revision Date: January 29, 2003 Unnatural Gaming Checkmate Project Definition SEG 4 Dr. Liam Peyton Revision #: 3 Revision Date: January 29, 23 Ashraf Ismail Jacques Lebrun Bretton MacLean Rahwa Keleta Table of Contents 1. Title... 2

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

How To Install Sedar On A Workstation

How To Install Sedar On A Workstation SEDAR Client Installation Guide Version 1.2 January 27, 2014 10 Contents About This Guide... 2 Assumptions... 3 Date Format Synchronization... 3 Before You Begin the Installation Test of the SEDAR Client...

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS Windows 7 Tutorial GETTING STARTED An operating system, sometimes called an OS, is the main program the computer uses to function properly. Operating systems act as a link between you, the user, and the

More information

MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL

MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL MAKING MATH MORE FUN BRINGS YOU FUN MATH GAME PRINTABLES FOR HOME OR SCHOOL THESE FUN MATH GAME PRINTABLES are brought to you with compliments from Making Math More Fun at and Math Board Games at Copyright

More information

HOW TO SETUP SITE-TO-SITE REPLICATION

HOW TO SETUP SITE-TO-SITE REPLICATION HOW TO SETUP SITE-TO-SITE REPLICATION Last Updated December 2012 Solution Overview In many cases, an end-user or partner wants to store valuable data offsite, but needs to do so such that the data is stored

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

Technology/Internet Usage Workshop

Technology/Internet Usage Workshop Technology/Internet Usage Workshop 1) Workshop Goals (1 st Slide) 2) Computers Desk Top (Show examples) Lap-Top Hand-held Wireless Device Introduce Tammy Welsh from Gateway 3) What is the Internet? The

More information

Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide

Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide Hypercom Key Loading and Management (HKLM) RS232 PPP Key Injection PC Setup Guide Hypercom Corporation 8888 East Raintree Drive Scottsdale, Arizona 85260 USA Corporate Telephone: 480.642.5000 Corporate

More information

XXII. Programming a Computer for Playing Chess 1 By CLAUDE E. SHANNON

XXII. Programming a Computer for Playing Chess 1 By CLAUDE E. SHANNON Philosophical Magazine, Ser.7, Vol. 41, No. 314 - March 1950. XXII. Programming a Computer for Playing Chess 1 By CLAUDE E. SHANNON Bell Telephone Laboratories, Inc., Murray Hill, N.J. 2 [Received November

More information

Easy Photo Editing with Windows Vista s Photo Gallery

Easy Photo Editing with Windows Vista s Photo Gallery Easy Photo Editing with Windows Vista s Photo Gallery By Mark Edward Soper Introducing Windows Photo Gallery Windows Vista brings the best set of photo-editing tools ever built into Windows in its brand-new

More information

Microsoft Office PowerPoint 2007. Lyon County Schools

Microsoft Office PowerPoint 2007. Lyon County Schools Microsoft Office PowerPoint 2007 Lyon County Schools Accessing 2007 Programs Button When you open any of the 2007 Microsoft Office programs, you ll notice THE button (with the Microsoft logo on it). The

More information

Introduction Solvability Rules Computer Solution Implementation. Connect Four. March 9, 2010. Connect Four

Introduction Solvability Rules Computer Solution Implementation. Connect Four. March 9, 2010. Connect Four March 9, 2010 is a tic-tac-toe like game in which two players drop discs into a 7x6 board. The first player to get four in a row (either vertically, horizontally, or diagonally) wins. The game was first

More information

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it?

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it? SMART BOARD USER GUIDE FOR PC What is it? SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected on

More information

Just Visiting. Visiting. Just. Sell. Sell $20 $20. Buy. Buy $20 $20. Sell. Sell. Just Visiting. Visiting. Just

Just Visiting. Visiting. Just. Sell. Sell $20 $20. Buy. Buy $20 $20. Sell. Sell. Just Visiting. Visiting. Just Down South East North Up West Julian D. A. Wiseman 1986 to 1991, and 2015. Available at http://www.jdawiseman.com/hexagonal_thing.html North West Up Down East South ONE NORTH 1N 1N ONE NORTH ONE UP 1U

More information

Shutting down / Rebooting Small Business Server 2003 Version 1.00

Shutting down / Rebooting Small Business Server 2003 Version 1.00 Shutting down / Rebooting Small Business Server 2003 Version 1.00 Need to Know TM It may be necessary at some stage of the life of Small Business Server 2003 that it be shutdown or rebooted. In many cases

More information

Step-by-Step Configuration

Step-by-Step Configuration Step-by-Step Configuration Kerio Technologies C 2001-2003 Kerio Technologies. All Rights Reserved. Printing Date: December 17, 2003 This guide provides detailed description on configuration of the local

More information

MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS. Remote Scan driver Help

MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS. Remote Scan driver Help MULTIFUNCTIONAL DIGITAL COLOR SYSTEMS / MULTIFUNCTIONAL DIGITAL SYSTEMS Remote Scan driver Help 2012, 2013 TOSHIBA TEC CORPORATION All rights reserved Under the copyright laws, this manual cannot be reproduced

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

CompleteView Alarm Client User Manual. CompleteView Version 4.3

CompleteView Alarm Client User Manual. CompleteView Version 4.3 CompleteView Alarm Client User Manual CompleteView Version 4.3 Table of Contents Introduction...1 Overview... 2 System Requirements... 2 Configuration...3 Starting the Alarm Client... 3 Menus... 3 File

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6.5 Content Author's Reference and Cookbook Rev. 110621 Sitecore CMS 6.5 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

? Index. Introduction. 1 of 38 About the QMS Network Print Monitor for Windows NT

? Index. Introduction. 1 of 38 About the QMS Network Print Monitor for Windows NT 1 of 38 About the QMS Network for Windows NT System Requirements" Installing the " Using the " Troubleshooting Operations" Introduction The NT Print Spooler (both workstation and server versions) controls

More information

In-Class Game. The Transformation Game (Lesson 6-9)

In-Class Game. The Transformation Game (Lesson 6-9) EACHING SUGGESIONS he ransformation Game (Lesson 6-9) Separate the class into groups of four. he ransformation Game master, p. 22 he ransformation Game Board master, p. 23 he ransformation Game Pieces

More information

VistaPoint Companion is a client program used within the VistaPoint Enterprise system. VistaPoint Companion is available in two versions:

VistaPoint Companion is a client program used within the VistaPoint Enterprise system. VistaPoint Companion is available in two versions: VistaPoint Companion Users Guide file:///c:/users/tdavis/appdata/local/temp/~hh2a10.htm Page 1 of 3 10/22/2012 VistaPoint Companion Users Guide For VistaPoint Console Companion and VistaPoint Desktop Companion

More information

Virtual Appliance Setup Guide

Virtual Appliance Setup Guide The Virtual Appliance includes the same powerful technology and simple Web based user interface found on the Barracuda Web Application Firewall hardware appliance. It is designed for easy deployment on

More information

Introduction to scripting with Unity

Introduction to scripting with Unity Introduction to scripting with Unity Scripting is an essential part of Unity as it defines the behaviour of your game. This tutorial will introduce the fundamentals of scripting using Javascript. No prior

More information

F-SECURE MESSAGING SECURITY GATEWAY

F-SECURE MESSAGING SECURITY GATEWAY F-SECURE MESSAGING SECURITY GATEWAY DEFAULT SETUP GUIDE This guide describes how to set up and configure the F-Secure Messaging Security Gateway appliance in a basic e-mail server environment. AN EXAMPLE

More information

3. How many winning lines are there in 5x5 Tic-Tac-Toe? 4. How many winning lines are there in n x n Tic-Tac-Toe?

3. How many winning lines are there in 5x5 Tic-Tac-Toe? 4. How many winning lines are there in n x n Tic-Tac-Toe? Winning Lines in Tic-Tac-Toe 1. The standard Tic-Tac-Toe is played on a 3 x 3 board, where there are vertical winning lines, horizontal winning lines, diagonal winning lines. This is a grand total of winning

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

02. Standards of Chess Equipment and tournament venue for FIDE Tournaments

02. Standards of Chess Equipment and tournament venue for FIDE Tournaments 02. Standards of Chess Equipment and tournament venue for FIDE Tournaments Prepared by the 2014 and 2015 FIDE Technical Commission Approved by the 2014 FIDE General Assembly and 2015 Presidential Board.

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Current California Math Standards Balanced Equations

Current California Math Standards Balanced Equations Balanced Equations Current California Math Standards Balanced Equations Grade Three Number Sense 1.0 Students understand the place value of whole numbers: 1.1 Count, read, and write whole numbers to 10,000.

More information

Remote Client Program... 3. Web Client... 39

Remote Client Program... 3. Web Client... 39 Remote Client / Web Client USER MANUAL T Series Digital Video Recorder Remote Client Program... 3 Remote Client Program Installation... 4 Remote Client... 6 Main Window... 6 Site Registration... 7 Group

More information

M I R AG E U S E R M A N UA L

M I R AG E U S E R M A N UA L M I R AG E U S E R M A N UA L ENTER THE FUTURE OF COMPUTERIZED CHESS! Excalibur El e c t ronics is the pioneer of computerized chess games. In the last few years, through spectacular growth and widened

More information

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the

Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations, products, domain names,

More information

The 5-Minute ThinManager Overview. White Paper. For more information, please visit: www.thinmanager.com

The 5-Minute ThinManager Overview. White Paper. For more information, please visit: www.thinmanager.com The 5-Minute ThinManager Overview The 5-Minute ThinManager Overview Table of Contents What is Terminal Services?... 1 Client/Server Relationship Centralized Computing Benefits Window Environment for Existing

More information

HP Data Protector Integration with Autonomy LiveVault

HP Data Protector Integration with Autonomy LiveVault HP Data Protector Integration with Autonomy LiveVault Introducing cloud backup for HP Data Protector environments Technical white paper Table of contents Summary... 2 Introduction... 2 Integration concepts...

More information

HOW TO VIEW AND EDIT PICTURES

HOW TO VIEW AND EDIT PICTURES Get started Shutterfly can help you make your pictures look their best. We re going to show you the different ways to view and edit your pictures using our easy-to-use tools. To begin, sign in to your

More information

User Guide For ipodder on Windows systems

User Guide For ipodder on Windows systems User Guide Page 1 User Guide For ipodder on Windows systems Part of the ipodder Documentation User Guide Page 2 Table Of Contents 1. Introduction (p3) 2. Getting Started (p3) 1. Requirements (p4) 2. Installation

More information

Math Board Games. For School or Home Education. by Teresa Evans. Copyright 2005 Teresa Evans. All rights reserved.

Math Board Games. For School or Home Education. by Teresa Evans. Copyright 2005 Teresa Evans. All rights reserved. Math Board Games For School or Home Education by Teresa Evans Copyright 2005 Teresa Evans. All rights reserved. Permission is given for the making of copies for use in the home or classroom of the purchaser

More information

Taco Hydronic System Solutions Quick Start Guide

Taco Hydronic System Solutions Quick Start Guide QUICK START GUIDE Taco Hydronic System Solutions Quick Start Guide Contents Help Resources...3 Introduction...4 Taco Hydronic System Solutions Work Screen Introduction...5 The basics...6 Getting Started

More information

Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT:

Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT: Using Fuzzy Logic Control to Provide Intelligent Traffic Management Service for High-Speed Networks ABSTRACT: In view of the fast-growing Internet traffic, this paper propose a distributed traffic management

More information