COLLIN COLLEGE COURSE SYLLABUS

Size: px
Start display at page:

Download "COLLIN COLLEGE COURSE SYLLABUS"

Transcription

1 COLLIN COLLEGE COURSE SYLLABUS COURSE INFORMATION COURSE NUMBER: ITSE 1371 COURSE TITLE: IOS PROGRAMMING I COURSE DESCRIPTION: This course is intended to prepare the student for development of ios devices, including iphone, ipod Touch and ipad. Objective-C is the native language for ios development and the course will cover the basics of the language and the use of development tools for mobile device programming. Topics to be covered will include basic data types, classes and objects, looping structures, decision making, inheritance and memory management. Course will also provide an introduction to the Cocoa Touch toolkit. COURSE CREDIT HOURS: 3 Lecture Hours: 2 Lab Hours: 2 PREREQUISITE: COSC 1315 or COSC 1436 or consent of Instructor or Department Chair STUDENT LEARNING OUTCOMES: After successful completion of this course, the student should be able to: 1.0 Itemize the basic data types in the Objective-C language. 2.0 Describe the definition of object-oriented classes. 3.0 Develop an application which uses classes and generates objects. 4.0 Describe the looping structures of the Objective-C language. 5.0 Identify Objective-C language usage and standards 6.0 Create Objective-C based programs for ios devices. 7.0 Demonstrate using Cocoa Touch toolkit in the development of ios graphical interfaces 8.0 Describe the environment for developing i-phone applications. WITHDRAWAL POLICY: See the current Collin Registration Guide for the last day to withdraw. COLLIN COLLEGE ACADEMIC POLICIES: See the current Collin Student Handbook. AMERICANS WITH DISABILITIES ACT: Collin College will adhere to all applicable federal, state and local laws, regulations and guidelines with respect to providing reasonable accommodations as required to afford equal opportunity. It is the student s responsibility to contact the ACCESS office, SCC-G200 or (V/TTD: ) to arrange for appropriate accommodations. See the current Collin Student Handbook for additional information.

2 COURSE INFORMATION INSTRUCTOR S INFORMATION: Instructor s name: NAME Office Number: ROOM Office Hours: HOURS Phone Number: NUMBER CLASS INFORMATION: Section Number: Meeting Times: Meeting Location: MINIMUM TECHNOLOGY REQUIREMENT: Speakers or headphones for listening to digital audio or video recordings Stable Internet connection required. High-speed connection is required for installation of ios SDK. Internet Browser that is compatible with Blackboard Learn 9.x. More information available on browser setup available through Blackboard Help. Browser Plug-ins or add-ons for Adobe Acrobat, and Java. Access to computer system and browser permissions to disable all pop-up blockers. MP4 player such as itunes and Quicktime Working Collin College account (Cougarmail) Either Mac App Store account or Apple Developer account for downloading free development toolset. TECHNICAL SUPPORT: Technical support for Blackboard is available 24 hours a day, 7 days a week, 365 days a year. You may contact Collin student technical support at (toll-free) or use the Blackboard Online Support Center. MINIMUM STUDENT SKILLS: Use web browser to locate specific URL Use search engine to locate web resources Download and install a Mac application program. Ability to login through Cougarweb Library Safari books online and access assigned reading materials. Ability to run Wimba Wizard, adjust audio and video settings, and download Wimba archives (mp4 files) Ability to install itunes and import m4v tutorial files. Programming experience in an Object-Oriented language or C programming language. NETIQUETTE EXPECTATIONS:

3 Online communication in this course is expected to be courteous and professional. No flames or personal attacks will be tolerated in either discussion or mail messages. Instigating or participating in disruptive behavior in the course will be reported to the Dean of Students. If you have a problem with a fellow student s posts or s, please contact your instructor. COURSE RECOURSES/TEXTBOOKS: Required: Objective-C Programming: The Big Nerd Ranch Guide by Aaron Hillegass, Addison-Wesley. ISBN: Required: Programming in Objective-C, 4 th edition (or earlier edition) by Stephen G. Kochan. 2011, Addison Wesley Publishing ISBN: Other books will be used in the course. A list will be available when the class meets. All other resources will be available through Cougarweb Library E-books Safari Books Online and will be recommended, but not required. SUPPLIES/SOFTWARE: Required: Current ios SDK and XCode version. This will require a Mac running Lion or Mountain Lion OS to run the current development software. This is an Apple requirement. Software available in open lab (Mac computers) in H120 (PRC) and J121 (SCC). Required: itunes. ATTENDANCE POLICY: Attendance is critical to your successful completion of the course. Attendance is taken in this course. To be counted as attending, each student must submit each attendance assignment before the assignment closes. GENERIC SYLLABUS: Attached at the end of this document is a copy of the generic syllabus for this course. This generic syllabus includes the complete list of learning objectives for this course, workplace competencies enhanced by this course, and foundation skills enhanced by this course.

4 METHOD OF EVALUATION: Grade Weight Activities (quizzes, discussions, , attendance, etc ) 15% Assignments (labs, presentations and projects) 40% Quizzes/Exams 45% Total 100% Grade Scale % A 80-89% B 70-79% C 60-69% D 59% or less F Rounding used on total. If greater or equal to.5, rounded up, if less than.5 then rounded down. COURSE REQUIREMENTS: This course is 100% online. Blackboard will be used as our virtual classroom and all assignments, activities and exams are completed and turned in online. Activities: All activities have a set due date and will not be accepted late. Discussion posts and replies, assignments, itunes journal, and practice activities are graded based on successful completion of assigned activity. Activity grade is reached by dividing the student s achieved points by the total possible points and multiplying by 100 to get a percent. Assignments: All labs, presentations and projects have a set due date and are expected on that date. Labs will be accepted past the due date with a -20 point penalty per day. Extensions to the due date require prior approval of the instructor and must be obtained before the original due date. Quizzes/Exams: Exams will be available for a set period of time and once begun must be completed within a set time-limit. All exams must be completed online in Blackboard. No makeup exams will be given. INSTRUCTOR FEEDBACK AND RESPONSE TIMES: Blackboard will be used as our virtual classroom and all assignments, activities and exams are completed and submitted online. Assignment feedback and grades are posted in Blackboard. Activity and assignment feedback and grades will normally be available within 1 to 3 weeks of the due date. Quizzes and Exams that are setup for automatic grading will be graded on submission. Exams that require manual grading will normally be available within 1 to 3 weeks of closing date. response should be within 48 hours during the week (Monday-Friday) in regular semesters. Longer response time may occur during holiday periods or weekends. WITHDRAWAL POLICY: Students are advised to withdraw from the course if they have not completed the required work by the "Last Day to Withdraw." Students who do not complete all of the required work by the end of the course will receive a letter grade based on the work

