توضيحات : // ID: your Student ID مثال: // ID: o o

Size: px
Start display at page:

Download "توضيحات : // ID: your Student ID مثال: // ID: o o"

Transcription

1 به نام خدا دانشگاه صنعتی شريف دانشکده مهندسی کامپيوتر درس مبانی برنامهسازی پيک شادی (تمرين سری دوم) سال نو مبارک

2 توضيحات : قبل از شروع موارد زير را به دقت بخوانيد. در خط اول هر يک از برنامهها شماره دانشجويی خود را به فرمت زير بنويسيد: // ID: yur Student ID مثال: // ID: بعد از نوشتن همه برنامهها همه ا نها را در يک فولدر با نام assignment#2_stdid قرار دهيد( که در ا ن stdid شماره دانشجويی شما می باشد.) مثلا : assignment#2_ و سپس اين فولدر را فشرده کنيد. فايل فشرده شده را به ا درس cpphmewrk852@gmail.cm ارسال نماييد. stdid عنوان ايميل بايد به صورت assignment#2_stdid دانشجويی شما می باشد. باشد که در ا ن شماره اشتباه در نامگذاری فايل برنامهها و فايل فشرده شده و يا عنوان ايميل فرستاده شده موجب عدم تصحيح تمرين شما میشود. فرمت ورودی و خروجی برنامههای شما بايد دقيقا به صورت گفته شده در مسي له باشد در غير اين صورت چون برنامههای شما به صورت خودکار تصحيح می شود خروجی برنامهی شما با خروجی برنامهی مصحح منطبق نخواهد بود. به هر يک از برنامههای شما تعدادی تست داده خواهد شد. تستهای نمونه را به برنامههای تان بدهيد. توصيه می شود که حتما يک بار به برنامههای مشابه به ميزان نمره سوال نمره منفی تعلق خواهد گرفت. موفق باشيد. برای اين کار کافی است روی فولدر کليک راست کنيد و از منوی باز شده Send t و سپس (Zipped) Cmpressed Flder را انتخاب کنيد. با اين کار يک فايل به نام assignment#_stdid.zip ساخته می شود. 2

3 مسي له اول نام فايل برنامه : BigNumber.cpp در اين مسي له شما بايد دو عدد را از ورودی بخوانيد و بتوانيد سه عمليات زير را روی ا نها انجام دهيد : i. دو عدد را با هم جمع کنيد..ii دو عدد را در هم ضرب کنيد..iii عدد اول را به توان عدد دوم برسانيد. و نتيجه را در خروجی چاپ کنيد. به همين راحتی!!! توجه داشته باشيد که جواب ها ) و يا حتی ورودی ها ( می توانند تا 000 رقم داشته باشند.( يعنی خيلی بزرگ هستند.) راهنمايی : انواع عددی استاندارد در C حداکثر اعداد تا 60 رقم را پشتيبانی می کنند. بنابراين نمی توانيد از انواع عددی C استفاده کنيد و بايد فکر ديگری بکنيد. راهنمايی 2: برای جمع کردن می توانيد ورودی ها را به صورت ا رايه ای از کاراکترها بگيريد و وظيفه خطير جمع کردن را خود به عهده بگيريد! راهنمايی 3: اگر جمع را به صورت تابع بنويسيد پياده سازی ضرب و توان به ا سانی انجام پذير است. قالب ورودی و خروجی ها : ورودی را به صورت استاندارد ) از صفحه کليد ( بخوانيد. در خط اول n تعداد پرسش ها از برنامه شما می ا يد. در n خط بعدی در هر خط می تواند يکی از قالب های زير بيايد : ADD num num2 در اين حالت اعداد num و num2 را با هم جمع می کنيد. MUL num num2 در اين حالت اعداد num و num2 را در هم ضرب می کنيد. POW num num2 در اين حالت عدد num را به توان عدد num2 می رسانيد. در هر سه حالت جواب را در يک خط در خروجی استاندارد چاپ می کنيد. تذکر : دقت کنيد که همه حروف MUL ADD و POW بزرگ است. نمونه ورودی و خروجی ها را در زير مشاهده می کنيد : 4 ADD MUL POW 2 00 ADD خروجی نمونه : ورودی نمونه : int64 و... مثل lngint int 3

4 و 8 و 5 و 8 مسي له دوم نام فايل برنامه : Interval.cpp در اين مسا له شما بايد پس از دريافت حدود 5 بازه از ورودی اجتماع ا نها را بيابيد و در خروجی چاپ کنيد. توجه کنيد که بايد حتیالامکان حدود کمتری را برای بازهها ذکر کنيد. مثلا مجموع دو بازهی ) ) و ) 3) را به صورت ) ) در نظر بگيريد. قالب ورودی و خروجی ها : ورودی را در 5 خط و در هر خط 2 عدد بخوانيد. هر خط نشانهی يک بازه است. عدد اول هر خط نشانهی حد سمت چپ و عدد دوم نشانهی حد سمت راست بازهاند. خروجی میتواند شامل چندين بازه شود. لذا در خط اول ا ن تعداد بازهها (n) را بنويسيد و سپس در هر يک از n سطر بعد حدود يکی از بازهها را بنويسيد. توجه داشته باشيد که بايد بازهها را به ترتيب صعودی بنويسيد خروجی نمونه : ورودی نمونه : مسي له سوم نام فايل برنامه Check.cpp: Yur task is t write a prgram that reads a chessbard cnfiguratin and identifies whether a king is under attack (in check). A king is in check if it is n square which can be taken by the ppnent n his next mve. White pieces will be represented by uppercase letters, and black pieces by lwercase letters. The white side will always be n the bttm f the bard, with the black side always n the tp. Fr thse unfamiliar with chess, here are the mvements f each piece: Pawn (p r P): can nly mve straight ahead, ne square at a time. Hwever, it takes pieces diagnally, and that is what cncerns yu in this prblem. Knight (n r N): has an L-shaped mvement shwn belw. It is the nly piece that can jump ver ther pieces. Bishp (b r B): can mve any number f squares diagnally, either frward r backward. Rk (r r R): can mve any number f squares vertically r hrizntally, either frward r backward. Queen (q r Q): can mve any number f squares in any directin (diagnally, hrizntally, r vertically) either frward r backward. King (k r K): can mve ne square at a time in any directin (diagnally, hrizntally, r vertically) either frward r backward. Mvement examples are shwn belw, where * indicates the psitins where the piece can capture anther piece: 4

