Computer Science Undergraduate Scholarship

Size: px
Start display at page:

Download "Computer Science Undergraduate Scholarship"

Transcription

1 Cmputer Science Undergraduate Schlarship R E G U L A T I O N S The Cmputer Science Department at the University f Waikat runs an annual Schlarship examinatin which ffers up t 10 undergraduate Schlarships t students wh btain the highest pass mark. The examinatin is rughly the equivalent t the practical prgramming tasks and final exam f the first year paper Intrductin t Cmputer Science 1 which gives students a basic level f cmpetence in cmputer prgramming and cmputing cncepts. 1. Purpse 1.1. The purpse f the Cmputer Science Undergraduate Schlarship examinatin is t determine whether new students have sufficient prficiency in the subject t merit placement in mre senir papers. In additin, students demnstrating a particular aptitude fr the subject will be ffered $5,000, which will be credited directly t their tuitin fees. 2. Eligibility 2.1. T be eligible, candidates must: a) be enrlling r intending t enrl in a BCMS, BSc, BE(Hns) r BCGD degree, in ne f the cmputing streams, at the University f Waikat; b) meet the entry requirements fr their chsen prgramme f study (fr further infrmatin, please check the FCMS website r FCMS Handbk); and, c) currently be in Year 12 r Year The Schlarship is pen t New Zealand citizens, permanent residents and internatinal students. 3. Value 3.1. The Schlarships will each have a value f $5,000 and will be credited directly twards the fees accunts f the successful candidates. 4. Applicatin Exam 4.1. The Cmputer Science Undergraduate Schlarship examinatin will be held n 16 and 17 Octber The examinatin is made up f tw parts: a) a tw-hur written examinatin, and b) a six-hur practical examinatin The examinatin will be cnducted in, and supervised by, the candidate s schl. In the case where a schl is nt able t prvide an apprpriate envirnment, candidates will be allwed t sit the examinatin at the University f Waikat, r at sme ther venue t be arranged. Please cntact the Cmputer Science Department as sn as pssible t arrange this.

2 Cmputer Science Undergraduate Schlarship 4.4. Candidates will be required t present prf f identity at the examinatin. If yu have any questins, r require an infrmatin pack, please cntact the Cmputer Science Department: schlarships@cs.waikat.ac.nz Phne: (07) Website: 5. Selectin Criteria 5.1. The decisins will be based n the examinatin results f each candidate participating in the Cmputer Science Undergraduate Schlarship examinatin Candidates wh shw sufficient prficiency in the subject may merit placement in mre senir papers, while thse wh demnstrate a particular aptitude fr the subject will be ffered a Cmputer Science Undergraduate Schlarship. 6. Selectin Panel 6.1. The Selectin Panel will cmprise the Dean f the Faculty f Cmputing and Mathematical Sciences, the Chairpersn f the Cmputer Science Department and the Faculty s representative n the Schlarships Cmmittee (r their nminees) The Selectin Panel s decisin is final and n crrespndence will be entered int fllwing the selectin meeting. 7. Awarding 7.1. The ffer f a Schlarship must be accepted by the date indicated in the ffer letter. If a candidate declines a Schlarship, r des nt take it up, the Selectin Panel may re-ffer the Schlarship t anther candidate The Schlarship will have a maximum tenure f ne year. 8. Other Cnditins 8.1. The Schlarship may be held with any ther bursary, schlarship r award, prvided that the regulatins f the ther award d nt preclude this If a candidate is awarded mre than ne tuitin fees schlarship, then it is expected that the Cmputer Science Undergraduate Schlarship will be the first schlarship applied twards the candidate s tuitin fees If a candidate is awarded bth a Cmputer Science Undergraduate Schlarship and either a University f Waikat Academic Merit Schl Leaver Schlarship r a Vice-Chancellr s Academic Excellence Schl Leaver Schlarship, then the Schl Leaver Schlarship can be carried frward t the candidate s secnd year f enrlment at the University f Waikat, with any remaining balance credited t the candidate s tuitin fees in the fllwing year, prvided that a passing grade is achieved in all papers in the previus year.

3 Cmputer Science Undergraduate Schlarship 8.4. The Schlarship will nt be refundable t recipients wh withdraw frm their degree. It will be the respnsibility f the recipient t pay the balance f their fees The Schlarships Cmmittee may terminate a Schlarship at any time, and recup any funds awarded, if it is satisfied that the recipient is nt fllwing the apprved prgramme f study r is nt therwise cmplying with the regulatins gverning the Schlarship and/r the University f Waikat. The recipient f a Schlarship shall have the right t appeal t the Educatin Cmmittee against any decisin t terminate the award By accepting a Schlarship, the recipient agrees t participate in any publicity cncerning the award arranged by the University f Waikat Internatinal schlars must cmply with the cnditins f their Immigratin New Zealand (INZ) Student Permit. Examinatin Syllabus Aims and Objectives The aims f the Schlarship are t enable high schl students t: Develp an understanding f the nature and principles f cmputing Develp an understanding f methds f analysing prblems and practice the applicatin f such methds Befre taking the Schlarship examinatin, students shuld be able t: Understand, apply and use apprpriate terminlgy, cncepts, prcesses and techniques f cmputing Use the basic features f a spreadsheet applicatin Cnstruct a cmputer prgram in a high level language t explre and slve a specific prblem Outline f Examinatin Syllabus Students shuld have a wrking knwledge f the fllwing areas: 1. Prgramming tpics Cntrl structures Sequence Iteratin Chice Nested structures Cntrl statements If-then-else