5 completed. Note that the professor cannot withdraw you from class. You must complete a drop form with Admissions and Records to formally withdraw. ACADEMIC DISHONESTY POLICY: Should an instance of Academic Dishonesty (as defined in the current Collin Student Handbook) occur, the student(s) will be immediately reported to the Dean of Students and will receive a grade of 0 on the assignment, activity or exam. SAMPLE COURSE CALENDAR: May be subject to change! See Blackboard virtual classroom for most current schedule. Week 1 Orientation and Blackboard Introduction, Wimba setup Monday Introduction to XCode Week 1- Overview of Programming in C (Nerd Guide Chapter 1-5, 7-8, 10-11, 16) Week 2-- Week 3-- Overview of Programming in C (Kochan Chapter 2, 4, 5, 6 and 13) Lab 1 Objective-C Basics Objects, Classes and Methods (Nerd Chapter 12, 13, 17), (Kochan Chapter 3, 7) Variables, Constants, Properties (Nerd: 19, 22, 29), (Kochan: 3, 7, 12) Lab 2 Exam 1 Week 1 and Week 2 concepts Week 4- Week 5-- Week 6- Week 7- Memory Management and ARC (Nerd: 20), (Kochan: 17) Inheritance (Nerd: 18), (Kochan: 8) Polymorphism, Dynamic Typing and Dynamic Binding (Kochan: 9) Cocoa and Foundation Framework (Nerd: 6, 14), (Kochan: 14, 15, 20) Cocoa and UIKit Framework (Apple Developer docs and Safari Books Online) Lab 3 Collections (Nerd: 15, 21), (Kochan: 15) Categories and Protocols (Nerd:25), (Kochan: 11) Exam 2 Week 3 and 4 concepts Writing Files and Callbacks (Nerd: 23, 24), (Kochan: 16) Property lists, Archiving, and Copying (Nerd: 26), (Kochan: 18, 19) Outlets and Delegates (Apple doc) Events and Event handling (Nerd: 27), (Apple doc) Lab 4 Handling Exceptions and Debugging (Safari Books Online), (Apple doc) Application Life Cycle Callbacks Blocks (Nerd: 23), (Safari Books Online), (Apple doc) Exam 3 Exam 3 Week 5, 6, and 7 concepts

6 COLLIN COLLEGE COURSE SYLLABUS Course Information Course Number: ITSE 1371 Course Title: iphone (ios) Programming I Objective C Course Description: This course is intended to prepare the student for development of ios devices, including iphone, ipod Touch and ipad. Objective-C is the native language for ios development and the course will cover the basics of the language and the use of development tools for mobile device programming. Topics to be covered will include basic data types, classes and objects, looping structures, decision making, inheritance and memory management. Course will also provide an introduction to the Cocoa Touch toolkit. Course Credit Hours: 3 Lecture Hours: 2 Lab Hours: 2 Prerequisite: COSC 1315 or COSC 1436 or consent of Instructor or Department Chair Student Learning Outcomes: Upon successful completion of this course, the student should be able to: 1. Itemize the basic data types in the Objective-C language. 2. Describe the definition of object-oriented classes. 3. Develop an application which uses classes and generates objects. 4. Describe the looping structures of the Objective-C language. 5. Identify Objective-C language usage and standards 6. Create Objective-C based programs for ios devices. 7. Demonstrate using Cocoa Touch toolkit in the development of ios graphical interfaces 8. Describe the environment for developing i-phone applications. Withdrawal Policy: See the current Collin Registration Guide for last day to withdraw. Collin College Academic Policies: See the current Collin Student Handbook. Americans with Disabilities Act Statement: Collin College will adhere to all applicable federal, state and local laws, regulations and guidelines with respect to providing reasonable accommodations as required to afford equal educational opportunity. It is the student s responsibility to contact the ACCESS office, SCC-D140 or (V/TTD: ) to arrange for appropriate accommodations. See the current Collin Student Handbook for additional information.

Collin College Business and Computer Systems

Collin College Business and Computer Systems Collin College existing syllabus to share with NISGTC Consortium Fall 2013 Collin College Business and Computer Systems COURSE INFORMATION COURSE NUMBER: IMED 1341 COURSE TITLE: INTERFACE DESIGN COURSE

More information

Collin College Business and Computer Systems

Collin College Business and Computer Systems Collin College Business and Computer Systems COURSE INFORMATION Course Number: ITSW 1304.P70 CRN 17101 Course Title: Introduction to Spreadsheets - Excel Course Description: Instruction in the concepts,

More information

INFORMATION TECHNOLOGY EDUCATION PROGRAMMING AND ANALYSIS COURSE SYLLABUS. Instructor: Debbie Reid. Course Credits: Office Location:

INFORMATION TECHNOLOGY EDUCATION PROGRAMMING AND ANALYSIS COURSE SYLLABUS. Instructor: Debbie Reid. Course Credits: Office Location: Course Title and Number: Mobile App Programming, COP2654 all sections Year and Term: Summer 2014 Office Phone: (352)395-4402 Meeting Time/Days: N/A online course Web Page Address: http://home.ite.sfcollege.edu/~debbie.reid