5 Pawn Rk Bishp Queen King Knight......*......*...*...* *... *...*. *..*..* *....*...*...*.*.* *.* *.....*.*.....***.....***....*...*.....p... ***r****...b... ***q****..*k*......n.....*.*......*.....*.*.....***.....***....*...* *....*...*...*.*.* *.* *... *...*. *..*..* Remember that the knight is the nly piece that can jump ver ther pieces. The pawn mvement will depend n its side. If it is a black pawn, it can nly mve ne square diagnally dwn the bard. If it is a white pawn, it can nly mve ne square diagnally up the bard. The example abve is a black pawn, described by a lwercase p. We use mve t indicate the squares where the pawn can capture anther piece. Input There is a bard cnfiguratin in the input, cnsisting f eight lines f eight characters. A. dentes an empty square, while upper and lwercase letters represent the pieces as defined abve. There will be n invalid characters and n cnfiguratins where bth kings are in check. The bard will cntain exactly ne white king and ne black king. Output Yu must utput ne f the fllwing answers: white king is in check. black king is in check. n king is in check. Sample input..k... ppp.pppp....r...b PPPPPPPP K... Sample Output black king is in check. rnbqk.nr ppp..ppp...p......p....bpp......n.. PP..PPPP RNBQKB.R white king is in check. 5

6 مسي له چهارم نام فايل برنامه Jlly.cpp: A sequence f n > 0 integers is called a jlly jumper if the abslute values f the differences between successive elements take n all pssible values thrugh n. Fr instance, is a jlly jumper, because the abslute differences are 3, 2, and, respectively. The definitin implies that any sequence f a single integer is a jlly jumper. Write a prgram t determine whether each f a number f sequences is a jlly jumper. Input Each line f input cntains an integer n < 3, 000 fllwed by n integers representing the sequence. Output Fr each line f input generate a line f utput saying Jlly r Nt jlly. Sample input Sample Output Jlly Nt jlly مسي له پنجم نام فايل برنامه Pker.cpp: A pker deck cntains 52 cards. Each card has a suit f either clubs, diamnds, hearts, r spades (dented C, D, H, and S in the input data). Each card als has a value f either 2 thrugh 0, jack, queen, king, r ace (dented 2, 3, 4, 5, 6, 7, 8, 9, T, J, Q, K, A). Fr scring purpses card values are rdered as abve, with 2 having the lwest and ace the highest value. The suit has n impact n value. A pker hand cnsists f five cards dealt frm the deck. Pker hands are ranked by the fllwing partial rder frm lwest t highest. High Card. Hands which d nt fit any higher categry are ranked by the value f their highest card. If the highest cards have the same value, the hands are ranked by the next highest, and s n. Pair. Tw f the five cards in the hand have the same value. Hands which bth cntain a pair are ranked by the value f the cards frming the pair. If these values are the same, the hands are ranked by the values f the cards nt frming the pair, in decreasing rder. Tw Pairs. The hand cntains tw different pairs. Hands which bth cntain tw pairs are ranked by the value f their highest pair. Hands with the same highest pair are ranked by the value f their ther pair. If these values are the same the hands are ranked by the value f the remaining card. Three f a Kind. Three f the cards in the hand have the same value. Hands which bth cntain three f a kind are ranked by the value f the three cards. Straight. Hand cntains five cards with cnsecutive values. Hands which bth cntain a straight are ranked by their highest card. 6

