Office location: 124 Gannon Building
Office Phone: 517.483.1558

FAQ 180

Frequently Asked Questions

Q: Do I need to buy the textbooks for CITW 180?
Q: Can I get help with my homework for CITW
180?

Q: Why can’t I FTP to the rebel server?
Q: Is the rebel server down?
Q: Do I need all of the software suggested/recommended
for CITW 180?

Q: Can I copy your examples…

Q: Do I need to buy the textbooks for CITW 180?

Yes!

Since there isn’t a great deal of online lecture material in CITW 180, the textbook is the main source for information. The discussion board on Angel may be helpful, also. Internet search will also be very useful for troubleshooting code.

The textbook information is available online here at the LCC Bookstores link

top

Q: Can I get help with my homework for CITW 180?

Yes. In the following ways:

  1. Review your code for typos or grammar errors.
  2. Review your textbook
  3. If you get an error, copy/paste the error message into a Google search box and see what the world says about the possible fix.
  4. Contact a fellow classmate.
  5. After you have exhausted these options, contact your instructor (check the contact information on Angel).

Just remember, it is unacceptable to "give" other students lines of code or other answers as a method of assistance. This is considered cheating as defined by L.C.C. and will lead to academic discipline or possible dismissal from the course.

Using someone else’s ideas or phrasing and representing those ideas or phrasing as your own, either on purpose or through carelessness, is a serious offense known as plagiarism.

Do not copy and paste information from another website or periodical and pretend it is your own, this is plagiarism This is considered cheating as defined by L.C.C. and will lead to academic discipline or possible dismissal from the course.

Q: How do I get files to the rebel server?

  1. Download an FTP client (FileZilla is recommended for PC users)
  2. Once installed, open your FTP client.
  3. Enter the following information:
    1. server: rebel.lcc.edu (notice: no ftp. or www. )
    2. username: your TUID@star (ex. pipperd@star)
    3. password: your TUID password
  4. If successful, you will see the directory listing including an index.html file
  5. Move files from the local window to the server window according to your FTP client software

top

Q: Is the rebel server down?

Whenever the rebel server is not functioning properly, the LCC help desk is contacted and then, an email is sent to all students and/or an announcement
is posted on Angel.

You may experience problems periodically because of high traffic or problems with your ISP.

Check to see that you first have internet connectivity by opening you web browser and visiting http://rebel.lcc.edu/yourusername. In addition, try reconnecting with your FTP client software and make sure the settings are correct as well as your username/password.

If rebel is down for an extended period of time, homework due dates may be extended and students will be contacted of the schedule change ahead of time.

top

Q: Do I need all of the software suggested/recommended for CITW 180?

All of the exercises can be completed with Notepad or any text-based editor as well as Microsoft’s Visual Studio or Visual Web Developer, both available for a much lower cost from the MSDN Academic Alliance. The Links area has a few suggestions for freeware text editors for creating web documents.

Students will also need an FTP program (see above) or use the TLC Computer Lab on the LCC Main campus.

top

Q: Can I copy the class examples, make changes to the variable names and values, and turn that in as my homework?

No. (also see above)

The examples are provided as one way to accomplish the task given, not something for students to use. Nothing is learned from using someone else’s scripts. There are usually many ways to do the same thing when programming, these scripts provide one working method to show you how it can work.

In essence, it would be cheating using the example scripts for something more than an example of the way instructor chose to accomplish the task.

top

Comments are closed.