Introduction. Learning Outcomes and Content. Computing Facilities

Size: px
Start display at page:

Download "Introduction. Learning Outcomes and Content. Computing Facilities"

Transcription

1 COMP348/2 Fall 2016 Section U Principles of Programming Languages (3 credits) Course Outline / Syllabus Prerequisites: COMP248 or COMP249 or COMP238 From September 6 th to December 5 th 2015 Section Instructors Office U Prof. / Dr. Mohamed Taleb mtaleb@encs.concordia.ca EV3.233 TA. Meghrig Terzian meghrig.terzian@lau.edu TA. Ahmed Bataineh ahmed_bataineh87@yahoo.com Introduction This course teaches the principles of programming languages and basic skills needed to understand analyze and develop algorithms for problem solving using different paradigms. Examples from mathematics and data structures will be given and discussed. The following programming paradigms will be covered: logic, functional, procedural, imperative, and object-oriented programming. Learning Outcomes and Content The objective of this course is to enable students to understand the differences between different programming paradigms, to develop algorithms for problem solving, and finally to develop programs in different programming languages. This course will cover the following topics: Survey of programming paradigms: logic functional, Procedural, and Imperative programming. Issues in the design and implementation of programming languages. Declaration models: binding, visibility, and scope. Type systems, including static and dynamic typing. Parameter passing mechanisms. Hybrid language design. The course lasts 1 hour and a fifteen minutes each Monday and Wednesday (8:45 10:00) at classroom H-509. The whole course will be as lecture and the course have the laboratory. You should have some experience with using a computer. It is necessary to have some experience in programming with a language such as Java. Computing Facilities You should obtain a computer account for tutorials for UA and UB at H917 from MyConcordia Portal. This account will give you access to a laboratory equipped with PCs running different languages with different tools. COMP348 Course Outline / Syllabus Page 1 of 5

2 Web Page The course Web page at: Through Internet access, you can use your browser to obtain lecture notes, assignments, the term project and other information about the course. Tutorials The tutorials will reinforce the material seen during the lectures with examples and exercises. The tutorials are also designed in a way that would assist you to get deeper knowledge and experience of problem analysis and problem solving. It is hence strongly recommended that you attend all the tutorials. Tutorials begin on the second week of classes. Web page is: Assignments There will be two (2) programming assignments. All assignment questions must be submitted electronically only - no paper - at No late assignments will be accepted for credit. Assignments will be done individually. Examinations There will be midterm and final exams. Both exams will include multiple choice questions, questions with short answers, and questions with detailed answers. The final examination covers all material seen during the term. P.O.D. (Programmer On Duty) A POD is available weekly in the Computer Lab to answer course-programming questions. Times will be announced. Important Lecture Guidelines Laptops are STRICTLY PROHIBITED in classroom during the lectures. Other communications devices, such as cellular phones and text/video messaging devices are also STRICTLY PROHIBITED. The usage of any of these materials during the class will result in you being asked to immediately leave the class. Course Materials (Recommended) Principles of Programming Languages, 3 rd Edition, Course pack by Dr. C. Constantinides. This Textbook covers the main course material (Mandatory). Learning Ruby, Michael Fitzgerald, O Reilly. Programming Language Pragmatics, 2009, Michael L. Scott, Elsevier. You can obtain the mandatory course pack and books from the Concordia bookstore or from other bookstores in Montreal. COMP348 Course Outline / Syllabus Page 2 of 5