7 Flush. Hand cntains five cards f the same suit. Hands which are bth flushes are ranked using the rules fr High Card. Full Huse. Three cards f the same value, with the remaining tw cards frming a pair. Ranked by the value f the three cards. Fur f a Kind. Fur cards with the same value. Ranked by the value f the fur cards. Straight Flush. Five cards f the same suit with cnsecutive values. Ranked by the highest card in the hand. Yur jb is t cmpare several pairs f pker hands and t indicate which, if either, has a higher rank. Input The input file cntains several lines (up t 0 lines), each cntaining the designatin f ten cards: the first five cards are the hand fr the player named Black and the next five cards are the hand fr the player named White. Output Fr each line f input, print a line cntaining ne f the fllwing: Black wins. White wins. Tie. Sample input Sample Output 2H 3D 5S 9C KD 2C 3H 4S 8C AH 2H 4S 4C 2D 4H 2S 8S AS QS 3S 2H 3D 5S 9C KD 2C 3H 4S 8C KH 2H 3D 5S 9C KD 2D 3H 5C 9S KH White wins. Black wins. Black wins. Tie. تمرينهاي خود را حداآثر تا ساعت 2 نيم شب 385//4 ارسال نماييد. تاريخ تحويل تمرين به هيچ وجه تمديد نميشود. 7

A Comparative study on organizational positions of health management and information technology department of hospitals and proposing a model for Iran

A Comparative study on organizational positions of health management and information technology department of hospitals and proposing a model for Iran A Comparative study on organizational positions of health management and information technology department of hospitals and proposing a model for Iran F. Sadoughi, PhD 1 N. Davaridolatabadi, PhD 2 A. Sheikhtaheri,

More information

1.0 Special Education and Conversion in MyEducation BC

1.0 Special Education and Conversion in MyEducation BC 1.0 Special Educatin and Cnversin in MyEducatin BC Special Educatin student eligibilities have been cnverted int MyEducatin BC frm BCeSIS. In rder t d s, special educatin wrkflw shells cntaining the designatin

More information

ﺎﺘ ﻨ ﻤ ھ تﺎ ر ﻦ ﻓ MCSE 2003: Course Group Course name Exam # Duration(hrs) Salary(Rials) Network+:

ﺎﺘ ﻨ ﻤ ھ تﺎ ر ﻦ ﻓ   MCSE 2003: Course Group Course name Exam # Duration(hrs) Salary(Rials) Network+: آموزشگاه آزاد فن آوری اطلاعات رھنما فردای خوزست نا MCSE 2003: Course Group Course name Exam # Duration(hrs) Salary(Rials) Pre-MCSE Network+( prerequisite) - 24 1,400,000 Client Windows XP Professional

More information

CONFIGURING CLIENT ACCESS SERVERS

CONFIGURING CLIENT ACCESS SERVERS 1 CONFIGURING CLIENT ACCESS SERVERS 2 How Client Access Works Domain Controller Client Access Server 3 Mailbox Server 4 RPC/MAPI 1 2 RPC/MAPI HTTPS IMAP4 POP3 MAPI (Messaging Application Program Interface)

More information

PIROUETT! June 2015 GENERALITIES

PIROUETT! June 2015 GENERALITIES GENERALITIES 1.5.4. Penalty by the Difficulty (D) Judge: 0.50 pint if music with vice and wrds is used but the cach des nt specify n D frm which exercise uses music with vice and wrds Official Frm: Use

More information

Grammar Book to Accompany Units 1-8

Grammar Book to Accompany Units 1-8 Grammar Book to Accompany Units 1-8 1 Introduction This grammar section is a limited, simple, contrastive grammar for beginning students of Persian. It is written to accompany Persian in Context online.

More information

Important safeguards:

Important safeguards: EN Thank you for having selected the Oberon branded tea urn. This product is also one of the products which we have provided for you in order to make life easier. Please read carefully this user s manual

More information

Introduction to Fractions and Mixed Numbers

Introduction to Fractions and Mixed Numbers Name Date Intrductin t Fractins and Mixed Numbers Please read the Learn prtin f this lessn while cmpleting this handut. The parts f a fractin are (shwn belw): 5 8 Fractins are used t indicate f a whle.

More information

Times Table Activities: Multiplication

Times Table Activities: Multiplication Tny Attwd, 2012 Times Table Activities: Multiplicatin Times tables can be taught t many children simply as a cncept that is there with n explanatin as t hw r why it is there. And mst children will find

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories.

The ad hoc reporting feature provides a user the ability to generate reports on many of the data items contained in the categories. 11 This chapter includes infrmatin regarding custmized reprts that users can create using data entered int the CA prgram, including: Explanatin f Accessing List Screen Creating a New Ad Hc Reprt Running

More information

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks

STIClassroom Win Rosters, Attendance, Lesson Plans and Textbooks STIClassrm Win Rsters, Attendance, Lessn Plans and Textbks Student Class Rster T access the student class rster, click the icn in the Classrm desktp. Frm the Rster screen, teachers may access the items

More information

Business Digital Voice Site Services - Phone & User Assignments

Business Digital Voice Site Services - Phone & User Assignments Feature Overview The Phnes and Users must be assigned befre setting up ther cmpnents f Business Digital Vice. The system is designed t allw custmers t quickly setup and mdify phne assignments in real time

More information

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet.

Your Outlook Mailbox can be accessed from any PC that is connected to the Internet. Outlk Web Access Faculty and Staff Millsaps Cllege Infrmatin Technlgy Services Yur Outlk Mailbx can be accessed frm any PC that is cnnected t the Internet. Open the Web brwser. Type in this URL: https://mail.millsaps.edu

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

More information

Excel Contact Reports

Excel Contact Reports Excel Cntact Reprts v.1.0 Anther efficient and affrdable ACT! Add-On by http://www.expnenciel.cm Excel Cntact Reprts User s Manual 2 Table f cntents Purpse f the add-n... 3 Installatin prcedure... 3 The

More information

Getting Your Fingers In On the Action

Getting Your Fingers In On the Action Rry Garfrth Getting Yur Fingers In On the Actin Once yu are able t strum with yur fingers, yu can begin fingerpicking! The first task is t learn yur hand psitin and t learn which fingers are used n which

More information

On the Evaluation of Master of Arts Program in Teaching English as a Foreign Language (TEFL) at Ilam University

On the Evaluation of Master of Arts Program in Teaching English as a Foreign Language (TEFL) at Ilam University European Online Journal of Natural and Social Sciences 2013; www.european-science.com Vol.2, No.2 Special Issue on Teaching and Learning. ISSN 1805-3602 On the Evaluation of Master of Arts Program in Teaching

More information

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

WINDOW REPLACEMENT Survey

WINDOW REPLACEMENT Survey WINDOW REPLACEMENT Prperty wners and develpers undertaking rehabilitatin prjects fr bth Tax Act Certificatin and Sectin 106 Cmpliance are encuraged t repair and retain existing histric windws. Hwever,

More information

learndirect Test Information Guide The National Test in Adult Numeracy

learndirect Test Information Guide The National Test in Adult Numeracy learndirect Test Infrmatin Guide The Natinal Test in Adult Numeracy 1 Cntents The Natinal Test in Adult Numeracy: Backgrund Infrmatin... 3 What is the Natinal Test in Adult Numeracy?... 3 Why take the

More information

جلس حض ری ورا با WorkShop رسیذ.ایي د ر ب د بخص 10 جلس ای تقسین ب ذی گردیذ.بخص ا ل ضاهل را ا ذازی سایت ساخت لیست Infopad ارتباط با SharePoint ب د

جلس حض ری ورا با WorkShop رسیذ.ایي د ر ب د بخص 10 جلس ای تقسین ب ذی گردیذ.بخص ا ل ضاهل را ا ذازی سایت ساخت لیست Infopad ارتباط با SharePoint ب د گسارش برگساری دوره "SharePoint" گر آه زش ت ا و ذسازی کارک اى با ت ج ب هجو ع درخ است ا یاز ادارت هختلف با ر یکرد " ارتقا سغح ه ارت ت ا و ذی کارض اساى اقذام ب برگساری د ر تخصصی ت ا و ذسازی "SharePoint2013

More information

Otomasyon, Danışmanlık Ltd. Şti. INDILOAD DATACARD M AN UAL. Antetli03.doc / Page 9 of 1. Kibele Hedef mükemmele ulasmaksa.

Otomasyon, Danışmanlık Ltd. Şti. INDILOAD DATACARD M AN UAL. Antetli03.doc / Page 9 of 1. Kibele Hedef mükemmele ulasmaksa. Otmasyn, Danışmanlık Ltd. Şti. INDILOAD DATACARD M AN UAL Antetli03.dc / Page 9 f 1 Otmasyn, Danışmanlık Ltd. Şti. Chapter 1 : General Chapter 2 : Cnnectins Chapter 3 : Operatin Chapter 4 : Technical sheet

More information

Coordinates. Definition of terms

Coordinates. Definition of terms Crdinates Definitin f terms C Lcal crdinates C Gegraphical C Latitude - angular measurement f a lcatin n Earth frm the equatr C Lngitude - angular measurement f a lcatin n Earth frm the Prime Meridian

More information

Front: English AP 1500 NU

Front: English AP 1500 NU English AP 1500 NU Please read this Instruction manual thoroughly before use and keep for future reference. Please remove the Filter s packaging before use. PRODUCT INTRODUCTION Understanding each part

More information

GED MATH STUDY GUIDE. Last revision July 15, 2011