More information

SPEECH 1311.BX1 COURSE SYLLABUS Fall, 2015

SPEECH 1311.BX1 COURSE SYLLABUS Fall, 2015 COURSE INFORMATION Course Number: Speech 1311 SPEECH 1311.BX1 COURSE SYLLABUS Fall, 2015 Course Title: Introduction to Speech Communication Course Description: Introduces basic human communication principles

More information

COLLIN COLLEGE DIVISION OF FINE ARTS COURSE SYLLABUS

COLLIN COLLEGE DIVISION OF FINE ARTS COURSE SYLLABUS COLLIN COLLEGE DIVISION OF FINE ARTS COURSE SYLLABUS Course Information Course Number: ARTC 1325 Course Title: Introduction to Computer Graphics Course Description: A survey of computer design concepts,

More information

COLLIN COLLEGE Course Syllabus

COLLIN COLLEGE Course Syllabus COLLIN COLLEGE Course Syllabus COURSE NUMBER: ITMT 1370 XS7 COURSE TITLE: IMPLEMENTING AND SUPPORTING MICROSOFT WINDOWS 7 PROFESSIONAL COURSE DESCRIPTION: Addresses the implementation and desktop support

More information

COLLIN COLLEGE COURSE SYLLABUS

COLLIN COLLEGE COURSE SYLLABUS COURSE NUMBER: ITMT 2451 XA7 COLLIN COLLEGE COURSE SYLLABUS COURSE TITLE: WINDOWS SERVER 2008 ADMINISTRATOR COURSE DESCRIPTION: Knowledge and skills for the entry-level server administration or information

More information

Mobile Application Development ITP 342 (3 Units)

Mobile Application Development ITP 342 (3 Units) Mobile Application Development ITP 342 (3 Units) Fall 2014 Objective This course teaches how to develop applications for mobile devices such as iphones and ipads (ios). We will go through the process of

More information

ADHE 597.01W Proposal and Grant Writing in Adult and Higher Education

ADHE 597.01W Proposal and Grant Writing in Adult and Higher Education TEXAS A&M UNIVERSITY-TEXARKANA COLLEGE OF EDUCATION & LIBERAL ARTS (CELA) ADHE 597.01W Proposal and Grant Writing in Adult and Higher Education COURSE SYLLABUS Fall 2012 CREDITS: Three (3) Semester Credit

More information

STUDENT HANDBOOK Trent Online

STUDENT HANDBOOK Trent Online STUDENT HANDBOOK Trent Online Trent University 1600 West Bank Dr., Bata Library 202 Peterborough ON K9J 7B8 (705) 748-1011 x7880 online@trentu.ca Table of Contents Contact Information Contacting Trent

More information

AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY

AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY AUSTIN COMMUNITY COLLEGE DEPARTMENT OF COMPUTER STUDIES AND ADVANCED TECHNOLOGY Course Syllabus: COSC 1320 C++ / C Programming (CIS 2003) Section 33024 Lecture 021 at Northridge Campus Spring 2006 Instructor:

More information

WHITE MOUNTAINS COMMUNITY COLLEGE 2020 Riverside Drive, Berlin, NH 03570 COURSE SYLLABUS. Introduction to Psychology.

WHITE MOUNTAINS COMMUNITY COLLEGE 2020 Riverside Drive, Berlin, NH 03570 COURSE SYLLABUS. Introduction to Psychology. WHITE MOUNTAINS COMMUNITY COLLEGE 2020 Riverside Drive, Berlin, NH 03570 COURSE SYLLABUS BPSY111 Course Number Introduction to Psychology Title Prepared by: Pamela DelliColli Semester: Spring 2013 Catalog

More information

CIS 101 - Mac OS - Syllabus

CIS 101 - Mac OS - Syllabus CIS 101 - Mac OS - Syllabus Spring 2013 Updated 2/9/13 Menu Homepage Homework Assignment Calendar Syllabus Download or Printout the Syllabus Contact Info Class Dates & Meeting Times Required Text & Materials

More information

CS 1361-D10: Computer Science I

CS 1361-D10: Computer Science I CS 1361-D10: Computer Science I Instructor Name: Lopamudra Roychoudhuri Instructor Phone Number: (325) 486-5448 Instructor email: lroychoudhuri@angelo.edu Instructor Office: MCS 205E Class Times: Online,

More information

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Content Key concepts

More information

Objective C and iphone App

Objective C and iphone App Objective C and iphone App 6 Months Course Description: Understanding the Objective-C programming language is critical to becoming a successful iphone developer. This class is designed to teach you a solid

More information

MUSC 4230, 5230 Technology in Music Education University of West Georgia Department of Music

MUSC 4230, 5230 Technology in Music Education University of West Georgia Department of Music MUSC 4230, 5230 Technology in Music Education University of West Georgia Department of Music Course Syllabus Instructor: Dr. Josh Byrd Office: HUM 340 Phone: 678-839- 6267 Email: jbyrd@westga.edu (BEST)

More information

How To Complete Math 1314 Online

How To Complete Math 1314 Online Orientation, page 1 of 6 Orientation for Math 1314-100: College Algebra PROFESSOR'S CONTACT INFORMATION: Instructor: Department: Course Syllabus: Course Calendar: Course Website: Email: Matthew Hudock

More information

ip (HAMG Hospitality 2305) Online Prerequisit completed totally online. 9 th ed. F6.4, F12.4) interviews In research, the A.

ip (HAMG Hospitality 2305) Online Prerequisit completed totally online. 9 th ed. F6.4, F12.4) interviews In research, the A. Hospitality Management and Leadershi ip (HAMG 2305) Online Credit: 3 semester credit hours (3 hours lecture) Prerequisit te/co-requisite: Complete the Online Orientation and answer yes to 7+ questions

More information

Course Syllabus CJ 497.01W Intro. to Homeland Security, Internet based Spring 2016