3 Course Evaluation and Responsibilities of Students Events Marks Assignments (2) 15% Midterm Exam 30% Final Exam 55% Total 100% 1. In order to pass the course, you must pass the exams (midterm and final), regardless of your grade in the assignments. 2. There is no standard relationship between percentages and letter grades assigned for this course. 3. Letter grade distribution is based on the average of the class which is B-. Important Notes: 1. Backups: You are advised to retain a copy of all your work until you receive your final grade for the course. 2. Submission format: Students should be aware of the University s academic integrity and code of conduct as specified in sections and in the Undergraduate Calendar ( In particular please pay attention to the parts concerning cheating, plagiarism, and possible consequence of violating this code. Sharing codes, design diagrams, algorithms, etc. amongst teams or taken from elsewhere (without proper citation) is not permitted. No need to mention that one learns little from copying others work. All submissions in this course for assignments must be adequately bound and include as the cover page, the Expectations of Originality form available from the course web page. 3. Recommendation: We highly recommend collaborative learning in this course for better preparation. This is encouraged also when doing the assignments. It is also recommended that you start working on the course assignments as early as possible! COMP348 Course Outline / Syllabus Page 3 of 5

4 Course Schedule The list below provides a summary of the material that will be covered during the course as well as a tentative schedule. Week Topics Events #1 Logic Programming with Prolog -- No tutorial #2 Logic Programming with Prolog #3 Logic Programming with Prolog #4 Functional Programming with Lisp #5 Functional Programming with Lisp #6 Functional Programming with Lisp Submission of assignment #1 #7 Midterm exam #8 Object-Oriented Programming with Common Lisp Object System #9 Object-Oriented Programming with Common Lisp Object System #10 Object-Oriented Programming with Ruby #11 Object-Oriented Programming with Ruby #12 Procedural programming with C Submission of assignment #2 #13 Procedural programming with C COMP348 Course Outline / Syllabus Page 4 of 5

5 CEAB Attribute Assessment The Canadian Engineering Accreditation Board (CEAB) has put forth specific requirements for the accreditation of engineering programs in Canada. To satisfy these requirements, the faculty is evaluating its courses against specific attributes required for the accreditation. The attribute evaluated in COMP348 are: Demonstrate Knowledge: Knowledge of imperative and declarative programming paradigms with a wide array of programming technologies such as object-oriented, aspect-oriented, procedural, functional, functional object-oriented, logic programming and multiparadigm programming. Clauses, procedures and queries, backtracking, the inferencing process, unification, instantiation and resolution. Expressions and lists, binding, defining functions, pure vs. side effecting functions, referential transparency, idempotence, higher-order and anonymous functions and function composition. Primitive vs. composite data types, pointers, arrays, records, unions and enumerated data types. Message passing object-oriented model, inheritance and polymorphism, static vs. dynamic object types, distinguishing between compiler and run-time system responsibilities, casting. Modularity, separation of concerns, crosscutting concerns, join points, point cut designators and advice. Introducing state and behavior into primary units of modularity, context passing, privileged and abstract aspects. Object extensions, modules, and Mixins. Introspection. Generic function object-oriented model, primary vs. auxiliary methods. Problem Analysis: Analyze problems to determine viable paradigm and language spaces and tradeoffs. Map solutions to specifications. Being able to move from specification to code. Analyze implementations to determine what task they perform and how they do it. Being able to move from code to specification. Use Tools: Deployment of compilers, interpreters, integrated development environments (IDEs) for the implementation and debugging of programs. Being able to extend the functionality of IDEs with plugging. Use of application programming interfaces (APIs) as building blocks, use of libraries to support reuse. Use of frameworks for testing. Please note: In the event of extraordinary circumstances beyond the University's control, the content and/or evaluation scheme in this course is subject to change. COMP348 Course Outline / Syllabus Page 5 of 5

IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013

IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013 Applied Information Technology Department Course Syllabus IT 106 Introduction to IT Problem Solving Using Computer Programming revised 01.09.2013 Catalog Description Introduces use of procedural programming

More information

CSE 307: Principles of Programming Languages

CSE 307: Principles of Programming Languages Course Organization Introduction CSE 307: Principles of Programming Languages Spring 2015 R. Sekar Course Organization Introduction 1 / 34 Topics 1. Course Organization Info and Support Course Description

More information

Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles

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

More information

n Introduction n Art of programming language design n Programming language spectrum n Why study programming languages? n Overview of compilation

n Introduction n Art of programming language design n Programming language spectrum n Why study programming languages? n Overview of compilation Lecture Outline Programming Languages CSCI-4430 & CSCI-6430, Spring 2016 www.cs.rpi.edu/~milanova/csci4430/ Ana Milanova Lally Hall 314, 518 276-6887 milanova@cs.rpi.edu Office hours: Wednesdays Noon-2pm

More information

CS 2302 Data Structures Spring 2015

CS 2302 Data Structures Spring 2015 1. General Information Instructor: CS 2302 Data Structures Spring 2015 Olac Fuentes Email: ofuentes@utep.edu Web: www.cs.utep.edu/ofuentes Office hours: Tuesdays and Thursdays 2:00-3:30, or by appointment,

More information

CSCI 3136 Principles of Programming Languages

CSCI 3136 Principles of Programming Languages CSCI 3136 Principles of Programming Languages Faculty of Computer Science Dalhousie University Winter 2013 CSCI 3136 Principles of Programming Languages Faculty of Computer Science Dalhousie University

More information

INFSCI 0017 Fundamentals of Object- Oriented Programming

INFSCI 0017 Fundamentals of Object- Oriented Programming INFSCI 0017 Fundamentals of Object- Oriented Programming Term: Fall 2013 Time: Thursdays 6:00 8:30 Location: Information Science Building, Room 404 Instructor: Dmitriy Babichenko Instructor s Email: dmb72@pitt.edu

More information

Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015

Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015 Carleton University School of Computer Science COMP 3009 - Computer graphics Fall 2015 Class Schedule Classroom HP4125 Class Time Tuesday and Thursday 16:00-18:00 Curese Website Information is on CULearn

More information

Introduction to Programming System Design. CSCI 455x (4 Units)

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,

More information

COMP-202B: Foundations of Programming

COMP-202B: Foundations of Programming COMP-202B: Foundations of Programming McGill University, Winter 2015 Course Details Instructor: Jonathan Tremblay Office: McConnell Engineering Building (MC) 231 Office hours: Monday & Wednesday 9:00 10:00

More information

IST639 Enterprise Technologies Course Syllabus Spring 2014

IST639 Enterprise Technologies Course Syllabus Spring 2014 Location: Hinds Hall 117 Wednesday Nights 5:15 PM to 8:05 PM Doug Taber 315-558-2359 pdtaber@syr.edu Office Hours: By Appointment Course Overview IST639 builds the basic understanding of the technical

More information

COMP 1405 Intro. to Computer Science I. Course Outline (F2015)

COMP 1405 Intro. to Computer Science I. Course Outline (F2015) Carleton University School of Computer Science COMP 1405 Intro. to Computer Science I Course Outline (F2015) Course Information Instructor: Mark Lanthier (Office 5127HP, Phone: 520-2600x8305, Email: lanthier@scs.carleton.ca)

More information

CS 261 C and Assembly Language Programming. Course Syllabus

CS 261 C and Assembly Language Programming. Course Syllabus CS 261 C and Assembly Language Programming Course Syllabus Spring 2016 Lecture: Tuesdays and Thursdays 9:10AM to 10:25 in VSCI 255 3 Semester Hours Instructor: Dick Lang, Ph.D. dick_lang@vancouver.wsu.edu

More information

Lecture 1: Introduction

Lecture 1: Introduction Programming Languages Lecture 1: Introduction Benjamin J. Keller Department of Computer Science, Virginia Tech Programming Languages Lecture 1 Introduction 2 Lecture Outline Preview History of Programming

More information

Introduction to Information Technology ITP 101x (4 Units)

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

More information

Foundations of Programming

Foundations of Programming Foundations of Programming Bulletin Description A first formal course in computer programming required (e.g. Comp 110, UNC). Intermediate programming: objects, pointers, classes, interfaces, packages,

More information

Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016

Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016 Syllabus Introduction to C++ Programming and Numerical Analysis Spring 2016 lead instructor: office: web: class time: Professor Johan Walden F655 walden@haas.berkeley.edu http://www.haas.berkeley.edu/faculty/walden.html

More information

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m.

SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. SYLLABUS MAC 1105 COLLEGE ALGEBRA Spring 2011 Tuesday & Thursday 12:30 p.m. 1:45 p.m. Instructor: Val Mohanakumar Office Location: Office Phone #: 253 7351 Email: vmohanakumar@hccfl.edu Webpage: http://www.hccfl.edu/faculty-info/vmohanakumar.aspx.

More information

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 The University of Akron Department of Mathematics 3450:145-803 COLLEGE ALGEBRA 4 credits Spring 2015 Instructor: Jonathan Hafner Email: jhafner@zips.uakron.edu Office: CAS 249 Phone: (330) 972 6158 Office

More information

Syllabus for CS 134 Java Programming

Syllabus for CS 134 Java Programming - Java Programming Syllabus Page 1 Syllabus for CS 134 Java Programming Computer Science Course Catalog 2000-2001: This course is an introduction to objectoriented programming using the Java language.

More information

Programming Languages

Programming Languages Programming Languages Qing Yi Course web site: www.cs.utsa.edu/~qingyi/cs3723 cs3723 1 A little about myself Qing Yi Ph.D. Rice University, USA. Assistant Professor, Department of Computer Science Office:

More information

MAT 117: College Algebra Fall 2013 Course Syllabus

MAT 117: College Algebra Fall 2013 Course Syllabus MAT 117: College Algebra Fall 2013 Course Syllabus Instructor: Douglas Williams E-mail - Phone: douglas.a.williams@asu.edu - 480-965-7561 Office: ECA 206 Office Hours: MWF 11:00-11:50, TTh 12:00-12:50,

More information

Course Outline. Fall Session 2015 A03

Course Outline. Fall Session 2015 A03 MIS 2000 - Information Systems for Management The University of Manitoba, I.H. Asper School of Business Department of Accounting and Finance Course Outline Fall Session 2015 A03 Instructor: Campus Office:

More information

Multimedia & the World Wide Web

Multimedia & the World Wide Web Multimedia & the World Wide Web Winter 2014 Quarter HCI 201 section 201 Class Meeting Times: Tuesdays, 1:00 PM to 2:30 PM Thursdays, 1:00 PM to 2:30 PM Instructor: Sal J. Barry Email: sbarry5@cdm.depaul.edu

More information

GEOGRAPHY 339: DISASTER MANAGEMENT AND COMMUNITY RESILIENCE DEPARTMENT OF GEOGRAPHY, UNIVERSITY OF VICTORIA Course outline Fall 2015

GEOGRAPHY 339: DISASTER MANAGEMENT AND COMMUNITY RESILIENCE DEPARTMENT OF GEOGRAPHY, UNIVERSITY OF VICTORIA Course outline Fall 2015 GEOGRAPHY 339: DISASTER MANAGEMENT AND COMMUNITY RESILIENCE DEPARTMENT OF GEOGRAPHY, UNIVERSITY OF VICTORIA Course outline Fall 2015 GENERAL INFORMATION Dr. Shannon Fargey Office: DTB Rm B308 Email: fargey@uvic.ca

More information

COMP-557: Fundamentals of Computer Graphics McGill University, Fall 2010

COMP-557: Fundamentals of Computer Graphics McGill University, Fall 2010 COMP-557: Fundamentals of Computer Graphics McGill University, Fall 2010 Class times 2:25 PM - 3:55 PM Mondays and Wednesdays Lecture room Trottier Building 2120 Instructor Paul Kry, kry@cs.mcgill.ca Course

More information

MASTER SYLLABUS 2015-2016

MASTER SYLLABUS 2015-2016 MASTER SYLLABUS 2015-2016 A. Academic Division: Business, Industry and Technology B. Discipline: Industrial Technology Engineering Design C. Course Number and Title: ENRD2170 Computer Aided Design II D.

More information

Language Evaluation Criteria. Evaluation Criteria: Readability. Evaluation Criteria: Writability. ICOM 4036 Programming Languages

Language Evaluation Criteria. Evaluation Criteria: Readability. Evaluation Criteria: Writability. ICOM 4036 Programming Languages ICOM 4036 Programming Languages Preliminaries Dr. Amirhossein Chinaei Dept. of Electrical & Computer Engineering UPRM Spring 2010 Language Evaluation Criteria Readability: the ease with which programs

More information

College Algebra MATH 1111/11

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

More information

Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009

Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009 Syllabus COMP 517 Computer Security Penn State Harrisburg Fall 2009 Instructor Dr. Jeremy Blum Office Location: Email (preferred contact method 1): Office hours (preferred contact method 2): 255W Olmsted

More information

INFO 3130 Management Information Systems Spring 2016

INFO 3130 Management Information Systems Spring 2016 Instructor: Office: Dr. Reginald Silver 304A Friday Building Phone: 704-687-6181 Email: rsilver5@uncc.edu Course Website: Moodle 2 Section Information: Section Day(s) Location Time Section 004 MW 3222

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits )

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits ) 1 NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits ) INSTRUCTOR: OFFICE: E-MAIL: PHONE: OFFICE HOURS: Course Description:

