Difference between revisions of "Case Study I"

From CompSciWiki
Jump to: navigation, search
Line 1: Line 1:
{{1010Topic
+
{{
 +
1010Topic
 
|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. Since you are the person to fill the newly available position, it only makes sense that you take over the project.
+
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 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>
+
</p>
The resources available to you are located on this wiki page. Read over the resources and do the following to the code:
+
The resources available to you are located on this wiki page. Read over the resources and make the following changes to the code:
 
<ul>
 
<ul>
 
<li>Fix the code so it compiles and runs</li>
 
<li>Fix the code so it compiles and runs</li>
Line 12: Line 13:
 
|Overview=You will apply the knowledge you have acquired from the previous three chapters to repair and clean this code file.
 
|Overview=You will apply the knowledge you have acquired from the previous three chapters to repair and clean this code file.
  
|Chapter_TOC=[[Java Fundamentals]]}}
+
|Chapter_TOC=[[Java Fundamentals]]
 +
}}
 +
 
 +
==ISBN Overview==
 +
 
 +
 
 +
==Code==
 +
 
 +
 
 +
==Solution==
 +
 
 +
 
 +
==Links To Other Case Studies==
 +
[[Case Study II: Day Two at Funky Books Inc.]]<br />
 +
[[Case Study III: Day Three at Funky Books Inc.]]<br />
 +
[[Case Study IV: Day Four at Funky Books Inc.]]<br />
  
 
[[Category:Sample Questions]]
 
[[Category:Sample Questions]]

Revision as of 22:28, 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 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.

The resources available to you are located on this wiki page. Read over the resources and make the following changes to the code:

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

   

{{{Body}}}

ISBN Overview

Code

Solution

Links To Other Case Studies

Case Study II: Day Two at Funky Books Inc.
Case Study III: Day Three at Funky Books Inc.
Case Study IV: Day Four at Funky Books Inc.