IT310 Java Support Site

Current Unit: 01

  Due: 03-06-2013
e Newsletter
A newsletter published by http://java.skillbuilderblocks.com to help students succeed!
Course: IT310 Data Structures and Algorithms | Vol: 1301C | Issue: 1 | Date: 2013-02-28


From the Prof  FAQs

Greetings Class!

I'm Kathy Marrs and I'll be your prof for the next several weeks as you learn about data structures and algorithms using Java in IT310 starting on 2013-02-28

Currently I own Marrs & Beyond Technologies, a Web design and consulting company that specializes in database driven Webs using Flash, AJAX, MySQL and PHP. I am working on my PhD (ABD) and have an MS and EdS in computing technology in education.

Now that you know a bit about me, here are some tips to help you ace this course:

  1. Read the unit material before seminar each week. This gives you a head start on getting any answers you need and helps you participate more meaningfully.
  2. Practice the techniques thoroughly before implementing them into your projects. This will help reveal any gaps in your understanding and minimize the need to troubleshoot later on.
  3. Practice some more!
  4. Manage your time wisely. Do not let yourself fall behind. Though it is human nature to procrastinate, remember this is about your future and lack of planning on your part does not make an emergency on mine! Be sure to fully understand the late policy outlined in the FAQs.
  5. If you cannot attend seminar, it is your responsibility to review the recording so you don't miss vital information relevant to the unit topic and project expectations.

Now please take a few moments to introduce yourself to the class by posting a brief bio in Unit 1 discussion board. It would be helpful if you let me know of any specific learning goals you may have related to the subject and help your classmates learn of any interests you may have in common.

Also be sure to read the syllabus and any announcements I’ve posted. As you do, jot down any questions or concerns you have and bring them with you to seminar or post them in the Virtual Office. Remember, too, I'm only a few clicks away via email at kmarrs@kaplan.edu .

NOTE: If you do not receive a response to an email within 24 hours (except Saturday and Sunday) check your junk or spam folder. If you can't find it there, let me know in the Virtual Office.

I've designed this weekly newsletter to help you ACE the course! In it you'll find tips and other resources along with answers to frequently asked questions and best of all, specifics about how to maximize your points on your weekly projects.

The frequently asked questions (FAQs) to the right provide you with details on course expectations as well as what resources and software you need to succeed. The project due dates section helps you plan your schedule, so be sure to mark your calendars.

We'll be discussing all of these things in our first seminar, so be sure to bring your questions and concerns with you.  Hope you can all attend!

Warm Regards,
Kathy

 

Q: When are office hours?
A: Saturday & Sunday 3-4 PM ET

Q: What book do I need?
A: Data Structures and Algorithms in Java)
Author: Adam Drozdek
ISBN: 0-534-49252-5
Publisher: Cengage Learning

Q: What software do I need?
A: Java SDK Compiler - Free Download

An IDE, such as jGRASP, NetBeans, or Jcreator (you can download the SDK and NetBeans package from the above link).

Q: What is the late policy?
A: 1-7 days late = 20% penalty
8-14 days late = 30% penalty
No projects will be accepted after the last day of the term.

You MUST email me to notify me of any project submitted after the grading period for that unit has been completed. With rare exception, projects more than 14 days late will not be accepted.

Q: When are projects due?
A: See schedule below.

  • Unit 1: 03-06-2013
  • Unit 2: 03-13-2013
  • Unit 3: 04-03-2013
  • Unit 4: 04-03-2013
  • Unit 5: 04-10-2013
  • Unit 6: 04-17-2013
  • Unit 7: 04-24-2013
  • Unit 8: 05-01-2013
  • Unit 9: 05-08-2013
  • Unit 10: 05-15-2013

Q: How can I get help?
A: You have several options depending on what you need help with as follows:

  1. Go to the Java Support Site (currently a work in progress). There you will ultimately find:
    • Links to the weekly announcements, including newsletters and seminar recordings
    • Seminar agendas
    • Project demos and sample code
    • Tutorials
    • Help Ticket Application - use to get my help troubleshooting your code
  2. Join me for office hours (see schedule above)
  3. Post course related questions in the Virtual Office (I look there first and frequently)
  4. For issues of a more personal nature, use email
  5. If this isn't enough, check out Kaplan's Technology Center for tutoring options!

The seminar recording covering the following topics is here http://khe2.adobeconnect.com/p2bp4y7lw4g/

  • Introductions and survey on programming knowledge
  • What I expect from you
    • Understand the syllabus
    • Do the assigned readings
    • Practice, practice, practice
    • Read my announcements
    • Do the work and participate!
    • Have fun!!!!!
  • What you can expect from me
    • Timely communication
    • Comprehensive grade feedback
    • Information packed seminars
    • Lots of support!
    • Fun!!!
  • How to Get help
    • Virtual Office (I look there first and frequently)
    • The Java support site
    • KUO Technology Center - link under Course Home
  • Introduction to Java and Object Oriented Programming (OOP)
    • What is Java?
    • What can it do - or what can you do with it?
    • What is OOP?
  • This week's goal
    • Download and install the JDK and IDE
    • Submit a screenshot of your successful execution of the test.java program
    • Project Demo
  Due: 03-06-2013

PROJECT INSTRUCTIONS


Install the JDK and your choice of an IDE

From the website http://www.oracle.com/technetwork/java/javase/downloads/index.html you will download the latest copy of the JDK software. I recommend downloading the JDK and NetBeans package. Be sure to choose the correct version for your platform (32 or 64-bit). The download location should be noted. When the download is complete you will double click on the file to install it.

Upon completion of the installation, launch NetBeans (or other IDE). You are now ready to start developing projects

Test your installation

Go to Doc Sharing in the classroom and download the file test.java and save it in a unit01 folder. Create a new project in your IDE. Choose java project with existing sources. Include the folder containing the test.java file. Compile and run the project. Create a screenshot using ctrl-print screen or the snipping tool if you have Windows 7 of your results. See the screenshot for Unit 1 below.

Directions for Submitting Your Project
  1. Zip the file/folder that contains your screenshot. Note if you used html, you must include the html page and the image for the image to display on my end.
  2. Go to the Dropbox by clicking on the Dropbox tab above.

PROJECT DEMO


SCREEN SHOT OF SUCCESSFUL INSTALLATION

unit01.gif