Syllabus
Programming Fundamentals II

Programming Fundamentals II

COSC-1337

Credit Spring 2021
01/19/2021 - 05/16/2021

Course Information

Section 009
Distance Learning
Sa 09:00 - 11:30
DLS DIL
Murtaza Ally

Section 009
Laboratory
Sa 11:30 - 12:30
DLS DIL
Murtaza Ally

Office Hours

  • M
    5:00 PM - 6:00 PM
    Virtual Office
    or by appointments.
    Email the instructor with a request
  • M W
    7:05 PM - 7:35 PM
    Virtual Office
    or by appointments.
    Email the instructor with a request
  • T Th
    7:25 PM - 7:55 PM
    Virtual Office
    or by appointments.
    Email the instructor with a request
  • Sa
    12:30 PM - 1:30 PM
    Virtual Office
    or by appointments.
    Email the instructor with a request

Course Requirements

 

  • Credit Hours: 3

  • Classroom Contact Hours per week: 2 hours 40 minutes

  • Laboratory Contact Hours per week: 50 minutes

COURSE DESCRIPTION/RATIONALE

 

Course Description

Review of control structures and data types with emphasis on structured data types. Applies the object-oriented programming paradigm, focusing on the definition and use of classes along with the fundamentals of object-oriented design. Includes basic analysis of algorithms, searching and sorting techniques, and an introduction to software engineering.

This course is an introduction to the C++ programming language and its subset, the C programming language.  Program structure, block, storage types, console and file I/O, functions, arrays, strings, pointers, call-by-reference, call-by-value, and dynamic memory allocation will be discussed.  The concept and use of classes will be covered in some detail.  The differences between C++ and C will also be discussed.

Prerequisite:  COSC 1336 or instructional program approval.

Course Type: T

Course Rationale:

This course is designed to teach students the C++ programming language and introductory and intermediate programming concepts with examples and applications using the C++ language.  The course builds and extends topics covered in the prerequisite course, COSC 1336 and prepares students for more advanced programming courses such as ITSE 2331 (Advanced C++ Programming) as well as for entry level programming employment.  The course is required for an Associate Degree in several Computer Information Systems and Computer Science degree areas.

STUDENT LEARNING OUTCOMES/LEARNING OBJECTIVES

 

Course Objectives/Learning Outcomes:

  1. Demonstrate a thorough understanding of modular programming by designing programs that require the use of programmer-defined functions.

  2. Demonstrate a thorough understanding of arrays by designing and implementing programs that search and sort arrays.

  3. Demonstrate a thorough understanding of the object-oriented programming concepts of encapsulation, data abstraction and composition by designing and implementing classes including the use of overloaded functions a constructor.

  4. Demonstrate a thorough understanding of the concept of pointers and dynamic memory allocation by designing and implementing programs using pointers and dynamic memory allocation.

  5. Demonstrate a thorough understanding of the implementation of programmer-defined functions and classes by writing code, performing unit testing and debugging of multiple complex programs.

  6. Demonstrate good documentation style in all of the programs written in this course.

  7. Demonstrate proficiency in implementing data validation code, performing unit testing, and developing test plans while implementing robust solutions to the assignments in this course.

  8. Demonstrate a thorough understanding of stream input/output for both console and files.

  9. Demonstrate an understanding of the differences between C and C++ in the areas of strings, pass by reference/passing pointers, and struct by designing and implementing programs that use C strings, C++ strings, C language struct and classes.

Competencies

  1. Develop programs using procedural and object-oriented programming concepts.

    1. Design, code and test programs that use input, output and arithmetic operations.

    2. Design, code and test programs that use branching and looping control structures.

    3. Design, code and test modular programs that contain multiple functions.

    4. Design, code and test programs that contain programmer-defined data types (classes).

  2. Develop programs using C struct, classes and arrays.

    1. Design, code and test programs that use arrays and structures (arrays of structures).

    2. Design, code and test programs that use two-dimensional arrays.

    3. Design, code and test programs that use arrays and sequential search.

  3. Develop programs using pointers, dynamic memory allocation, files and strings.

    1. Design, code and test programs that use pointers, dynamically-allocated arrays and sorting.

    2. Design, code and test programs that use C++ strings and input and output files.

    3. Design, code and test programs that use C strings