GED MATH STUDY GUIDE. Last revision July 15, 2011 GED MATH STUDY GUIDE Last revisin July 15, 2011 General Instructins If a student demnstrates that he r she is knwledgeable n a certain lessn r subject, yu can have them d every ther prblem instead f every

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

STIDistrict SQL Database Backup and Restore

STIDistrict SQL Database Backup and Restore STIDistrict SQL Database Backup and Restre Creating the Backup T backup the SQL database, perfrm the fllwing steps in the SQL Server Enterprise Manager: Expand the server grup and then expand the server

More information

Admission Scheduling

Admission Scheduling Admissin Scheduling The Scheduler will receive an ACE task ntifying them when the referral is ready fr the Admissin Visit t be scheduled. Same Day Admissin Visits: If Intake receives a referral requiring

More information

Server 2008 R2 - Generic - Case

Server 2008 R2 - Generic - Case Server 2008 R2 - Generic - Case Day 1 Task 1 Install the fllwing machines: DC01 Server2008 R2 Standard Editin WEB01 Server 2008 R2 Standard Editin WEB02 Server 2003 File01 Server 2008 R2 Standard Editin

More information

Connecticut State Department of Education 2014-15 School Health Services Information Survey

Connecticut State Department of Education 2014-15 School Health Services Information Survey Cnnecticut State Department f Educatin 2014-15 Schl Health Services Infrmatin Survey General Directins fr Cmpletin by Schl Nurse Crdinatr/Supervisr This Schl Health Services Infrmatin Survey was designed

More information

Gain vs. Proportional Band

Gain vs. Proportional Band Gain vs. Prprtinal Band The end result f the analysis f a typial lp tuning predure, whether pen lp r lsed lp, is a set f parameters with whih t adjust the ntrller. One f these parameters is ntrller gain.

More information

From Beginner To Winner

From Beginner To Winner Frm Beginner T Winner Beginner T Winner: Racing enjys immense ppularity fr many reasns. Racing fans natinwide, and in many parts f the wrld, lve viewing the spectacle f ne f nature's mst efficient and

More information

401(k) Savings Plan Annual Incentive Compensation Election Special Considerations for Deferred Compensation Plan Participants

401(k) Savings Plan Annual Incentive Compensation Election Special Considerations for Deferred Compensation Plan Participants Nvember 2014 401(k) Savings Plan Annual Incentive Cmpensatin Electin Special Cnsideratins fr Deferred Cmpensatin Plan Participants This dcument is a supplement t the U.S. Retirement Savings Prgram materials

More information

OUTLOOK All About Archives

OUTLOOK All About Archives OUTLOOK All Abut Archives Why d we have Zantaz Enterprise Archiving Slutin (EAS)? Archiving prvides verall lng term strage EAS has been implemented t help manage the 300MB mailbx size limit in Outlk/Exchange

More information

Personal Selling. Lesson 22. 22.1 Objectives. 22.2 Meaning of Personal Selling

Personal Selling. Lesson 22. 22.1 Objectives. 22.2 Meaning of Personal Selling Persnal Selling Lessn 22 Persnal Selling When yu want t buy smething yu usually g t a cncerned shp and purchase it frm there. But, smetimes yu find peple bring certain gds r prducts and make them available

More information

Lesson 22. 3-Dimensional Solids. Objectives. Classify 3-Dimensional solids Determine the Volume of 3-Dimensional solids. Student Name: Date:

Lesson 22. 3-Dimensional Solids. Objectives. Classify 3-Dimensional solids Determine the Volume of 3-Dimensional solids. Student Name: Date: Student Name: Date: Cntact t Persn Name: Phne Number: Lessn -Dimensinal Slids Objectives Classify -Dimensinal slids Determine the Vlume f -Dimensinal slids Authrs: Jasn March,.A. Tim Wilsn,.A. Editr: Graphics:

More information

Creating Vehicle Requests

Creating Vehicle Requests Overview Vehicle requisitins, including additins, replacements, dnatins and leases, are submitted, reviewed, and apprved using the State f Gergia Frms in VITAL Insights. The prcess has three levels f review

More information

Hardware components. Typical connections and data flow. Student 3 page 1: Low Merit

Hardware components. Typical connections and data flow. Student 3 page 1: Low Merit Student 3 page 1: Lw Merit Hardware cmpnents Extensin cards Descriptin, Hw purpse determines cnnectins Extensin cards extend the capacity f the mtherbard by allwing a circuit bard r card t cnnect t it

More information

Fixed vs. Variable Interest Rates

Fixed vs. Variable Interest Rates Fixed vs. Variable Interest Rates Understanding the Advantages and Disadvantages f Each Rate Type When shpping fr financial prducts, there are a lt f factrs t cnsider. Much has changed in the financial

More information

CSAT Account Management

CSAT Account Management CSAT Accunt Management User Guide March 2011 Versin 2.1 U.S. Department f Hmeland Security 1 CSAT Accunt Management User Guide Table f Cntents 1. Overview... 1 1.1 CSAT User Rles... 1 1.2 When t Update

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5

