Difference between revisions of "Case Study I"

From CompSciWiki
Jump to: navigation, search
Line 2: Line 2:
 
|Introduction=Today is your first day working for Funky Books Incorporated. You have been hired on as a Junior Software Developer with there software development department. Your boss explains that you will be working with Java and assumes that you are familiar with Java code and the SDK. She brings you to your new desk and tells you that they have your first assignment.
 
|Introduction=Today is your first day working for Funky Books Incorporated. You have been hired on as a Junior Software Developer with there software development department. Your boss explains that you will be working with Java and assumes that you are familiar with Java code and the SDK. She brings you to your new desk and tells you that they have your first assignment.
 
<p>
 
<p>
The Quality Assurance team of Funky Books Inc. requested a program that allows a user to input the ISBN number of a book and validate the number. The code the that was produced was such a mess that the employee was let go which opened a position that you gladly filled.  
+
The Quality Assurance team of Funky Books Inc. requested a program that allows a user to input the ISBN number of a book and validate the number. The code the that was produced was such a mess that the employee was let go. Since you are the person to fill the newly available position, it only makes sense that you take over the project.
 +
<p>
 +
The resources available to you are located on this wiki page. Read over the resources and do the following to the code:
 +
<ul>
 +
<li>Fix the code so it compiles and runs</li>
 +
<li>Comment the code to explain what is happing</li>
 +
</ul>
 +
 
 +
|Overview=You will apply the knowledge you have acquired from the previous three chapters to repair and clean this code file.
  
|Overview=The overview contains what the student is going to do in this case study and what they need to know.
 
 
|Chapter_TOC=[[Java Fundamentals]]}}
 
|Chapter_TOC=[[Java Fundamentals]]}}
  
 
[[Category:Sample Questions]]
 
[[Category:Sample Questions]]

Revision as of 22:16, 27 November 2007

COMP 1010 Home > Java Fundamentals


Introduction

Today is your first day working for Funky Books Incorporated. You have been hired on as a Junior Software Developer with there software development department. Your boss explains that you will be working with Java and assumes that you are familiar with Java code and the SDK. She brings you to your new desk and tells you that they have your first assignment.

The Quality Assurance team of Funky Books Inc. requested a program that allows a user to input the ISBN number of a book and validate the number. The code the that was produced was such a mess that the employee was let go. Since you are the person to fill the newly available position, it only makes sense that you take over the project. <p> The resources available to you are located on this wiki page. Read over the resources and do the following to the code:

  • Fix the code so it compiles and runs
  • Comment the code to explain what is happing

   

{{{Body}}}