More information

Course Description. Prerequisites. CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015

Course Description. Prerequisites. CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015 CS-119/119L, Section 0137/0138 Course Syllabus Program Design & Development - Fall 2015 Course Description CS-119 Section 0137 Hybrid course (Classroom/web) 3 Units CS-119L Lab section 0138 1 Unit (You

More information

Fundamentals of Java Programming

Fundamentals of Java Programming Fundamentals of Java Programming This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors

More information

Masters of Science in Software & Information Systems

Masters of Science in Software & Information Systems Masters of Science in Software & Information Systems To be developed and delivered in conjunction with Regis University, School for Professional Studies Object Oriented Design Table of Contents January

More information

UCC1: New Course Transmittal Form

UCC1: New Course Transmittal Form UCC1: New Course Transmittal Form Department Name and Number Recommended SCNS Course Identification Prefix Level Course Number Lab Code Course Title (please limit to 21 characters) Effective Term and Year

More information

Prerequisites: ACC-110, BUS-101 After successfully completing all course activities, the student will be able:

Prerequisites: ACC-110, BUS-101 After successfully completing all course activities, the student will be able: Bergen Community College Division of Business, Arts and Social Sciences Department of Business Administration and Hotel/Restaurant Management Departmental Policy Syllabus BNF-203 Cash Management Semester

More information

CSCI 528: OBJECT ORIENTED PROGRAMMING, Fall 2015

CSCI 528: OBJECT ORIENTED PROGRAMMING, Fall 2015 INSTRUCTOR: CSCI 528: OBJECT ORIENTED PROGRAMMING, Fall 2015 Dr. Will McWhorter Adjunct Professor, Department of Computer Science Office: Online Only Phone: 903-434-8223 Email: William.McWhorter@tamuc.edu

More information

SE 4472a / ECE 9064a: Information Security

SE 4472a / ECE 9064a: Information Security Western University Faculty of Engineering Department of Electrical and Computer Engineering SE 4472a / ECE 9064a: Information Security Course Outline 2015-16 Description: This course provides an introduction

More information

AMBERTON UNIVERSITY e-course SYLLABUS **This course will be administered via an alternative learning management system**

AMBERTON UNIVERSITY e-course SYLLABUS **This course will be administered via an alternative learning management system** AMBERTON UNIVERSITY e-course SYLLABUS **This course will be administered via an alternative learning management system** MGT4192.E1 BUSINESS ETHICS FALL 2014 PROFESSOR INFORMATION: Name: Cindy Breen Phone

More information

02-201: Programming for Scientists

02-201: Programming for Scientists 1. Course Information 1.1 Course description 02-201: Programming for Scientists Carl Kingsford Fall 2015 Provides a practical introduction to programming for students with little or no prior programming

More information

AMBERTON UNIVERSITY e-course SYLLABUS

AMBERTON UNIVERSITY e-course SYLLABUS AMBERTON UNIVERSITY e-course SYLLABUS MGT4503.E1 Project Risk and Time Management FALL 2014 PROFESSOR INFORMATION: Name: Steven A. Hardaway, PMP Phone Number: 972-279-6511 ext. 219 Email Address: MGT4503.E1@eCmail.Amberton.edu

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

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

KITES TECHNOLOGY COURSE MODULE (C, C++, DS) KITES TECHNOLOGY 360 Degree Solution www.kitestechnology.com/academy.php info@kitestechnology.com technologykites@gmail.com Contact: - 8961334776 9433759247 9830639522.NET JAVA WEB DESIGN PHP SQL, PL/SQL

More information

West Los Angeles College

West Los Angeles College West Los Angeles College SPAN 001 Online # 8175 & 8372 Syllabus Fall 2015 Prof. Yunsook Kim kimy2@wlac.edu WLAC Online class room: ETUDES: www.myetudes.org (Monday-Thursday) Vistas 4th ed. SUPERSITE (Digital

More information

MGMT 360 (Hybrid) Organizational Theory

MGMT 360 (Hybrid) Organizational Theory Columbia College Online Campus P a g e 1 MGMT 360 (Hybrid) Organizational Theory Early Fall Session 15/11 August 17 October 10, 2015 Course Description Examination of the foundations, theories, models,

More information

Chapter 1. Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705. CS-4337 Organization of Programming Languages

Chapter 1. Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705. CS-4337 Organization of Programming Languages Chapter 1 CS-4337 Organization of Programming Languages Dr. Chris Irwin Davis Email: cid021000@utdallas.edu Phone: (972) 883-3574 Office: ECSS 4.705 Chapter 1 Topics Reasons for Studying Concepts of Programming

More information

Programming and Software Development CTAG Alignments

Programming and Software Development CTAG Alignments Programming and Software Development CTAG Alignments This document contains information about four Career-Technical Articulation Numbers (CTANs) for Programming and Software Development Career-Technical

More information

GET 114 Computer Programming Course Outline. Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment)

