Western Oregon University Page 1 of 2 CS-161 Pre-Lab #2 General At the top of the every document that you create (word processing files or source files) include: /** * Description of the class or document. * * @author YOUR NAME * @version CS161 Lab #, mm/dd/yyyy (replace with the last edit date) */ The primary purpose of each pre-lab is to help you prepare to be an active participant during the lab sessions, and to be ready to discuss and understand the material presented in lectures. This is why late submissions are NOT accepted as that defeats the primary purpose of the prelab. However, as these are done prior to class discussions, PRE-LABS are not graded on correctness of your answers, but on whether you have shown a reasonable attempt at investigating and trying to solve the problem. Please feel free to bring up questions during your lecture class about material in the prelabs that you don’t understand or where not able to complete correctly. We will devote some of the lecture time to answering these questions. Prelabs are part of a flipped classroom model where you are responsible for studying and learning the majority of the easier to understand material so that we can focus on the more difficult concepts during the lecture time that is available. Prelabs are NOT collaborative assignments; they are to be done individually. Academic plagiarism policies apply and are enforced. Concepts The purpose of this lab is to familiarize you with submitting pre-labs and labs, review the class policies and student tips, and check your java and BlueJ installation. Background Read the class policies and student tips page on the class Moodle site. Assignment Instructions 1. This is just to check your installation of java and BlueJ. Open the “figures” project from chapter01 in the BlueJ projects folder. Take a screen shot of BlueJ showing the open figures project. 2. Find the paragraph that describes the difference between collaboration and plagiarism that is in the class policies page. Read it, then cut and paste it here. 3. What is the class policy on late or missed submissions for PRE-LABS? 4. What is the class policy for a missed quiz? 5. How much (percentage) does the PROJECT count towards your final course grade? Western Oregon University Page 2 of 2 CS-161 Pre-Lab #2 6. If you have a question on class content late at night, should you email the question to your instructor or should you post the question to the class Moodle discussion board? 7. What type of document are ALL PRELABS to be submitted as? Submission Instructions Submit in this prelab via Moodle using the “PreLab #” link. Your assignment MUST be uploaded by the assignment due date and time (see Moodle for the time), no exceptions or extensions of time are given. Partial credit is given, so submit however much of the prelab that you have completed by the due time otherwise both the prelab and lab will receive a 0 grade for the week. Moodle will automatically close the link at that time. It is highly recommend you do not wait until the very last minute to submit your work. ALL PRE-LABS are to be submitted as a SINGLE document in PDF format. Most modern word processors can now generate a PDF file or you can download free utilities to do the conversion (CutePDF for pc’s). Any submissions in any other format will not be graded and will not receive credit. Type your answers when appropriate, or if diagrams are needed you may scan them or take a picture and then paste the picture into the document. For coding questions, take one or more screen shots that show the code that you modified or created; and take screen shots of the run of your programs showing the outputs. Paste anything into your document that demonstrates your investigation and work on each of the questions. In your submission, please mark each of your answers/investigation with the question number clearly shown. Order the questions/answers in your PDF document in the same order that they are assigned in the prelab. If you do not do this, you may not get credit for some of your work.