Scans Competencies

SCANS competencies have been identified that are relevant to the level of instruction in the community college environment.  These competencies reflect the knowledge and skills employees need to succeed in any occupation.  To be successful in this course the following SCANS competencies will need to be applied:

RESOURCES

1.1 Manages Time

INTERPERSONAL

2.1 Participates as a member of a team

2.6 Works with Cultural Diversity

INFORMATION

3.1 Acquires and Evaluates Information

3.2 Organizes and Maintains Information

3.3 Uses Computers to Process Information

SYSTEMS

4.1 Understands Systems

4.2 Monitor and Corrects Performance

4.3 Improve and Designs Systems

TECHNOLOGY

5.1 Selects Technology

5.2 Applies Technology to Task

5.3 Maintains and Troubleshoots Technology

 

BASIC SKILLS

6.1 Reading

6.2 Writing

6.3 Arithmetic

6.4 Mathematics

6.5 Listening

THINKING SKILLS

7.2 Decision Making

7.3 Problem Solving

7.4 Mental Visualization

7.5 Knowing How to Learn

7.6 Reasoning

PERSONAL SKILLS

8.1 Responsibility

8.2 Self-Esteem

8.3 Sociability

8.4 Self-Management

8.5 Integrity/Honesty

 

Course Requirements

Grade Policy

 

Grade will be assigned based both on concepts and practical application. Exams, quizzes, and lab projects will be a part of the grade.  An overall grade will be assigned on the following grading scale:

90% - 100%    A

80% - 89%       B

70% - 79%       C

60% - 69%       D

0%    - 59%     F

Each student’s grade for this course consists of

  1. Exams

  1. Three (3) comprehensive exams. Each exam will have 2 sections.  The written section will be taken during the scheduled class time.  The Lab section will be a project that needs to be completed at home.

The material covered in each chapter of the textbook builds on material covered in previous chapters.  For this reason, the second and third exams will include material from previous exams.  If a mistake is made related to material covered on a previous exam, points will still be deducted.  Exams will cover material from the textbook and supplemental materials.

Missed Exams

If you miss any single mid-term exam, there is an automatic makeup exam scheduled for the last day of lecture.  You have a zero until that time.

Programming Assignments

Ten (10) Programming assignments.  Scheduling of computer time outside of regular lab time is the student’s responsibility.  Availability of computers is NOT an excuse for being late with any assignment. 

The Assignments description, point allocation and due dates are posted on Blackboard.  All of these are due on the due date listed on Blackboard.  Turn in only working, completed programs.  I do not debug homework for partial credit.  If you want your program to work, get help out of class.  No late work will be accepted and no partial credit will be given for either late or incomplete work.  So, start early.

Success in this course depends on the ability to successfully complete the assigned homework. Students are expected to do the assignments, which are designed to provide experience and practice with the concepts and techniques covered in the course.

Submitting Assignments

Programming assignments are located on Blackboard. Assignments must be submitted by clicking the assignment link on Blackboard and attaching the program source code to the assignment. Do not submit project files; make files, object files, etc. I only want you to submit files that contain C++ code that you wrote.

Deadlines

Programming assignment due dates will be posted on the Course Schedule on Blackboard. If you miss the due date, you are running behind and may have trouble completing the course.

Assignment Grading

I will try to grade programs within one week of submission. Assignments will be graded on the following basis:

  • 20 % - Documentation - proper use of variable names, indentation, comments, etc.

  • 80 % - Program operates correctly with instructor input data and performs all required functions

Program documentation involves the proper use of variable names, indention, comments, etc.  These conventions are described in the textbook.  It is very important to make the programs as readable as possible and the instructor will strictly enforce the documentation guidelines for this course.

Please contact me if you have questions about the assignment expectations or grading process.

Deadlines

I will post the due dates for projects on Blackboard. The exam dates are posted on the Schedule.  If you miss the exam due date, you may have trouble completing the course.

Description

Unit Points

Total % Grade

Exam 1