GET 114 Computer Programming Course Outline. Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment) GET 114 Computer Programming Course Outline Electrical Engineering Technology Fall 2015 Instructor: Craig West Office: 2915-11 Contact: craig.west@rdc.ab.ca Office Hours: TBD 403.342.3415 (or by appointment)

More information

PADM 596: Research Methods for Public Managers Spring 2016

PADM 596: Research Methods for Public Managers Spring 2016 PADM 596: Research Methods for Public Managers Spring 2016 Instructor: Shane Day Time: Thursdays, 4:00pm - 6:30pm Location: Dane Smith Hall 134 Office: Social Sciences 3006 Phone: (505) 750-4884 Email:

More information

Programming Languages

Programming Languages CS 345 Programming Languages Vitaly Shmatikov http://www.cs.utexas.edu/~shmat/courses/cs345/ slide 1 Course Personnel Instructor: Vitaly Shmatikov Office: CSA 1.114 Office hours: Tuesday, 3:30-4:30pm (after

More information

THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System

THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System THE UNIVERSITY OF HONG KONG FACULTY OF BUSINESS AND ECONOMICS Course Template for the Learning Outcomes System BE103/512 School of Economics and Finance FINA0404/ FINA3351 Spreadsheet Financial Modeling

More information

Introduction to Java Programming ITP 109 (2 Units) Fall 2015

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