4 Cmputer Science Undergraduate Schlarship While r repeat-until Switch (r case) Data types Integer Real (r Flat) Character Blean Data structures Arrays (ne and tw dimensinal) Strings (r character arrays) Data peratins Variable assignment Arithmetic expressins & peratr precedence Blean expressins Input/utput Input peratins: reading frm keybard r text files Output frmatting: t screen r writing t text files Printable and nn-printable characters Prgramming structures Prcedures Functins Value parameters Built-in functins and library rutines Algrithms and prblem slving See the attached sample examinatins frm past years 2. Cmputer Science tpics Base cnversin Cnversin f psitive integers between bases binary, ctal decimal. Binary numbers and arithmetic Additin and multiplicatin f numbers in unsigned frmat. Subtractin using tw s cmplement representatin. Type representatin Students shuld knw hw characters might be represented using (fr example) ASCII and UNICODE. Representatin f signed integers and fixed pint numbers in tw s cmplement.

5 Cmputer Science Undergraduate Schlarship Languages Flating pint numbers using tw s cmplement ntatin nly (8-bit fractinal tw s cmplement fr mantissa, signed integer fr expnent). Awareness f errrs assciated with accuracy and lss f precisin underflw, truncatin, and verflw. Nrmalizatin f flating pint numbers is nt required. Cmpilers and interpreters fr high level languages. Cmputer architecture Features f cmmnly used input, utput and backing stre devices. Structure f a prcessr (ALU, CPU internal details and registers nt required). Functin f RAM, ROM, cache memry, disk. The fllwing terms shuld be understd: Virtual memry Primary and secndary memry Bit (b), byte (B), frequency (hz) and their mdifiers (k, M, G, T) Cmputer systems Serial and direct access Students shuld understand that an perating system is a cllectin f prgrams perfrming: Cmmunicatin with peripherals Crdinatin f prcesses (including prgrams) Memry management File handling Accunting Security Data management Errr handling Students shuld understand the need fr systems sftware t prvide: Utilities such as archiving (and cmpressin), de-fragmentatin, file maintenance A user interface Data representatin and graphics The relatinship between numbers f clurs and numbers f bits shuld be knwn; eg, 24 bits allws 2 24 r (apprximately) 16 millin clurs. The relatinship between reslutin and file size shuld be understd Students shuld appreciate that different reslutins are apprpriate fr particular devices. Applicatins skills

6 Cmputer Science Undergraduate Schlarship 3. Spreadsheet usage Cell frmats Frmulae Simple graph pltting Cnditinal expressins Prgramming languages The Department uses the C# language fr first year prgramming curses. Candidates fr the Schlarship are free t use any f the fllwing languages: BASIC, including Visual Basic C, C++, C# Pascal, Delphi Java Fr examinatin questins candidates will nly be required t use text-based input and utput. Candidates wh wish t prgram in ther languages must seek written apprval frm the Department f Cmputer Science befre applying fr the Schlarship examinatin. Resurces The textbk used in the first year Cmputer Science prgramming curses is: Duglas Bell and Mike Parr: C# fr Students, Addisn/Wesley, 2004 Hwever, any instructinal text n prgramming shuld be satisfactry.

Post-Baccalaureate Certificate Programs

Post-Baccalaureate Certificate Programs Pst-Baccalaureate Certificate Prgrams Certificate prgrams benefit students and/r interest by prviding greater flexibility and brader training in areas related t the students' majr fields and making thse

More information

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days ITIL Service Offerings & Agreement (SOA) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

SECONDARY EDUCATION PROGRAMS

SECONDARY EDUCATION PROGRAMS SECONDARY EDUCATION PROGRAMS Cllege f The Albemarle ffers several prgrams that prvide the pprtunity fr high schl students t take cllege-level curses and earn cllege credit. Students have the pprtunity

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information

SEMA Memorial Scholarship Fund Scholarship & Loan Forgiveness Programs

SEMA Memorial Scholarship Fund Scholarship & Loan Forgiveness Programs SEMA Memrial Schlarship Fund Schlarship & Lan Frgiveness Prgrams SCHOLARSHIP PROGRAM FREQUENTLY ASKED QUESTIONS Schlarship Prgram T be eligible fr this award, yu must: be a U.S. citizen enrlled in a full-time

More information

Brazosport College Syllabus for DFTG 1309 Basic Computer- Aided Drafting (AutoCAD)

Brazosport College Syllabus for DFTG 1309 Basic Computer- Aided Drafting (AutoCAD) Brazsprt Cllege Syllabus fr DFTG 1309 Basic Cmputer- Aided Drafting (AutCAD) Instructr: Ricard Uribe Jr. Office Phne: 979.230-3334 Office: D211.B email: ricard.uribe@brazsprt.edu COURSE DESCRIPTION Intrductin

More information

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days