100

20%

Exam 2

100

20%

Exam 3

100

20%

Programming Assignments (10)

3.5% each

35%

Student Engagement

100

5%

TOTAL

 

100%


A student must score 60% or above to pass the course.

Program Documentation and Style Requirements

One of the requirements of this course is that you program in a professional programming style.  20% of your grade on each programming assignment will be based on program documentation and style. The goal is to make your program easy to read and understand.

You should follow a standard indentation style that highlights the structure of your program. I like the indentation style used in our textbook, but as long as you consistently follow a neat, professional looking style, I won't complain.

  • Each program must begin with a comment that includes: a) your name, b) program status - either "Complete" or describe any incomplete or non-functioning part of your program, and c) a brief 1 to 3-line description of what the program does.

  • In your source file, the code for the main function should come first followed by your other functions.

  • Each function should begin with a 1 to 3-line comment describing what the function does.

  • All local variables and constants should be declared at the beginning of the function block.

  • Use meaningful variable names. One or two character names are rarely meaningful. For example, c and ch would not be acceptable names for a variable that holds the change returned from a purchase. chng is OK. change and changeDue are even better.

  • Declare one variable or constant per line. Include a comment to the right of the variable or constant declaration describing how it is used.

  • If a function is longer than 4 or 5 lines, it should be divided into sections by task with blank lines between sections. Include a 1 or 2-line comment at the beginning of each section describing what the section of statements does. I want to be able to read the comment at the beginning of a section and understand what the section does without looking at the C++ code. Note: These comments should say WHAT the section does, and not necessarily HOW it does it.

Readings

Approved Text and Teaching Materials:

Starting out with C++: Early Objects (10th edition). Gaddis, Walters, Muganda, Pearson, 2020. (ISBN- 9780135235003).

 

Student Learning Outcomes/Learning Objectives

COURSE/CLASS POLICY

Technology Support Services

In response to COVID-19-related campus closures, Austin Community College now provides free, secure drive-up Wi-Fi to students and employees in the parking lots of all campus locations. Wi-Fi can be accessed seven days a week, 7 am to 11 pm. Additional details are available at https://www.austincc.edu/coronavirus/drive-up-wifi

 

Students who submit the Student Technology Access Form and indicate they need help accessing their online learning environment to successfully complete their courses are eligible to check out an ACC iPad for use during the semester. You must be registered for a credit course, Adult Education, or Continuing Education course.

Illness

Any ACC student or employee with symptoms or exposure to the COVID-19 virus should inform their professor(s) or supervisor and complete the college’s self-reporting form:

https://cm.maxient.com/reportingform.php?AustinCC&layout_id=124

Posting of Assignment Grades

Assignments (e.g. programs) are typically graded within one week after the assignment due date. Grades are recorded on Blackboard and may be accessed via the My Grades.

Questions submitted

Students are responsible for comprehension of schedule and syllabus content. Please check the syllabus before emailing questions to ensure the topic has not already been addressed in the syllabus. Questions emailed that are directly answered in the syllabus are considered rhetorical and will likely not be answered by the professor. Inquiries regarding syllabus/schedule content are welcome.

Attendance/Class Participation

Regular and punctual class and laboratory attendance is expected of all students. If attendance or compliance with other course policies is unsatisfactory, the instructor may withdraw students from the class. For online virtual synchronous classes, Regular and timely class participation in discussions and completion of work is expected of all students.  If attendance or compliance with other course policies is unsatisfactory, the instructor may withdraw students from the class.”

“In the event the college or campus closes due to unforeseen circumstances (for example, severe weather or other emergency), the student is responsible for communicating with their professor during the closure and completing any assignments or other activities designated by their professor as a result of class sessions being missed.”

Computer Time

Scheduling of computer time outside of regular lab time is the student’s responsibility. Availability of computers is NOT an excuse for being late with a lab project assignment.

Withdrawal Policy

It is the responsibility of each student to ensure that his or her name is removed from the roll should he or she decides to withdraw from the class. The instructor does, however, reserve the right to drop a student should he or she feel it is necessary. If a student decides to withdraw, he or she should also verify that the withdrawal is submitted before the Final Withdrawal Date. The last date to withdraw for this semester is April 26th, 2021. The student is also strongly encouraged to retain their copy of the withdrawal form for their records.

