deptlab:cs101:howtoaskforhelp
This is an old revision of the document!
Table of Contents
I Have A Problem!
The first step in fixing a problem is knowing what you are trying to accomplish.
This is by far the most common issue people have. If you do not understand what you are trying to do, it's hard to determine what is going wrong.
- Have you read and followed any directions you were given?
- Have you examined the error message(s) you received? They can help you narrow down the problem (unless it's one of the often useless error numbers from Windows).
- Have you Googled the error message? The internet has a lot of solutions to problems. Just be sure you understand the solution before implementing it as there is a LOT of BAD information out there. Try an official site before something like stack exchange.
- If it's a program you wrote? Add debugging outputs or log files to help determine what is going on with the code. A simple
print “I'm here”
statement can be of enormous help.
How to ask for help
Can't fix it your self and the internet is no help?
Email your Instructor or Advisor for help and include answers for any of the following questions that might be related to your problem. Just saying “Help, I can't log in” doesn't provide any information as to what is wrong.
For connection problems:
- What type of computer are you trying to connect from? (Windows, Mac, iPhone, etc.)
- What is the name of the program you are trying to use to connect? (Putty, XTerm, iTerm, windows CMD shell, etc)
- What is the address of the computer you are trying to connect to? (Name or IP)
- When did you last try? Date and approximate time.
- What is the username you are using when trying to connect?
- Where are you trying to connect from? (NDSU, Home, China, etc.)
- What happens when you try to connect? Be specific. Provide error messages or descriptions of behavior. If sending screen shots, be sure they are readable by humans.
- Have you tried to connect FROM another computer?
- Have you tried to connect TO another computer(s)? If yes, what is the computer(s) address?
- Are you running aftermarket firewall and/or anti-virus software? IF yes, what? (McAfee, AVG, etc.)
For programming problems:
- What class are you in?
- What type of computer are you using? (Windows, Mac, iPhone, etc.)
- What language are you using?
- What additional packages are you using? (Python libraries, JDBC Driver, MPI SDK, etc.)
- What are you trying to accomplish? (Assignment number, project description, etc.)
- What is wrong? Be specific. Provide error messages or descriptions of behavior. If sending screen shots, be sure they are readable by humans.
- What have to tried to do to fix the problem and what were the results. Again, be specific.
For ITS Windows Lab problems:
For homework problems
Ask your instructor, graduate advisor (if you are a graduate student), class tutor or learning assistant, or someone at ACE tutoring.
deptlab/cs101/howtoaskforhelp.1605109860.txt.gz · Last modified: by localadmin