ITIL V3 Planning, Protection and Optimization (PPO) Certification Program - 5 Days ITIL V3 Planning, Prtectin and Optimizatin (PPO) Certificatin Prgram - 5 Days Prgram Overview The ITIL Intermediate Qualificatin: Planning, Prtectin and Optimizatin (PPO) Certificate is a free-standing

More information

GENERAL EDUCATION. Communication: Students will effectively exchange ideas and information using multiple methods of communication.

GENERAL EDUCATION. Communication: Students will effectively exchange ideas and information using multiple methods of communication. Prcedure 3.12 (f) GENERAL EDUCATION General educatin unites cllege students frm diverse areas by adding breadth and depth t their prgrams f study. General educatin cncepts, framewrks, and/r patterns f

More information

Title IV Refund Policy (R2T4)

Title IV Refund Policy (R2T4) Title IV Refund Plicy (R2T4) Charter Oak State Cllege s revised Refund Plicy cmplies with the amended 34 CFR Sectin 668.22 f the Higher Educatin Amendment f 1998. This plicy reflects new regulatins that

More information

ET156 Introduction to C Programming [Onsite]

ET156 Introduction to C Programming [Onsite] ET156 Intrductin t C Prgramming [Onsite] Curse Descriptin: This curse is designed t help students with the fundamental cncepts and terminlgy f cmputer prgramming and practical skills in designing, writing

More information

Doctoral Framework Guidelines

Doctoral Framework Guidelines Dctral Framewrk Guidelines UTS Framewrk fr Dctral Educatin UTS Business Schl Higher Degree Research 1. Intrductin The UTS Framewrk fr Dctral Educatin is a UTS-wide initiative directed twards imprving the

More information

EASTERN ARIZONA COLLEGE Database Design and Development

EASTERN ARIZONA COLLEGE Database Design and Development EASTERN ARIZONA COLLEGE Database Design and Develpment Curse Design 2011-2012 Curse Infrmatin Divisin Business Curse Number CMP 280 Title Database Design and Develpment Credits 3 Develped by Sctt Russell/Revised

More information

explaining in an open, transparent and accessible way how the University will treat students who have outstanding debt owed to the University.

explaining in an open, transparent and accessible way how the University will treat students who have outstanding debt owed to the University. University f Stirling Student Payment Plicy 1. Intrductin This dcument sets ut the University s plicy in relatin t the cllectin f student fees and charges payable t the University by current and frmer

More information

ITIL Release Control & Validation (RCV) Certification Program - 5 Days

ITIL Release Control & Validation (RCV) Certification Program - 5 Days ITIL Release Cntrl & Validatin (RCV) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

Supply Chain and Logistics Management Engineering Business Management

Supply Chain and Logistics Management Engineering Business Management The University f Warwick WMG Management Qualificatins at Eastern Mediterranean University MSc Prgramme and Other Qualificatins in Supply Chain and Lgistics Management Engineering Business Management WMG

More information

How To Get A Credit By Examination

How To Get A Credit By Examination LAW ENFORCEMENT TECHNOLOGY CREDIT BY EXAMINATION FACT SHEET Texas Ri Salad Cllege, a Maricpa Cunty Cmmunity Cllege in Tempe, Arizna, is prud t annunce its Credit by Examinatin prgram in Law Enfrcement

More information

SCHOLARSHIP APPLICATION

SCHOLARSHIP APPLICATION Assciatin f State Dam Safety Officials UNDERGRADUATE SCHOLARSHIP APPLICATION SUBMIT APPLICATION AND ATTACHMENTS POSTMARKED BY MARCH 31, 2016 TO: Assciatin f State Dam Safety Officials 239 S. Limestne Lexingtn,

More information

The Ohio Board of Regents Credit When It s Due process identifies students who

The Ohio Board of Regents Credit When It s Due process identifies students who Credit When It s Due/ Reverse Transfer FAQ fr students Ohi is participating in a natinal grant initiative, Credit When It s Due, designed t implement reverse-transfer, which is a prcess t award assciate

More information

SCHEDULE PRODUCTION GUIDELINES

SCHEDULE PRODUCTION GUIDELINES SCHEDULE PRODUCTION GUIDELINES OVERVIEW OF SCHEDULE PRODUCTION A new schedule f classes is created by "rlling" the schedule frm a previus like-term frward. The Scheduling Center sends an email requesting

More information

Northern Illinois University McHenry County College Transfer Guide Early Childhood Education (2015-2016 Catalog)

Northern Illinois University McHenry County College Transfer Guide Early Childhood Education (2015-2016 Catalog) Nrthern Illinis University Transfer Guide Early Childhd Educatin (2015-2016 Catalg) Department f Special & Early Childhd Educatin Schl f Family, Cnsumer, and Nutritin Sciences Nrthern Illinis University

More information

Master of Science Program Requirements in Earth Sciences

Master of Science Program Requirements in Earth Sciences Master f Science Prgram Requirements in Earth Sciences 1. Read the Graduate Schl Rules fr a Master f Science Degree! We have a cuple f mre restrictive requirements, but the graduate schl requirements are

More information

Counseling Concentrations: Community, Rehabilitation, and School Counseling and School Counseling Certification

