|
|
楼主 |
发表于 2007-5-9 14:03:32
|
显示全部楼层
BSA104 Business Programming
% s0 H+ D9 s5 T# j$ u6 cShanghai - 2007" V L3 c3 D$ A$ a; R/ x
Assignment 23 n8 k+ l6 s' u8 U
Deadline for Submission: 10:00 pm (Shanghai time), Tuesday 15th May 2007 Assessment Weighting: 20% of the total assessment for BSA104 Assignment Type: Individual Scenario: The teaching staff at a nearby university are concerned that some of their students are submitting other students‟ work. They need a simple Java program that will compare the text of two other Java programs, line by line, for equality, and then print out the results, and a recommendation. Requirements: Consider the three Java Classes: ProgramCompareMenu.java, ProgramCompare.java and AuthorisedUsers.java, available from the Assignment 2 page on Vista. You are required to perform the following tasks: The ProgramCompareMenu class: (Total maximum 20 marks available)
$ F( x, Y5 ^* Y+ p/ x$ \, I0 T1. Provide a basic text-based menu interface to the ProgramCompare class so that it can be used by two staff members to determine if the two supplied Java programs are the same or similar.
/ j5 J/ N, m% iThe staff must be able to:8 e. V! ?' z) i: @0 ~
 Log on to the „system‟ using their user name, and a Personal Identification Number (PIN) which is a four digit number **.) h: H$ _4 {8 T# @
1. The user should not be able to use the „system‟ until they have provided the correct user name and PIN combination. You should give them a second or third chance to get it right before shutting the „system‟ down./ `, L5 a& J9 C9 ?+ V t, ?
 The interface should provide a menu so that the staff can:
8 {( \" N& m9 L" o* m% Na) Enter the names of the two Java program files to be compared+ d+ Q" ~" u9 X8 J$ D! W" N& i
 For this assignment, it will be assumed that the two Java program files are in the same folder as your program.
# Q! j" v1 v3 R: q5 e** You must use the two user names and PINs provided in your individual data available from the Assignment 2 page on Vista (see requirement 5 below). The user names and PINs should be included in your code, and the output to the screen should prompt the user with the user names and passwords (for marking purposes).
" _" z0 j0 I9 c/ L" T6 oBSA104 Business Programming – 2007: Assignment 2
6 H# m. H5 F4 ?, YPage 2 of 5
" @+ \/ W6 w+ t. ?; N+ _9 h9 Lb) Print out to the screen all the lines of code that are the same
* N. _' K: J: c8 F* N f7 b Include the name of the file and the line number of the code being printed for each of the two files0 R, Q# S2 k" u+ r1 N+ d
c) Print out to the screen all the available information regarding the evaluation of the two Java program files being compared1 ?1 c1 ^% R- J8 R ^9 p
 the name, username and department of the user% G+ Q9 K8 T9 {; ]5 _( i; B' |5 x
 the statistics of the comparison9 \7 N& Z" ~$ q
- For example: the number of lines of code checked, the number of lines the same, the number of lines that are different
2 m$ B$ n" E& L1 ^ the recommendation for further checking
9 \4 f8 r" P6 ^0 j( _7 D& y) M- For example: if more than 5 (five) lines of code are the same in each Java program file, then print a recommendation to the screen that the staff member check the files more closely' [6 u; V% s* @ I
 the names of the two files compared
5 l/ Q' v; D. }+ g, y1 [d) Leave the program (exit)9 z! w- {* i! {" Z
The ProgramCompare class: (Total maximum 20 marks available)' K/ k! Y; J1 {, W
2. Provide a method/s to read in each line of code from the two files identified by the user: (assumed that the two Java program files are in the same folder as your program)
k/ W X! F2 b7 Wa) provide an error message if the files are not found or there is a problem opening them
% ]* {! Q, N; |& k: U1 nb) compare each line of code$ u1 t, o: q" w9 l1 F. \ C
c) print out the lines that are the same
/ O. I- R. j# l+ sd) count the number of lines compared / lines the same ^9 H) B! s! a
The AuthorisedUsers class: (Total maximum 20 marks available)& r5 Z/ S7 g( P; I
3. Provide an object that contains the name, username, PIN, and Department of the authorised users of the program (user names and PINs as provided in your individual data - see requirement 5 below)
5 U f5 Q6 u) e+ ?0 a5 t8 f4. Provide methods to:. ?. ]& y* U+ k3 {
a) compare the stored username and PIN with the one entered by the user - return a value that indicates whether they match or do not match
: J. D v) ` H$ o* Z$ @b) return the name of the authorised user
H$ S- w5 j& z& e) n/ [6 V2 sc) return the name of the department of the authorised user9 B) j4 \8 I( ]- Y( J/ x( b
Individual Data (Maximum 20 marks available): q6 `8 S* D/ N0 l+ B
5. You will be given two staff member names, usernames, PINs, and department name, plus a set of two Java program files to compare using your program. You will need to log onto the BSA104 Assignment 2 page on Vista to generate your individual data and instructions for this requirement. You will need to use your University of Tasmania (UTas) student number.+ L0 i0 R) A. H
Documentation (Maximum 10 marks available)
6 w! a* n" u1 I/ X- e H6 c6. Your program files should be fully documented, at least to the same standard as demonstrated in the textbook. This includes in-code comments, descriptions, and where appropriate, explanations for each new constructor, method and variable.9 g. A! ^+ a. u$ L/ @
BSA104 Business Programming – 2007: Assignment 2) i( S7 s! v8 }# r
Page 3 of 5 |
|