Ad Hoc Reporting: Query Building Tyler SIS Version 10.5 Mdule: Tpic: Ad Hc Reprting Ad Hc Reprting Basics Ad Hc Reprting: Query Building Tyler SIS Versin 10.5 Cntents OBJECTIVE... 1 OVERVIEW... 2 PREREQUISITES... 2 PROCEDURES... 3 THE COLUMN LISTING LANDSCAPE...

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

ELEC 204 Digital System Design LABORATORY MANUAL

ELEC 204 Digital System Design LABORATORY MANUAL ELEC 204 Digital System Design LABORATORY MANUAL : Design and Implementatin f a 3-bit Up/Dwn Jhnsn Cunter Cllege f Engineering Kç University Imprtant Nte: In rder t effectively utilize the labratry sessins,

More information

Offsite Records Storage Guidelines

Offsite Records Storage Guidelines Offsite Recrds Strage Guidelines Hw t send recrds t the Offsite strage facility (New bxes) Step 1 Obtain supplies and check if yur area has an accunt Offsite Recrds Bxes and Barcde Labels can be rdered

More information

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption

Exchanging Files Securely with Gerstco Using gpg4win Public Key Encryption Exchanging Files Securely with Gerstc Using gpg4win Public Key Encryptin Overview Visit the fllwing page n Gerstc s website t watch a vide verview f Public Key Encryptin: www.gerstc.cm/???? Initial Setup

More information

Writing a Compare/Contrast Essay

Writing a Compare/Contrast Essay Writing a Cmpare/Cntrast Essay As always, the instructr and the assignment sheet prvide the definitive expectatins and requirements fr any essay. Here is sme general infrmatin abut the rganizatin fr this

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Derivative Markets and Instruments

Derivative Markets and Instruments 1 Mdule # 6 Cmpnent # 1 This Cmpnent: fcuses n the basics f as part f ur examinatin f Derivatives. assumes a base level f financial thery, but attempts t add a level f practical applicatin. We attempt

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

Backward Design Lesson Planning. How do I determine and write lesson objectives? (identifying desired results)

Backward Design Lesson Planning. How do I determine and write lesson objectives? (identifying desired results) Backward Design Lessn Planning Hw d I determine and write lessn bjectives? (identifying desired results) Intrductin All lessns, regardless f which lessn-planning mdel that yu use, begins with identifying

More information

INTERMEDIATE CAD FILE MANAGEMENT

INTERMEDIATE CAD FILE MANAGEMENT INTERMEDIATE CAD FILE MANAGEMENT Intrductin File mismanagement is the dwnfall f many brilliant individuals. If yu are wise, yu wn't be ne f the peple wh meet disaster due t pr file management. Cmputers

More information

Experiment 1: Freezing Point Depression

Experiment 1: Freezing Point Depression Experiment 1: Freezing Pint Depressin Purpse: The purpse f this lab is t experimentally determine the freezing pint f tw slutins and cmpare the effect f slute type and cncentratin fr each slutin. Intrductin:

More information

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company

Title: How Do You Handle Exchange Mailboxes for Employees Who Are No Longer With the Company Dean Suzuki Blg Title: Hw D Yu Handle Exchange Mailbxes fr Emplyees Wh Are N Lnger With the Cmpany Created: 1/21/2013 Descriptin: I asked by ne f my custmers, hw d yu handle mailbxes fr emplyees wh are

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

More information

Chapter - 3. Cable Connections

Chapter - 3. Cable Connections Chapter - 3 Cable Cnnectins One bradband alternative is thrugh cable TV, where yur Internet cnnectin is delivered t yur hme thrugh yur televisin cable. Many cable prviders wn't qute yu an exact speed,

More information

Pokémon Organized Play Official Tournament Formats

Pokémon Organized Play Official Tournament Formats Pkémn Organized Play Official Turnament Frmats Revised: September 19 th, 2011 Table f Cntents POKÉMON TRADING CARD GAME TOURNAMENT FORMATS... 3 1. Standard Frmat Styles... 3 1.1. Cnstructed... 3 1.2. Limited...

More information

Semester Exam Review Answers. 3. Construct a perpendicular at point B, then bisect the right angle that is formed. 45 o

Semester Exam Review Answers. 3. Construct a perpendicular at point B, then bisect the right angle that is formed. 45 o Unit 1, Tpic 1 1. pint, line, and plane 2. angle bisectr cnstructin 3. Cnstruct a perpendicular at pint B, then bisect the right angle that is frmed. B 45 4. Draw a line thrugh pint H, then cpy the angle

More information

POKER LOTTO LOTTERY GAME CONDITIONS These Game Conditions apply, until amended or revised, to the POKER LOTTO lottery game.