Counseling Concentrations: Community, Rehabilitation, and School Counseling and School Counseling Certification GRADUATE FACULTY COUNCIL DOC. NO. 1067 Apprved May 14, 2007 RECOMMENDATION OF THE GRADUATE CURRICULUM COMMITTEE, THE FACULTY OF THE SCHOOL OF EDUCATION, AND THE FACULTY OF THE DEPARTMENT OF EDUCATIONAL

More information

Satisfactory Academic Progress Policy

Satisfactory Academic Progress Policy Satisfactry Academic Prgress Plicy This plicy defines satisfactry academic prgress fr all Bstn University Schl f Law financial aid recipients in the fllwing LL.M. prgrams: LL.M. in Taxatin, including the

More information

VET FEE-HELP Frequently Asked Questions for Students May 2010

VET FEE-HELP Frequently Asked Questions for Students May 2010 Hw d I apply? VET FEE-HELP Frequently Asked Questins fr Students May 2010 If yu are eligible fr VET FEE-HELP assistance and wuld like t btain a VET FEE-HELP lan, yu shuld btain a Request fr VET FEE-HELP

More information

POSTGRADUATE DIPLOMA IN FINANCIAL PLANNING

POSTGRADUATE DIPLOMA IN FINANCIAL PLANNING POSTGRADUATE DIPLOMA IN FINANCIAL PLANNING APPLICATION GUIDE August 2009 Pstgraduate Diplma in Financial Planning Nelsn Mandela Metrplitan University Internatinally apprved prfessinal accreditatin Suth

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

STEP 1: Student Application Submission

STEP 1: Student Application Submission Student Applicatin Prcess fr Chice Districts Interdistrict Public Schl Chice Prgram New Jersey State Department f Educatin P.O. Bx 500 Trentn, New Jersey 08625-0500 Email: pschice@de.state.nj.us STEP 1:

More information

CMS Eligibility Requirements Checklist for MSSP ACO Participation

CMS Eligibility Requirements Checklist for MSSP ACO Participation ATTACHMENT 1 CMS Eligibility Requirements Checklist fr MSSP ACO Participatin 1. General Eligibility Requirements ACO participants wrk tgether t manage and crdinate care fr Medicare fee-fr-service beneficiaries.

More information

NHVAS Mass Management Spot Check Checklist

NHVAS Mass Management Spot Check Checklist Legal Entity Name f NHVAS Operatr: DTMR Representative: Lcatin: NHVAS Mass Management Spt Check Checklist Spt Check Date: Spt Check Number: DMS Number: 540/ The fllwing surces f evidence have been identified

More information

General Education Program Summary

General Education Program Summary Institutin: University f Pittsburgh Website: http://www.pitt.edu/ General Educatin Prgram Summary Overview: The University f Pittsburgh has undergraduate prgrams in the schls f: Arts and Sciences, Business,

More information

Counselor in Training Program

Counselor in Training Program Tukwila Parks and Recreatin Cunselr in Training Prgram D yu want t be a camp cunselr in the future? Then the Cunselr in Training (CIT) prgram is just fr yu! CITs wrk alng side camp cunselrs where they

More information

Application for Inclusion of a Developed Practice Area in Professional Psychology for Purposes of Doctoral and Internship Program Accreditation

Application for Inclusion of a Developed Practice Area in Professional Psychology for Purposes of Doctoral and Internship Program Accreditation Applicatin fr Inclusin f a Develped Practice Area in Prfessinal Psychlgy fr Purpses f Dctral and Internship Prgram Accreditatin Cmmittee n Accreditatin c/ Office f Prgram Cnsultatin and Accreditatin Educatin

More information

VCU Payment Card Policy

VCU Payment Card Policy VCU Payment Card Plicy Plicy Type: Administrative Respnsible Office: Treasury Services Initial Plicy Apprved: 12/05/2013 Current Revisin Apprved: 12/05/2013 Plicy Statement and Purpse The purpse f this

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

GFWC Leadership Education and Development Seminar (LEADS)

GFWC Leadership Education and Development Seminar (LEADS) GFWC Leadership Educatin and Develpment Seminar (LEADS) Infrmatin fr GFWC State Federatins The GFWC LEADS prgram is intended t identify GFWC members at the grassrts level wh have the ptential and the desire

More information

Basics of Supply Chain Management

Basics of Supply Chain Management The Champlain Valley APICS Chapter is a premier prfessinal assciatin fr supply chain and peratins management and wrking tgether with the APICS rganizatin the leading prvider f research, educatin and certificatin

More information

BridgeValley Community and Technical College Financial Aid Office 2015-2016 Maximum Hour Financial Aid Suspension Appeal Process

BridgeValley Community and Technical College Financial Aid Office 2015-2016 Maximum Hour Financial Aid Suspension Appeal Process BridgeValley Cmmunity and Technical Cllege Financial Aid Office 2015-2016 Maximum Hur Financial Aid Suspensin Appeal Prcess T receive financial aid administered by BridgeValley Cmmunity and Technical Cllege,

More information

TELE9753 Advanced Wireless Communications

