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 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 which opened a position that you gladly filled.  
Line 7: Line 6:
 
|Overview=The overview contains what the student is going to do in this case study and what they need to know.
 
|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]]

Revision as of 12:10, 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 which opened a position that you gladly filled.    

{{{Body}}}