13 Pages

final2002

Course: MSCS 228, Fall 2009
School: Carnegie Mellon
Rating:
 
 
 
 
 

Word Count: 1206

Document Preview

282: MSCS Data Mining Dr. Craig Struble Fall 2002, Final Exam closed book, closed notes, one US Letter cheat sheet, calculators OK 100 points 30 questions Name: 1 Multiple Choice [2 pts each] Circle the BEST answer. 1. Suppose you have a data set with 35 instances. Using leave-one-out testing, the size of a test set for assessment is (a) (b) (c) (d) (e) 1 2 10 17 34 2. Which of the neural network learning...

Register Now

Unformatted Document Excerpt

Coursehero >> Pennsylvania >> Carnegie Mellon >> MSCS 228

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
282: MSCS Data Mining Dr. Craig Struble Fall 2002, Final Exam closed book, closed notes, one US Letter cheat sheet, calculators OK 100 points 30 questions Name: 1 Multiple Choice [2 pts each] Circle the BEST answer. 1. Suppose you have a data set with 35 instances. Using leave-one-out testing, the size of a test set for assessment is (a) (b) (c) (d) (e) 1 2 10 17 34 2. Which of the neural network learning techniques is used for clustering, as discussed in class? (a) (b) (c) (d) perceptron back propogation recurrent Kohonen 3. Which of the following uses sampling to reduce data size? (a) (b) (c) (d) (e) (f) (g) k-means k-medoids k-nearest neighbor CLARA agglomerative nesting fuzzy clustering none of the above 4. A measure of redundancy in data attributes is (a) (b) (c) (d) (e) Z score MAD statistic Pearson's correlation Bayes' rule none of the above 5. Suppose you are gambling with a not so honest friend by betting on coin flips. You know that your friend uses a loaded coin about 10% of the time, and that when the coin is loaded, heads is up 75% of the time. If the coin shows heads 8 times in a row, would you call your friend a cheat if you needed to be at least 90% sure that a loaded coin was being used? (a) (b) (c) yes no not enough information to answer the question 2 6. Given an attribute with the ordinal values {extra small, small, medium, large, extra large}, what is the standardized value for medium? (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) 0.50 0.55 0.60 0.65 0.70 0.75 0.80 0.85 0.90 0.95 7. In building a model tree for numeric prediction, the measure used to select the best attribute for splitting is (a) (b) (c) (d) (e) information gain 2 statistic standard deviation reduction median absolute deviation none of the above 8. Taking a class from Dr. Struble is like (a) (b) (c) (d) (e) (f) a day on the beach eating Kopp's custard every other class I've taken having a chronic nightmare riding a scary rollercoaster other (provide your own description) 9. Linear regression is used for (a) (b) (c) (d) (e) dimension reduction numeric prediction classification feature selection none of the above 3 10. In general, the worst case time complexity of association rule mining on n data instances and m attributes is (a) (b) (c) (d) (e) O(2m ) O(2n ) O(2m n) O(2n m) none of the above 11. The COBWEB clustering algorithm describes cluster members with (a) (b) (c) (d) (e) (f) a representative member a probabilistic description the center of the cluster a mathematical function of attributes a graphical representation none of the above 12. A ten-fold cross validation is used to (a) (b) (c) (d) (e) select the best of ten generated models estimate the accuracy of a final model generated with all data sample data when the data set is too large to construct a model waste CPU cycles none of the above 13. Suppose a frequent 4-itemset F has been identified. The maximum number of association rules that can be generated from F is (a) (b) (c) (d) (e) (f) (g) 1 2 4 8 16 not enough information none of the above 14. Principal component analysis is used for (a) (b) (c) (d) (e) dimension reduction numeric prediction classification feature selection none of the above 4 15. The J48 algorithm is used for (a) (b) (c) (d) (e) (f) (g) association rule mining clustering decision tree construction linear regression neural networks bayesian classification none of the above 16. A silhouette plot displays (a) (b) (c) (d) (e) the number of members in each cluster a measure of dissimilarity of members in each cluster a hierarchical clustering a shadow on the wall none of the above 17. Pruning a decision tree during its construction is called (b) (a) (c) (d) (e) postpruning prepruning feature selection dimension reduction none of the above 18. When feature selection is applied to features before executing the mining algorithm, it is called a (a) (b) (c) (d) (e) preselection approach postselection approach wrapper approach filter approach none of the above 19. Fuzzy analysis differs from k-means and k-medoids clustering in that (a) (b) (c) (d) (e) it is a hierarchical clustering technique it is probability based it allows instances to be members of multiple clusters it samples the data none of the above 5 20. The property of being a correlated itemset is (a) (b) (c) (d) (e) downward closed upward closed minimally closed maximally closed none of the above 21. Suppose you are mining data with integral attributes (i.e., containing only integer values). Which distance measure would be most appropriate to use when comparing similarity? (a) (b) (c) (d) rank correlation Manhattan distance Euclidean distance match/mismatch count 22. The 2 statistic is used to test if attributes are (a) (b) (c) (d) redundant outliers normal dependent 23. Nearest neighbor techniques can be used for (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) (l) clustering classification prediction association rule mining a and b a and c a and d b and c b and d c and d more than two of a, b, c, and d none of the above 6 24. The first step(s) in the knowledge discovery process are (a) (b) (c) (d) (e) data selection visualization data transformation data mining data cleaning and integration 25. The measure of interestingness used by association rule mining that is based on how frequently an itemset appears in data is called (a) (b) (c) (d) (e) correlation confidence support importance none of the above 7 Short Answer [10 pts each] 26. (a) Why is the na Bayesian classifier na ive ive? (b) What is a Laplace estimator? (c) Why is a Laplace estimator used in na Bayesian classifiers? ive 8 27. Draw and label a picture of a perceptron; i.e., a single node in a feed forward neural network. 9 28. Compare and contrast the 3 -edit rule using the typical mean and standard deviation estimators vs. the median and MAD scale estimators (i.e., Hampel identifier). 10 29. (a) What is one application of the expectation-maximization algorithm? (b) Briefly describe the expectation-maximization algorithm. 11 30. Suppose you are asked to perform data mining for a web based department store (e.g., Amazon.com). The store maintains a log of URL accesses to the site with an associated session ID (which groups together all URL accesses by a single user that occur within time of access, IP address of accessing machine, etc. Furthermore, a database linking the URL to a number of product attributes on the pages. See the sample tables below. The store would like to know if there are specials they can offer their customers based on access habits of customers during a session. For example, should they offer specials on books (which they make little money on), if people buy clothes? How would you mine the data to find patterns that would be useful for making this decision? Discuss each step in the KDD process: data transformation, data selection, appropriate task, model, model and pattern assessment, and result visualization. Be as specific as you can be, but do not be concerned about details of the software used (i.e., telling me you'd write a Java program, Perl script, or use Weka is uninteresting to me). Session ID URL Date Time Machine IP ... Table 1: Table of URL accesses URL Book Food Computer Music Electronic Clothes ... Table 2: Table of URL characteristics 12 Additional space for your answer. 13
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Carnegie Mellon - GROUP - 228
Mining the Futures: Predictive Datamining using Financial DataMike Klotz Carl Twining Brian Marx Andrew Vallejos1.ABSTRACTCommodities speculation has existed for as long as there have been organized markets. One of the first uses Galileo found fo
Carnegie Mellon - GROUP - 228
The Molecular Clustering and Classification Predication of Non-Small Cell Lung Cancer based on cDNA Microarray Gene Expression ProfilingXinna Niu nxn@mcw.edu Anca Deselnicu a_deselnicu@yahoo.com Frank long birdbamboo@yahoo.com Xin (Sean) Yan seanyan
Carnegie Mellon - GROUP - 228
Marquette University Student Data MartJack SzetoMarquette University jack.szeto@marquette.eduNeelima TummalaMarquette University neelima.tummala@marquette.eduABSTRACTMarquette University creates a "freeze file" (this freeze file is created on
Carnegie Mellon - GROUP - 228
Classification of Simplified Chinese Characters from scanned sources using a Neural NetworkAaron Gember Marquette University aaron.gember@marquette.edu Elias Peterson Marquette University elias.peterson@marquette.eduIntroductionOptical Character
Carnegie Mellon - MSCS - 230
MSCS 230 - Bioinformatics IAug. 27, 20021Syllabus MSCS 230: Bioinformatics IFall 2002 Call #74614 http:/www.mscs.mu.edu/~cstruble/class/mscs230/fall2002 Instructor: Craig A. Struble, Ph.D.Office: Office Hours: Phone: Email: 386 Cudahy Hall 5:
Carnegie Mellon - COSC - 149
COSC 149 - Operating SystemsJan. 14, 20021Syllabus COSC 149: Operating SystemsSpring 2002 Call #36081 http:/www.mscs.mu.edu/~cstruble/class/cosc149/spring2002 Instructor: Craig A. StrubleOffice: Office Hours: Phone: Email: 386 Cudahy Hall 24
University of Baltimore - IDIA - 618
Introduction to Database Design workshop: March 22-23, 1999 Glossary of Database Terminology Attribute: A characteristic of an entity that we want to record or track or retrieve later; a fact about an object we're interested in. Business Rule: A stat
Carnegie Mellon - COSC - 170
COSC 170 - Compiler Construction Homework 3 - One Reg, Two Reg, Red Reg, Blue Reg Due: Not due. Practice problem for exam. Consider this simple code fragment: L0: a = b = c = r1 = call d = r1 r3 r4 a + 5 func1 r1L1: r1 = d r2 = 0 call func2 e = d +
Carnegie Mellon - HW - 170
COSC 170 - Compiler Construction Homework 2 - When Stack Frames Attack Due: 2009 Mar 30, beginning of lecture To be completed individually. 1. Consider this simple C program: int fibonacci(int *n2, int *n1, int x) { /* printf("fib(%d,%d,%d)\n", *n2,
University of Illinois, Urbana Champaign - ATMOS - 20090321
UPPER AIR CALCULATIONS AND PLOTTING (Ver 5.49-LINUX-X11)Current filename: /mnt/noaaport/nwstg/convert/09032112_upa.wxpDate: 1200Z 21 MAR 09Searching for KBNA.Searching the city database file for: KBNA .Date:1200Z 21 MAR 09Station: KBNAW
SUNY Oswego - ISC - 200801
ISC 320 Exam 2 Page 1 of 8 Name _KEY _Multiple Choice/Short Answer. Choose the single best answer. 3 points each. 1. The logic axiom "(p => q) * (r => s), p V r |= q V s" is equivalent to the CLIPS: (defrule A (p) => (q)
SUNY Oswego - ISC - 200801
ISC 320 Exam 2 Page 1 of 8 Name _ KEY _ 106 points _Multiple Choice/Short Answer. 3 points each. 1. In an AND-OR tree, if the branches from a node are joined with an arc, then the parent is assigned a true value if a) any o
CSU Bakersfield - SPANISH - 427
Spanish 427Dr. Blommers Identification and Study Guide for First Examination 1. Formation of culture. Influencing peoples: a. b. c. d. e. f. Iberians Celts Phoenicians Carthaginians Greeks Romans g. Early Christians (Visigoths and other barbarians)
CSU Bakersfield - SPANISH - 427
<?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>819109eeff13a3dc1efbeda6c8b00818a173dcae.doc</Key><RequestId>3 54EA717C917EF34</RequestId><HostId>TQ2IAHy4sjPd0+qVNVyytw5z0cZ
CSU Bakersfield - SPANISH - 427
Spanish 427Dr. Blommers Identification and Study Guide for Final Examination I. Hispanic American Independence A. Causes 1. Expulsion of the Jesuits (1766) & Rise of Nationalism 2. American Revolution (1776) a. Alexander Von Humbolt Less Taxes, Bet
Caltech - PHYS - 199
%!PS-Adobe-3.0 %Pages: (atend) %BoundingBox: 89 52 524 718 %HiResBoundingBox: 89.908911 52.285791 523.371191 717.403540 %. %Creator: GNU Ghostscript 651 (pswrite) %CreationDate: 2004/01/23 00:57:50 %DocumentData: Clean7Bit %LanguageLevel: 2 %EndComme
Chester - ECO - 343
FT.com / Home UK - Steady service sector lightens eurozone gloom Friday Apr 8 2005 . All times are London time. Roger Bove Edit Profile
St. Mary MD - MATH - 322
Math 322: Algebra II Spring 2006Instructor: E-mail: Phone: Oce: Oce Hours: Course Web Page: Text: Susan Goldstinesgoldstine@smcm.edux4366 Schaefer 171 Monday, 1:30{2:30; Wednesday, 10:30{11:30; Friday 2:00{3:00http:/www.smcm.edu/users/sgoldstine
St. Mary MD - MATH - 151
Math 151: Calculus 1 Fall 2008 Section SyllabusInstructor: E-mail: Phone: Office: Office Hours: Susan Goldstine x4366 Schaefer 171 Tuesday, 2:303:30; Wednesday, 3:004:00; Friday 3:004:00 and by appointment. Drop-ins are welcome, as long as I happen
St. Mary MD - MATH - 151
MATH 151 - SYLLABUS Calculus ISection 1 2 3 5 6 Professor Susan Goldstine Susan Goldstine Richard Stark Patrick Corn Patrick Corn Day/Time MWF 1:20 MWF 9:20 MWF 10:40 MWF 1:20 MWF 10:40 Location SH 109 SH 134 SS 123 (ARC) SH 165 SH 134 Test/Review W
St. Mary MD - MATH - 281
Math 281: Foundations of MathematicsInstructor: E-mail: Phone: Oce: Oce Hours: Course Web Page: TA: E-mail:Catalog DescriptionSpring 2008 SyllabusSusan Goldstine(rhymes with "line")sgoldstine@smcm.edux4366 Schaefer 171 Monday, 3:00{4:00
St. Mary MD - MATH - 152
Math 152: Calculus 2 Spring 2008 SyllabusInstructor: E-mail: Phone: Office: Office Hours: Susan Goldstine x4366 Schaefer 171 Monday, 3:004:00 PM; Wednesday, 7:008:00 PM; Friday, 3:004:00 PM; and by appointment. Drop-ins are welcome, as long as I hap
St. Mary MD - MATH - 152
Math 152: Calculus 2 Spring 2008 SyllabusInstructor: E-mail: Phone: Office: Office Hours: Susan Goldstine x4366 Schaefer 171 Monday, 3:004:00 PM; Wednesday, 7:008:00 PM; Friday, 3:004:00 PM; and by appointment. Drop-ins are welcome, as long as I hap
Texas A&M - STAT - 652
STATISTICS 652 Instructor: Jeff Hart 1. 2. 3. 4.TEST 1Name: February 27, 2004Answer all questions. Please show the steps in your reasoning and in your calculations. You have one hour to complete this exam. You may use calculators and one formul
Washington - AA - 506
General solutions of the second-order inhomogenous ODE d2y 2 + ( ) + ( ) = ( ) (1) dx Find two solutions, y1 and y2 , of homogenous ODEd2y + ( ) + ( ) = 0 dx 2 Solution of (1) is given by ( ) ( ) ( ) ( ) 2 1 y = - + + + 1 2 1 2 ( )
Washington - AA - 506
Review of lecture 10 Chapter 2 Diffusion of concentrated vorticityImpulsivemotion of a walldiffusion2 a = 2 equationwhere1 at t=0, = 0 ( ) = 2 0 y a a , 00
Washington - AA - 506
Review of lecture 12Diffusionof a line vortexwhere2 a = ( 2 + 1 ) diffusion equation at t=0, = 0 () r a a , 0r' missed ( ) % = ( ) 0 ( )0+ 0 ( 0 ( ) ) 0 ( ) 0 00Solution1 ( )(- 2 + 2 ) ( ) =
Washington - AA - 506
Dirac's Delta function ( ) = 0 , ifxx 0 x=0 ( ) =+, ifwhere a is any negative number including 0- , b is any positive number+ ( ) ( ) = (0) , ( ) ( ) = 0where b and c are any negative numbers++0 ( ) ( ) = 1 (0)2
Wisconsin - ENGR - 462
ECE462 Medical instrumentation1webster@engr.wisc.edu9/1/99IO-2.7 Assume thermistor self heating < 0.1C Assume voltage = 5 V Dissipation coefficient = 2.0 mW/C P V 2 R T = = D .C . D .C . V 2 52 R = = = 1 2 5 ,0 0 0 T ( D . C . ) 0 .1 C ( 0
UC Riverside - CS - 165
CS165 Homework 1Oct 18, 2005Please make sure to provide full details in all your answers. You must abide by the honor code.1Q11. Given the distribution of letters in the English alphabet below, show how to estimate the entropy of English sour
Caltech - E - 060273
LASER INTERFEROMETER GRAVITATIONAL WAVE OBSERVATORYE060273 -A- DDrawing No Rev. GroupSPECIFICATIONSheet 1of2Fused Silica Blank, LASTI Compensation PlateAUTHOR: G. Billingsley CHECKED: D. Coyne, Willems DATE 12-12-06 DCN NO. E060275-00 A
Pima CC - MATH - 092
Elementary Algebra, Math 092 - Spring, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT092 Course Registration Number (CRN): 22534 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu
Pima CC - MATH - 082
Basic Mathematics, Math 082 - Spring, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT082 Course Registration Number (CRN): 22532 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu C
Pima CC - MATH - 092
Elementary Algebra, Math 092 - Fall, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT092 Course Registration Number (CRN): 12315 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu Co
Université du Québec à Montréal - DH - 091484
Adresse des sites interessants http:/www.stephanedemers.com/dance_music_photo.asp http:/www.ozeo.com/ http:/3boom.net/3bigbang.htm http:/www.creatweb.com/moustaki/guestbook00.shtml http:/www.friendsofphotography.org/ http:/www.tokyofriends.com/ http:
Université du Québec à Montréal - DH - 091484
Diminuez vos cots de main d'oeuvre!Que ce soit sur une base permanente, temporaire ou sur appel, saviez-vous que RSI pouvait vous permettre d'conomiser jusqu' 25% sur vos cots de main d'oeuvre. Vous en avez asser des cotisations CSST, Assurance mal
Pima CC - MATH - 082
Basic Mathematics, Math 082 - Fall, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT082 Course Registration Number (CRN): 12314 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu Cou
Pima CC - MATH - 086
Prealgebra, Math 086 - Fall, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT086 Course Registration Number (CRN): 12316 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu Course web
Pima CC - MATH - 086
Prealgebra, Math 086 - Spring, 2008 Time: Tuesday, 6:00 pm - 9:00. Classroom: Community Campus, Computer Commons, Room A107 Course Number: MAT086 Course Registration Number (CRN): 22533 Instructor: Dr. Joe Erker E-mail: Joseph.Erker@pima.edu Course w
Laurentian - BIO - 1010
Biology 1010 Laboratory IntroductionPreface Biology 1010 is an introductory cellular biology course in the core program offered by the Department of Biological Sciences. The Biology 1010 laboratories have been designed to complement the lecture mate
Laurentian - BIO - 1010
The University of LethbridgeBIOLOGY 1010LABORATORY MANUAL Fall, 2005BIOLOGY 1010The Cellular Basis of Life Laboratory ManualFall, 2005Written by: Helena Danyk Department of Biological Sciences University of LethbridgeStudent Name: Lab Day:
Laurentian - BIO - 1010
Midterm exam 2, Biology 1010 Each exam variant 50 points. Questions 1 and 2 are 15 points Questions 3 and 4 are 10 points 1 1. Membrane structure and function. Fluidity of membranes. 2. A review of cellular respiration, main steps. Main energy input
Texas A&M - P - 202
PHYSICS 202 EXAM 4Thursday, April 22, 2004NAME: SECTION:Note: 517 518 519 520517Recitation Recitation Recitation Recitation518Mon 4:10 Wed 10:20 Wed 8:00 Mon 1:50519520There are a total of 11 problems on this test. For each problem,
Texas A&M - P - 202
PHYSICS 202 EXAM 3March 30, 2006 NAME: SECTION: Note: 517 518 519 520 517 Recitation Recitation Recitation Recitation 518 Mon 4:10 Wed 10:20 Wed 8:00 Mon 1:50 519 520There are a total of 11 problems on this test. For each problem, write your answ
SUNY Stony Brook - PHY - 277
Goals for This Lecture: Understand why Euler's method sometimes gives inaccurate answers Develop some more accurate ODE integration methods Develop general purpose ODE codes Compare these methods on the orbital problemAST/PHY 277 Lecture 31Eu
SUNY Stony Brook - AST - 443
AST 443 Research Proposal:Proposal Title: Investigators: Telescope: The Relationship Between the Optical Brightness of the Helix Nebula (NGC 7293) to its Density and Ionization Levels. Keith Godlewski, Raema Obbie, Zeng Fan R/C spectrograph on the S
SUNY Stony Brook - AST - 101
Is Pluto a Planet? And other weighty issuesFrederick M. WalterScience Club of Long Island 20 December 2006What is a Planet?Significant bodies that orbit the Sun The naked eye planets: Earth is a planet Mercury, Venus and Mars are like the Earth
UMBC - CMSC - 621
<?xml version="1.0" encoding="UTF-8"?> <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>4412f47690828d94e304571697e2b6c91ca2951c.ppt</Key><RequestId>C 71AD1900348D8C6</RequestId><HostId>adWsPXkp7Fi9kjFL8O0B70KIuW6
UC Davis - ATT - 0037
NACHO SALEOUTSIDE OF 107 CRUESSTUESDAY, MAY 29 11:45am-1:30pmTH$3.00/BOWLPROCEEDS BENEFIT THE LEUKEMIA & LYMPHOMA SOCIETY'S TEAM IN TRAINING
Texas A&M - M - 612
M612 Last Assignment, due Tuesday May 51a. [5 pts] Specify the classification of each of the following operators: (i) Lu := uxx - uxy + 2uy + uyy - 3uyx + 4u (ii) Lu := 9uxx + 6uxy + uyy + ux 1b. [5 pts] Find the regions in the xy-plane where the op
Caltech - M - 990148
%!PS-Adobe-3.0 %Title: M990148-C-L_LIGO Livingston Observatory Laser Safety Plan.fm %Creator: AdobePS5.dll Version 5.0.1 %CreationDate: 2/10/2003 10:38:56 %BoundingBox: (atend) %Pages: (atend) %Orientation: Portrait %PageOrder: Special %DocumentNeede
Elmhurst - CHEM - 100
Chemistry 100 Homework Problem Set # 2 Due Friday, September 121. Balance the following equations: (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) (l) (m) (n) (o) H2 SO2 H2 HBr K N2 Al + + + + + + - Cl2 H2 O2 - - + - O2 + + + CO O2 O2 H2 - - - C2 H6 O A
Indiana - HON - 204
Moral Reasoning in Scientific ResearchCases for Teaching and AssessmentDeveloped by Muriel J. Bebeau, University of Minnesota with Kenneth D. Pimple, Karen M. T. Muskavitch, Sandra L. Borden, and David H. Smith, Indiana UniversityDecember 1995T
Indiana - HON - 204
-Teaching theResponsible Conduct of Research through Studv aCase ApproachAHandbook for hrsffuctorsbJ ol Association AmeicanMedicalCoLkges M G. Stanley Korenman, D Training Scientist and Dean Associate forEthics Medical Los Univeniryof Califomia,
Tennessee - MSE - 201
3-33.3 This problem calls for a demonstration of the relationship a = cell shown below4R for BCC. Consider the BCC unit 3Using the triangle NOP(NP) 2 = a 2 + a 2 = 2a 2And then for triangle NPQ,(NQ) 2 = (QP) 2 + ( NP) 2But NQ = 4R, R bein
Tennessee - MSE - 201
9-139.11 Upon heating a lead-tin alloy of composition 30 wt% Sn-70 wt% Pb from 150C and utilizing Figure 9.8: (a) The first liquid forms at the temperature at which a vertical line at this composition intersects the eutectic isotherm-i.e., at 183C.
Tennessee - MSE - 201
7-67.6 (a) For the FCC crystal structure, the planar density for the (110) plane is given in Equation 3.11 asPD110 (FCC) = 1 4 R2 2 = 0.177 R2Furthermore, the planar densities of the (100) and (111) planes are calculated in Homework Problem 3.53
Tennessee - MSE - 201
6-5Stress-Strain Behavior6.3 This problem calls for us to calculate the elastic strain that results for a copper specimen stressed in tension. The cross-sectional area is just (15.2 mm) x (19.1 mm) = 290 mm2 (= 2.90 x 10-4 m2 = 0.45 in.2); also, t
Tennessee - MSE - 201
8-1CHAPTER 8FAILUREPROBLEM SOLUTIONSPrinciples of Fracture Mechanics8.1 This problem asks that we compute the magnitude of the maximum stress that exists at the tip of an internal crack. Equation 8.1 is employed to solve this problem, as a
Tennessee - MSE - 201
4-24.2 Determination of the number of vacancies per cubic meter in gold at 900C (1173 K) requires the utilization of Equations 4.1 and 4.2 as follows: Q Q N A Au N v = N exp - v = exp - v AAu kT kT =(6.023 10 23atoms / mol)(18.63
Tennessee - MSE - 201
2-32.3 (a) In order to determine the number of grams in one amu of material, appropriate manipulation of the amu/atom, g/mol, and atom/mol relationships is all that is necessary, as 1 g / mol 1 mol # g/amu = 23 atoms 1 amu /atom 6.023 x