TELE9753 Advanced Wireless Communications TELE9753 Advanced Wireless Cmmunicatins COURSE INTRODUCTION Sessin 1, 2013 Curse Staff Curse Crdinatr: Curse Lecturers: Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au

More information

Common applications (append <space>& in BASH shell for long running applications)

Common applications (append <space>& in BASH shell for long running applications) CS 111 Summary User Envirnment Terminal windw: Prmpts user fr cmmands. BASH shell tips: fr cmmand line cmpletin. / t step backward/frward thrugh cmmand histry.! will re-execute

More information

THE FACULTY OF LAW AND SOCIAL SCIENCES. Department of Economics and Department of Development Studies

THE FACULTY OF LAW AND SOCIAL SCIENCES. Department of Economics and Department of Development Studies Appendix G REC 25 May 2011 THE FACULTY OF LAW AND SOCIAL SCIENCES Department f Ecnmics and Department f Develpment Studies PROGRAMME SPECIFICATIONS FOR THE DEGREES OF MPHIL AND PHD IN INTERNATIONAL DEVELOPMENT

More information

Research Findings from the West Virginia Virtual School Spanish Program

Research Findings from the West Virginia Virtual School Spanish Program Research Findings frm the West Virginia Virtual Schl Spanish Prgram Funded by the U.S. Department f Educatin Cnducted by R0cKMAN ETAL San Francisc, CA, Chicag, IL, and Blmingtn, IN Octber 4, 2006 R0cKMAN

More information

Extended Major Review of Progress for Doctoral Programs

Extended Major Review of Progress for Doctoral Programs Return the cmpleted frm t: Adelaide Graduate Centre Level 6, 115 Grenfell Street SA 5005 Extended Majr Review f Prgress fr Dctral Prgrams Divisin f the Deputy Vice-Chancellr and Vice-President (Research)

More information

Course webpage: I will post all course materials on the course webpage: http://www.unm.edu/~maj/

Course webpage: I will post all course materials on the course webpage: http://www.unm.edu/~maj/ Curse Number: MGMT 471 Curse Title: Investment Analysis & Management Semester & Year: Fall 2014 Classrm: GSM 232 Meeting Time/Days: 4-5:15pm/MW CRN/Line #: 49754 Instructr: Mary Anne Majadillas Office:

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questins What is the Cncurrent Credit Prgram? The Cncurrent Credit Prgram is a partnership between Lenawee Christian Schl and lcal clleges that seek t empwer high schl students tward academic

More information

Malpractice and Maladministration Policy

Malpractice and Maladministration Policy TR340 Malpractice and Maladministratin Plicy This plicy aims t: Define malpractice and maladministratin in the cntext f CIM/CAM studying members, Accredited study centres (ASCs), examinatin centres, invigilatrs

More information

CE 566 Project Controls Planning and Scheduling

CE 566 Project Controls Planning and Scheduling CE 566 Prject Cntrls Planning and Scheduling 2011 Spring Semester Curse Syllabus Lecture Thursday 3:30 6:10 PM RTH 109 Prfessr Russ Vakharia Phne (310) 710-4458 Email Office Hurs Prerequisite Textbk Curse

More information

Aese. -z-62. PERFORMANCE GUIDELINES FOR TENURE AND PROMOTION. Department of Online Nursing. Approved by Tenured Faculty February 18, 2014

Aese. -z-62. PERFORMANCE GUIDELINES FOR TENURE AND PROMOTION. Department of Online Nursing. Approved by Tenured Faculty February 18, 2014 PERFORMANCE GUIDELINES FOR TENURE AND PROMOTION Department f Online Nursing Apprved by Tenured Faculty February 18, 2014 Department Chair Signature Reviewed by Dean Aese. -z-62. Signatur Intrductin COLLEGE

More information

Master s Degree Program

Master s Degree Program Master s Degree Prgram The Schl f Business and Infrmatin Technlgy ffers ne master s degree prgram: Master f Business Administratin (MBA). Objective The bjective f the master s degree prgrams is t prvide

More information

Online Educational Administration Program

Online Educational Administration Program Prgram Orientatin Online Educatinal Administratin Prgram Purdue University Calumet Welcme Welcme t the Student Orientatin fr the Online Educatinal Administratin prgram at Purdue University Calumet! In

More information

Duty Statement Manager The Early Years at Seymour (TEYS)

Duty Statement Manager The Early Years at Seymour (TEYS) Duty Statement Manager The Early Years at Seymur (TEYS) Psitin Title Respnsible T Time Fractin Status Salary and Cnditins Psitin Purpse: Manager The Early Years at Seymur (TEYS) Business Manager and Head

More information

Bakersfield College Program Review Annual Update

Bakersfield College Program Review Annual Update Bakersfield Cllege m Review Annual Update I. m Infrmatin: m Name: m Type: Instructinal Nn Instructinal m Missin Statement: The Criminal Justice m guides and prepares students fr careers in law enfrcement,

More information

Brazosport College Syllabus for DFTG 2332 Advanced Computer- Aided Drafting

Brazosport College Syllabus for DFTG 2332 Advanced Computer- Aided Drafting Brazsprt Cllege Syllabus fr DFTG 2332 Advanced Cmputer- Aided Drafting Instructr: Ricard Uribe Jr. Office Phne: 979.230-3334 Office: D211.B email: ricard.uribe@brazsprt.edu COURSE DESCRIPTION Advanced