POKER LOTTO LOTTERY GAME CONDITIONS These Game Conditions apply, until amended or revised, to the POKER LOTTO lottery game. POKER LOTTO LOTTERY GAME CONDITIONS These Game Conditions apply, until amended or revised, to the POKER LOTTO lottery game. 1.0 Rules 1.1 POKER LOTTO is governed by the Rules Respecting Lottery Games of

More information

THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT. Your Employment Tribunal claim relating to your employment with...

THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT. Your Employment Tribunal claim relating to your employment with... THE EMPLOYMENT LAW DISPUTE SPECIALISTS DAMAGES BASED AGREEMENT 1. What is cvered by this agreement Yur Emplyment Tribunal claim relating t yur emplyment with... 2. What is nt cvered by this agreement 2.1

More information

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public Intel Hybrid Clud Management Prtal Update FAQ Audience: Public Purpse: Prepare fr the launch f the Intel Hybrid Clud Platfrm multi-user/multi-tier update Versin: Final FAQs What s new in the Intel Hybrid

More information

Barracuda API 3.0 Firmware Barracuda Spam Firewall

Barracuda API 3.0 Firmware Barracuda Spam Firewall These are instructins t help understand and implement the Barracuda API capability available n the Barracuda Spam Firewall in the versin 3.0 firmware series. This is an extensin f the API released in the

More information

GOLDBLUM & HESS Attorneys at Law

GOLDBLUM & HESS Attorneys at Law GOLDBLUM & HESS Attrneys at Law PRACTICE LIMITED TO IMMIGRATION, NATIONALITY, AND CONSULAR LAW Jane W. Gldblum* Wendy Castr Hess** 101 GREENWOOD AVENUE PHONE: (215) 885-3600 JENKINTOWN PLAZA, SUITE 380

More information

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3

Table of Contents. Welcome to Employee Self Service... 3 Who Do I Call For Help?... 3 ALABAMA STATE UNIVERSITY HUMAN RESOURCES EMPLOYEE SELF SERVICE USER GUIDE 2 Table f Cntents Welcme t Emplyee Self Service... 3 Wh D I Call Fr Help?... 3 Hw d I access Emplyee Self Service?... 4 Persnal

More information

Blizzard Ball: Snowballs versus Avalanches

Blizzard Ball: Snowballs versus Avalanches Blizzard Ball: Snwballs versus Avalanches Blizzard Ball is a fun, active way t review the key cncepts f and debt cvered in Katrina s Classrm Lessn 3, A Fresh Start. The activity allws players t strategize

More information

Regions File Transmission

Regions File Transmission Regins File Transmissin Getting Started with FTPS Regins Bank Member FDIC Revised 022113 It s time t expect mre. Table f Cntents Getting Started with FTPS Setting Up FTPS Cnnectin in FTP Client 3 4 9 Regins

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

TRAINING GUIDE. Crystal Reports for Work

TRAINING GUIDE. Crystal Reports for Work TRAINING GUIDE Crystal Reprts fr Wrk Crystal Reprts fr Wrk Orders This guide ges ver particular steps and challenges in created reprts fr wrk rders. Mst f the fllwing items can be issues fund in creating

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

Succession Planning & Leadership Development: Your Utility s Bridge to the Future

Succession Planning & Leadership Development: Your Utility s Bridge to the Future Successin Planning & Leadership Develpment: Yur Utility s Bridge t the Future Richard L. Gerstberger, P.E. TAP Resurce Develpment Grup, Inc. 4625 West 32 nd Ave Denver, CO 80212 ABSTRACT A few years ag,

More information

معرفی چند منبع در زمینه آموزش برنامه نویسی MATLAB یا متلب

معرفی چند منبع در زمینه آموزش برنامه نویسی MATLAB یا متلب معرفی چند منبع در زمینه آموزش برنامه نویسی MATLAB یا متلب کتاب های به زبان فارسی کتاب های به زبان انگلیسی عنوان: Matlab, Third Edition: A Practical Introduction to Programming and Problem Solving ترجمه

More information

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates

David Drivers Revit One-sheets: Linked Project Positioning and shared coordinates This paper discusses the fllwing features f Revit Building Shared Crdinates Named lcatins Publish and acquire Vs Saving lcatins Shared Crdinates and wrkset enabled files Revisin 1 (Versin 9.0) David Driver.

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

Note: The designation of a Roommate is determined from the Occupants table. Roommate checkbox must be checked.

Note: The designation of a Roommate is determined from the Occupants table. Roommate checkbox must be checked. MultiSite Feature: Renters Insurance Versin 2 with Rmmates Renter s Insurance infrmatin can be tracked n each resident and rmmate, including insurance histry. Infrmatin can be edited in the Renters Insurance

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

Hartford Seminary s. Online Application Instructions

Hartford Seminary s. Online Application Instructions Hartfrd Seminary s Online Applicatin Instructins Hartfrd Seminary is pleased t annunce that nline applicatin is nw pssible fr mst f ur prgrams as fllws: Dctr f Ministry: Use nline applicatin Master f Arts:

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

