|
|
楼主 |
发表于 2007-5-9 14:03:32
|
显示全部楼层
BSA104 Business Programming5 }9 [4 n; q3 u ^. w1 {& f
Shanghai - 2007
3 r/ v9 p* \% N. v6 YAssignment 28 Z2 T1 g: Y, R! p- P* G3 H: ~
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)) r7 o, h% m; |
1. 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.
5 `4 W" n8 ?; P7 b0 vThe staff must be able to:
6 g- S3 Z+ V/ o0 h y& O Log on to the „system‟ using their user name, and a Personal Identification Number (PIN) which is a four digit number **.2 x) R7 o# S" { K% |3 y
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.
- v2 x3 Y; q$ g The interface should provide a menu so that the staff can:
) [& U) F) T- q) C2 b( s8 Q0 s: |a) Enter the names of the two Java program files to be compared: O, p, }. e3 o& B2 [1 B
 For this assignment, it will be assumed that the two Java program files are in the same folder as your program.
# h/ Z. a. N$ N8 V) M** 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).
% K( r+ x% u. cBSA104 Business Programming – 2007: Assignment 2
! X9 X- v( C+ `5 J3 G3 ePage 2 of 5+ G) S5 [( h9 _. l+ T
b) Print out to the screen all the lines of code that are the same
. t9 W% X, T) C: {6 O Include the name of the file and the line number of the code being printed for each of the two files
6 f9 C, y: Y- j( h( b* [" Sc) Print out to the screen all the available information regarding the evaluation of the two Java program files being compared" A G, p' c/ E
 the name, username and department of the user& _# F/ a$ l4 N" i7 R
 the statistics of the comparison
& \9 u- t! U- X4 x$ u- For example: the number of lines of code checked, the number of lines the same, the number of lines that are different
4 M5 K5 U+ S6 l3 Q% l0 u the recommendation for further checking
# O! e* a# 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: d% s) [: p f) L9 ~8 S# G2 w! r8 \
 the names of the two files compared
3 l. r3 B5 o& I- H: h/ kd) Leave the program (exit)/ C) T, C. t' M/ _* I2 X
The ProgramCompare class: (Total maximum 20 marks available)
0 `9 b& A; [. F7 R2. 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)( ]4 X6 `2 E" f1 E0 Q
a) provide an error message if the files are not found or there is a problem opening them
) X: | U3 p6 ~! R$ Xb) compare each line of code1 c; I* n( Z; ] q' ?! L
c) print out the lines that are the same7 r& I8 z2 q; t
d) count the number of lines compared / lines the same) C4 j& D# W; u x) y3 y
The AuthorisedUsers class: (Total maximum 20 marks available)
# V" X6 m* `0 u* m2 ]* F" }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)" A1 V, n, S4 H9 J! M
4. Provide methods to:
+ O& I. h+ G* ~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 match0 m; s; c9 h1 L. u9 { E
b) return the name of the authorised user
! G, D- ^- }: D3 @% U* gc) return the name of the department of the authorised user9 D$ u6 o, e: A0 p
Individual Data (Maximum 20 marks available)! J4 u/ @% G9 F+ J/ j* p8 f0 E
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.+ ?4 K% _* d U K( p9 s
Documentation (Maximum 10 marks available)& a% M3 B" r6 o
6. 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.% [4 S. F0 x. I+ V9 v6 |
BSA104 Business Programming – 2007: Assignment 27 S- R8 _- T8 B5 a0 V
Page 3 of 5 |
|