If the withdrawal is not completed by 5 PM on the last day to withdrawal, the student will receive a performance grade (A, B, C, D, or F) that they have earned.  It is not the responsibility of the instructor to withdraw the students from their class even though the instructor has the prerogative to do so under the above listed circumstances.

Students are responsible for understanding the impact that withdrawal from a course may have on their financial aid, veterans’ benefits, and international student status.  Per state law, students enrolling for the first time in Fall 2007 or later at any public Texas college or university may not withdraw (receive a W) from more than six courses during their undergraduate college education. Some exemptions for good cause could allow a student to withdraw from a course without having it count toward this limit. Students are strongly encouraged to meet with an advisor when making decisions about course selection, course loads, and course withdrawals.”

Incompletes

“An incomplete (grade of "I") will only be given due to extenuating circumstances. What constitutes “extenuating circumstances” is left to the instructor’s discretion. If a grade of I is given, the remaining course work must be completed by a date set by the student and professor.

A student may receive a temporary grade of “I” (Incomplete) at the end of the semester only if ALL of the following conditions are satisfied:

  1. The student is unable to complete the course during the semester due to circumstances beyond their control.

  2. The student must have earned at least half of the grade points needed for a “C” by the end of the semester.

  3. The request for the grade must be made in person at the instructor’s office and necessary documents completed.

  4. To remove an “I”, the student must complete the course by two weeks before the end of the following semester.  Failure to do so will result in the grade automatically reverting to an “F”.

Statement on Scholastic Dishonesty

Austin Community College values academic integrity in the educational process.  Acts of academic dishonesty/misconduct undermine the learning process, present a disadvantage to students who earn credit honestly, and subvert the academic mission of the institution. The potential consequences of fraudulent credentials raise additional concerns for individuals and communities beyond campus who rely on institutions of higher learning to certify students' academic achievements and expect to benefit from the claimed knowledge and skills of their graduates. Students must follow all instructions given by faculty or designated college representatives when taking examinations, placement assessments, tests, quizzes, and evaluations.  Actions constituting scholastic dishonesty include, but are not limited to, plagiarism, cheating, fabrication, collusion, falsifying documents, or the inappropriate use of the college’s information technology resources.  Further information is available at https://www.austincc.edu/about-acc/academic-integrity-and-disciplinary-process

See the Student Standards of Conduct and Disciplinary Process.

For this course, the penalty for scholastic dishonesty is a grade of ‘F’ for the course.

Student Rights and Responsibilities

Academic freedom is a foundation and hallmark of higher education.  In the context of college-level courses, it specifically refers to the rights of free expression and respect for others with differing opinions.  Students at the college have the rights accorded by the U.S. Constitution to freedom of speech, peaceful assembly, petition, and association. This concept is accompanied by an equally demanding concept of responsibility on the part of the student.  Just as you are expected to exercise these rights with respect for state and federal law in the larger world, you are expected to exercise these rights as a student with respect for the college’s standards of conduct.  These rights carry with them the responsibility to accord the same rights to others in the college community and not to interfere with or disrupt the educational process.  Students and faculty alike should enable a climate of mutual respect and civility while fostering the freedom to debate and discuss the merits of competing ideas.

Enrollment in the college indicates acceptance of the rules set forth in the student standards of conduct policy, which is administered through the office of the campus dean of student services. Due process, through an investigation and appeal process, is assured to any student involved in disciplinary action.

Student Complaints

A defined process applies to complaints about an instructor or other college employee. You are encouraged to discuss concerns and complaints with college personnel and should expect a timely and appropriate response. When possible, students should first address their concerns through informal conferences with those immediately involved; formal due process is available when informal resolution cannot be achieved.

Student complaints may include (but are not limited to) issues regarding classroom instruction, college services and offices on the basis of actual or perceived race, color, national origin, religion, age, gender, gender identity, sexual orientation, political affiliation, or disability.