Course Syllabus CJ 497.01W Intro. to Homeland Security, Internet based Spring 2016 Instructor: Course Syllabus CJ 497.01W Intro. to Homeland Security, Internet based Spring 2016 Gary Dunlap Professor Class Times: Location: Office: Internet based Internet Bain Center; Texas A&M at Commerce

More information

MGT495W: Human Resource Management Spring 2013

MGT495W: Human Resource Management Spring 2013 Instructor: Dr. James Harbin Office: 321K Email: james.harbin@tamut.edu Phone: 903-223-3007 Office Hours TBD MGT495W: Human Resource Management Spring 2013 Course Description: The principles, policies,

More information

Lake-Sumter Community College Course Syllabus. STA 2023 Course Title: Elementary Statistics I. Contact Information: Office Hours:

Lake-Sumter Community College Course Syllabus. STA 2023 Course Title: Elementary Statistics I. Contact Information: Office Hours: Lake-Sumter Community College Course Syllabus Course / Prefix Number: STA 2023 Course Title: Elementary Statistics I CRN: 10105 (T TH) 10106 (M W) Credit: 3 Term: Fall 2011 Course Catalog Description:

More information

HHPS 584 01W Administration in Sport and Recreation Programs (Online) Fall, 2015

HHPS 584 01W Administration in Sport and Recreation Programs (Online) Fall, 2015 HHPS 584 01W Administration in Sport and Recreation Programs (Online) Fall, 2015 Instructor: Dr. Anthony Rosselli Office Location: Field House 100C Office Hours: Online or by appointment Office Phone:

More information

Mobile Application Development ITP 342 (3 Units)

Mobile Application Development ITP 342 (3 Units) Mobile Application Development ITP 342 (3 Units) Spring 2013 Objective This course teaches how to develop applications for mobile devices such as iphones and ipads (ios). We will go through the process

More information

*Syllabus is always subject to change*

*Syllabus is always subject to change* Personal and Family Finance Human Development and Family Studies 283 XV Summer 2012 College of Human Sciences Department of Human Development and Family Studies Iowa State University of Science and Technology

More information

NURS 529.01W Nursing Informatics (MSN Program) Texas A&M University Texarkana Fall 2011

NURS 529.01W Nursing Informatics (MSN Program) Texas A&M University Texarkana Fall 2011 NURS 529.01W Nursing Informatics (MSN Program) Texas A& &M University Texarkana Fall 2011 TEXAS A&M UNIVERSITY-TEXARKANA MSN PROGRAM COURSE NUMBER: NURS 529.01W COURSE TITLE: Nursing Informatics CREDIT

More information

work environment, and development of a proposed solution, as well as principles of client education are included. Prerequisite: NURS 302 and