More information

ITIL V3 Service Offerings and Agreements (SOA) Certification Program - 5 Days

ITIL V3 Service Offerings and Agreements (SOA) Certification Program - 5 Days ITIL V3 Service Offerings and Agreements (SOA) Certificatin Prgram - 5 Days Prgram Overview The ITIL Intermediate Qualificatin: Service Offerings and Agreements (SOA) Certificate, althugh a stand alne

More information

UNIVERSITY OF WINCHESTER

UNIVERSITY OF WINCHESTER UNIVERSITY OF WINCHESTER INTRODUCTION DEBT MANAGEMENT POLICY: STUDENTS ACADEMIC YEAR 15/16 This dcument sets ut the plicy f the University in relatin t student debt, alng with the debt management prcedures

More information

Internal Audit Charter and operating standards

Internal Audit Charter and operating standards Internal Audit Charter and perating standards 2 1 verview This dcument sets ut the basis fr internal audit: (i) the Internal Audit charter, which establishes the framewrk fr Internal Audit; and (ii) hw

More information

Developing Expertise as Coaches of Teachers

Developing Expertise as Coaches of Teachers Develping Expertise as Caches f Teachers Presented by: Elaine M. Bukwiecki, Ed.D. Assciate Prfessr f Literacy Educatin Presented at: 11 th Internatinal Writing Acrss the Curriculum Cnference Savannah,

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable!

By offering the Study Abroad Scholarship, we hope to make your study abroad experience much more affordable! Internatinal Educatin Prgrams is pleased t annunce a Study Abrad Schlarship fr Seattle Central Cmmunity Cllege students. The schlarship has been established by the Internatinal Educatin Prgrams divisin

More information

EDUC X507: Foundations of Teaching in Higher Education

EDUC X507: Foundations of Teaching in Higher Education Instructr: Kathy Munz Curse Descriptin EDUC X507: Fundatins f Teaching in Higher Educatin Fundatins f Teaching in Higher Educatin is the first curse in the Humbldt State University's Certificate in Faculty

More information

THE CITY UNIVERSITY OF NEW YORK IDENTITY THEFT PREVENTION PROGRAM

THE CITY UNIVERSITY OF NEW YORK IDENTITY THEFT PREVENTION PROGRAM THE CITY UNIVERSITY OF NEW YORK IDENTITY THEFT PREVENTION PROGRAM 1. Prgram Adptin The City University f New Yrk (the "University") develped this Identity Theft Preventin Prgram (the "Prgram") pursuant

More information

Purpose Statement. Objectives

Purpose Statement. Objectives Apprved by Academic Affairs Cuncil, June 24, 2014 Faculty Handbk Part VI: Other Plicies and Prcedures Sectin R. Intellectual Prperty Classified Emplyee Handbk Part VI: Other Plicies and Prcedures Sectin

More information

Brazosport College Syllabus for DFTG 2328 Architectural- Commercial Drafting

Brazosport College Syllabus for DFTG 2328 Architectural- Commercial Drafting Brazsprt Cllege Syllabus fr DFTG 2328 Architectural- Cmmercial Drafting Instructr: Ricard Uribe Jr. Office Phne: 979.230-3334 Office: D211.B email: ricard.uribe@brazsprt.edu Curse Descriptin: Yu will learn

More information

RUTGERS POLICY. Responsible Executive: Vice President for Information Technology and Chief Information Officer

RUTGERS POLICY. Responsible Executive: Vice President for Information Technology and Chief Information Officer RUTGERS POLICY Sectin: 70.1.1 Sectin Title: Infrmatin Technlgy Plicy Name: Acceptable Use Plicy fr Infrmatin Technlgy Resurces Frmerly Bk: N/A Apprval Authrity: Senir Vice President fr Administratin Respnsible

More information

Online Network Administration Degree Programs

Online Network Administration Degree Programs Online Schls, Degrees & Prgrams Blg Abut Archives Cntact Online Netwrk Administratin Degree Prgrams A Netwrk Administratr is smene respnsible fr the maintenance and perfrmance f cmputer hardware and sftware

More information

We will record and prepare documents based off the information presented

We will record and prepare documents based off the information presented Dear Client: We appreciate the pprtunity f wrking with yu regarding yur Payrll needs. T ensure a cmplete understanding between us, we are setting frth the pertinent infrmatin abut the services that we

More information

Seabrook Seventh-Day Adventist Church Seventh-Day Adventist School Education Assistance Policy

Seabrook Seventh-Day Adventist Church Seventh-Day Adventist School Education Assistance Policy Seabrk Seventh-Day Adventist Church Seventh-Day Adventist Schl Educatin Assistance Plicy The missin f the Seabrk SDA Educatin Department is t develp the whle child mentally, scially, physically, and spiritually

More information

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide

Student Academic Learning Services Page 1 of 7. Statistics: The Null and Alternate Hypotheses. A Student Academic Learning Services Guide Student Academic Learning Services Page 1 f 7 Statistics: The Null and Alternate Hyptheses A Student Academic Learning Services Guide www.durhamcllege.ca/sals Student Services Building (SSB), Rm 204 This

