COSC-1320 C++ Programming
Murtaza Ally
Credit Spring 2024
Section(s)
COSC-1320-001 (74560)
LEC MW 2:00pm - 3:15pm HLC HLC2 2203
LAB MW 3:15pm - 3:45pm HLC HLC2 2203
Course Requirements
Email Subject: The subject for email correspondence to the instructor needs to include:
COSC 1320(MW)
- In between class meetings, if there are questions, the best way to communicate is via email. You can text message on issues that need very immediate attention. If you want to schedule a one-on-one "office hour" you can email me to set an appointment.
- Please note that schedule changes may occur during the semester. Any changes will be announced in class and posted on Blackboard and through the College's email system
COURSE DESCRIPTION/RATIONALE
- Credit Hours: 3
- Classroom Contact Hours per week: 2 hours 40 minutes
- Laboratory Contact Hours per week: 50 minutes
Course Description
Introduces the fundamental concepts of structured programming in the C language. Topics include data types; control structures; functions, structures, arrays; pointers, pointer arithmetic, unions, and files; the mechanics of running, testing and debugging programs; introduction to programming; and introduction to the historical and social context of computing. In addition, an Introduction to the C++ Programming language and its subset, the C programming language, will be covered. The Object Oriented Programming paradigm will be used in the program structure. This course is part of the Electrical Engineering Field of Study Curriculum
Prerequisite:
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:
- Demonstrate a thorough understanding of modular programming by designing programs that require the use of programmer-defined functions.
- Demonstrate a thorough understanding of arrays by designing and implementing programs that search and sort arrays.
- 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.
- Demonstrate a thorough understanding of the concept of pointers and dynamic memory allocation by designing and implementing programs using pointers and dynamic memory allocation.
- 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.
- Demonstrate good documentation style in all the programs written in this course.
- Demonstrate proficiency in implementing data validation code, performing unit testing, and developing test plans while implementing robust solutions to the assignments in this course.
- Demonstrate a thorough understanding of stream input/output for both console and files.
- 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
- Develop programs using procedural and object-oriented programming concepts.
- Design, code, and test programs that use input, output, and arithmetic operations.
- Design, code, and test programs that use branching and looping control structures.
- Design, code, and test modular programs that contain multiple functions.
- Design, code, and test programs that contain programmer-defined data types (classes).
- Develop programs using C struct, classes and arrays.
- Design, code, and test programs that use arrays and structures (arrays of structures).
- Design, code, and test programs that use two-dimensional arrays.
- Design, code, and test programs that use arrays and sequential search.
- Develop programs using pointers, dynamic memory allocation, files, and strings.
- Design, code, and test programs that use pointers, dynamically allocated arrays, and sorting.
- Design, code, and test programs that use C++ strings and input and output files.
- 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 |
READINGS
Approved Text and Teaching Materials:
Starting out with C++: Early Objects (10th edition). Gaddis, Walters, Muganda, Pearson, 2020. (ISBN- 9780135235003).
Course Requirements
Grade Policy
Grades will be assigned based on a combination of understanding concepts and practical application. Exams, quizzes, and lab projects will collectively contribute to the overall grade, which will be determined according to 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
Exams:
Three (3) Comprehensive Exams:
All exams are closed book.
Each exam consists of two sections:
a. The written section, to be completed during the scheduled class time.
b. The project section, a take-home project to be submitted independently.
Interconnected Material:
Each chapter in the textbook builds upon the content covered in preceding chapters.
The second and third exams will incorporate material from previous exams.
Mistakes related to previously covered material will result in point deductions.
Exam Content:
Exams will cover material from both the textbook and supplementary resources (classwork).
Projects
Eight (8) Project Assignments:
Students are required to schedule computer time outside regular lab hours. The availability of computers is not an acceptable excuse for late submissions of any assignments.
Due dates will be communicated through Blackboard announcements.
Quizzes
Ten (10) Quizzes:
Quizzes will be conducted on Blackboard.
Due dates will be communicated through Blackboard announcements.
Grade Distribution
Description |
Points |
Total % Grade |
Exam 1 |
20% |
60% |
Exam 2 |
20% |
|
Exam 3 |
20% |
|
Projects (8) |
3% each |
24% |
Quizzes (10 quizzes) |
|
10% |
Student Engagement |
|
6% |
TOTAL |
100% |
A student must score 60% or above to pass the course.
Missed Exams
If you anticipate missing any exam, kindly email the instructor before the scheduled exam date. Alternative dates for taking the exam will be considered. There is a grace period of three days following the original exam date for makeup exams.
Exam Concerns
Exam dates will also be posted on Blackboard.
If you miss an exam due date, it may impact your course completion.
Programming Projects Guidelines:
The projects are accessible on Blackboard, and due dates will be provided in weekly announcements for both projects and exams.
Submission Guidelines
Submit completed programs along with any necessary data files.
If assistance is needed, submit the incomplete program, and we can schedule a meeting to debug your project.
Grace Period
Projects have a grace period of two days after the due date with a penalty of 20%.
Responsibility and Computer Usage
Scheduling computer time outside regular lab hours is the student's responsibility. Availability of computers is not an acceptable excuse for late project submissions.
Project Details
The project description, point allocation, and due dates are available on Blackboard. All submissions are expected on the due date listed.
Submission Content:
Turn in only working, completed programs.
No debugging for partial credit will be provided. Seek help in class to ensure your program works.
No partial credit for late or incomplete work.
Project Importance
Success in the course relies on successfully completing assigned projects, providing hands-on experience with course concepts.
Submission Procedure
Submit projects by emailing the Project and attaching the C++ source code.
Do not submit additional files like make files or object files.
Deadlines
Due dates for each project and exam will be communicated weekly on Blackboard.
Project Grading Criteria:
- Documentation (20%): Proper use of variable names, indentation, comments, etc.
- Program Operation (80%): Correct functioning with instructor input data, performing all required functions.
Documentation Importance
Adhering to proper documentation guidelines from the textbook is crucial. Clear, readable programs are essential, and the instructor will strictly enforce these guidelines.
Program Documentation and Coding Style Guidelines:
General Requirements:
- Program documentation encompasses proper use of variable names, indentation, and comments, as outlined in the textbook.
- It is imperative to prioritize readability in your programs, as the instructor will rigorously enforce documentation guidelines.
Project Documentation and Coding Style Requirements:
- 20% of the grade for each programming assignment is based on program documentation and style, aiming for a professional programming approach.
- Adherence to a clear and organized indentation style is crucial. While the textbook's style is preferred, consistency in maintaining a neat, professional appearance is acceptable.
Commenting Guidelines:
Each program must commence with a comment containing:
- Your name
- Program status ("Complete" or details of any incomplete/non-functioning parts)
- A brief 1 to 3-line description of the program's purpose.
Structuring Code
- In your source file, the main function should precede other functions.
- Each function should begin with a 1 to 3-line comment describing its purpose.
Variable and Constant Declarations
- All local variables and constants should be declared at the start of the function block.
- Meaningful variable names are essential. Avoid one- or two-character names; instead, opt for descriptive names like "chng" for change returned from a purchase.
Declaration Style
- Declare one variable or constant per line, accompanied by a comment explaining its usage.
Function Length and Sectioning
- If a function exceeds 4 or 5 lines, divide it into sections with blank lines, providing clarity and organization.
- Include a 1 or 2-line comment at the beginning of each section, describing the task it performs. These comments should focus on WHAT the section does rather than HOW it accomplishes it.
By adhering to these guidelines, you contribute to a well-structured, readable, and professional programming style, enhancing your overall project evaluation.
Labs
For each class meeting, we will practice programming exercises. The exercises will be posted on Blackboard.
Course Subjects
Semester Schedule
Week |
In-class |
Quiz Dates |
Project Due Dates |
Wed-Jan-17 |
Syllabus/Class Expectations/Install C++ |
Check weekly Announcement on BB
|
Check weekly Announcement on BB
|
Mon-Jan-22 |
Data/Expressions |
||
Wed-Jan-24 |
Data/Expressions |
||
Mon-Jan-29 |
Functions |
||
Wed-Jan-31 |
Functions |
||
Mon-Feb-5 |
Logical statement |
||
Wed-Feb-7 |
Logical statement/Repetitions |
||
Mon-Feb-12 |
Repetitions |
||
Wed-Feb-14 |
Exam 1: Review |
||
Mon-Feb-19 |
Exam 1 |
||
Wed-Feb-21 |
Files |
||
Mon-Feb-26 |
Files/Exceptions |
||
Wed-Feb-28 |
Arrays |
||
Mon-Mar-4 |
Arrays |
||
Wed-Mar-6 |
Characters, Strings, and the string Class |
||
Mon-Mar-11 |
Spring Break |
||
Wed-Mar-13 |
Spring Break |
||
Mon-Mar-18 |
Arrays/ struct/ string |
||
Wed-Mar-20 |
Arrays/ struct/ string |
||
Mon-Mar-25 |
Arrays/ struct/ string |
||
Wed-Mar-27 |
Exam 2 Review |
||
Mon-Apr-1 |
Exam 2 |
||
Wed-Apr-3 |
Struct |
||
Mon-Apr-8 |
Pointers |
||
Wed-Apr-10 |
Pointers |
||
Mon-Apr-15 |
Classes and Objects |
||
Wed-Apr-17 |
Classes and Objects |
||
Mon-Apr-22 |
Classes and Objects |
||
Wed-Apr-24 |
Classes and Objects |
||
Mon-Apr-29 |
Classes and Objects |
||
Wed-May-1 |
Exam 3: Review |
||
Mon-May-6 |
Exam 3 |
||
Wed-May-8 |
Semester Wrap |
||
|
-up |
NOTE:
- The instructor reserves the right to modify the course schedule as necessary. Please be aware that adjustments to the schedule may take place throughout the semester. Any alterations will be communicated during class sessions and posted as a Blackboard Announcement.
- Students are required to thoroughly review the textbook and study the PowerPoint (PPT) material in accordance with the course Announcement before each class.
- schedule BEFORE each class
- The instructor will announce the due dates for each project on B
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 Arpil 22, 2024. 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 the following conditions are satisfied:
- The student is unable to complete the course during the semester due to circumstances beyond their control.
- The student must have earned at least half of the grade points needed for a “C” by the end of the semester.
- The request for the grade must be made in person at the instructor’s office and necessary documents completed.
- 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 based on 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 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 always conceal their handguns. 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 based on 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 misconduct. This 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 at 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 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:
- Library Website: http://library.austincc.edu
- Ask a Librarian: https://library.austincc.edu/help/ask.php
- Library Hours of Operation by Location: https://library.austincc.edu/loc/
- Email: library@austincc.edu
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:
- Food pantries are in all campus Student Life offices: https://sites.austincc.edu/sl/programs/foodpantry/.
- Assistance with childcare or utility bills is available at any campus Support Center: http://www.austincc.edu/students/support-center.
- The Student Emergency Fund can help with unexpected expenses that may cause you to withdraw from one or more classes: http://www.austincc.edu/SEF.
- Help with budgeting for college and family life is available through the Student Money Management Office: http://sites.austincc.edu/money/.
- Drop-in childcare is available at Highland Campus: http://www.austincc.edu/students/child-care/child-watch-drop-in-center
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)
Office Hours
Published: 01/04/2024 14:18:49