Archive

Posts Tagged ‘pts’

Genetics Lab I Need Done

November 22nd, 2011 Comments off

Genetics lab i need done details are below payout 100.00 we need this done in 12 hours
geneticsLab Report- Grading Rubric (75 pts + up to 6 pts extra credit)
Format: Name, date and title typed at top of 1st page? (no title page please) (0.5 pts)
Margins 1 inch all around? (0.5 pts) note: printed two-sided is preferred but not required.
Text double-spaced, table legends single-spaced? (0.5 pts)
Major sections clearly identified? (0.5 pts)
Tables #’d in sequence? (0.5 pts)
Past tense used?…

Draw Java Uml Diagrams

July 21st, 2009 Comments off

Use the posted Javadoc specification of an arcade game program written in Java to model the program behaviors using the UML standards. Specifically you need to use the notations described in posted UML notes (e.g., see details at http://edn.embarcadero.com/article/31863) for your work. You may receive extra credits if the UML modeling is typed up using UML tools (such as AmaterasUML which is an Eclipse plug-in, see details at http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasUML).
(1) (8 pts.) Draw UML class diagrams including details of fields, methods, and relationships between classes, for all classes described in the Javadoc specification.
(2) (4 pts.) Draw one use case diagram describing what the program does (or should do) between the two actors, user and ship, and their communication messages.
(3) (4 pts.) Draw a sequence diagram describing the sequence of events that lead to total destruction of a large comet (explode to medium, then small comets before vanishing).
(4) (4 pts.) Draw a statechart diagram for the lifetime of a comet (starting with large, until total destruction).
(5) (5 pts.) Draw an activity diagram for the entire arcade game starting with game initialization until all targets destroyed. Some activities to be included are: read game configuration file, initialize game play area, terminate game, play game (which forks to other activities), fire shots, collision (between shot and comet), etc., and the use of

Bear