More information

Nursing Pragdocs and Freign Instituteutins - A Review

Nursing Pragdocs and Freign Instituteutins - A Review Statutry Authrity As prvided under sectin 498 f the Higher Educatin Act f 1965, as amended (Title IV, HEA prgrams), the Secretary determines whether freign institutins chsing t participate r participating

More information

REFERENCE ACTION ANALYST STAFF DIRECTOR or BUDGET/POLICY CHIEF

REFERENCE ACTION ANALYST STAFF DIRECTOR or BUDGET/POLICY CHIEF HOUSE OF REPRESENTATIVES STAFF ANALYSIS BILL #: CS/CS/HB 887 Cmputer Cding Instructin SPONSOR(S): K-12 Subcmmittee, Adkins TIED BILLS: IDEN./SIM. BILLS: CS/SB 468 REFERENCE ACTION ANALYST STAFF DIRECTOR

More information

Colorado Gardener Certificate Training 2015 Application and Training Information

Colorado Gardener Certificate Training 2015 Application and Training Information Clrad Master Gardener sm Prgram Clrad Gardener Certificate Training Clrad State University Extensin Clrad Master Gardener sm Prgram Clrad Gardener Certificate Training 2015 Applicatin and Training Infrmatin

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

The Town of Fort Frances

The Town of Fort Frances The Twn f Frt Frances PERFORMANCE APPRAISAL POLICY SECTION HUMAN RESOURCES REVISED August 2002 Reslutin N. Supercedes Reslutin N. Plicy Number 3.3 PAGE 1 f 9 1. PURPOSE: The purpse f supprt staff perfrmance

More information

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment

Recognition of Prior Learning (RPL) TAE40110 Certificate IV in Training and Assessment Recgnitin f Prir Learning (RPL) TAE40110 Certificate IV in Training and Assessment What is RPL? RPL recgnises that yu may already have the skills and knwledge needed t meet natinal cmpetency standards.

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

Hearing Loss Regulations Vendor information pack

Hearing Loss Regulations Vendor information pack Hearing Lss Regulatins Vendr infrmatin pack Nvember 2010 Implementing the Accident Cmpensatin (Apprtining Entitlements fr Hearing Lss) Regulatins 2010 The Minister fr ACC, the Hn. Dr Nick Smith, has annunced

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

Occupational Therapy