Further information about the complaints process, including the form used to submit complaints, is available at: http://www.austincc.edu/students/students-rights-and-responsibilities/student-complaint-procedures

Statement on Privacy

The Family Educational Rights and Privacy Act (FERPA) protects confidentiality of students’ educational records. Grades cannot be provided by faculty over the phone, by e-mail, or to a fellow student.

Safety Statement

Health and safety are of paramount importance in classrooms, laboratories, and field activities. Students are expected to learn and comply with ACC environmental, health and safety procedures and agree to follow ACC safety policies.  Emergency Procedures posters and Campus Safety Plans are posted in each classroom and should be reviewed at the beginning of each semester.  All incidents (injuries/illness/fire/property damage/near miss) should be immediately reported to the course instructor. Additional information about safety procedures and how to sign up to be notified in case of an emergency can be found at http://www.austincc.edu/emergency

Everyone is expected to conduct themselves professionally with respect and courtesy to all. Anyone who thoughtlessly or intentionally jeopardizes the health or safety of another individual may be immediately dismissed from the day’s activity and will be referred to the Dean of Student Services for disciplinary action.

In the event of disruption of normal classroom activities due to an emergency situation or an illness outbreak, the format for this course may be modified to enable completion of the course. In that event, students will be provided an addendum to the class syllabus that will supersede the original version.

Statement on Students with Disabilities

Each ACC campus offers support services for students with documented disabilities. Students with disabilities who need classroom, academic or other accommodations must request them through the office of Student Accessibility Services (SAS). Students are encouraged to request accommodations when they register for courses or at least three weeks before the start of the semester, otherwise the provision of accommodations may be delayed. Students who have received approval for accommodations from SAS for this course must provide the instructor with the ‘Notice of Approved Accommodations’ from SAS before accommodations will be provided. Arrangements for academic accommodations can only be made after the instructor receives the ‘Notice of Approved Accommodations’ from the student. Students with approved accommodations are encouraged to submit the ‘Notice of Approved Accommodations’ to the instructor at the beginning of the semester because a reasonable amount of time may be needed to prepare and arrange for the accommodations.

Testing Center Policy [Online Sections Only]

Under certain circumstances, examinations may have to be taken in a testing center. The ACC Testing Centers follow standard procedures, so students know what to expect when they arrive to take their tests. Students should familiarize themselves with the student guidelines.

Students must present an ACC student ID card or government issued ID and know their ACC ID number before they can test.

It is necessary to check in at the Testing Center kiosk before taking a test. To check in, one must know the following information:

  • Student ID number

  • Course prefix and number

  • Course synonym

  • Course section number

  • Test number

  • Instructor’s name

Personal belongings such as backpacks, books, and electronic devices (including, but not limited to, cell phones and smart watches) are not allowed in the Testing Center. Possession of prohibited items or accessing unapproved resources in the testing room will result in the immediate termination of the exam and possible disciplinary action.

For additional information on using the Testing Center, please go to: http://www.austincc.edu/students/testing-services/instructional-testing

Freedom of Expression Policy

It is expected that faculty and students will respect the views of others when expressed in classroom discussions.

Student Files – Privacy

Their instructor for educational and academic reasons may view the information that a student stores in his/her student volume in the Computer Studies Labs.

Campus Carry

The Austin Community College District concealed handgun policy ensures compliance with Section 411.2031 of the Texas Government Code (also known as the Campus Carry Law), while maintaining ACC’s commitment to provide a safe environment for its students, faculty, staff, and visitors.  Beginning August 1, 2017, individuals who are licensed to carry (LTC) may do so on campus premises except in locations and at activities prohibited by state or federal law, or the college’s concealed handgun policy.  In addition, concealed weapons are not allowed on ACC-sponsored field trips where the school owns or has chartered or leased vehicles for transportation.

It is the responsibility of license holders to conceal their handguns at all times.  Persons who see a handgun on campus are asked to contact the ACC Police Department by dialing 222 from a campus phone or 512-223-7999.   Please refer to the concealed handgun policy online at http://austincc.edu/campuscarry

Discrimination Prohibited

