Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Note about collaboration: As stated in the syllabes and on the first day of class, you are allowed to choose ONE other student from this

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Note about collaboration: As stated in the syllabes and on the first day of class, you are allowed to choose ONE other student from this class and work with them as a partuer. Either student must NOT have already worked with someone else in the class on this assignment. Pairs are allowed, not triples nor chains thor ringst Choose partners: BEFORE the due date. You do not want to make your partner late tool You must. reference your partner AND they must reference you in the submitted work of both of work, regardless of which direction the "belp" went. All program source cede and designs will be checked for similarify. If similarify is foumd and ao references are givea, if will the iavestigated for plagiarisu. Assignaseat total points - Design (20 points )+ Test Case Answers (15 points) + Runs given test cases successfully (15 points) + Implementation correctly written ( 60 points) =110 points Problem Desciaption: Your programs num on a "chip", a CPU. This chip is mamufactured on a silicon wafer, a very very thin circular slice of parified silicon with some imparities added to it. A silicon wafer usually has many chips (or dies) created on its surface by automated tools and robots, then at one point in the process the wafer is sliced apart to make individual CPUs (or dies). Your program will do some calculations about these wafers and chips. Follow this link for more information Given the diamefer of the silicon wafer in millimeters (mm), the area of the wafer in square millimeters ( mm2 ) and the area of one individual chip (die) in square millimeters (mm2), this equation will calculate bow many dies can be cut from the Wafer. The equation corrects for wasted material near the edges. Note that it should give an integer number of dies (you doa't want to cut balf a die). Note that the area of the wafer is NOT an inpat value. You will have to calculate the area of the wafer given the diameter. If you need to, look up the formula for the area of a circle. DinsperWefer=dledreowaferArea2diedreaitwaferDameter Where: DiesPerWafer (the number of dies cut froa a wafer) in the answer maferDianeter - the diameter of the wafer (mus) dietres = the chap size ( max2) noferdrea = area of the wafer (mr) (must be calculated ahead of time) Sample Rane What is the diaanet of the watery ina 255,5 what is the area of a zingle diez me2) 17,6 you eal cut 2290 dith. rhis abes mat take inso account detective dies. Aligrnent mariningo and tent sites on the wafre.'s aurtace. Sample Ran 2 Itat i the dianecer of the unfer? (ine) 100 What in the atus of angie din? (=2)5.6 Sample Run 2 Slicing wafers What is the diameter of the wafer? (mm) 400 What is the area of a single die? (man2)25.0 From a wafer with area 125663.71 square mil1imeters you can cut 4848 dies. This does not take into account defective dies, alignment markings and test: sites on the wafer's surface. Test Plan ( 30 points) Part of our grading process will be to run your program with these cases. Submit screenshots to demonstrate results for A., B., and C. No points would be given if there are no screenshots of the test cases. To get full credit, your program must produce the right results for all test cases below and you must provide screenshots. Test cases are worth 5 points each. (20 points) Design: Write the design for the program in pseudocode as comments and submit it to Icollege as "design.py". NOTE that we do not want Python code in this nle! Just comments which can be used in the implementation later. - Give the three P's (purpose, pre- and post-conditions) and author info as usual. The steps do NOT bave to be numbered. - I mapply progran prolog (3 r3) - I main tunction (20 points) Design: Write the design for the program in pseudocode as comments and submit it to Icollege as "design.py". NOTE that we do not want Python code in this file! Just comments which can be used in the implementation later. - Give the three P's (purpose, pre- and post-conditions) and author info as usual. The steps do NOT have to be numbered. - I supply program prolog (3 D) - i main function - I Dlaplay introductory message - Your design here ( 60 points) Implementation: Write a Python program to implement your design. Start by making a copy of the Python file you have that has the design in it (possibly modified with improvements you or your partner came up with) and write your Python code between the commented lines of the design. Make sure you eliminate any syntax and semantics errors. Here is where test cases are important! Name this file wafer FirstName LastName.py. For instance, if your name is John Doe, the file name should be wafer_John_Doe.py Specifications for the implementation - This program uses input; you will have to prompt the user for the inputs. The inputs can be assumed to be floats. - You must use at least one function and one constant from the math library. - Format the calculated wafer area to 2 places. - You should have a main function and all code except for the import statement should be inside the main function definition. - Make sure you fomat the lines of the output as described. The line breaks and the punctuation should be as shown. The output messages should be exactly as given. Submissions You should submit the following files for grading: - design.py - wafer FirstName I LastName.py - Screenshots of your test cases

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introductory Relational Database Design For Business With Microsoft Access

Authors: Jonathan Eckstein, Bonnie R. Schultz

1st Edition

1119329418, 978-1119329411

More Books

Students also viewed these Databases questions