work environment, and development of a proposed solution, as well as principles of client education are included. Prerequisite: NURS 302 and Texas A&M University Texarkana C STEM Course Syllabus Effective Date: Fall 2011 Instructor: Dr. Jo Kahler, EdD, RN Office: 233N Academic Building Phone: 903 223 3175 Office hours: Monday 9:30 4:30pm (South

More information

Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014

Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014 Cosc 1301 - Microcomputer Applications Course Syllabus: Fall 2014 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Will McWhorter, Ph.D. Office: Math /

More information

How To Learn Distance Learning

How To Learn Distance Learning Global Outreach & Extended Education cpd.hwexam@asu.edu ph: 480.965.1740 Ira A. Fulton Schools of Engineering Distance Learning Student Manual Welcome to the office of Global Outreach and Extended Education

More information

NURS 529.01W Nursing Informatics (MSN Program) Texas A&M University Texarkana Fall 2012

NURS 529.01W Nursing Informatics (MSN Program) Texas A&M University Texarkana Fall 2012 NURS 529.01W Nursing Informatics (MSN Program) Texas A& &M University Texarkana Fall 2012 TEXAS A&M UNIVERSITY-TEXARKANA MSN PROGRAM COURSE NUMBER: NURS 529.01W COURSE TITLE: CREDIT HOURS: PREREQUISITES:

More information

SOC 1306.01W: GLB/US Social Problems COURSE SYLLABUS Spring 2016

SOC 1306.01W: GLB/US Social Problems COURSE SYLLABUS Spring 2016 SOC 1306.01W: GLB/US Social Problems COURSE SYLLABUS Spring 2016 Instructor: Class Times: Class Location: Louis Lufkin Monday-Friday ecollege (online) Office Location: Ag/IT 222-M Office Hours: M-W 9a-12p

More information

Mobile Application Technologies ITP 140 (2 Units)

Mobile Application Technologies ITP 140 (2 Units) Mobile Application Technologies ITP 140 (2 Units) Spring 2013 Objective This class covers the technologies, devices, operating systems, and tools of mobile applications, as well as the mobile industry.

More information

Syllabus: ECE 401 History and Foundations of Early Childhood Education Fall 2013

Syllabus: ECE 401 History and Foundations of Early Childhood Education Fall 2013 Syllabus: ECE 401 History and Foundations of Early Childhood Education Fall 2013 Instructor: Dr. J. Michelle Huffman Office: 434-8357 Cell phone: 903-285-5196 j h u f f m a n @ t a m u t. e d u Course

More information

EQSC 240/L INTRODUCTION TO EQUINE SCIENCE

EQSC 240/L INTRODUCTION TO EQUINE SCIENCE EQSC 240/L INTRODUCTION TO EQUINE SCIENCE Instructor: Petra Collyer DVM PhD Office Location: AGIT 229 Office Hours: by appointment Office Phone: 903-886-5355 Office Fax: 903-866-5990 Email Address and

More information

Macintosh, OSX, & ios Forensics ITP 445 (3 Units)

Macintosh, OSX, & ios Forensics ITP 445 (3 Units) Macintosh, OSX, & ios Forensics ITP 445 (3 Units) Background Objective Apple Becomes World's Number One Smartphone Vendor in Q2 2011 (businesswire.com) Apple has seen its PC market share expand from 9

More information

COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS REAL ESTATE MARKETING

COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS REAL ESTATE MARKETING COLLIN COUNTY COMMUNITY COLLEGE DISTRICT DIVISION OF BUSINESS, INFORMATION & ENGINEERING TECHNOLOGIES COURSE SYLLABUS COURSE NUMBER: RELE 1321 SECTION: COURSE TITLE: REAL ESTATE MARKETING COURSE DESCRIPTION:

More information

School of Nursing Graduate Program Frequently Asked Questions for Prospective DNP Students. 1. What is the Doctor of Nursing Practice (DNP) program?

School of Nursing Graduate Program Frequently Asked Questions for Prospective DNP Students. 1. What is the Doctor of Nursing Practice (DNP) program? School of Nursing Graduate Program Frequently Asked Questions for Prospective DNP Students 1. What is the Doctor of Nursing Practice (DNP) program? The DNP is a practice-oriented doctoral program designed

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT MANAGEMENT FOR THE WEB WEB 2400. NOTE: This course is not designed for transfer credit.

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT MANAGEMENT FOR THE WEB WEB 2400. NOTE: This course is not designed for transfer credit. PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PROJECT MANAGEMENT FOR THE WEB WEB 2400 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Spring 2011 NOTE: This course is not designed

More information

Mobile Application Development

Mobile Application Development Mobile Application Development Introduction & Class Info http://mobdev.ce.unipr.it/2013/ Simone Cirani, Ph.D. Marco Picone, Ph.D. 2013/2014 Parma About us Simone Cirani, Ph.D. PostDoctoral Research Associate

More information

POFT 1309 Administrative Office Procedures I COURSE SYLLABUS

POFT 1309 Administrative Office Procedures I COURSE SYLLABUS POFT 1309 Administrative Office Procedures I COURSE SYLLABUS COURSE NUMBER AND TITLE: POFT 1309 Administrative Office Procedures I (Online Lecture Course) COURSE (CATALOG) DESCRIPTION: Study of current

More information

adam.valentiner@csn.edu

adam.valentiner@csn.edu GRC 175 Web Design & Publishing I Online Fall Semester 2014 3.0 credits Prerequisite 103 or approval of Instructor Adam Valentiner Instructor Office Phone: 651-4783 Office Location: CY 1716 (Cheyenne/Telecom

More information

9:00am-10:00am Tuesday, Wednesday, 1:40pm-2:40pm (or by appointment) adam.valentiner@csn.edu

9:00am-10:00am Tuesday, Wednesday, 1:40pm-2:40pm (or by appointment) adam.valentiner@csn.edu GRC 119 Computer Graphics / Digital Media Online Spring Semester 2015 3.0 credits Prerequisite 103 or approval of Instructor Adam Valentiner Instructor Office Phone: 651-4783 Office Location: CY 1716 (Cheyenne/Telecom

More information

ISBN: Custom Textbook + MindTap Access Card: 9781305034884

ISBN: Custom Textbook + MindTap Access Card: 9781305034884 COURSE SYLLABUS MGMT 310 Business Management Law Spring 2015 Class Information: MGMT 310 Classroom Instructor: Amelia P. Nelson, Esq. E-Mail: nelson@unm.edu Phone: 277-3237 (email preferred) Fax: 277-7108

More information

SPRING 2015 EDSE 501 6S1: Introduction to Special Education CRN: 20941, 3 - Credits

SPRING 2015 EDSE 501 6S1: Introduction to Special Education CRN: 20941, 3 - Credits College of Education and Human Development Division of Special Education and disability Research SPRING 2015 EDSE 501 6S1: Introduction to Special Education CRN: 20941, 3 - Credits Instructor: Liber L

More information

Fall 2014. Biology 2401 Human Anatomy and Physiology I Course Syllabus. http://www.tamut.edu/~allard/index.html

Fall 2014. Biology 2401 Human Anatomy and Physiology I Course Syllabus. http://www.tamut.edu/~allard/index.html Fall 2014 Biology 2401 Human Anatomy and Physiology I Course Syllabus Instructor: Office: Office Hours: Dr. David Allard SCIT 219A 8am-9am M-R Phone: (903) 334-6672 Personal Webpages: Backchannel: Email:

More information

Student & Parent Handbook 2015-2016

Student & Parent Handbook 2015-2016 Student & Parent Handbook 2015-2016 Blue Valley School District 15020 Metcalf Avenue Overland Park, Kansas 66283 1 Program Overview... 4 Admission Requirements... 5 Enrollment Procedures/Prerequisites...

More information

Texas A&M University Texarkana Abnormal Psychology Psy. 316 Fall 2015

Texas A&M University Texarkana Abnormal Psychology Psy. 316 Fall 2015 Texas A&M University Texarkana Abnormal Psychology Psy. 316 Fall 2015 Instructor: Tommie Hughes, Ph.D. Office: University Center 219 Telephone: 903-223-3016 e-mail: tommie.hughes@ tamut.edu Office Hours:

More information

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system.

Chapter 1. Introduction to ios Development. Objectives: Touch on the history of ios and the devices that support this operating system. Chapter 1 Introduction to ios Development Objectives: Touch on the history of ios and the devices that support this operating system. Understand the different types of Apple Developer accounts. Introduce

More information

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7

Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Building Mobile Applications Creating ios applications with jquery Mobile, PhoneGap, and Drupal 7 Jeff Linwood 1st Chapter, Early Release Introduction... 3 Prerequisites... 3 Introduction to Mobile Apps...

More information

AHS 119 Health Careers Allied Health Sciences Department

AHS 119 Health Careers Allied Health Sciences Department AHS 119 Health Careers Allied Health Sciences Department FALL SEMESTER 2014 Catalog Course Description: This course provides information on various health careers to include job responsibility and personal

More information

SOUTHWEST COLLEGE Department of Mathematics

SOUTHWEST COLLEGE Department of Mathematics SOUTHWEST COLLEGE Department of Mathematics COURSE SYLLABUS MATH 0312: Intermediate Algebra - Online INSTRUCTOR: CONFERENCE TIMES: CONTACT INFORMATION: Emmanuel Usen TBA Emmanuel.usen@hccs.edu 713-718-8062

More information

MA-WA1920: Enterprise iphone and ipad Programming

MA-WA1920: Enterprise iphone and ipad Programming MA-WA1920: Enterprise iphone and ipad Programming Description This 5 day iphone training course teaches application development for the ios platform. It covers iphone, ipad and ipod Touch devices. This

More information

PD 360 Training. Getting Started Series. PD 360 Essentials (Distance Learning) PD 360 Essentials. School Leadership and PD 360

PD 360 Training. Getting Started Series. PD 360 Essentials (Distance Learning) PD 360 Essentials. School Leadership and PD 360 Getting Started Series is an essential part of the successful implementation of any new initiative. To ensure a successful start for your organization, School Improvement Network has created the Getting

More information

PHOENIX COLLEGE ONLINE. SBS220 Internet Marketing for Small Business

PHOENIX COLLEGE ONLINE. SBS220 Internet Marketing for Small Business PHOENIX COLLEGE ONLINE SBS220 Internet Marketing for Small Business Instructor Information Instructor: Telephone: E-mail: Availability: Doula Zaharopoulos 602-285-7209 M-F Mountain Time doula.zaharopoulos@pcmail.maricopa.edu

More information

CJ 101.001 Introduction to Criminal Justice COURSE SYLLABUS: Spring 2013

CJ 101.001 Introduction to Criminal Justice COURSE SYLLABUS: Spring 2013 CJ 101.001 Introduction to Criminal Justice COURSE SYLLABUS: Spring 2013 Professor: Vincent Hunter Office Location: Ferguson SS 219 Office Hours: Tuesday and Thursday pm-2:00 pm by appointment Office Phone:

More information

EDUC 2301 HY1: Introduction to Special Populations

EDUC 2301 HY1: Introduction to Special Populations EDUC 2301 HY1: Introduction to Special Populations Instructor Credits Term Start/End Date Times and Days Format Location Course Syllabus* Denise McKown 3 Hours Fall 2014 August 25 December 12. 2014 This

More information

Math 1314 Online Syllabus. College Algebra

Math 1314 Online Syllabus. College Algebra Math 1314 Online Syllabus ( College Algebra) Instructor: Dr. Lee Topham This online College Algebra course runs 7 days a week with no holidays. I am online every day and will have my laptop with me if

More information

NURS 5324 Health Care Informatics COURSE SYLLABUS

NURS 5324 Health Care Informatics COURSE SYLLABUS Course Description NURS 5324 Health Care Informatics COURSE SYLLABUS This course prepares the student to utilize informatics and health care technologies in the management of individuals, groups and organizations

More information

CMSC 10600 Fundamentals of Computer Programming II (C++)

CMSC 10600 Fundamentals of Computer Programming II (C++) CMSC 10600 Fundamentals of Computer Programming II (C++) Department of Computer Science University of Chicago Winter 2011 Quarter Dates: January 3 through March 19, 2011 Lectures: TuTh 12:00-13:20 in Ryerson

More information

Math 1314 Online Syllabus. College Algebra

Math 1314 Online Syllabus. College Algebra Math 1314 Online Syllabus (College Algebra) Instructor: Dr. Lee Topham Contact info: Office: FTC-100(Kingwood) Ph: 281-312-1685 Office E-mail: lee.j.topham@lonestar.edu Response time: Usually within 24

More information

PSYC 430 ABNORMAL PSYCHOLOGY

PSYC 430 ABNORMAL PSYCHOLOGY Syllabus Objective Course Syllabus The purpose of this syllabus is to guide the participant in the requirements, demands, logistics and expectations of this course. Getting Help To receive technical assistance

More information

Elementary Statistics Online ( MATH 2210 WE4 ) Summer 2015

Elementary Statistics Online ( MATH 2210 WE4 ) Summer 2015 Elementary Statistics Online ( MATH 2210 WE4 ) Summer 2015 Instructor: Dr. Dharma S. Thiruvaiyaru Please call me Dr. Dharma. Office: Office Hours: Allgood Hall, Room E351 Monday to Thursday from 2:30 p.m.

More information

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS. NURS NURS 5321: Health Policy and Population Health. Spring 2014.

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS. NURS NURS 5321: Health Policy and Population Health. Spring 2014. Health Policy and Population Health, Spring 14 Page 1 THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS NURS NURS 5321: Health Policy and Population Health Spring 2014 Faculty Dr. Colleen

More information

Health Data Content and Structure (HITT 1401) Online

Health Data Content and Structure (HITT 1401) Online Health Data Content and Structure (HITT 1401) Online Credit: 4 semester credit hours (3 hours lecture, 2 hours lab) Prerequisite/Co-requisite: Complete the Online Orientation and answer yes to 7+ questions

More information

WBIT 4120 - Human Computer Interaction. Course Syllabus

WBIT 4120 - Human Computer Interaction. Course Syllabus Course Name WBIT 4120 - Human Computer Interaction WBIT 4120 Human Computer Interaction Course Description Course Syllabus The emphasis of this course is on fundamentals of human-machine interfaces, both

More information

adam.valentiner@csn.edu

adam.valentiner@csn.edu GRC 275 Web Design & Publishing II Online Fall Semester 2014 3.0 credits Prerequisite GRC 175 or approval of Instructor Adam Valentiner Instructor Office Phone: 651-4783 Office Location: 1716 (Cheyenne)

More information

PUAD 502 Administration in Public and Non-Profit Organizations Term Offered Fall, 2015 Syllabus

PUAD 502 Administration in Public and Non-Profit Organizations Term Offered Fall, 2015 Syllabus PUAD 502 Administration in Public and Non-Profit Organizations Term Offered Fall, 2015 Syllabus Instructor Sheldon Edner, PhD Communication with instructor can be by email, telephone or prearranged meeting.

More information

CS135 Computer Science I Spring 2015

CS135 Computer Science I Spring 2015 CS135 Computer Science I Spring 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Monday 9:00 11:30 am Thursday 1:00-3:30 pm Textbooks: ISBN: 978-0470927137,

More information

Mobile Application Development ITP 342 (3 Units)

Mobile Application Development ITP 342 (3 Units) Mobile Application Development ITP 342 (3 Units) Fall 2013 Objective This course teaches how to develop applications for mobile devices such as iphones and ipads (ios). We will go through the process of

More information

HIT Practice Workflow & Information Management Redesign Presented by Ivy Tech Corporate College

HIT Practice Workflow & Information Management Redesign Presented by Ivy Tech Corporate College COURSE NUMBER: HLTHHIT2 87120: Fall 2014 CREDIT: Non-Credit CEUs: 0 PREREQUISITES: Individuals in this role will be licensed clinical or public health professionals; or in the case of public health, they

More information

Pierce College Online Math. Math 115. Section #0938 Fall 2013

Pierce College Online Math. Math 115. Section #0938 Fall 2013 1 Pierce College Online Math Math 115 Section #0938 Fall 2013 Class meets in room 1512 Mon. & Wed. 1:30pm 2:55pm Instructor: Dr. Forkeotes Office: 1409F Office hours: Mon.Wed.12:30-1:30pm, M-Th 6:45pm

More information

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS. NURS NURS 5321: Health Policy for Population Health. Fall 2015.

THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS. NURS NURS 5321: Health Policy for Population Health. Fall 2015. Health Policy and Population Health, Fall 2015 Page 1 THE UNIVERSITY OF TEXAS AT TYLER COLLEGE OF NURSING COURSE SYLLABUS NURS NURS 5321: Health Policy for Population Health Fall 2015 Faculty Dr. Colleen

More information

Mendocino College Online Math Orientation presented by Susan Bell & Jason Edington

Mendocino College Online Math Orientation presented by Susan Bell & Jason Edington Volcano Fractal, by Philippe de Courcy Mendocino College Online Math Orientation presented by Susan Bell & Jason Edington What is a fractal? Answer given at end of presentation. 1 Table of Contents Part

More information

Precalculus Algebra Online Course Syllabus

Precalculus Algebra Online Course Syllabus VALENCIA COMMUNITY COLLEGE EAST CAMPUS MAC 1140 PRECALCULUS ALGEBRA (ONLINE COURSE) SYLLABUS Term/Year: Spring 2011 CRN: 22693/22954 Professor: Dr. Agatha Shaw Phone: (407) 582 2117 Office: 8-249 Student

More information

Blackboard Learning System: Student Instructional Guide

Blackboard Learning System: Student Instructional Guide Blackboard Learning System: Student Instructional Guide This manual was prepared to assist students in the understanding, orientation, and usage of the Blackboard Learning System online course management

More information

INFO 2130 Introduction to Business Computing Fall 2014

INFO 2130 Introduction to Business Computing Fall 2014 INFO 2130 Introduction to Business Computing Fall 2014 Instructor: Office: Reginald Silver 304A, Friday Building Phone: 704-687-6181 Email: rsilver5@uncc.edu Course Website: Moodle 2 Section: INFO 2130

More information

Kevin Hoffman. Sams Teach Yourself. Mac OS* X Lion" App Development. 800 East 96th Street, Indianapolis, Indiana, 46240 USA

Kevin Hoffman. Sams Teach Yourself. Mac OS* X Lion App Development. 800 East 96th Street, Indianapolis, Indiana, 46240 USA Kevin Hoffman Sams Teach Yourself Mac OS* X Lion" App Development 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction 1 Part 9: Mac OS X Lion Programming Basics HOUR 1:

More information

P.S. Please print this syllabus for your records. It is best to have it done BEFORE our first class session.

P.S. Please print this syllabus for your records. It is best to have it done BEFORE our first class session. Dear Developmental Reading Student: Fall 2010 Welcome to READ 310! Congratulations on your decision to continue to strengthen your reading skills and continued academic success. Since effective reading

More information

MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30

MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30 MATH 245 COLLEGE ALGEBRA Section 0251 10:55 1:30 Instructor: Ms. L. K. Deutsch Office Hours: MW 1:30 3:50 PM Office & Office Phone: C2.123-2 323-780-6735 Textbook: College Algebra Lial, Hornsby and Schneider

More information

geniusport mobility training experts

geniusport mobility training experts geniu po About Geniusport: GeniusPort is a Pioneer and India's No. 1 Training Center for Mobile Technologies like Apple ios, Google Android and Windows 8 Applications Development. A one stop destination

More information

SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014

SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014 SYLLABUS Honors College Algebra MAC 1105H / 3 credit hours Fall 2014 Instructor: Alexander Ambrioso Office Location: BTEC 110 Phone: (813) 253-7917 (work) (813) 841-7072 (cell) Course Meeting Days and

More information

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus

MAT 1500: College Algebra for the Social and Management Sciences General Syllabus MAT 1500: College Algebra for the Social and Management Sciences General Syllabus (See your section syllabus for specific instructor information, deadlines and points.) Course Description: This is a college

More information

Advanced Online Media Production

Advanced Online Media Production Advanced Online Media Production MMC 4341 Spring 2015 Section 099F Monday periods 8, 9, 10 (3 6 p.m.), 3024 Weimer Hall Plus individual meetings, by appointment, required weekly Instructor: Mindy McAdams,

More information

How To Teach C++ Data Structure Programming

How To Teach C++ Data Structure Programming UTSA EE 3223 - C++ Data Structures Syllabus Fall 2015 Part A - Course Outline Catalog Description: 3 hours credit. Review of C/C++ non-object oriented programming concepts. Object-oriented programming

More information

Mobile App Design ITP 340x (3 Units)

Mobile App Design ITP 340x (3 Units) Mobile App Design ITP 340x (3 Units) Fall 2013 Objective Teach the fundamental concepts, techniques, practices, workflows, and tools associated with the practice of user experience design for mobile apps.

More information

Government 2302 American Government II: Federal & Texas Political Behavior

Government 2302 American Government II: Federal & Texas Political Behavior Government 2302 American Government II: Federal & Texas Political Behavior Texas A&M University-Texarkana Summer II 2014 Course Syllabus Professor: Email: Phone: Office: Gary Bugh Please use the Blackboard

More information

Orange Coast College Syllabus Course Number: Accounting 101 Course Title: Financial Accounting

Orange Coast College Syllabus Course Number: Accounting 101 Course Title: Financial Accounting ACC 101 Hybrid Tuesday- Fall 2014 1 Orange Coast College Syllabus Course Number: Accounting 101 Course Title: Financial Accounting ACCOUNTING 101 Financial Accounting: A course covering the fundamentals

More information

CIS 160 ST: Web Design and Technology

CIS 160 ST: Web Design and Technology CIS 160 ST: Web Design and Technology Cedar Crest College Spring 2006, CIS 160 90, Sa 9:30 12:00, ADM 8 Instructor Norman Lippincott, Asst. Professor Dept. of Mathematical and Information Sciences Curtis

More information

Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition

Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition Student User Guide for PsychPortal Fundamentals of Abnormal Psychology, Sixth Edition Comer Getting Started with PsychPortal for Comer Fundamentals of Abnormal Psychology, 6e Table of Contents Overview...

More information

Syllabus: Web Design 1

Syllabus: Web Design 1 Syllabus: Web Design 1 Web Design introduces the requirements and technical limitations needed for the design of pages on the World Wide Web (WWW). Learn principles of design with respect to graphics,

More information

Laboratorio di Applicazioni Mobili (LAM 2014) Luciano Bononi bononi@cs.unibo.it, luciano.bononi@unibo.it

Laboratorio di Applicazioni Mobili (LAM 2014) Luciano Bononi bononi@cs.unibo.it, luciano.bononi@unibo.it Laboratorio di Applicazioni Mobili (LAM 2014) Luciano Bononi bononi@cs.unibo.it, luciano.bononi@unibo.it Dipartimento di Informatica Scienza e Ingegneria Alma Mater Studiorum - Università di Bologna General

More information

Syllabus: MUS 355 American Music (online) Spring 2016 (SLN# 16578) Opens Monday, January 11, 2016

Syllabus: MUS 355 American Music (online) Spring 2016 (SLN# 16578) Opens Monday, January 11, 2016 Instructor: Dr. Katherine Palmer Syllabus: MUS 355 American Music (online) Spring 2016 (SLN# 16578) Opens Monday, January 11, 2016 Course e-mail: mus355@gmail.com (for all questions regarding content,

More information

Information Systems and Supply Chain Management Bryan School of Business and Economics University of North Carolina at Greensboro

Information Systems and Supply Chain Management Bryan School of Business and Economics University of North Carolina at Greensboro Information Systems and Supply Chain Management Bryan School of Business and Economics University of North Carolina at Greensboro ISM 672: Web Programming (Online Course) Fall 2013 Instructor: Dr. A. F.

More information

Minimum Requirements for Web Based Applications

Minimum Requirements for Web Based Applications Recommended Browsers Skyward recognizes the diverse Operating Systems, Devices, and Internet browsers our customers are using. While we want every customer to have the best possible experience, we recognize

More information

COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION PROFESSOR INFORMATION

COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION PROFESSOR INFORMATION COURSE SYLLABUS DESIGNING WEB PAGES COP3835-RVC-1121 GENERAL INFORMATION IMPORTANT INFORMATION COURSE DETAIL COURSE CALENDAR GENERAL INFORMATION PROFESSOR INFORMATION Instructor: Timothy Walker Phone/Text:

More information

CLEAR Faculty Help Desk Service Level Agreement (SLA) - Last updated 03/19/2013

CLEAR Faculty Help Desk Service Level Agreement (SLA) - Last updated 03/19/2013 CLEAR Faculty Help Desk Service Level Agreement (SLA) - Last updated 03/19/2013 Table of Contents Purpose.A Scope of Support...B Ways to Request Support.C Requests Pending User Response..D Service Escalations..

More information

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441

Learning Web Page: http://learning.hccs.edu/faculty/melvin.mays. Office Hours: I can be contacted @ melvin.mays@hccs.edu or 713-718- 5441 MUSC 1335 Commercial Music Software Audio Recording Program / Northwest College CRN 50237 Spring 2015 Spring Branch Campus PSPBR Rm#704 Mon Wed 5:30 PM- 8:30 PM 2 Hour Lecture, 4 Hour Lab course/ 112 Contact

More information

Prerequisite: MATH 0302, or meet TSI standard for MATH 0305; or equivalent.

Prerequisite: MATH 0302, or meet TSI standard for MATH 0305; or equivalent. 18966.201610 COLLIN COLLEGE COURSE SYLLABUS Course Number: MATH 0305.XS1 Course Title: Beginning Algebra Course Description: With an emphasis on developing critical thinking skills, a study of algebraic

More information

Introduction: How does a student get started? How much time does this course require per week?

Introduction: How does a student get started? How much time does this course require per week? College Algebra Online (MATH 1111WEB) Spring 2016 Instructor: Mrs. Deltrye Eagle Holt Email: dholt@gru.edu Office: Allgood Hall N32 Phone: 706-667-4484 Skype: Prof.Holt1 Face-to-Face Office Hours Monday,

More information

Emmanuele Archange PC #234 MMC. By appointment

Emmanuele Archange PC #234 MMC. By appointment COURSE SYLLABUS MAN 4301 B51A GENERAL INFORMATION PROFESSOR INFORMATION Instructor: Emmanuele Archange Phone: Office: PC #234 MMC Fax: Office Hours: By appointment Email: (305) 3486088 (305) 3486476 Please

More information