More information

CS 425 Software Engineering. Course Syllabus

CS 425 Software Engineering. Course Syllabus Department of Computer Science and Engineering College of Engineering, University of Nevada, Reno Fall 2013 CS 425 Software Engineering Course Syllabus Lectures: Instructor: Office hours: Catalog description:

More information

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department COURSE: CST1201 Programming Fundamentals (2 class hours, 2 lab hours, 3 credits) Course Description: This course is an intensive

More information

Writing Across the Campus (WAC)

Writing Across the Campus (WAC) September 4, 2015 Writing Across the Campus (WAC) The Computer Science Department The WAC Plan for the CSC3050 Software Engineering Course Implementing the System Development Life Cycle (CDLC) Goal: The

More information

Computer Science CS 2334: Programming structures and abstractions

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

More information

Java and J2EE (SCJA Exam CX-310-019) 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080

Java and J2EE (SCJA Exam CX-310-019) 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 COURSE SYLLABUS Java and J2EE (SCJA Exam CX-310-019) 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 Victoria Commons, 613 Hope Rd Building #5, Eatontown, NJ 07724 130 Clinton Rd, Fairfield, NJ 07004

More information

CEC225 COURSE COMPACT

CEC225 COURSE COMPACT CEC225 COURSE COMPACT Course GEC 225 Applied Computer Programming II(2 Units) Compulsory Course Duration Two hours per week for 15 weeks (30 hours) Lecturer Data Name of the lecturer: Dr. Oyelami Olufemi

