Coaching Center Policies

fa-info
Students registered for Computer Science courses can get free help from Coaches.

Locations and Schedules

Spring & Fall - Online or
                - In-Person in Old Main 304

  • Monday - Thursday:  9:00 AM - 8:00 PM
  • Friday: 9:00 AM - 6:00 PM
  • Saturday: 12:00 PM to 6:00 PM
* Closed USU holidays, break days, and Finals Weeks.

Summer 2023 - Online

  • Monday – Friday 10:00 am – 8:00 pm
  • Saturday 11:00 am - 5:00 pm

CS Coaching Que Instructions 

1

Joining the Queue

  1. Navigate to the Canvas dashboard
  2. Find the "Tutoring" button in the bottom-right corner
  3. Click the "Tutoring" button
  4. Click "LOGIN" and select "Computer Science"
  5. Select your subject, describe your problem, and select either Face to Face or Online.
  6. Click "Submit".
2

Online Que

  1. Go to https://usu-edu.zoom.us/
  2. Follow process to setup account the first time
  3. Click “Host a Meeting” to generate a meeting link or use your personal meeting link
  4. Copy and paste the meeting link on the coaching site
  5. Start your meeting
  6. Wait until a Coach joins your meeting
  7. Please turn your sound on so you can hear when a Coach joins

Guidelines

Welcome to the Computer Science Coaching Center. Our Coaches are excited to help you succeed in your Computer Science academic career. In order to improve our efficiency and effectiveness in helping you, please adhere to the following guidelines.

  1. Identify the type of problem you’re having:
    1. Debugging – I know what to do, but my code doesn’t work
    2. Implementation – I know how to solve the problem, but don’t know how to write the code for it
    3. Conceptual – I don’t know how to solve the problem
  2. Prepare appropriately to meet a Coach.
  3. Discuss the issue with a Coach. Remember, Coaches are here to help you learn, not to just get your homework done.
  4. Work on your own following the direction received from the Coach.

Debugging Problems
Debugging problems arise where code isn’t doing what’s expected. A true debugging problem means you know how to solve the problem, and have written your code, but it’s not working. In order to get help from a Coach, make sure you can answer their first question:

Can you explain what your code should be doing?

It’s important to be able to explain this. Without this explanation, a Coach can only see what your code is actually doing, and may not be able to identify the flaw. It will save a great deal of time for you if you can tell them what should be happening.

Implementation Problems
Implementation problems are when you know how a problem should be solved, but don’t know how to write the code for it. Once again, be prepared to answer this question:

Can you explain how to solve the problem?

The answer to this question will help the Coach to figure out which pieces are still too general. It is often the case that the description can’t be translated directly into code. A Coach can help you see how to break the assignment into smaller pieces which can be helpful even on future assignments.

Conceptual Issue
A conceptual issue is when you don’t know how to approach solving a problem. Ultimately, all problems can be broken down into pieces that fit concepts you have learned in class. It’s sometimes difficult to do that. In these cases, it is still important to prepare to meet a Coach so you can be helped in an efficient manner. Make sure you’re able to answer each of the following questions.

  1. What are the key topics/principles you learned in class recently? Often these are included as objectives listed on the assignment.
  2. What are some solutions you have thought of, even if they were wrong?
  3. What is the very first thing your program needs to do?

The first step of an assignment is often something simple, such as display a welcome message, however, you might not realize that there are parts that you know how to do. Make sure to spend time thinking about the problem in a step-by-step manner. Doing this will help the Coaches to assist you in learning the concepts that you really are struggling with.

Policies

  1. Coaches can help you with specific programming problems, algorithm design or conceptual understanding.
  2. Be considerate of others. Coaches are not allowed to help you for prolonged periods of time when others are waiting. If you need a lot of help, come back when the Coaching Center isn't so busy.
  3. Coaches are provided to help you find your problems - not for the Coach to do your debugging for you. You need to learn how to use the debugger. Ask a Coach for strategies on how to find the solutions yourself.
  4. You must design, write and debug your own programs. Otherwise it is called cheating.
  5. The CS Coaching Center is becoming increasingly popular. If you routinely skip class, don't have the proper pre-requisite for the class you are taking, or are trying to teach yourself (rather than register for the appropriate class), we probably don't have the personnel to help you.
  6. Review the Coaching Center etiquette.