Occupational Therapy Health Prfessins: Occupatinal Therapy Overview f Prfessin Pre-Requisites Applicatin Prcess Timeline Admissin Exam- GRE Additinal Requirements Overview f OT Schl Imprtant Websites Overview f Prfessin: (surce:

More information

JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES

JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES JOINT BOARD OF MODERATORS GUIDELINES FOR CHECKING OUTPUT STANDARDS OF DEGREE PROGRAMMES 1. Intrductin 1.1 These Guidelines are fr higher educatin institutins (r ther educatinal establishments) prviding

More information

Mandatory Courses Optional Courses Elective Courses

Mandatory Courses Optional Courses Elective Courses SCHOOL OF MATHEMATICAL AND COMPUTER SCIENCES Prgramme Structure Infrmatin fr Academic Year 2015/2016 Actuarial Mathematics and Statistics Undergraduate F723 F771 F713 F712 BSc in Actuarial Science BSc

More information

Within the program, students combine two or more areas of study into one interdisciplinary program. Current program options include:

Within the program, students combine two or more areas of study into one interdisciplinary program. Current program options include: Liberal Studies 2010-11 Prgram Descriptin Eastern Oregn University s Liberal Studies prgram ffers students an pprtunity t devise a persnalized prgram f study in an interdisciplinary apprach relevant t

More information

FORM ADV (Paper Version) UNIFORM APPLICATION FOR INVESTMENT ADVISER REGISTRATION AND REPORT FORM BY EXEMPT REPORTING ADVISERS

FORM ADV (Paper Version) UNIFORM APPLICATION FOR INVESTMENT ADVISER REGISTRATION AND REPORT FORM BY EXEMPT REPORTING ADVISERS APPENDIX A FORM ADV (Paper Versin) UNIFORM APPLICATION FOR INVESTMENT ADVISER REGISTRATION AND REPORT FORM BY EXEMPT REPORTING ADVISERS Frm ADV: General Instructins Read these instructins carefully befre

More information

3/2 MBA Application Instructions

3/2 MBA Application Instructions 3/2 MBA Applicatin Instructins IMPORTANT INFORMATION Deadlines fr admissin are psted t the 3/2 MBA website. Applicatins are encuraged t be submitted by Nvember 1 f the Junir year. Please nte that all required

More information

Data Protection Policy & Procedure

Data Protection Policy & Procedure Data Prtectin Plicy & Prcedure Page 1 Prcnnect Marketing Data Prtectin Plicy V1.2 Data prtectin plicy Cntext and verview Key details Plicy prepared by: Adam Haycck Apprved by bard / management n: 01/01/2015

More information

Junior Medical Officer. Supervision Guideline SAMPLE ONLY

Junior Medical Officer. Supervision Guideline SAMPLE ONLY Junir Medical Officer Supervisin Guideline SAMPLE ONLY Versin 1.0 February 2011 The Junir Dctr Supervisin Guideline has been develped by SA IMET t prvide facilities with a plicy guideline. Facilities may

More information

For both options: Please consult the Unisa website for admission requirements

For both options: Please consult the Unisa website for admission requirements The Department f Industrial and Organisatinal Psychlgy ffers prspective master s students tw ptins twards btaining a master s degree in Industrial and Organisatinal Psychlgy, namely, a cursewrk ptin and

More information

Frequently Asked Questions about the Faith A. Fields Nursing Scholarship Loan

Frequently Asked Questions about the Faith A. Fields Nursing Scholarship Loan ARKANSAS STATE BOARD OF NURSING 1123 S. University Avenue, Suite 800, University Twer Building, Little Rck, AR 72204 Phne: (501) 686-2700 Fax: (501) 686-2714 www.arsbn.rg Frequently Asked Questins abut

More information

Rehabilitation Psychology Minimum Degree Requirements and Satisfactory Progress Chart March 2014

Rehabilitation Psychology Minimum Degree Requirements and Satisfactory Progress Chart March 2014 Rehabilitatin Psychlgy Minimum Degree Requirements and Satisfactry Prgress Chart March 2014 Rehabilitatin Psychlgy Master s Degree: M.S. Rehabilitatin Psychlgy Minimum Graduate Degree Credit Requirement

More information

Mid North Coast Health Research Collaborative. APPLICATION GUIDELINES - Research Support Program

Mid North Coast Health Research Collaborative. APPLICATION GUIDELINES - Research Support Program Mid Nrth Cast Health Research Cllabrative APPLICATION GUIDELINES - Research Supprt Prgram Versin 1.0 Jul 2015 Cntents Backgrund... 2 Purpse... 3 Key Dates - 2015... 3 MNCHRC Research Pririties... 3 Eligibility...

More information

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112

Cork Education and Training Board. Programme Module for. Using Common Computer Applications. leading to. Level 4 FETAC. Computer Applications 4N1112 Crk Educatin and Training Bard Crk Educatin and Training Bard Prgramme Mdule fr Using Cmmn Cmputer Applicatins leading t Level 4 FETAC Cmputer Applicatins 4N1112 Cmputer Applicatins 4N1112 May 2012/June

More information

The following information must be completed prior to June 15 th. No exceptions!

The following information must be completed prior to June 15 th. No exceptions! DIXIE STATE UNIVERSITY SURGICAL TECHNOLOGY PROGRAM CHECKLIST DUE DATE: JUNE 15 th The fllwing infrmatin must be cmpleted prir t June 15 th. N exceptins! DIXIE STATE UNIVERSITY ADMISSION PROCESS COMPLETED

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Request for Resume (RFR) CATS II Master Contract. All Master Contract Provisions Apply

Request for Resume (RFR) CATS II Master Contract. All Master Contract Provisions Apply Sectin 1 General Infrmatin RFR Number: (Reference BPO Number) Functinal Area (Enter One Only) F50B3400026 7 Infrmatin System Security Labr Categry A single supprt resurce may be engaged fr a perid nt t

More information

ICT50415 - Diploma of Information Technology Networking

ICT50415 - Diploma of Information Technology Networking ICT50415 - Diplma f Infrmatin Technlgy Netwrking 1. Aims T prvide the skills and knwledge fr an individual t manage, as an independent ICT specialist r as part f a team, the installatin f a range f netwrks,

More information

Satisfactory Academic Progress for US Loans Recipients

Satisfactory Academic Progress for US Loans Recipients Spring 16 Satisfactry Academic Prgress fr US Lans Recipients Vrije Universiteit Amsterdam Table f Cntents 1 SATISFACTORY ACADEMIC PROGRESS POLICY FOR US FEDERAL LOAN RECIPIENTS 2 1.1 Satisfactry Academic

More information

MU Sinclair School of Nursing Accelerated BSN Application Information

MU Sinclair School of Nursing Accelerated BSN Application Information MU Sinclair Schl f Nursing Accelerated BSN Applicatin Infrmatin This infrmatin is prvided fr the applicant t rganize the applicatin prcess and packet. Students wh have been successful in this ptin have

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

2015-16 Post-Baccalaureate Accounting Certificate Advising Guide

2015-16 Post-Baccalaureate Accounting Certificate Advising Guide SBA Undergraduate Prgrams 2015-16 Pst-Baccalaureate Accunting Certificate Advising Guide Welcme t the PSU Schl f Business Administratin (SBA)! We are glad t have yu jin us. This bklet is intended as an

More information

LOUISIANA TECH UNIVERSITY Division of Student Financial Aid Post Office Box 7925 Ruston, LA 71272

LOUISIANA TECH UNIVERSITY Division of Student Financial Aid Post Office Box 7925 Ruston, LA 71272 LOUISIANA TECH UNIVERSITY Divisin f Student Financial Aid Pst Office Bx 7925 Rustn, LA 71272 Dear Financial Aid Applicant, Accrding t yur 2011-2012 Student Aid Reprt (SAR), yu did nt include any parental

More information