More information

Michael G. Foster School of Business University of Washington. MBA Core Managerial Finance BA 500 Fall 2015 Prof. Thomas Gilbert.

Michael G. Foster School of Business University of Washington. MBA Core Managerial Finance BA 500 Fall 2015 Prof. Thomas Gilbert. Michael G. Foster School of Business University of Washington MBA Core Managerial Finance BA 500 Fall 2015 Prof. Thomas Gilbert Syllabus Price is what you pay. Value is what you get. Warren Buffett This

More information

CS 649 Database Management Systems. Fall 2011

CS 649 Database Management Systems. Fall 2011 SCHOOL OF BUSINESS, PUBLIC ADMINISTRATION AND INFORMATION SCIENCES LONG ISLAND UNIVERSITY, BROOKLYN CAMPUS DEPARTMENT OF COMPUTER SCIENCE CS 649 Database Management Systems Fall 2011 Course Schedule: Thursday

More information

CS 425 Software Engineering. Course Syllabus

CS 425 Software Engineering. Course Syllabus Department of Computer Science and Engineering College of Engineering, University of Nevada, Reno Fall 2015 CS 425 Software Engineering Course Syllabus Lectures: TR, 9:30 10:45 am, LEG-212 Instructor:

More information

Course Outline. 1. COURSE INFORMATION Session Offered Winter 2012 Course Name Mathematics V

Course Outline. 1. COURSE INFORMATION Session Offered Winter 2012 Course Name Mathematics V Course Outline 1. COURSE INFORMATION Session Offered Winter 2012 Course Name Mathematics V Course Code ENG TECH 3MA3 Program Name Civil Engineering and Infrastructure Technology / Energy Engineering Technologies

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

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science I. Basic Course Information RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 105 Foundations of Computer Science A. Course Number and Title: CISY-105, Foundations of Computer Science B. New

More information

Multimedia 100 Syllabus

Multimedia 100 Syllabus Multimedia 1 Syllabus Course information Introduction to Multimedia Multimedia 1 Section Number 836 Fall 1 Etudes Instructor / Contact Information Brian Olson FA 3 Office Please email me for in person

More information

Michael G. Foster School of Business University of Washington. MBA Core Managerial Finance BA 500 Fall 2013. Thomas Gilbert.

Michael G. Foster School of Business University of Washington. MBA Core Managerial Finance BA 500 Fall 2013. Thomas Gilbert. Michael G. Foster School of Business University of Washington MBA Core Managerial Finance BA 500 Fall 2013 Prof. Thomas Gilbert Syllabus Price is what you pay. Value is what you get. Warren Buffett This

More information

Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course

Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course Statistics 3202 Introduction to Statistical Inference for Data Analytics 4-semester-hour course Prerequisite: Stat 3201 (Introduction to Probability for Data Analytics) Exclusions: Class distribution:

More information

Troy Online. Course Syllabus. BUS4474 Business and Society Term 4 2016

Troy Online. Course Syllabus. BUS4474 Business and Society Term 4 2016 Troy Online Course Syllabus BUS4474 Business and Society Term 4 2016 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during

More information

CS 301 Course Information

