CSCI 201L Syllabus Principles of Software Development Spring 2017
|
|
|
- Tyrone Washington
- 9 years ago
- Views:
Transcription
1 CSCI 201L Syllabus Principles of Software Development Spring 2017 Instructor: Jeffrey Miller, Ph.D. Web Page: Office: SAL 342 Phone: Lectures: 29928R, Monday/Wednesday 8:a.m.-9:50a.m., THH D, Tuesday/Thursday 9:a.m.-10:50a.m., SOS B4 393R, Tuesday/Thursday 11:00a.m.-12:20p.m., SOS B4 Quiz: 29981R, Friday Labs: 29990R, Tuesday, 8:00a.m.-9:50a.m., SAL R, Tuesday, 3:p.m.-5:20p.m., SAL R, Tuesday, 5:p.m.-6:20p.m., SAL R, Wednesday, 8:00a.m.-9:50a.m., SAL R, Wednesday, 10:00a.m.-11:50a.m., SAL R, Wednesday, 12:00p.m.-1:50p.m., SAL 127 Office Hours: Monday 12:00p.m.-1:p.m. Tuesday 12:p.m.-1:p.m. Any day by appointment Textbooks: Liang, Y. Daniel. Introduction to Java Programming, Comprehensive Version, 10 th Edition, Prentice Hall, Inc., ISBN Description: Object-oriented paradigm for programming-in-the-large in Java; writing sophisticated concurrent applications with animation and graphic user interfaces; using professional tools on team project. Grades: Labs 10% Assignments 20% Group Project % Programming Exam #1 10% Programming Exam #2 10% Written Exam #1 10% Written Exam #2 10% Grades will be based on a curve that operates in favor of the students, with at least the following grades for a given percentage x. If the average in the class is lower than 80%, the average will become the cut-off between a B- and a C+. x >= 93 A 73 <= x < 77 C 90 <= x < 93 A- 70 <= x < 73 C- 87 <= x < 90 B+ 67 <= x < 70 D+ 83 <= x < 87 B 63 <= x < 67 D 80 <= x < 83 B- 60 <= x < 63 D- 77 <= x < 80 C+ x < 60 F
2 Lecture Schedule: Chapter references are from Y. Daniel Liang, Introduction to Java Programming, Comprehensive Version, 10 th Edition, Prentice Hall, ISBN Week Lecture Date Lecture Topic Lab Topic Chapter 1 January 9-10, 2017 Introduction, Environment, Methods Github 1-8 Tutorial, 1 Classes, Packages, File I/O, Abstract 2 January 11-12, 2017 Environment Classes and Interfaces Setup 9-10, No Lecture Martin Luther King Jr. s January 16-17, Birthday File I/O 3 January 18-19, 2017 Inheritance, Polymorphism 11 3 Garbage Collection, Exception Handling, 4 January 23-24, , 19 Serialization, Generics, Inner Classes Inheritance 5 January 25-26, 2017 HTML, CSS 4 6 January -31, 2017 Java Servlets, JSP HTML, CSS 7 February 1-2, 2017 JavaScript, AJAX Software Engineering, Methodologies, 8 February 6-7, Testing JSP 42 9 February 8-9, 2017 Concurrent Computing 10 February 13-14, 2017 Thread Methods, Thread Pools, Thread Priorities 6 11 February 15-16, 2017 Project Description, Review for Exam No Lab February 17, 2017 Written Exam # February 20-21, 2017 No Lecture Presidents Day AJAX 13 February 22-23, 2017 Networking Theory February 27-28, 2017 Network Programming March 1-2, 2017 Networking Serialization 31 8 Practice Exam March 3, 2017 Programming Exam # March 6-7, 2017 Multi-Threaded Network Programming MySQL March 8-9, 2017 Databases Installation 32, 35 March 13-16, 2017 No Lecture Spring Break No Lab March 20-21, 2017 SQL 32, 35 Threads 19 March 22-23, 2017 JDBC 32, March 27-28, 2017 Concurrency, Monitors JDBC 21 March 29-, 2017 Locks, Conditions, Producer/Consumer 22 April 3-4, 2017 Sleeping Barber, Locks Programming 12 Multi-Threaded Programming Design, Networking 23 April 5-6, 2017 Semaphores April 10-11, 2017 Parallel Computing Locks, 25 April 12-13, 2017 Distributed Computing, RMI Monitors April 17-18, 2017 Project Demonstrations Parallel April 19-20, 2017 Project Demonstrations Computing 27 April 24-25, 2017 Project Demonstrations 28 April 26-27, 2017 Project Demonstrations 15 Practice Exam April 28, 2017 Programming Exam #2 16 May 9, :p.m.-6:p.m. Written Exam #2 Exams: Written Exam #1 Friday February 17, 2017 Programming Exam #1 Friday March 3, 2017 Programming Exam #2 Friday April 28, 2017 Written Exam #2 Tuesday May 9, :p.m.-6:p.m.
3 The written exams are closed book and will consist of theoretical questions and may have code to be analyzed, though very little code will be required to be written. The programming exams are open book and open Internet, though no other people can be used (i.e. no posting on discussion boards, , chatting, texting, etc.). You will need to write a program that compiles based on certain specifications, similar to assignments, though adjusted based on time constraints. An exam can only be taken on the scheduled date and at the scheduled starting time. Accommodations for students with letters from DSP will be provided, though the exam will still need to be taken on the scheduled date. There are no makeup exams. If you miss an exam due to an emergency, official written documentation, whatever that may be based on the situation, will need to be submitted to me as soon as you are physically able (hopefully before the exam). Approval will be solely based on my discretion though it should be based on a documented illness or emergency. Based on the exam, here are the rules that will be following: - If an excuse is not approved, you will be given a 0 on the exam. - If there is an approved excuse for the written midterm exam, the percentage for that exam will be added to the percentage for the written final exam. - If there is an approved excuse for the programming exam #1, the percentage for that exam will be added to the percentage for the programming exam #2. - If there is an approved excuse for the programming exam #2, that percentage will be added to the percentage for the written final exam. - If there is an approved excuse for the written final exam, you will receive an Incomplete grade in the course and have to make up the exam based on the conditions of an Incomplete. Assignments: Assignments will be discussed in class and worked on individually. Discussion among students is fine, but no copying of other student s code is allowed. The program needs to compile, and grading will only occur if the program is able to be run. Grading criteria will be provided at the time the assignment is assigned. Graders will grade the assignments. If any questions arise based on the grade on the assignment, students should first contact the grader who graded the assignment. If a satisfactory resolution is not reached, you should next contact the TA. If a satisfactory resolution is still not reached, then come to the professor. Assignments will be submitted via Blackboard and are due by 11:59p.m. on the due date (see Late Policy below). Project: Late Policy: The project in the class will be assigned approximately half-way through the semester. The project will consist of between 4-6 students. Formal documentation following the software engineering process will be required. The project will be discussed in class with the corresponding due dates. The project deliverables will be submitted via Blackboard and is due by 11:59p.m. on the due date (see Late Policy below). There is no late policy. In extenuating circumstances, students may be allowed to submit an assignment late, but only if approved by the professor. This typically should be done before the due date, though I understand some situations may not allow this. For any assignment or project that is submitted after 11:59p.m. on the due date, the student will receive a 0.
4 Labs: The TA/CPs will lead the lab section each week. There will be an assigned lab program each week that reinforces the topics covered in the lectures for the week. The lab assignments will be graded based on effort and attendance. You should NOT complete the lab before your assigned lab section. The labs are intended to be completed during the two-hour lab period, and you are expected to work on the lab during the section. The lab assistants have been instructed NOT to grade any labs until after one hour has elapsed. You also must show up to the lab within the first 10 minutes or you will not be allowed to join the lab that week. Solutions will be posted to the labs, but you should make sure you are using the lab periods to learn the material that has been covered, especially since the code used during the lab is the basis for the programming exams. The lab assistants are there to answer any questions and help you, so use your time in lab wisely. Each lab is worth 0.8% of the final grade, and the total lab score is out of 10%. With 14 labs, that gives a total of 11.2%. That means that you are able to miss 1½ labs without penalty to your final grade, or you can earn 1.2% extra credit if you get full credit on all of the labs. Prerequisites: CSCI 104L Data Structures and Object Oriented Design Students with Disabilities: Academic Integrity: Viterbi Honor Code: Any student requesting academic accommodations based on a disability is required to register with Disability Services and Programs (DSP) each semester. A letter of verification for approved accommodations can be obtained from DSP. Please be sure the letter is delivered to the professor as early in the semester as possible. The Viterbi School of Engineering s policy on Academic Integrity can be found at All students are expected to understand and abide by these principles. SCampus ( the Student Conduct Code, contains the information about violating University standards in Section Any potential violations will be taken seriously and the proper academic process will be followed, including reporting to the USC Student Judicial Affairs and Community Standards (SJACS). Engineering enables and empowers our ambitions and is integral to our identities. In the Viterbi community, accountability is reflected in all our endeavors. Engineering+ Integrity. Engineering+ Responsibility. Engineering+ Community. Think good. Do better. Be great. These are the pillars we stand upon as we address the challenges of society and enrich lives.
5 Course Outcomes (expected after you've finished the course) i The ability to understand the software engineering in terms of requirements, design, and implementation; ii An understanding of how to use interaction diagrams to help define requirements; iii The ability to produce a software design based on requirements; iv The ability to produce software, including graphical user interfaces, from a design; v The ability to unit test a module; vi An understanding of concurrency and how it works in computer operating systems; vii The ability to write multi-threaded programs and correctly solve a mutual exclusion problems using semaphores or monitors; viii The ability to use Java in writing programs; ix The ability to use HTML and CSS in designing graphical user interfaces; x The ability to use messaging as a communication method; xii The ability to apply a software engineering process to a large software project; xiii The ability to work effectively on a team; xiv An understanding of the ethical issues in working within a group; ABET Program Outcomes (after you have finished your degree) a An ability to apply knowledge of computing and mathematics appropriate to the discipline; b An ability to analyze a problem, and identify and define the computing requirements appropriate to its solution; c An ability to design, implement and evaluate a computer-based system, process, component, or program to meet desired needs; d An ability to function effectively on teams to accomplish a common goal; e An understanding of professional, ethical, legal, security, and social issues and responsibilities; f An ability to communicate effectively with a range of audiences; g An ability to analyze the local and global impact of computing on individuals, organizations and society; h Recognition of the need for, and an ability to engage in, continuing professional development; i An ability to use current techniques, skills, and tools necessary for computing practices. j An ability to apply mathematical foundations, algorithmic principles, and computer science theory in the modeling and design of computer-based systems in a way that demonstrates comprehension of the tradeoffs involved in design choices; k An ability to apply design and development principles in the construction of software systems of varying complexity.
Introduction to Information Technology ITP 101x (4 Units)
Objective Concepts Introduction to Information Technology ITP 101x (4 Units) Upon completing this course, students will: - Understand the fundamentals of information technology - Learn core concepts of
Introduction to Programming System Design. CSCI 455x (4 Units)
Introduction to Programming System Design CSCI 455x (4 Units) Description This course covers programming in Java and C++. Topics include review of basic programming concepts such as control structures,
Introduction to Java Programming ITP 109 (2 Units) Fall 2015
Introduction to Java Programming ITP 109 (2 Units) Fall 2015 Catalogue Description Objective Prerequisites Instructor Office Hours Lab Assistants Course Hours Course Structure Required Textbook Grading
Computer Science CS 2334: Programming structures and abstractions
Computer Science CS 2334: Programming structures and abstractions Instructor: Dr. McGovern Spring 2013 1 Course Overview This is your second course in programming. We will focus on abstraction and programming
College Algebra Online Course Syllabus
VALENCIA COMMUNITY COLLEGE EAST CAMPUS MAC 1114 COLLEGE TRIGONOMETRY (ONLINE COURSE) SYLLABUS Term/Year: Spring 2009 CRN: 22607 Professor: Dr. Agatha Shaw Phone: (407) 582 2117 Office: 8-249 Student Engagement
ITP 300: Database Web Development. Database Web Development (Monday section) http://webdev.usc.edu/itp300m Fall 2012 Course 32031 3 Units
ITP 300: Database Web Development Course: Lecture/Lab: Instructor: Database Web Development (Monday section) http://webdev.usc.edu/itp300m Fall 2012 Course 32031 3 Units Mondays from 2 4:50 p.m. in KAP267
CIS 4301 - Information and Database Systems I. Course Syllabus Spring 2015
CIS 4301 - Information and Database Systems I 1. General Info Credits: Three Section: 7776 Prerequisite: CIS 3020 or CIS 3023, COT 3100 Instructor: Prof. Daisy Zhe Wang Meeting Times: M W F 9:35AM to 10:25AM
Interactive Web Development ITP 301 (4 Units)
Interactive Web Development ITP 301 (4 Units) Fall 2015 Section 31824R Objective This course is intended to teach the basic programming tools and development techniques needed to create interactive web
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.
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
Syllabus: IST451. Division of Business and Engineering. Penn State Altoona
Syllabus: IST451 Division of Business and Engineering Penn State Altoona Course Title 1. IST451: Network Security-Spring 2012 2. Section 001 3. Credits: 3 Meeting Times 1. Lectures: Mondays and Wednesdays
Video Game Programming ITP 380 (4 Units)
Video Game Programming ITP 380 (4 Units) Objective This course provides students with an in-depth introduction to technologies and techniques used in the game industry today. At semester s end, students
Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles
Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles Knowledge Areas that contain topics and learning outcomes covered in the course Knowledge Areas Total Hours of Coverage Software Development
Database Web Development ITP 300 (3 Units)
Database Web Development ITP 300 (3 Units) Fall 2014 Section 32031R Objective In this class students will learn to build dynamic, database- driven web sites. They will learn how to structure content for
COURSE SYLLABUS PAD 3003 Section 05 Public Administration in Society: Online
COURSE SYLLABUS PAD 3003 Section 05 Public Administration in Society: Online Spring 2016 Contact Information: Instructor: Lachezar (Lucky) Anguelov, PhD Candidate Office: Bellamy 639 Office Hours: Friday
Fundamentals of Computer Programming CS 101 (3 Units)
Fundamentals of Computer Programming CS 101 (3 Units) Overview This course introduces students to the field of computer science and engineering. An overview of the disciplines within computer science such
COURSE REQUIREMENTS AND EXPECTATIONS FOR ALL STUDENTS ENROLLED IN COLLEGE ALGEBRA ROWAN UNIVERSITY CAMDEN CAMPUS SPRING 2011
COURSE REQUIREMENTS AND EXPECTATIONS FOR ALL STUDENTS ENROLLED IN COLLEGE ALGEBRA ROWAN UNIVERSITY CAMDEN CAMPUS SPRING 2011 PROFESSOR JAY L. SCHIFFMAN e-mail: [email protected] 1 IMPORTANT INFORMATION
Analytical Chemistry Lecture - Syllabus (CHEM 3310) The University of Toledo Fall 2012
Analytical Chemistry Lecture - Syllabus (CHEM 3310) The University of Toledo Fall 2012 Course Call #s 44899/44900 and 48756/47954 2.00 credits Instructor: Class Meeting Time: Office Hours: TA: Dr. Wendell
The University of Akron Department of Mathematics. 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015
The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: [email protected] Office: CAS 249 Phone: (330) 972 6158 Office
3D Modeling, Animation, Compositing, and Special Effects ITP 215x (2 Units)
3D Modeling, Animation, Compositing, and Special Effects ITP 215x (2 Units) Objective Concepts Prerequisites/ Recommended Preparation Instructor Contacting the Instructor Overview of developing a 3D animation
ISM 3254 Business Systems I http://www.cise.ufl.edu/~pjd/
ISM 3254 Business Systems I http://www.cise.ufl.edu/~pjd/ Instructor: Pete Dobbins Office: See Course Schedule on Website E- mail: pjd at cise dot ufl dot edu Hours: See Course Schedule on Website TA:
GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin
GIT 335 Syllabus 1 Dolin Syllabus GIT 335 COMPUTER SYSTEMS TECHNOLOGY Course Syllabus Fall 2008 Professor Penny Ann Dolin Department of Technology Management College of Technology and Innovation Arizona
TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week.
Carnegie Mellon The Heinz College 95-774 Business Process Modeling Syllabus and Policies Spring 2016, mini 3 Instructor Karyn Moore Office: 3014 Hamburg Hall Office Hours: See Course Contacts on Blackboard
COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS, MGT 301-01 ONLINE FALL 2013
COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS, MGT 301-01 ONLINE FALL 2013 DATES COURSE TOPICS READING DEADLINES Session 1 08/19-08/23 Globalization Ch 1 (in textbook) Unit 1 (in Blackboard Learning
DESIGN FOR USER EXPERIENCE (ITP 310)
DESIGN FOR USER EXPERIENCE (ITP 310) Spring 2013 Syllabus Instructor Department Email Office Hours Rob Parke Information Technology Program [email protected] Listed on course website Day / Time Thurs 5:00
Investment Management Course
Investment Management Course FIN 367 - Spring 2012 Instructor: Vito Sciaraffia Office: CBA 6.312 Ph: (512)232-6830 Email: [email protected] Class meetings 03085: Tu & Th from 9:30 am to
COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida
COURSE SYLLABUS EDG 6931: Designing Integrated Media Environments 2 Educational Technology Program University of Florida CREDIT HOURS 3 credits hours PREREQUISITE Completion of EME 6208 with a passing
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
Syllabus. Methods of Social Research, SYA 4300-8, Spring 2009
Syllabus Methods of Social Research, SYA 4300-8, Spring 2009 M & W, 9:30-10:45 a.m. HCB, Room 214 Last Updated: 2/3/2009 Instructor: Dr. Annette Schwabe E-mail: [email protected] Office: 425 Bellamy Building
Tennessee Wesleyan College Math 131 C Syllabus Spring 2016
Tennessee Wesleyan College Math 131 C Syllabus Spring 2016 I. Course: College Algebra, M131 C Location: Durham 303 Days/Time: MWF 1100-1150 Credit hours: 3 II. III. IV. Instructor: Dr. David J. Ashe Office:
University of North Georgia Department of Criminal Justice College of Arts and Letters
University of North Georgia Department of Criminal Justice College of Arts and Letters Spring 2016 CRJU 1100 3375 Intro to Criminal Justice Professor: Kevin French Email: [email protected] Office: 309
Introduction to Cloud Technologies ITP 111x (2 Units)
Introduction to Cloud Technologies ITP 111x (2 Units) Fall 2014 Description ITP 111 presents students with the fundamentals of cloud computing. Successful students will be able to make decisions about
Course Syllabus OPRE/MIS 6369-501 Supply Chain Software The University of Texas at Dallas
Course Syllabus OPRE/MIS 6369-501 Supply Chain Software The University of Texas at Dallas Course Info Tech Requirements Access & Navigation Communications Resources Assessments Academic Calendar Scholastic
Mobile App Project ITP 442x (4 Units)
Mobile App Project ITP 442x (4 Units) Spring 2015 Objective This is the capstone course for the Mobile App Development minor. The students will be divided into project teams, and each team will develop
University of Florida ADV 3502, Section 7E39 Advertising Sales Summer C 2016
University of Florida ADV 3502, Section 7E39 Advertising Sales Summer C 2016 Instructor: Robert Padovano, Adjunct Lecturer Office Hours: Weimer #2093 Email: [email protected] Tuesdays 10am-1:00pm or by
1. COURSE DESCRIPTION
C. T. Bauer College of Business University of Houston MARK 4363: International Marketing (Spring 2014) Instructor Office Hours Required Textbook Course Website Professor Ye Hu, Ph.D. 375F Melcher Hall
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
44-599 Intro. to Data Visualization Spring 2016
44-599 Intro. to Data Visualization Spring 2016 Instructor: Dr. Ajay Bandi 2250 Colden Hall [email protected] Classroom: VLK127 Time: 02:00pm - 03:15pm TR Textbook: No textbook is required. All the material
Department of Chemistry, Delaware State University
Department of Chemistry, Delaware State University Syllabus: ORGANIC CHEMISTRY II - 18042 - CHEM 211 01 (Spring 2016) 1. Course Information CRN 18042 Credit 3 Class Time M/W/R, 12:00 PM 12:50 PM Class
College Algebra MATH 1111/11
College Algebra MATH 1111 Spring 2011 Instructor: Gordon Shumard Class: CRN Days Time Course Num/Sec Location 12293 T R 8:00AM-9:15AM MATH 1111/09 Burruss Building- 109 12294 T R 9:30AM- 10:45AM MATH 1111/11
Peru State College, Peru, NE. MGMT 602 Research Methods. Master of Science in Organizational Management. Syllabus Spring Semester 2014
Peru State College, Peru, NE MGMT 602 Research Methods Master of Science in Organizational Management Syllabus Spring Semester 2014 Instructor: Office Hours: Office Telephone: Email Address: Course Meets:
Central Texas College CLASS SYLLABUS Term: 1 Fall 1 2014 6002 Colorado Ave., Bldg 733E Fort Leonard Wood, MO 65473 (573) 329-5550 www.ctcd.
Central Texas College CLASS SYLLABUS Term: 1 Fall 1 2014 6002 Colorado Ave., Bldg 733E Fort Leonard Wood, MO 65473 (573) 329-5550 www.ctcd.edu Course Number: SOCI 1301 Course Title: Introduction to Sociology
Syllabus Principles of Microeconomics ECON200-WB11 Winter Term 2016
Syllabus Principles of Microeconomics ECON200-WB11 Winter Term 2016 Instructor: Thomas Hegland Course website: https://elms.umd.edu Textbook: Microeconomics, 1st Edition, Karlan and Morduch Objectives:
3D Modeling, Animation, and Special Effects ITP 215x (2 Units)
3D Modeling, Animation, and Special Effects ITP 215x (2 Units) Fall 2008 Objective Overview of developing a 3D animation from modeling to rendering: Basics of surfacing, lighting, animation, and modeling
International Business Negotiations. Spring Semester 2013
International Business Negotiations Spring Semester 2013 This course, which is being offered for the first time at UC Hasting, is structured around a simulated negotiation exercise that will cover the
SOCIOLOGY OF GENDER-SYLLABUS
SOCIOLOGY OF GENDER-SYLLABUS COURSE INFORMATION Course Number: SYD 3804-RVC (19243) Term: Spring 2012 Place: Online Instructor: Katherine Lineberger, PhD Email: Email is the only appropriate means of contacting
Seattle Central Community College BITCA Division. Syllabus MIC 151 - Online
Seattle Central Community College BITCA Division Syllabus MIC 151 - Online 2016 Spring Course Title and Item Number: Web Design & Development with HTML / MIC 151 Number of Credits: 5 Lecture Hour Equivalent:
NORTHWESTERN UNIVERSITY Department of Statistics. Fall 2012 Statistics 210 Professor Savage INTRODUCTORY STATISTICS FOR THE SOCIAL SCIENCES
NORTHWESTERN UNIVERSITY Department of Statistics Fall 2012 Statistics 210 Professor Savage INTRODUCTORY STATISTICS FOR THE SOCIAL SCIENCES Instructor: Professor Ian Savage 330 Andersen Hall, 847-491-8241,
Course Syllabus. Software Project Management
Course Syllabus MIS 6360 Software Project Management The Naveen Jindal School of Management The University of Texas at Dallas Course Information Course Course Number Section MIS 6360 Course Title Software
ACCY 2001 Intro Financial Accounting Fall 2014
ACCY 2001 Intro Financial Accounting Fall 2014 Class Section Day Time Location ACCY 2001-11 TR 03:45PM - 05:00PM DUQUES 152 ACCY 2001-16 TR 11:10AM - 12:25PM FUNGER 209 ACCY 2001-18 TR 09:35AM - 10:50AM
Professor: Dr. Esra Memili Email: [email protected] Office: 370 Bryan Office Hours: Monday 2:00-6:00pm and 8:50-9:50pm, and by appointment
University of North Carolina at Greensboro Bryan School of Business and Economics Marketing, Entrepreneurship, Hospitality and Tourism Spring 2016 ENT 336-01 Opportunities to Action: Business Plan 6:00-8:50pm
Introduction to Computer Forensics ITP 499 (3 Units)
Introduction to Computer Forensics ITP 499 (3 Units) Description In 2007, the FBI reported that over 200 major companies reported a loss of over 60 million dollars due to computer crime. Computers are
Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016
Gustavus Adolphus College Department of Economics and Management E/M 260 002: MARKETING M/T/W/F 11:30AM 12:20AM, BH 301, SPRING 2016 Instructor: Wei Fu Office: BH 135 Phone: 507-933-6141 E-mail: [email protected]
Major Topics Covered in the Course
Welcome to CSE 110! CSE 110 : Principles of Programming with Java (3) Spring 2012, Syllabus and Course Information School of Computing, Informatics, and Decision Systems Engineering, ASU Course web page
Software Development Foundations CPSC 2150-002 Spring 2014 Syllabus
College of Engineering and Science, School of Computing Part 1: Course Information Instructor Information Instructor: J. Yates Monteith Office: McAdams 109 Office Hours: Monday / Wednesday, 2:00 PM 4:00
English 230: Shakespeare and His Time
English 230: Shakespeare and His Time Instructor: Rebecca Lemon Office: Taper Hall 429 Office Hours: Tuesday and Thursday, 12.45pm-1.45pm and by appointment Contact Info: [email protected]; 213-740-3732 (email
IML 400 Creative Coding for the Web
IML 400 Creative Coding for the Web Spring 2014 4 units Mondays, 6:00 8:50 pm SCI L105 Professor: Luis Blackaller Email: [email protected] Office Hours TBA COURSE DESCRIPTION IML400 is a practical foundational
COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS MGT 301-01 ONLINE FALL 2014
COURSE SYLLABUS INTRODUCTION TO INTERNATIONAL BUSINESS MGT 301-01 ONLINE FALL 2014 DATES COURSE TOPICS READING DEADLINES Session 1 Globalization Ch 1 (in textbook) Quiz 1: Due 08/24 11:59 08/18-08/24 Unit
Geography 676 Web Spatial Database Development and Programming
Geography 676 Web Spatial Database Development and Programming Instructor: Prof. Qunying Huang Office: 426 Science Hall Tel: 608-890-4946 E-mail: [email protected] Office Hours: T, R, and F 1:00-2:00 PM
MCOM 251: RADIO BROADCASTING Fall Semester, 2016
MCOM 251: RADIO BROADCASTING Fall Semester, 2016 Instructor: Joan Wesman Office: Merrick 165 Office hours: Monday, Wednesday, Friday 9:00 a.m. noon And by appointment Contact Information: Ext. 5417 Email:
PLV Goldstein 315, Tuesdays and Thursdays, 6:00PM-7:50PM. Tuesdays and Thursdays, 4:00PM-5:30PM and 7:50PM 9:30PM at PLV G320
CRN:22430/21519 Pace University Spring 2006 CS122/504 Computer Programming II Instructor Lectures Office Hours Dr. Lixin Tao, [email protected], http://csis.pace.edu/~lixin Pleasantville Office: G320, (914)773-3449
MAC2233, Business Calculus Reference # 722957, RM 2216 TR 9:50AM 11:05AM
Instructor: Jakeisha Thompson Email: [email protected] Phone: 305-237-3347 Office: 1543 Office Hours Monday Tuesday Wednesday Thursday Friday 7:30AM 8:15AM 12:30PM 2:00PM 7:30AM 9:30AM 7:30AM 8:15AM 12:30PM
Dr. Gus C. Lease. Instructor: MUSIC BUILDING, Room 185. Office Location: 1/408/924-4678. Telephone:
San José State University School of Music and Dance/Music Department Course #20398, Music Appreciation 10A, Section 5 Spring Semester, January 22 - May 23, 2015 Instructor: Office Location: Telephone:
Building the High Tech Startup ITP 499x (4 Units)
Building the High Tech Startup ITP 499x (4 Units) Objective The purpose of this class is cover basic technologies and processes involved in the building web and mobile startups. Students will be introduced
CS 425 Software Engineering
Department of Computer Science and Engineering College of Engineering, University of Nevada, Reno Fall 2009 CS 425 Software Engineering Lectures: Instructors: Office hours: Catalog description: Course
Syllabus for PM538 Introduction of Biomedical Informatics and the Applications
Syllabus for PM538 Introduction of Biomedical Informatics and the Applications Course Director: Steven Yong Cen, Ph.D. Assistant Professor, Department of Neurology/Radiology, Keck School of Medicine, USC
January 10, 2011. Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.
Course MIS6319-001 Enterprise Resource Planning Professor Dr. Lou Thompson Term Spring 2011 Meetings Thursday, 4-6:45 PM, SOM 1.110 January 10, 2011 Professor s Contact Information Office Phone 972-883-2558
CPIT-285 Computer Graphics
Department of Information Technology B.S.Information Technology ABET Course Binder CPIT-85 Computer Graphics Prepared by Prof. Alhasanain Muhammad Albarhamtoushi Page of Sunday December 4 0 : PM Cover
Introduction to Integrated Marketing Communication (IMC) Department of Communication Studies University of North Carolina Wilmington
Introduction to Integrated Marketing Communication (IMC) Department of Communication Studies University of North Carolina Wilmington COM 295-01 T/Th 3:30-4:45 MO 100 Fall 2010 Instructor: Dr. Jeanne Persuit
GEOG 5200S Elements of Cartography : Serving the Community Through Cartography Spring 2015
GEOG 5200S Elements of Cartography : Serving the Community Through Cartography Spring 2015 Instructor Ola Ahlqvist, PhD, Associate Professor [email protected] Office phone: 247-7997 Office address: 1049
Florida State College at Jacksonville MAC 1105: College Algebra Summer Term 2011 Reference: 346846 MW 12:00 PM 1:45 PM, South Campus Rm: G-314
Florida State College at Jacksonville MAC 1105: College Algebra Summer Term 2011 Reference: 346846 MW 12:00 PM 1:45 PM, South Campus Rm: G-314 General Information: Instructor: Ronald H. Moore Office Hours:
University of Florida ADV 3502, Section Advertising Sales Spring 2016
University of Florida ADV 3502, Section Advertising Sales Spring 2016 Instructor: Robert Padovano, Adjunct Lecturer Office Hours: Weimer #2093 Email: [email protected] Tuesdays 10am-1:00pm or by appt.
Department of Geography University of Idaho. GEOG 390: Geographic Visualization January to May 2010 COURSE OUTLINE. (subject to change)
Department of Geography University of Idaho GEOG 390: Geographic Visualization January to May 2010 COURSE OUTLINE (subject to change) Instructor Classes meet Mondays, Wednesdays 3:30 5:45 pm at MCCL 206
IINF 202 Introduction to Data and Databases (Spring 2012)
1 IINF 202 Introduction to Data and Databases (Spring 2012) Class Meets Times: Tuesday 7:15 PM 8:35 PM Thursday 7:15 PM 8:35 PM Location: SS 134 Instructor: Dima Kassab Email: [email protected] Office
Introduction to Computer Forensics Course Syllabus Spring 2012
Course Information Course Syllabus Spring 2012 Instructor: Dr. Mike Jochen Phone: 570.422.3036 Email: [email protected] Office: 337 SCITECH Building Office Hours: Tues/Thurs 11 a.m. noon Weds 9 a.m. noon
South Plains College: General Course Syllabus
South Plains College: General Course Syllabus Department: Behavioral Sciences Discipline: Sociology Course Number: Sociology 1301 Course Name: Introduction to Sociology Credit: 3 Lecture: 3 Lab: 0 This
Department of Economics and Finance Lutgert College of Business ECP 6705 Managerial Economics Fall 2013 CRN 82381 Lutgert Hall 2208
Department of Economics and Finance Lutgert College of Business ECP 6705 Managerial Economics Fall 2013 CRN 82381 Lutgert Hall 2208 Instructor: Mushfiq Swaleheen, Ph.D., Associate Professor. Office: Lutgert
Course information: Copy and paste current course information from Class Search/Course Catalog.
GENERAL STUDIES COURSE PROPOSAL COVER FORM Course information: Copy and paste current course information from Class Search/Course Catalog. Academic Unit Informatics Department CIDSE Subject CPI Number
ACG 3151-003 (10061) INTERMEDIATE THEORY III (3 credit hours) Tentative Syllabus spring 2012 Class hours: Wednesdays, 7:10 p.m. 10:00 p.m.
INTERMEDIATE THEORY III (3 credit hours) Tentative Syllabus spring 2012 Class hours: Wednesdays, 7:10 p.m. 10:00 p.m. LA 234 Instructor George R. Young II, PhD, CPA Phone: (954) 236-1195 E-mail: [email protected]
BADM323: Information Systems for Business Professionals SU2016 Online Course
Catalog Description BADM323: Information Systems for Business Professionals This course provides the knowledge and understanding of how information can be used in a business organization for achieving
BUAD 310 Applied Business Statistics. Syllabus Fall 2013
! BUAD 310 Applied Business Statistics Syllabus Fall 2013 Instructor: Gourab Mukherjee TA: Pallavi Basu Office: HOH 14 Office Hours: Tuesday and Wednesday 10AM-12 PM (location TBA) Office Hours: Tuesday
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.
Lincoln Land Community College Business and Technologies Division COS 240 - Office Professional Syllabus - 3 credit hours
Lincoln Land Community College Business and Technologies Division COS 240 - Office Professional Syllabus - 3 credit hours CONTACT INFORMATION: Instructor: Office: Office Hours: Phone Numbers: Email: Christie
Network Security ITP 457 (4 Units)
Network Security ITP 457 (4 Units) Description Objectives Prerequisites/ Recommended Preparation Instructor Contacting the Instructor Lecture Required Textbooks Web Site Due to the emergence of the internet
Lehigh University CHEM 112 ORGANIC CHEMISTRY II Spring 2016 Course Syllabus. Instructors:
Lehigh University CHEM 112 ORGANIC CHEMISTRY II Spring 2016 Course Syllabus Instructors: Name: Robert Flowers, Ph.D. Name: Suzanne M. Fernandez, Ph.D. Office: room 796 Mudd Office: room 692 Mudd Phone:
ISM 4210: DATABASE MANAGEMENT
GENERAL INFORMATION: ISM 4210: DATABASE MANAGEMENT COURSE SYLLABUS Class Times: Tuesday, Thursday 9:35 11:30 AM Class Location: HVNR 240 Professor: Dr. Aditi Mukherjee Office; Phone: STZ 360, 39-20648
ECON 351: Microeconomics for Business
ECON 351: Microeconomics for Business Spring 2014 Location: SLH 102 Day & Time: TTh 8:00-9:50am Section Number: 26351R Professor: Rahşan Akbulut Office: ACC 301 K Office hours: Tuesday 10:30-11:30am, Thursday
ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K. Tues, Thurs 1:45-2:45pm and by appointment (schedule via email)
ABNORMAL PSYCHOLOGY (PSYCH 238) Psychology Building, Rm.31 Spring, 2010: Section K Instructor: Mikhail Lyubansky, Ph.D. Email: [email protected] Office: 723 Psychology Building Phone: 333-7740 Mailbox:
FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016
FUNDAMENTALS OF NEGOTIATIONS Purdue University Fall 2014 CSR 34400-001 CRN 51571 Tuesday and Thursday 7:30 AM - 8:45 AM Krannert Building G016 Professor: Andres Vargas, PhD Office: Matthews Hall Room 216
Syllabus -- Spring 2016 Juvenile Justice (CRJU 3310 -- CRN 7031)
Syllabus -- Spring 2016 Juvenile Justice (CRJU 3310 -- CRN 7031) 1. GENERAL INFORMATION Title: Juvenile Justice Instructor: John Stuart Batchelder, 309 Hansford Hall, 706-864 1907 (office) College: Arts
Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011
Database Management Systems ISM 4212 (3 Credit Hours) Fall 2011 Professor Ms. Sue Carter Course Day Office Location Course Time Office Phone Course Location E-Mail [email protected] Blackboard http://blackboard.fau.edu
West Los Angeles College Department of Allied Health Pharmacy Technician Program
I. COURSE TITLE: Sterile Products Class ID (1631) II. PREPARED BY: Pharmacy Technician Adjunct Faculty III. REVISED FOR: Spring 2016 IV. PREREQUISITES: Enrolled Pharmacy Technician Students Only V. DAYS
Kean University Department of Criminal Justice Ethics in Criminal Justice CJ 3740 01 Spring 2012
Kean University Department of Criminal Justice Ethics in Criminal Justice CJ 3740 01 Spring 2012 Instructor: Professor James J. Drylie Course Time: Tuesday Friday 11:00-12:15pm Course Location: STEM 308
MAR 4232 Retail Management Syllabus Spring 2014 Term
MAR 4232 Retail Management Syllabus Spring 2014 Term Instructor: Norman S. Stern CRN# 10320 Office Hours: M-W 9:00-11:30AM Day: Mon-Wed Also, by appointment Office Tel: (239) 590-7402 Class Time: 2:00-3:15
CSCI-599 DATA MINING AND STATISTICAL INFERENCE
CSCI-599 DATA MINING AND STATISTICAL INFERENCE Course Information Course ID and title: CSCI-599 Data Mining and Statistical Inference Semester and day/time/location: Spring 2013/ Mon/Wed 3:30-4:50pm Instructor:
Security and Computer Forensics ITP 477 (4 Units)
Security and Computer Forensics ITP 477 (4 Units) Description Objective Prerequisites/ Recommended Preparation Instructor Contacting the Instructor Lecture/Lab Required Textbooks Web Site Grading In 2007,
