CS135 Computer Science I Spring 2015
|
|
- Patricia Lorin McCormick
- 5 years ago
- Views:
Transcription
1 CS135 Computer Science I Spring 2015 Instructor: Laura Pike Phone: Office: HTC 131 Office Hours: Monday 9:00 11:30 am Thursday 1:00-3:30 pm Textbooks: ISBN: , Cay Horstmann, C++ for Everyone, second edition. John Wiley & Sons, Inc., Go to schedule online, and find CS 135, click on Details link, and then the View Textbooks link. Books are available at the college bookstore or Search using the title or ISBN number at various discounters / used book dealers. Catalog Description: This course is an introduction to modern problem solving and programming methods. Emphasis is placed on algorithm development. A special focus will be on procedural and data abstraction, emphasizing design, testing, and documentation. (3 credits) Course Prerequisites: MATH 126 or higher. May be taken concurrently with MATH 126. Course Description: This hands-on course is designed to introduce you to programming and computer science. The courses primary focus will be on problem solving with secondary focus on algorithm development, design, and programming concepts. Lectures, projects and exercises reinforce skills as they are learned. Specific topic coverage includes: sequence of the processes, data representation, mathematical expressions, decision structure, repetition, functions, and arrays. METHOD OF INSTRUCTION: This class will be taught via Internet using Web Campus. You are expected to participate in online discussions, assignments, various quizzes, and exams, and other class activities. As an Internet based class, there are no traditional lectures, discussions, or labs. In lieu of lectures I will create various posts, video lectures, and link supplementary materials as appropriate which you are expected to review each week. Programming assignments are accomplished by the use of Bloodshed Dev C++ programming environment (a free download). Some lectures may be accompanied with podcasts which will be linked to this online syllabus for you to download. These podcasts will be recorded in the MP4 format and can be listened to using any Windows, Mac, or Linux computer or with an MP4 player. I will also post potential discussion ideas and
2 comments which you will be expected to respond to. I will read and assess your posts as well as comment on them if necessary for clarification purposes. AN IMPORTANT NOTE ABOUT ONLINE CLASSES: 1. Do not assume that online classes are easier than traditional "face-to-face" classes. 2. Online classes can actually be more difficult than traditional classes. They require constant motivation and self-direction on the part of the student. 3. You are responsible for reading, studying, asking questions, completing assignments, being organized, and staying on schedule. 4. Instead of classroom discussions you will be expected to post your own college quality written comments on one topic related to the class readings as assigned as well as respond to your fellow students' comments. GENERAL EDUCATION OBJECTIVES & STUDENT LEARNING OUTCOMES This course will introduces the concepts of Computer Science and prepare a student with problem solving skill required in most engineering fields of study. It designed as a transferable course for a baccalaureate degree. In addition to degree requirements, the faculty of GBC has established a goal to ensure that all students graduating with either an associate s or bachelor s degree have had the opportunity to develop an awareness of and abilities in specific areas. These areas are detailed in the GBC General Catalog. CS 135 is a General Education Technology Area class option, and therefore has particular emphasis with the following General Education Objectives. COMMUNICATION SKILLS: Students will be responsible for completing weekly assignments involving oral and written forms of communication, embracing discussions, reading, listening, and accessing information. CRITICAL THINKING: The progression of this class through the semester requires creative, logic, quantitative reasoning, and inquiry as the means towards understanding problem solving. Quantitative Ability Element: Throughout the semester, students will demonstrate quantitative ability with a variety of programing concepts. A few examples are assignment statements, expressions, and looping. Independent Thought: Throughout the semester, students will demonstrate logic and visual thinking in the creation of algorithms necessary to solve a problem. Scientific Understanding: Throughout the semester, students will demonstrate the understanding of programming languages and the elements common to them. PERSONAL AND CULTURAL AWARENESS: Students will gain an understanding of the roles of individuals and groups as it pertains to the technological society. Sense of the Individual in Society: Students will demonstrate the value of programming as an element of efficiency and social progress through assignments.
3 Sense of the Past: Students will gain an understanding of the technological advances that programming has provided to society. Sense of Accountability: Students will gain an understanding of computer ethics as it pertains to computing professionals. TECHNOLOGICAL UNDERSTANDING: The primary tools used in this class will be technology based: Computer systems (hardware and software), and programs and programming languages (specifically C++). STUDENT RESPONSABILITIES: Be able to access the class website through Web Campus. Contact the Technology Help Desk - Phone: Have and maintain High Speed Internet access throughout the semester. 2. Have and maintain all software required for the class throughout the semester. 3. Have and maintain a virus-free computer throughout the semester. 4. Have knowledge of Windows and file handling. LEARNING OUTCOMES The successful student in this class will have and be able to: 1. Perform problem solving techniques by creating algorithms 2. Design and create a program using sequencing 3. Identify and use the various data types 4. Create assignment statements and mathematical expressions 5. Create decision structures and repetitive loops 6. Identify and design functions 7. Create and use arrays Learner Outcome Measurements Measurement Method Learner Outcomes Class Discussion via web posts 1, 2, 3, 4, 5, 6, 7 Lab assignments 1, 2, 3, 4, 5, 6, 7 Project assignments 1, 2, 3, 4, 5, 6, 7 Written examinations 1, 2, 3, 4, 5, 6, 7 Class Policies & Procedures GRADING POLICY: Grading in this course is based upon the following: Discussions 10% Assignments 50% Capstone Project 10% Tests 30%
4 The grades will be calculated on a percentage scale and then recorded as the corresponding grade point value as shown below. Percentage Grade Point Value Letter Grade A A B B B C C C D D D- < F I Incomplete See below W Withdrawal See below If, for some reason, you feel that you cannot complete the course, you must officially (W)ithdraw from the class by the Monday of the tenth week. If you do not officially withdraw by the drop deadline, your grade will be based on the assignments you have completed averaged with zeros for uncompleted assignments. To withdraw from the class, you must contact the instructor and complete the Add/Drop form available online or at your local center. The W is not used in computing your cumulative grade-point average. It will appear, however, on your transcript, and will always be a permanent part of it. An (I)ncomplete will be given only to a student who has completed ¾ of the course with a grade of C or better, but is unable to complete the class for good cause. You must arrange for the incomplete with your instructor and acknowledge the statement of work you must complete to receive a final grade. You have until March 15 th for Fall Semesters and October 15 th for Spring Semesters to complete the work for a final grade. An incomplete not made up within this time period will have be assigned a grade of F. EXAM & QUIZ PROCEDURES: All exams and quizzes will be objective, e.g. true/false, multiple choice, fill-in the blank, etc, and will be conducted using Web Campus. ATTENDANCE POLICY: The instructor must agree in advance to any excused absences unless there are strong extenuating circumstances. Three (3) unexcused absences can result in a failing grade, in an on-line class an absence is one week when you do not participate in class or contact the instructor.
5 OTHER POLICIES: Plagiarism and other forms of academic dishonesty will not be tolerated and can result in a failing grade. The student conduct policy stated in the GBC Catalog will be enforced. This syllabus is not a contract and is subject to reasonable changes as the class proceeds. ACCOMMODATIONS FOR STUDENTS WITH DISABILITIES: Great Basin College is committed to providing equal educational opportunities to qualified students with disabilities in accordance with state and federal laws and regulations, including the Americans with Disabilities Act of 1990 and Section 504 of the Rehabilitation Act of A qualified student must furnish current verification of disability. The Director of Services for Students with Disabilities will assist qualified students with disabilities in securing the appropriate and reasonable accommodations, auxiliary aids and services. For more information or further assistance, please call (775) COURSE SCHEDULE Please note: this schedule is subject to change based on class progress & other factors. Week 1: Class Introduction Install Bloodshed Dev C++ programming environment Week 2: Chapter 1 Introduction to C++ Week 3: Chapter 2 Fundamental Data Types Week 4: Chapter 3 Decisions Week 5: Chapter 4 Loops Week 6: Test 1 Chapter 5 Week 7: Chapter 6 Arrays and Vectors Week 8: Chapter 6 Arrays and Vectors continued Week 9 Chapter 7 Pointers Week 10 Test 2 Chapter 8 Week 11 Chapter 9 Classes Week 12 Chapter 10 Inheritance Week 13 Chapter 12 Sorting and Searching Week 14 Test 3 Written exam will be released on WebCampus Functions Written exam will be released on WebCampus Streams Written exam will be released on WebCampus Capstone Project Project Week 15 Project Capstone Project Week 16 Finals Week Capstone Project due
CIT215 - Microsoft Networking V Spring 2015
CIT215 - Microsoft Networking V Spring 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Monday and Tuesday 9:00 11:00 am Thur. 4:00-5:00 pm, online
CIT 212 Microsoft Networking II Windows Server 2012 R2 Administration Fall 2015
CIT 212 Microsoft Networking II Windows Server 2012 R2 Administration Fall 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Mon & Wed. 1:30 2:30pm
CIT 217 Security + Network Security Fall 2015
CIT 217 Security + Network Security Fall 2015 Instructor: Laura Pike Email: laura.pike@gbcnv.edu Phone: 775-753-2288 Office: HTC 131 Office Hours: Mon & Wed. 1:30 2:30pm via Cranium Café Tus. 7-8pm via
Great Basin College Spring 2015. GRC 360: Typography & Letterforms 3 credits
Great Basin College Spring 2015 Instructor Textbook GRC 360: Typography & Letterforms 3 credits Kathy Schwandt office: High Tech Center (HTC) Room 129, 775-753-2218 email available through the WebCampus
Room 132-775 -753-2307 (voice mail) Check office hours under Class Information I do not check email or voice mail on weekends or holidays.
IS 101 - Introduction to Information Systems - 1001 Fall 2015-3 credits Please read completely through this syllabus and print it for future reference. Eight Week Class Instructor: Cindy Hyslop E-mail:
Great Basin College Spring Semester 2015. GRC 188 section 1001 Web Animation and Interactivity I
Great Basin College Spring Semester 2015 GRC 188 section 1001 Web Animation and Interactivity I Instructor Website Kathy Schwandt office: High Tech Center (HTC) Room 129, 775-753-2218 email available through
Great Basin College Fall Semester 2015 GRC 156 Online Computer Illustration
Great Basin College Fall Semester 2015 GRC 156 Online Computer Illustration Instructor Textbooks Kathy Schwandt office: High Tech Center (HTC) Room 129, 775-753-2218 email available through the WebCampus
S Y L L A B U S F O R C H E M 1 2 1 G E N E R A L C H E M I S T R Y I, 4 C R, G R E A T B A S I N C O L L E G E
S Y L L A B U S F O R C H E M 1 2 1 G E N E R A L C H E M I S T R Y I, 4 C R, G R E A T B A S I N C O L L E G E Instructor: Dr. David Freistroffer Office: Lundberg 109 (in the fishbowl ) Phone: 753-2018
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,
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
BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1432 INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING
BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ITSE 1432: INTRODUCTION TO VISUAL BASIC.NET PROGRAMMING COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ITSE 1432 INTRODUCTION
ERP 5210 Performance Dashboards, Scorecard, and Data Visualization Course Syllabus Spring 2015
ERP 5210 Performance Dashboards, Scorecard, and Data Visualization Course Syllabus Spring 2015 Department of Business & Information Technology Mission Capitalizing on the strong technological emphasis
TECH 4101 HUMAN RESOURCES FOR ADMINISTRATIVE AND TECHNOLOGY MANAGERS (R1 section) Course Syllabus Fall 2015
TECH 4101 HUMAN RESOURCES FOR ADMINISTRATIVE AND TECHNOLOGY MANAGERS (R1 section) Course Syllabus Fall 2015 Individuals with disabilities who need to request accommodations should contact the Disability
Professor: Monica Hernandez Phone: (956)295-3562 Dept. Secretary Ms. Canales 956-295-3817
Texas Southmost College PSYC 2301 50A/60A General Psychology Course Syllabus PSYC 2301. 50A/60A General Psychology Professor: Monica Hernandez Phone: (956)295-3562 Dept. Secretary Ms. Canales 956-295-3817
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:
SOUTHEASTERN LOUISIANA UNIVERSITY School of Nursing Spring, 2004. Completion of all 200 level nursing courses
SOUTHEASTERN LOUISIANA UNIVERSITY School of Nursing Spring, 2004 COURSE NUMBER: Nursing 378 COURSE TITLE: COURSE CREDIT: CONTACT HOURS: PLACEMENT IN CURRICULUM: PREREQUISITES: FACULTY: Research in Nursing
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
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:
ENGR 102: Engineering Problem Solving II
ENGR 102: Engineering Problem Solving II CLASS SCHEDULE AND LOCATION: COURSE FORMAT: CREDIT HOURS: PREREQUISITES: In-class lecture, class activities, group projects, and exams 3 credit hours ENGR 101,
PSYCHOLOGY 2301 INTRODUCTION TO PSYCHOLOGY BROOKHAVEN COLLEGE & DALLAS COLLEGES ONLINE DCCCD SOCIAL SCIENCE
PSYCHOLOGY 2301 INTRODUCTION TO PSYCHOLOGY BROOKHAVEN COLLEGE & DALLAS COLLEGES ONLINE DCCCD SOCIAL SCIENCE PROFESSOR: Bill Sigsbee, MA, LPA OFFICE: K210 PHONE: 972 / 860-4360 E-MAIL: bsigsbee@dcccd.edu
In the College of Education at Stephen F. Austin State University, we value and are committed to:
HMS 146 - Introduction to Family and Child Development Spring 2014 (March 6 May 9) Instructor: Johnny Sue Reynolds, Ph.D., CFCS, CPFFE Course Time & Location: Online Only Office Hours: Online Only Dr.
Small Business Management BUSG 2309 Course Syllabus
Small Business Management BUSG 2309 Course Syllabus Semester with course reference number: Fall 24285 Course location, time: Spring Branch, Thursdays 6:30-8:30 PM, Hybrid Instructor D.S. (Steve) Ferguson,
Syllabus Systems Analysis and Design Page 1 of 6
Syllabus Systems Analysis and Design Page 1 of 6 Austin Community College Department of Computer Studies and Advanced Technology Systems Analysis and Design ITSE1450-543 (capstone course) Syllabus Spring
LeMoyne-Owen College. Division of Natural and Mathematical Sciences Programming in Java II, COSI 225 Spring, 2016
Instructor: Office Room: LeMoyne-Owen College Division of Natural and Mathematical Sciences Programming in Java II, COSI 225 Spring, 2016 Valerie Chu, Ph.D. GOH 400D Office Phone: (901) 435-1378 Office
Syllabus Outline. Syllabus COSC1336 Programming Fundamentals I Page 1 of 6
Syllabus COSC1336 Programming Fundamentals I Page 1 of 6 Syllabus Outline Austin Community College Department of Computer Studies and Advanced Technology Programming Fundamentals I ALL sections Spring
CIT 203-I01 Access Certification Preparation Online
CIT 203-I01 Access Certification Preparation Online 1001 Using Microsoft Access 2013 3 credits Fall 2015 August 31 December 18 Please read completely through this syllabus and print it for future reference.
Course Syllabus. COSC 1437 Programming Fundamentals II. Revision Date: August 21, 2013
Course Syllabus COSC 1437 Programming Fundamentals II Revision Date: August 21, 2013 Catalog Description: This course contains further applications of programming techniques in the C++ programming language.
How To Pass A Customer Service Course At Tstc
MRKG 1301 Customer Relationship Management COURSE SYLLABUS COURSE NUMBER AND TITLE: MRKG 1301 Customer Relationship Management (Online Lecture Class) COURSE (CATALOG) DESCRIPTION: Study of general principles
etroy Abnormal Psychology 3304 TERM 1, 2015
etroy Abnormal Psychology 3304 TERM 1, 2015 For course syllabus posted prior to the beginning of the term, the instructor reserves the right to make minor changes prior to or during the term. The instructor
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:
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
Required Textbook: Sciarra, Dorothy June, Dorsey, Anne G., Developing and Administering a Child Care and Education Program, 7th Edition.
CD 137 Syllabus Page 1 of 5 CD 137 Syllabus for Spring, 2013 A 3 unit course taught exclusively online, with online orientation completed the first week of the semester Section #0817 Administration of
Cedar Valley College MATH 1414 College Algebra
Cedar Valley College MATH 1414 College Algebra GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve
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
Thursday 11:00 a.m. - 12:00 p.m. and by appointment
Instructor Information Instructor: CIS 4: Introduction to Computers, Business Applications Gina Jerry Phone: 310-434-4686 E-mail: Website: Course Website: Office: Office Hours: Course Description jerry_gina@smc.edu
Cedar Valley College MATH 2412 Precalculus
. Cedar Valley College MATH 2412 Precalculus GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve
INFO 3229 001 & 090 Business Data Communications and Information Security Fall 2014
INFO 3229 001 & 090 Business Data Communications and Information Security Fall 2014 INSTRUCTOR: Dr. Sungjune Park OFFICE: 353B Friday PHONE: (704) 687-7628 EMAIL: supark@uncc.edu OFFICE HOURS: Tue & Thu
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
Cedar Valley College MATH 2414 Calculus II
Cedar Valley College MATH 2414 Calculus II GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve student
College of Southern Maryland Fundamentals of Accounting Practice(ACC 1015) Course Syllabus Spring 2015
INSTRUCTOR: College of Southern Maryland Fundamentals of Accounting Practice(ACC 1015) Course Syllabus Spring 2015 Bonnie Harrison Office - Room #228 (PFA) Office Hours: Tuesdays: 9:00am 10:00am Wednesday:
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:
ENGL 1302 ONLINE English Composition II Course Syllabus: Spring 2015
ENGL 1302 ONLINE English Composition II Course Syllabus: Spring 2015 Northeast Texas Community College exists to provide responsible, exemplary learning opportunities. Carolyn May Office: online several
San José State University CS160, Software Engineering, Sections 1, 2, and 4, Fall, 2015
San José State University CS160, Software Engineering, Sections 1, 2, and 4, Fall, 2015 Course and Contact Information Instructor: Office Location: H. Chris Tseng MH213 Telephone: (408) 924-7255 Email:
MIS 4336 Networks and Data Communication. Spring 2016
MIS 4336 Networks and Data Communication Spring 2016 Provides an in-depth knowledge of data communications and networking requirements including networking and telecommunications technologies, hardware,
CHEM 122, Spring 2015 Great Basin College Dr. David Freistroffer
Syllabus for CHEM 122 General Chemistry II, 4CR, Great Basin College Section number: all sections at GBC 1001,1002,1003,1004,1005 (online and live are combined) Instructor: Dr. David Freistroffer Office:
COURSE SYLLABUS. Luis Hernandez Chemical & Environmental Building J TBA. luis.hernandez@harlingen.tstc.edu
COURSE SYLLABUS COURSE NUMBER AND TITLE: CHEM 1311 General Chemistry I COURSE (CATALOG) DESCRIPTION: Fundamental principles of chemistry for majors in the sciences, health sciences, and engineering; topics
Technology and Online Computer Access Requirements: Lake-Sumter State College Course Syllabus
Lake-Sumter State College Course Syllabus Course / Prefix Number CTS1832 Course Title: Web Authoring II CRN: 10009 Credit: 3 Term: Fall 2015 This course is a continuation of skills and concepts introduced
Cedar Valley College MATH 2415 Calculus III
Cedar Valley College MATH 2415 Calculus III GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to improve student
Online Course Syllabus SPCH 1321 Business and Professional Speech
Online Course Syllabus SPCH 1321 Business and Professional Speech Department: Communication Department Discipline: Speech Communication Credit: 3 hours lecture This course satisfies a core curriculum requirement
INTRODUCTION TO INFORMATION TECHNOLOGY
Instructor: Steven Brennan Office Location: JW157B Office Hours: TBA Phone: 517.796.8519 E-Mail: brennanstevenr@jccmi.edu OVERVIEW This course is designed to make the student computer literate. Systems
Brazosport College Syllabus for PSYC 2301 General Psychology
Brazosport College Syllabus for PSYC 2301 General Psychology Instructor: Cassandra D. Gonzalez Office Hours: Monday-Thursday 1:00-2:00 pm Office Phone: 979.230.3667 Other times by appointment Office Location:
COMP252: Systems Administration and Networking Online SYLLABUS COURSE DESCRIPTION OBJECTIVES
COMP252: Systems Administration and Networking Online SYLLABUS COURSE DESCRIPTION Installation, administration and maintenance of various modern operating systems widely-used in academic, industrial and
MUSIC BUSINESS Northwest College MUSB 2381- COOPERATIVE EDUCATION, MUSIC MANAGEMENT AND MERCHANDISING. CRN 11777 - Summer 2014
MUSIC BUSINESS Northwest College MUSB 2381- COOPERATIVE EDUCATION, MUSIC MANAGEMENT AND MERCHANDISING CRN 11777 - Summer 2014 Spring Branch Campus - Room 443H Date/Time: TBA 1 hour lecture, 320 hour lab
Semester/Year: Spring, 2016
CASPER COLLEGE COURSE SYLLABUS COSC 1200 N1 and N2: Computer Information Systems Semester/Year: Spring, 2016 Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 Class Time: Online Days: NA Room: NA Instructor
COURSE NUMBER AND TITLE: Management Information Systems Concepts
(IS213ZA) (Management Information Systems Concepts) Page 1 EMPORIA STATE UNIVERSITY SCHOOL OF BUSINESS DEPARTMENT OF ACCOUNTING AND INFORMATION SYSTEMS Course Syllabus Fall 2012 MISSION STATEMENT: The
ACNT 1311 Intro to Computerized Accounting COURSE SYLLABUS
ACNT 1311 Intro to Computerized Accounting COURSE SYLLABUS COURSE NUMBER AND TITLE: ACNT 1311 Introduction to Computerized Accounting (2-3-3) COURSE (CATALOG) DESCRIPTION: Introduction to utilizing the
Central Alabama Community College
Central Alabama Community College I. ILT 160 DC Fundamentals 3 Credit Hours II. Course Description This course provides a study of atomic theory, direct current (DC), properties of conductors and insulators,
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 /
CE 460 Course Syllabus
CE 460 Course Syllabus Fall 2012 Part I Course Organization SYLLABUS CE 460 Fall 2012 GFS 116 Tuesdays 6:30-9:10 Text: Construction Contracting, 7 th edition, by Clough/Sears (ISBN 0-471-44988-1) Wiley
EMPORIA STATE UNIVERSITYSCHOOL OF BUSINESS Department of Accounting and Information Systems. IS213 A Management Information Systems Concepts
EMPORIA STATE UNIVERSITYSCHOOL OF BUSINESS Department of Accounting and Information Systems IS213A Course Syllabus Spring 2013 MISSION STATEMENT: The School of Business prepares a diverse student body
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.
Infrastructure for ecommerce
Infrastructure for ecommerce Syllabus - Spring 2014 (CRN 20799) Instructor: Dr. Steven Smith Office Location: UC 145 678-466- 4190 Email: Course Website: stevensmith@clayton.edu http://clayton.view.usg.edu/d2l/lp/homepage/home.d2l?ou=660666
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
Alabama Department of Postsecondary Education. Representing The Alabama Community College System
Alabama Department of Postsecondary Education Representing The Alabama Community College System Central Alabama Community College MTH 100 Intermediate Algebra Prerequisite: MTH 092 or MTH 098 or appropriate
Research Methods in Advertising and Public Relations COMM 420 Spring 2012 120 Earth & Eng. Sci. W/F 12:20 PM to 2:15 PM
Research Methods in Advertising and Public Relations COMM 420 Spring 2012 120 Earth & Eng. Sci. W/F 12:20 PM to 2:15 PM The Pennsylvania State University Department of Advertising and Public Relations
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:
ACCOUNTING 205 INTRODUCTION TO FINANCIAL ACCOUNTING 8-Week Online Course Spring 2015
ACCOUNTING 205 INTRODUCTION TO FINANCIAL ACCOUNTING 8-Week Online Course Spring 2015 Instructor name: Dr. Michael Chiasson Office location: 133 Powell Phone number: 985-448-4176 Email: Michael.Chiasson@Nicholls.edu
General Psychology PSYC 101-09 Fall, 2009
General Psychology PSYC 101-09 Fall, 2009 Instructor: Dr. Mark Walter 326 Holloway Hall (410) 677-5473 email: miwalter@salisbury.edu Office Hours: Monday, Wednesday, and Friday, 1:00 2:50 Monday and Wednesday:
Introduction to Criminal Justice Central College
Introduction to Criminal Justice Central College Tuesday 5:30PM - 8:30PM CRIJ 1301-1 Introduction to Criminal Justice CRN 70091 - Fall 2015 Central Campus EDC RM 244 Tuesday 5:30-8:30 PM 3 hour lecture
Florida Gulf Coast University Lutgert College of Business Marketing Department MAR3503 Consumer Behavior Spring 2015
Course name: Class schedule: Course mode: Classroom: Lutgert Hall, Room 2208 CRN: 10141 Consumer Behavior Tuesday & Thursday, 9:30 AM 10:45 AM On campus, face-to-face meetings Credit hours: 3 Final exam:
EMM 210 FIELD STUDY IN EMERGENCY MANAGEMENT
Instructor Information Instructor: Lori R. Hodges Email: lhodges@adams.edu Phone: (303) 656-3214 Course Delivery Online, Open-Enrollment Credit Hours 3 Semester Hours Course Prerequisites None Course Time
Borough of Manhattan Community College Department of Social Science. POL 100-036 American Government Spring 2014
Borough of Manhattan Community College Department of Social Science POL 100-036 American Government Spring 2014 Online 3 credits Prof. Melissa T. Brown mbrown@bmcc.cuny.edu Office: N-669 Office Phone:
CE 460 Course Syllabus
CE 460 Course Syllabus Fall 2013 Part I Course Organization SYLLABUS CE 460 Fall 2013 GFS 116 Tuesdays 6:30-9:10 Text: Construction Contracting, 7 th edition, by Clough/Sears (ISBN 0-471-44988-1) Wiley
GENERAL INFORMATION. Instructor. Class Times & Location
GENERAL INFORMATION Instructor Dr. Aditi Mukherjee Department of Information Systems & Operations Warrington College of Business Administration, University of Florida 360 Stuzin Hall, PO Box 117169, Gainesville,
RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE. CISY 103 Computer Concepts and Programming
RARITAN VALLEY COMMUNITY COLLEGE COURSE OUTLINE CISY 103 Computer Concepts and Programming I. Basic Course Information A. Course Number and Title: CISY-103, Computer Concepts and Programming B. New or
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,
CS3332 Software Engineering I. Term III/2016
etroy Course Syllabus Term III/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 the term. The instructor will
Class Hours: All Online Address: 9000 Overland Ave., Culver City, CA 90230 Class Location: Etudes Website Office Location: CE Building Room #214
Syllabus: T. Matosic Division: (Career Studies/Business) Course name: (Business 032: Business Communications) Section: (8018) / Semester (Winter 2016) Todd Matosic, Instructor, BA, MBA Email: matosit@wlac.edu
Course title: Management Information Systems Fall 2010 Course number: CRN: Location: Meeting day: Meeting time:
Course title: Management Information Systems Fall 2010 Course number: B AD 64042 section 001 CRN: 11056 Location: BSA 100 Meeting day: M Meeting time: 6:15-8:55 PM Instructor Information Name: Janet Formichelli,
Records and Information Management AOM 205 Standard Course Syllabus
Records and Information Management AOM 205 Standard Course Syllabus Course Information Course Description: The study of equipment and systems used for information storage, retrieval, transfer, retention,
IST359 - INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS
IST359 - INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS 1. COURSE DETAILS Revised: 1/13/2012 COURSE (SECTION): IST359 (M001) TERM: Spring 2012 INSTRUCTOR: Deborah Nosky FINAL EXAM: Tuesday, May 8 th 10:15
BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ACNT 2311: MANGERIAL ACCOUNTING ONLINE VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT
BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS ACNT 2311: MANGERIAL ACCOUNTING ONLINE VERSION COMPUTER TECHNOLOGY & OFFICE ADMINISTRATION DEPARTMENT CATALOG DESCRIPTION ACNT 2311 Managerial Accounting.
WAYLAND BAPTIST UNIVERSITY SCHOOL OF BEHAVIORAL & SOCIAL SCIENCES. Hawaii Campus
WAYLAND BAPTIST UNIVERSITY SCHOOL OF BEHAVIORAL & SOCIAL SCIENCES Hawaii Campus Wayland Mission Statement: Wayland Baptist University exists to educate students in an academically challenging, learning-focused,
IST359 INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS
IST359 INTRODUCTION TO DATABASE MANAGEMENT SYSTEMS 1. COURSE DETAILS COURSE (SECTION): IST359 (M005) TERM: Fall 2012 INSTRUCTOR: Yang Wang PHONE: 443-3744 (Office) OFFICE: Hinds 342 EMAIL: ywang@syr.edu
BCIS 1305 - Business Computer Applications D10
BCIS 1305 - Business Computer Applications D10 Computer terminology, hardware, software, operating systems, and information systems relating to the business environment. The main focus of this course is
MONTGOMERY COLLEGE Rockville Campus CA141 Introduction to Database Applications Computer Applications Department
MONTGOMERY COLLEGE Rockville Campus CA141 Introduction to Database Applications Computer Applications Department Instructor Information Name: Mailbox Location: HU016 - see Office Assistant Email: profmathews@comcast.net
Department of Electrical and Computer Engineering. EEL 3160 Embedded C++ and Data Structures. Tuesday & Thursday 3:00 5:00 pm
Department of Electrical and Computer Engineering EEL 3160 Embedded C++ and Data Structures Instructor : Dr. Herman Watson Office Hours : by appointment Monday 9:30-11:00 AM Tuesday & Thursday 3:00 5:00
F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6
F l o r i d a G u l f C o a s t U n i v e r s i t y S t a t i s t i c a l M e t h o d s F a l l 2 0 1 2 - C R N 8 1 1 2 6 Instructor: Larry L. Southard, M.A. Email: lsouthar@fgcu.edu Telephone: (239) 590-7420
Elementary Statistics
Cedar Valley College Math 2442 Elementary Statistics GENERAL INFORMATION Division Quality Enhancement Plan Math, Science, & Allied Health Cedar Valley College's Quality Enhancement Plan is designed to
Introduction to Game Design and Development GAME 1303 Syllabus
Introduction to Game Design and Development GAME 1303 Syllabus instructor office hours Sara R Farr Walk-in Office Hours: Mon/Wed: 1:00p 3:00P By Appt Office Hours: Mon/Wed: 9:00A 11:30A office location
Diagnostic Coding OST 148 OL1 Fall Semester 2015 Class hours: Online
Diagnostic Coding OST 148 OL1 Fall Semester 2015 Class hours: Online Course Syllabus Instructor: Office Phone: E-mail: Meschelle Quine, Adjunct N/A mquine@bladencc.edu Office Location: Office Hours: N/A
MG430: Sports Management
MG430: Sports Management Spring 2011 Instructor Information Instructor Name: Office Location: Office Hours: Email: Dr. Barbara Wech (pronounced way ) 317 D BEC Tuesday 2:00 p.m. 4:00 p.m.; Friday 10:00
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,
JOHN A. LOGAN COLLEGE C. Bernhardt SP 14. BUS 235 BUSINESS CORRESPONDENCE 3 cr. (3-0) (online)
JOHN A. LOGAN COLLEGE C. Bernhardt SP 14 BUS 235 BUSINESS CORRESPONDENCE 3 cr. (3-0) (online) COURSE DESCRIPTION: After a brief review of grammar, punctuation, word usage, and letter formats, the principles
Crime Scene Investigation Central College
Crime Scene Investigation Central College Instructor: Sandra Hall Craver CRIJ 2314-0001 Crime Scene Investigation CRN 26282 Fall 2014 Central Campus EDC-RM A218 M 5:30-8:30 pm 3 hour lecture course 08/25/2014-12/08/2014
MIT 503 - The Fundamentals of Computer Programming Fall 2015 3 Credits Watson School of Education University of North Carolina Wilmington
MIT 503 - The Fundamentals of Computer Programming Fall 2015 3 Credits Watson School of Education University of North Carolina Wilmington Professor: Dr. Ray Pastore Email: pastorer@uncw.edu Phone: 22912
Statistical Methods Online Course Syllabus
VALENCIA COLLEGE EAST CAMPUS STA 2023 STATISTICAL METHODS (ONLINE COURSE) SYLLABUS Term/Year: Fall 2011 CRN: 11563/11615/13231/11839 Professor: Dr. Agatha Shaw E-mail: Blackboard Course E-Mail or ashaw17@mail.valenciaccollege.edu