CS 301 Course Information CS 301: Languages and Automata January 9, 2009 CS 301 Course Information Prof. Robert H. Sloan Handout 1 Lecture: Tuesday Thursday, 2:00 3:15, LC A5 Weekly Problem Session: Wednesday, 4:00 4:50 p.m., LC

More information

Course Syllabus MGT 300 Management Online Fall 2013

Course Syllabus MGT 300 Management Online Fall 2013 Course Syllabus MGT 300 Online Fall 2013 INSTRUCTOR INFORMATION: Professor: Dr. Terry Mullins Office: Bryan 347 Office Hours: By appointment for online course. E-mail: twmullin@uncg.edu Phone: Office:

More information

Syllabus CIS 64B - Summer 2015. Description

Syllabus CIS 64B - Summer 2015. Description Syllabus CIS 64B - Summer 2015 Description Introduction to Oracle, SQL, DML, processing techniques, DDL techniques, selecting and sorting data, Joins, SQL functions, Oracle object, Oracle data processing

More information

Sample Online Syllabus

Sample Online Syllabus Sample Online Syllabus This sample syllabus is based off of the MCCC DE-1 form and is designed to provide suggestions to instructors seeking to create a comprehensive syllabus for teaching online. Please

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006

INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 INFO 2130 Introduction to Business Computing Spring 2013 Self-Paced Section 006 Course Coordinator & Master Instructor: Prof. Ming-Chang Huang Office: 306A, Friday Phone: 704-687-7452 Email: mhuang5@uncc.edu

More information

El Dorado Union High School District Educational Services