CFD and Spot Forex Terms: Deposit Accounts

CFD and Spot Forex Terms: Deposit Accounts CFD and Spt Frex Terms: Depsit Accunts 1. Structure 1.1 When we engage in CFD r Spt Frex trading with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur CFD and Spt Frex Terms. 1.2 The

More information

Steps to fix the product is not properly fixed issue for international clients.

Steps to fix the product is not properly fixed issue for international clients. Axxya Systems supprt cntact details 1-800-709-2977 ext 9 within US 1-425-999-4350 ext 9 utside f US Email supprt@axxya.cm Technical FAQ -- www.nutritinistpr.cm/help-center/ Steps t fix the prduct is nt

More information

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 0. Nte that frm LISTSERV versin 15.5, LISTSERV supprts using an external LDAP directry (r Windws Active Directry) fr lgin authenticatin in additin t

More information

How much life insurance do I need? Wrong question!

How much life insurance do I need? Wrong question! Hw much life insurance d I need? Wrng questin! We are ften asked this questin r sme variatin f it. We believe it is NOT the right questin t ask. What yu REALLY need is mney, cash. S the questin shuld be

More information

TaskCentre v4.5 File Management Tool White Paper

TaskCentre v4.5 File Management Tool White Paper TaskCentre v4.5 File Management Tl White Paper Dcument Number: PD500-03-30-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 TECHNICAL SUMMARY

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Please provide a 2-3 sentence summary of your proposal: Financial Profile of Organization:

Please provide a 2-3 sentence summary of your proposal: Financial Profile of Organization: Name f Applicant Organizatin: Address: City, State, Zip: Phne: Fax: Email: Primary Cntact & Title: Federal EIN Number: Website: Age f Organizatin: Please prvide a 2-3 sentence summary f yur prpsal: Financial

More information

Oracle Social Engagement & Monitoring Professional Services Descriptions. July 23, 2015

Oracle Social Engagement & Monitoring Professional Services Descriptions. July 23, 2015 Oracle Scial Engagement & Mnitring Prfessinal Services Descriptins July 23, 2015 TABLE OF CONTENTS ORACLE SOCIAL ENGAGEMENT & MONITORING: ONE-TIME SET-UP & TRAINING 2 SOCIAL ENGAGEMENT AND MONITORING CONSULTING

More information

Space Exploration Classroom Activity

Space Exploration Classroom Activity Space Explratin Classrm Activity The Classrm Activity intrduces students t the cntext f a perfrmance task, s they are nt disadvantaged in demnstrating the skills the task intends t assess. Cntextual elements

More information

Competitive Intelligence Report - Market Snapshot Explanations of Numbers Suggestions and Tips

Competitive Intelligence Report - Market Snapshot Explanations of Numbers Suggestions and Tips Cmpetitive Intelligence Reprt - Market Snapsht Explanatins f Numbers Suggestins and Tips The infrmatin cntained in the tw sectins f the Cmpetitive Intelligence Reprt fr each gegraphic regin is f the highest

More information

ENTRY STANDARDS. Approved by IAAF Council - March 2012 and November 2012

ENTRY STANDARDS. Approved by IAAF Council - March 2012 and November 2012 IAAF WORLD CHAMPIONSHIPS, MOSCOW 2013 10 AUGUST 18 AUGUST 2013 ENTRY STANDARDS Apprved by IAAF Cuncil - March 2012 and Nvember 2012 Men Wmen Event A Standard B Standard A Standard B Standard 10.15 10.21

More information

DFRobot Romeo All-in-one Microcontroller (ATMega 328) Product code : RB-Dfr-36. Manual. o o. o o o. o 6.2 Example use of Button 1-5. o o o o.

DFRobot Romeo All-in-one Microcontroller (ATMega 328) Product code : RB-Dfr-36. Manual. o o. o o o. o 6.2 Example use of Button 1-5. o o o o. DFRbt Rme All-in-ne Micrcntrller (ATMega 328) Prduct cde : RB-Dfr-36 Manual A. Please read this manual carefully befre applying pwer n the device. B. D nt use this device fr military r medical purpse as

More information

Honors Geometry A. Semester Exam Review Answers 2015-2016

Honors Geometry A. Semester Exam Review Answers 2015-2016 Hnrs Gemetry A 015-016 Unit 1, Tpic 1 1. pint, line, and plane. angle bisectr cnstructin 3. Cnstruct segment BC, then cnstruct the perpendicular bisectr f CC. C B C 4. Draw a line thrugh pint H, then cpy

More information

Spread Bet Terms: Deposit Accounts

Spread Bet Terms: Deposit Accounts Spread Bet Terms: Depsit Accunts 1. Structure 1.1 When we engage in Spread Betting with yu, we d s n the basis f: - ur General Terms; these terms, i.e. ur Spread Terms. 1.2 The Spread Terms deal with matters

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information