The College seeks to maintain an educational environment free from any form of discrimination or harassment including but not limited to discrimination or harassment on the basis of race, color, national origin, religion, age, sex, gender, sexual orientation, gender identity, or disability.

Faculty at the College are required to report concerns regarding sexual misconduct (including all forms of sexual harassment and sex and gender-based discrimination) to the Manager of Title IX/Title VI/ADA Compliance.  Licensed clinical counselors are available across the District and serve as confidential resources for students.

Additional information about Title VI, Title IX, and ADA compliance can be found in the ACC Compliance Resource Guide available at: https://drive.google.com/file/d/1o55xINAWNvTYgI-fs-JbDyuaMFDNvAjz/view

Senate Bill 212 and Title IX Reporting Requirements

Under Senate Bill 212 (SB 212), the faculty and all College employees are required to report any information concerning incidents of sexual harassment, sexual assault, dating violence, and stalking committed by or against an ACC student or employee. Federal Title IX law and College policy also require reporting incidents of sex- and gender-based discrimination and sexual misconductThis means faculty and non-clinical counseling staff cannot keep confidential information about any such incidents that you share with them.

 

If you would like to talk with someone confidentiality, please contact the District Clinical Counseling Team who can connect you with a clinical counselor on any ACC campus: (512) 223-2616, or to schedule online: https://www.austincc.edu/students/counseling .

While students are not required to report, they are encouraged to contact the Compliance Office for resources and options: Charlene Buckley, District Title IX Officer, (512) 223-7964; compliance@austincc.edu.

If a student makes a report to a faculty member, the faculty member will contact the District Title IX Officer for follow-up.

Recording Policy

To ensure compliance with the Family Education Rights and Privacy Act (FERPA), student recording of class lectures or other activities is generally prohibited without the explicit written permission of the instructor and notification of other students enrolled in the class section. Exceptions are made for approved accommodations under the Americans with Disabilities Act.

Recording of lectures and other class activities may be made by faculty to facilitate instruction, especially for classes taught remotely through Blackboard Collaborate or another platform. Participation in such activities implies consent for the student to be recorded during the instructional activity. Such recordings are intended for educational and academic purposes only.

Use of ACC email

All College e-mail communication to students will be sent solely to the student’s ACCmail account, with the expectation that such communications will be read in a timely fashion. ACC will send important information and will notify students of any college- related emergencies using this account. Students should only expect to receive email communication from their instructor using this account.  Likewise, students should use their ACCmail account when communicating with instructors and staff.  Information about ACC email accounts, including instructions for accessing it, are available at:  http://www.austincc.edu/help/accmail/questions-and-answers

STUDENT SUPPORT SERVICES

The success of our students is paramount, and ACC offers a variety of support services to help, as well as providing numerous opportunities for community engagement and personal growth.

Student Support

ACC strives to provide exemplary support to its students and offers a broad variety of opportunities and services.  Information on these campus services and resources is available at  http://www.austincc.edu/students.

Student Accessibility Services

Students with documented disabilities who need classroom, academic, or other accommodations must request them through the office Student Accessibility Services (SAS).   SAS offices are located at each major campus.  Students are encouraged to request accommodations when they register for courses or at least three weeks before the start of the semester; otherwise, the provision of accommodations may be delayed.  Students who have received approval for accommodations from SAS for this course must provide the instructor with the document titled “Notice of Approved Accommodations” from SAS before accommodations will be provided. Accommodations will not be provided retroactively.  Arrangements by the instructor for academic accommodations can only be made after he or she receives the “Notice of Approved Accommodations” from the student.

Additional information about Student Accessibility Services is available at https://www.austincc.edu/offices/student-accessibility-services-and-assistive-technology

Academic Support

ACC offers academic support services on all of its campuses. These services, which include face-to-face and online tutoring, academic coaching, and supplemental instruction, are free to enrolled ACC students. Tutors are available in a variety of subjects ranging from accounting to pharmacology. Students may receive these services on both a drop-in and referral basis. Tutoring schedules can be found at:  https://www.austincc.edu/students/tutoring/tutoring-schedules

Library Services