El Dorado Union High School District Educational Services El Dorado Union High School District Course of Study Information Page Course Title: ACE Computer Programming I (#494) Rationale: A continuum of courses, including advanced classes in technology is needed.

More information

BADM323: Information Systems for Business Professionals SU2016 Online Course

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

More information

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better.

The course assumes successful completion of CSCI E-50a and CSCI E-50b, i.e. at least two semesters of programming, with a grade of C- or better. Syllabus Artificial Intelligence CSCI E-220 Fall 2012 Time Thursdays, 5:30-7:30pm Location Maxwell-Dworkin G135 Instructor Eric Breck (http://www-personal.umich.edu/~ebreck) Email ebreck@fas.harvard.edu

More information

Network Security Course Specifications2011-2012

Network Security Course Specifications2011-2012 Assiut University Faculty of Computers & Information Department of Information Technology Quality Assurance Unit Network Security Course Specifications2011-2012 Relevant program B.Sc. in Computers and

More information

IT 101 Introduction to Information Technology

IT 101 Introduction to Information Technology Applied Information Technology Department Course Syllabus IT 101 Introduction to Information Technology Catalog Description Introduces students to the fundamental concepts in information technology (IT)

More information

AGRI 2030 Technical Communications COURSE OUTLINE January - April 2013

AGRI 2030 Technical Communications COURSE OUTLINE January - April 2013 University of Manitoba Faculty of Agricultural and Food Sciences Department 065 - General Agriculture AGRI 2030 Technical Communications COURSE OUTLINE uary - April 2013 No. of Credits: 3 Instructor: Contact

More information

TA contact information, office hours & locations will be posted in the Course Contacts area of Blackboard by end of first week.

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

More information

Monfort College of Business Semester Course Syllabus (2015-2016)

Monfort College of Business Semester Course Syllabus (2015-2016) Monfort College of Business Semester Course Syllabus (2015-2016) COURSE PREFIX/TITLE: BACS 387 Object Oriented System Development Sem. Hrs. 3 Ed. Cap: 40 CATALOG DESCRIPTION: Prerequisites: BACS 287. Business

More information

INTRODUCTION TO ONLINE REPORTING & PRODUCTION JOUR 280 Mondays and Wednesdays, 1:30 p.m. - 3:00 p.m. 14 E. Jackson, Room 1230

INTRODUCTION TO ONLINE REPORTING & PRODUCTION JOUR 280 Mondays and Wednesdays, 1:30 p.m. - 3:00 p.m. 14 E. Jackson, Room 1230 INTRODUCTION TO ONLINE REPORTING & PRODUCTION JOUR 280 Mondays and Wednesdays, 1:30 p.m. - 3:00 p.m. 14 E. Jackson, Room 1230 Instructor Email Phone Office Hours Hai L. Tran, Ph.D. htran10@depaul.edu 312-362-6064

More information

AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door!

AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door! AP Computer Science Summer Assignment Due: 1 st day of class, as you walk into the door! Purpose: The purpose of the AP Computer Science summer assignment is to prepare the student for the challenges in

More information

Course Overview. Course Learning Objectives

Course Overview. Course Learning Objectives TCMG-506-6R1 University of Bridgeport Technology Management Advanced Program and Project Management ---------------------------------------------------------------------------------------------------------------------

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

BCS Higher Education Qualifications. Professional Graduate Diploma in IT. Programming Paradigms Syllabus

BCS Higher Education Qualifications. Professional Graduate Diploma in IT. Programming Paradigms Syllabus BCS Higher Education Qualifications Professional Graduate Diploma in IT Programming Paradigms Syllabus Version: 180516 Contents 1. Change History 3 2. Rationale 3 3. Aims 3 4. Objectives 3 5. Prior Knowledge

More information

SYLLABUS INSTRUCTOR NAME: DONNA MCGOVERN INSTRUCTOR EMAIL:

SYLLABUS INSTRUCTOR NAME: DONNA MCGOVERN INSTRUCTOR EMAIL: ACCOUNTING 130 COMPUTERIZED ACCOUNTING, online COURSE SYLLABUS INSTRUCTOR NAME: DONNA MCGOVERN INSTRUCTOR EMAIL: dmcgovern@gwc.cccd.edu or donna@custombri.com COURSE DESCRIPTION This course provides reinforcement

More information

TOWARDS A GREEN PROGRAMMING PARADIGM FOR MOBILE SOFTWARE DEVELOPMENT

TOWARDS A GREEN PROGRAMMING PARADIGM FOR MOBILE SOFTWARE DEVELOPMENT TOWARDS A GREEN PROGRAMMING PARADIGM FOR MOBILE SOFTWARE DEVELOPMENT Selvakumar Samuel Asia Pacific University of Technology and Innovation Technology Park Malaysia 57000 Bukit Jalil, Malaysia. Email:

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: COP 2837 COURSE TITLE: Introduction to Programming with Visual Basic.NET PREREQUISITE(S): COP 1000 COREQUISITE(S):

More information

Math 143 - College Algebra (Online)

Math 143 - College Algebra (Online) Math 143 - College Algebra (Online) 3 Credits Term: Instructor: Spring 2010 Ken Floyd (208) 732-6583 Office Location: Office Hours: Shields 206E 1-2 PM, M - F E-mail: kfloyd@csi.edu 10 AM - Noon Saturday

More information

MET 230 Robotics Course Outline

MET 230 Robotics Course Outline Instructor: Reza Aminzadeh MET 230 Robotics Course Outline Tel: TBA Office Hours: Fridays 16:30-17:00 Office: 962-H Class Time: Monday 10:00-11:30, Friday 15:00-16:30 Room: 2301 Lab Time: Monday 8:00-10:00

More information

Winter 2016 PHS 652 Online University of Waterloo. Week Activities and Assignments Due Date Weight. Module 1: The qualitative research paradigm

Winter 2016 PHS 652 Online University of Waterloo. Week Activities and Assignments Due Date Weight. Module 1: The qualitative research paradigm Course Schedule IMPORTANT: ALL TIMES EASTERN - Please see the University Policies section of your Syllabus for details Week Activities and Assignments Due Date Weight Module 1: The qualitative research

More information

IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013. Instructor: Jack Caster Telephone: 260-482-9171 ext.

IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013. Instructor: Jack Caster Telephone: 260-482-9171 ext. IVY TECH COMMUNITY COLLEGE REGION 03 SYLLABUS MATH 136: COLLEGE ALGEBRA SUMMER 2013 Instructor: Jack Caster Telephone: 260-482-9171 ext. 2518 Classroom Number: CC1784 E-mail Address: jcaster@ivytech.edu

More information

CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS:

CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS: CENTRAL TEXAS COLLEGE ITSE 2459 ADVANCED COMPUTER PROGRAMMING C# Semester Hours Credit: 4 INSTRUCTOR: OFFICE HOURS: I. INTRODUCTION A. This course presents advanced programming techniques including file

More information

MIS 6204 Information Technology and MIS Fundamentals

MIS 6204 Information Technology and MIS Fundamentals MIS 6204 Information Technology and MIS Fundamentals Course Information Course Number/Section MIS 6204 Section 596 Course Title Information Technology and MIS Fundamentals Term Spring 2010 Second 8 Weeks

More information

School of Computer Science

School of Computer Science School of Computer Science Computer Science (CS) modules Computer Science - 1000 & 2000 Level - 2014/15 - November 2014 CS1002 Object-Oriented Programming SCOTCAT Credits: 20 SCQF Level 7 Semester: 1 10.00

More information

CS 300 Data Structures Syllabus - Fall 2014

CS 300 Data Structures Syllabus - Fall 2014 CS 300 Data Structures Syllabus - Fall 2014 Catalog Description Data structures are fundamental to advanced, efficient programming. Topics including asymptotic analysis, stacks, queues, linked lists, trees,

More information