ACC has a full-service library at each of its campuses to support ACC courses and programs and to provide students with research and assignment assistance from expert faculty librarians, computers, course reserves, laptop and tablet check out, study spaces, and copying, printing, and scanning services.  In addition, ACC students have full rights and privileges to access Library Services online 24/7 via the ACC Library website and students can use their ACCeID logins to access all online materials, including ebooks, articles from library databases, and streaming videos.   ACC Libraries also provide an “Ask a Librarian” service, which allows students to reach a librarian 24/7 through online chat.  Faculty librarians are also available via email, phone, and in person seven days a week during hours of operation. Visit:

In partnership with ACC’s Student Support Center, ACC Libraries also maintain a limited collection of textbooks for students to borrow. Priority access to the textbook collection is given to students receiving assistance. More information is available on the ACC website by searching “Student Support Center Textbook Collection.”

Student Organizations

ACC has over seventy student organizations, offering a variety of cultural, academic, vocational, and social opportunities.  They provide a chance to meet with other students who have the same interests, engage in service-learning, participate in intramural sports, gain valuable field experience related to career goals, and much else.  Student Life coordinates many of these activities, and additional information is available at http://sites.austincc.edu/sl/.

Personal Support

Resources to support students are available at every campus. To learn more, ask your professor or visit the campus Support Center. All resources and services are free and confidential. Some examples include, among others:

Clinical Counseling services are available throughout the ACC Student Services District to address personal and or mental health concerns: http://www.austincc.edu/students/counseling .

If an emergency occurs during operational hours, please come to the Student Services Office and let the front intake staff know that you are experiencing a crisis. They will alert appropriate personnel. You may also contact the ACC District Police at 222 (on campus) or 223-7999 (off campus or cell phone).

After Hours:

If you are struggling with a mental health or personal crisis, call one of the following numbers to connect with resources for help. However, if you are afraid that you might hurt yourself or someone else, call 911 immediately.

Free Crisis Hotline Numbers:

  • Austin / Travis County 24-hour Crisis & Suicide hotline: 512-472-HELP (4357)

  • The Williamson County 24-hour Crisis hotline: 1-800-841-1255

  • Bastrop County Family Crisis Center hotline: 1-888-311-7755

  • Hays County 24 Hour Crisis Hotline: 1-877-466-0660

  • National Suicide Prevention Lifeline: 1-800-273-TALK (8255)

  • Crisis Text Line: Text “home” to 741741

    • Substance Abuse and Mental Health Services Administration (SAMHSA) National Helpline:  1-800-662-HELP (4357)

  • National Alliance on Mental Illness (NAMI) Helpline:1-800-950-NAMI (6264)

 

Course Subjects

Course Subjects

 

Date

Lecture

Projects Due Dates

Jan 23 Sat

Introduction to Programming

Introduction to C++

Data/Expressions

 

Jan 30 Sat

Data/Expressions

Functions

 

Feb 06 Sat

Functions

Logical statement

Project 1

Feb 13 Sat

Repetitions

Review Test 1

 

Feb 20 Sat

Test 1

Files

Project 2

Feb 27 Sat

Characters, Strings, and the string Class

 

Mar 06 Sat

Characters, Strings, and the string Class

 

Project 3

Mar 13 Sat

Exceptions

Struct

Project 4

Mar 20 Sat

Spring Break

 

Mar 27 Sat

Struct

Review Test 2

Project 5

Apr 03 Sat

Test 2

Project 6

Apr 10 Sat

Pointers

Classes and Objects

Project 7

Apr 17 Sat

Classes and Objects

Project 8

Apr 24 Sat

Classes and Objects

Project 9

May 01 Sat

Classes and Objects

 

May 08 Sat

Classes and Objects

Review Test 3

Project 10

May 15 Sat

Test 3

All Projects Due

 


NOTE: The Instructor has the prerogative to change the course schedule as required.  Students are expected to read and study the assigned material per the course schedule BEFORE each class and the Lab Due Date.

  • The project due dates are tentative.  The Instructor will announce the due dates for each project on BB

“Please note that schedule changes may occur during the semester. Any changes will be announced in class and posted as a Blackboard Announcement (or other resource faculty is using to communicate).”