and the custmer, by seeing all the tests run crrectly, t reduce defect rates in such a way that the successive test-cycle verhead becmes neglectable,

Size: px
Start display at page:

Download "and the custmer, by seeing all the tests run crrectly, t reduce defect rates in such a way that the successive test-cycle verhead becmes neglectable,"

Transcription

1 Experiment abut Test-first prgramming atthias. üller and Oliver Hagner Cmputer Science Department University f Karlsruhe Am Fasanengarten 5, Karlsruhe, Germany fmuellermjhagnerg@ipd.uka.de Abstract Test-first prgramming is ne f the central techniques f Extreme Prgramming. Prgramming test-first means (1) write dwn a test-case befre cding and (2) make all the tests executable fr regressin testing. Thus far, knwledge abut test-first prgramming is limited t experience reprts. Nthing is knwn abut the benefits f test-first cmpared t traditinal prgramming (design, implementatin, test). This paper reprts abut an experiment cmparing test-first t traditinal prgramming. It turns ut that test-first des nt accelerate the implementatin and the resulting prgrams are nt mre reliable, but test-first seems t supprt better prgram understanding. 1 Intrductin Test-first prgramming is ne f the central techniques f Extreme Prgramming (XP). Testfirst cmbines tw general principles: first, write dwn the test-cases befre cding, and secnd, make them executable fr regressin testing. The whle prcess including a small design, nanincrements, and nging testing is als called test-driven develpment. Jeffries describes test-first prgramming in fur steps [1]: 1. Find ut what has t be dne. 2. Write a unit test fr the desired new functinality. Pick the smallest increment frm the new functinality. 3. Run the unit test. The new functinality is implemented, if the test succeeds. If there are still mre unimplemented functinalities, g t step 1. If the test fails, g t step 4. Otherwise, all is dne. 4. Fix the immediate prblem: maybe it's the fact that the new methd wasn't written yet. aybe the methd desn't quite wrk. Fix whatever it is. G t step 3. The tasks f test-first are manifld within the framewrk f XP rules and practices: t ensure that prgrammed features cannt be lst, t frce the develpers t think abut testable cde and t write dwn unit tests, t autmate test executin, t prevent the prgram frm regressing by nging retesting, and t prvide a test-suite as a basis fr refactring. The list f gals t attain with test-first is nt less imprtant: t develp prgrams that are mre capable f accepting changes, t prgram faster, t increase cnfidence f the develper 1

2 and the custmer, by seeing all the tests run crrectly, t reduce defect rates in such a way that the successive test-cycle verhead becmes neglectable, and t understand the prgram better. While experience shws that it is difficult fr the beginner t adpt t test-first [6, 10], the abve frmulated gals f test-first are still left fr evaluatin. One f the challenges f studying test-first is its embedding within XP. This embedding makes it difficult t shw the effects f test-first withut being blurred by ther practices such as pairprgramming r a simple design. A slutin t this prblem wuld be an experiment in which XP is applied twice: with test-first and withut test-first. The result wuld be an indirect evaluatin f testfirst. But this kind f experiment is t difficult and t expensive. T slve this prblem, test-first was extracted frm XP and evaluated n its wn. Nw, the experiment fcuses n a single prgrammer with his traditinal develpment prcess (design, implementatin, test). The authrs wanted t knw if there are any advantages r disadvantages fr a single prgrammer when switching frm the traditinal develpment prcess t test-first. Cncerning test-first, this paper fcuses n (1) the prgramming efficiency (hw fast smene btains a slutin), (2) the reliability f the resultant cde (hw many failures can be bserved), and (3) prgram understanding (measured as prper calls f existing methds). The experiment fcused neither n design aspects f the delivered slutin (e.g. hw changeable is the design) nr n the benefits f test-first in the lng run (e.g. shrter test-cycles, shrter time t market, r defect rates in the prductin cde). The experiment was cnducted as part f an XP curse held with CS graduate students. The participants were divided int tw grups: the experiment grup which used test-first and the cntrl grup which fllwed the traditinal develpment prcess. Bth grups had t implement the main class f a graph library cntaining nly the methd declaratins but nt the methd bdies. The subjects' wrk was divided int tw phases. During the first phase, the implementatin-phase, the subjects implemented the slutin up t the pint where they thught that their implementatin was crrect. The secnd phase, the acceptance-test phase, invlved passing an acceptance-test. If the acceptance-test failed, the subject gt the utput f the test and had t fix the faults. This was iterated until the acceptance-test succeeded. Only then, was the slutin accepted. The gal f the acceptance-test was t ensure a minimum f cde quality f the final slutins. The results shw ndifference between the tw grups cncerning the verall prblem slving time and the final reliability f the prduced results. But the test-first grup had less errrs when reusing an existing methd mre than nce. The last bservatin is statistically significant with p = 0:09. We als cmpared bth grups after the first phase, that is, befre the acceptance-test tk place. Again, we measured n difference in prblem slving time but the prgrams f the test-first grup were less reliable (significance p = 0:03). Lking at these results, we drew the fllwing cnclusins. Writing prgrams with test-first neither leads earlier t a slutin nr prvides mre reliable results. On the ther hand, using test-first increases prgram understanding measured as a prper reuse f existing interfaces. An pen questin remains frm ur study. Why are the prgrams f the test-first grup less reliable than thse f the cntrl grup at the end f the first phase? Pssible explanatins are the fllwing. (1) Were the subjects insufficiently experienced in the use f the testfirst apprach? That is, was their experience f test-first t small t see that a bit mre testing was needed? (2) Did they lull themselves in a false sense f security? Did the nging executin f the tests suggest a cde quality that did nt exist? Or (3) did they nt have 2

3 any respect fr the acceptance-test as a result f the nging testing? This culd be pssible because they knew an acceptance-test was t cme and tk it int accunt as an additinal quality measure at the end f the develpment prcess. S far, knwledge abut XP is limited t experience reprts. Only pair prgramming has been investigated t a certain extend [2, 11, 4, 12]. This paper starts an evaluatin f testfirst. In fact, it islates test-first frm the ther techniques f XP, but later, when we have an understanding f all techniques f XP, we can cmbine them and study their cmbined behavir. The reminder f this paper presents the experimental settings in Sectin 2 and the measured results and their discussin in Sectin 3. A summary f the paper is utlined in Sectin 4. 2 Descriptin f the experiment 2.1 Design f the experiment The experiment uses a single-factr, psttest-nly, inter-subject design [3]. The cntrlled independentvariable was whether the experimental subjects prgram test-first (experimentr test grup, subsequently called ") r use the traditinal develpment prcess (cntrl grup, subsequently called "). Each subject f either grup slved the same task and wrked under the same cnditins. The bserved dependent variables fr each subject were a variety f measurements f the develpment prcess (in particular ttal time), and varius measurements f the delivered prduct (in particular prgram reliability and number f reused methds). 2.2 Subjects Overall, 19 persns participated in the experiment, 10 in the and 9 in the. All f them were male Cmputer Science graduate students wh had just previusly participated in a ne-semester graduate lab curse intrducing the XP methdlgy, alng with a larger prgramming assignment. This curse cvered technics frm XP such as pair prgramming, test-first, refactring and planning. On average, these 19 students were in their 6th semester at the university, they had a median prgramming experience f 8 years ttal and estimated that they need a median f 3 mnths t prgram their largest prgram f abut 5000 LOC. Nne f these measures was significantly different between the tw grups. During the experiment all f the participants used Java with junit [9] as they did in the XP curse. Nne f the participants drpped ut f the experiment s that all wrk was available fr the evaluatin. 2.3 Experiment task The task t be slved in this experiment is called GraphBase". It cnsists f implementing the main class f a given graph library [7] cntaining nly the methd declaratins and methd cmments but nt the methd bdies. There are methds t add vertices and edges and t clear and t clne a whle graph. Other methds are nly accessr methds, e.g. t shw the number f vertices r edges, t find an edge between tw given vertices r t test if the graph is empty, weighted r directed. 3

4 Each subject is tld that the riginal cde f GraphBase was lst and, because there is n backup, that it shuld be reimplemented by using the rest f the given graph library. The requirements fr this task were described thrughly in natural language. The subjects were expected t wrk and t test n their wn until they thught, they had finished. They were als tld that they had t pass an acceptance-test t ensure sme quality f their slutins. 2.4 Experimental prcedure The experiment was run between July 2001 and August 2001, mstly during the semester breaks. st f the subjects started arund 9:30 in the mrning. The experiment materials were printed n paper and cnsisted f tw parts. Part ne was issued at the start f the experiment and cntained a task descriptin. The secnd part was handed ut at the end f the experiment. It cntained questins abut understandability f the dcumentatin and asked fr persnal ratings cncerning prgram understanding and reliability f the resultant prgram. The subjects wrked n the task using their specific Unix accunt frm the XP curse. The accunt was changed fr the experiment t prvide the autmatic mnitring infrastructure. It nnintrusively recrded lgin/lgut times, all cmpiled surce versins and all utput frm each prgram run. The recrded surce cde versins included the GraphBase-class, all written test-classes, and all ther Java-classes the subjects wrte in rder t slve the experiment task. The subjects culd mdify the accunt setup as necessary. The surce cde f the graph library except fr the GraphBase-methd-bdies was prvided t the subjects. Subject's wrk was divided int tw phases. Implementatin phase (IP), during which the subjects slved their assignment until they thught that their prgram wuld run crrectly. This phase finished with their call fr the acceptance-test. Acceptance-test phase (AP), during which the subjects had t fix the faults that caused the acceptance-test t fail. The acceptance-test itself is prgrammed using junit. It cnsists f 20 test cases with 522 assertins which build sme graphs and check their structure fr crrectness. If an assertin fails it generates an utput with the expected and the actual value, abrts the actual test and cntinues with the next ne. 2.5 Pwer analysis Chen [5] stresses the imprtance f pwer analysis t get a clser lk at the quality f a statistical hyptheses test. The pwer f a statistical test f a null hyptheses is the prbability that it will yield statistically significant results. It is defined as the prbability that it will lead t the rejectin f the null hyptheses, i.e., the prbability that it will result in the cnclusin that the phenmenm exists under the premise that the phenmenm is really existent. Statistically speaking, 1 pwer is the prbability fr an errr f the secnd kind. In ur experiment, we used grups with n = 9 and n = 10 subjects. Due t this small number f data-pints, we restrict ur analysis t find nly large effects. In this case, Chen suggests an effect size f ES = 0:8. We set the significance level f the ne-sided test t 4

5 ff =0:1. Thus, the pwer analysis with a t-distributin yields a pwer f 0:645 [8]. That is, we have nly a 64.5% chance t find a difference between the grups! Accrding t Chen, the experiment has a pr pwer. He argues that nly experiments with a pwer f mre than 0:8 have a real chance t reveal any effect. Therefre, it is quite reasnable, that accrding t this pr pwer, ur experiment has nt the chance t shw an effect, even if there is ne. But, as we culd nt acquire any mre subjects fr the experiment, we had t live with this drawback. 2.6 Threats t internal validity The cntrl f the independent variable is threatened by the fact that it was nt technically cntrlled. The subjects in the were tld in the requirements t use test-first prgramming as they did during the whle XP curse. During the experiment, the subjects were asked by the experimentatr several times if they gt alng with the test-first prcess. This questin was affirmed by all subjects f the. 2.7 Threats t external validity There are tw imprtant prblems fr the external validity (generalizability) f the experiment. First, prfessinal sftware engineers may have different levels f skill and experience than the participants, which might make the results t ptimistic r t pessimistic: bth higher and lwer levels will ccur, because the students are mre skilled than mst f the nn-cmputer-scientists that frequently start wrking as prgrammers. Better skilled subjects might leave less rm fr imprvement which might reduce the difference between the grups, but higher experience may als sharpen the eye as t where imprvements are mst desirable r mst easily achieved. Cnversely, lwer skill may leave mre rm fr imprvement but may als impede applying test-first crrectly at all. Secnd, the XP educatin f the subjects ccurred nly a shrt time ag. It is cnceivable that the test-first usage f these persns had nt yet stabilized and the mid-term benefits wuld be higher than bserved in the experiment. Futhermre, wrk cnditins different than thse fund in the experiment may psitively r negatively influence the effectiveness f test-first. 3 Results and Discussin This sectin investigates the fllwing tpics: prblem slving time, reliability f the prduced results, cde reuse, and tester quality. Bx plts are used t shw the results f the measurements. The filled bxes within a plt cntain 50% f the data pints. The lwer (upper) brder f the bx marks the 25% (75%) quantile. The left (right) t-bar shws the 10% (90%) quantile. The median is marked with a thick dt (ffl). The with the dashed line mark the mean value within a range f ne standard errr n each side. The variance f a data-distributin is measured as fractin f the 75%- t the 25%-quantile. Significance was calculated with the Wilcxn-Test where the significance p dentes the prbability that the bserved difference is due by chance. 5

6 3.1 Prblem slving time Fr the evaluatin f the prblem slving time, the fllwing times and fractins were cmpared: times spent fr the whle task, figure 1, the time spent in the implementatin phase, figure 2, and the prtin f the implementatin phase t the whle assignment, figure Figure 1: Overall wrking time in minutes. Figure 1 shws nly a small difference between bth grups. This means the prgramming effrt increases slightly when switching frm traditinal prgramming t test-first. But hw is the behavir f the tw grups prir t the first acceptance-test? Figure 2 shws the time spent in the IP Figure 2: Wrking time in minutes fr the implementatin-phase. And again, the bx plts shw nly a slight difference between the medians. But when we lk at the prtin f the IP related t the whle assignment, see figure 3, we see that the spent relatively less time in the IP. While there is n statistical evidence (p =0:158) fr this bservatin, the effect is quite visible. T sum up, the was nt mre efficient than the, as we riginally expected. But the tended t spend less time fr the IP related t the verall wrking time. 3.2 Reliability In this experiment, reliability was measured as prtin f the passed assertins related t all pssible executable assertins in the test. The initial behavir f junit had t be adjusted t 6

7 Figure 3: Prtin f implementatin-phase in percent t the verall wrking time. cunt all failed assertins. That is, junit was mdified in such a way that it did nt abrt a test after a failed assertin. Instead, it cntinued the test-case s that all assertins were executed. The failed assertins were cunted and printed ut at the end f the test-run. Reliability was measured fr tw prgrams: the acceptance-test and a randm-test with 727; 190 methd invcatins and abut 7.5 millin assertins. The reference implementatin runs abut seven secnds fr the acceptance-test and abut 150 secnds fr the randmtest. The randm-test calls the methds f the implementatin randmly and cmpares the resulting data-structure with the ne built by the reference implementatin. Deviatins in the structure are caught by subsequent assertins. Each methd gt a weight t ensure that ht methds, such as insert-edge were called mre ften than mre unusual methds, such as clne-graph. First, we lk at the reliability f the randm-test fr the final prgrams, see figure Figure 4: Reliability f final prgrams fr randm-test in percent. Only three prgrams f the are less reliable than the median f 91% f the. Even if the median f the is smaller than that f the (84% t 91%, respectively), the bserved difference is with p = 0:2 due by chance. The variance f the data-distributins differs with 2:38 fr t1:00 fr the. T interpret the difference in the medians as a trend twards a better reliability f test-first is dangerus because f the large variance f the data-pints. Nevertheless, it is remarkable that five prgrams f the achieve a reliability ver 96% cmpared t nly ne prgram f the. Nw, the prgrams right after the IP are examined and the questin is asked, what wuld 7

8 have happened if the acceptance-test had been mitted? This questin is interesting in as much as these prgrams represent the utput f the pure test-first prcess withut further mdificatin r enhancement by any external quality cntrl. These prgrams represent the versins the subjects are mst cnfident f cncerning accurateness. Reliability f the first run f the acceptance-test is discussed, see figure Figure 5: Reliability f prgrams fr acceptance-test after the implementatin phase in percent (p =0:03). The reliability fthe is significantly lwer p = 0:03 than that fr the. Except fr three prgrams, all prgrams in the are less reliable than the wrst ne in the and tw are even wrse than 20% Figure 6: Reliability f prgrams fr randm-test after the implementatin phase in percent (p =0:067). The results fr the randm-test are quite similar as shwn in figure 6. The lwer reliability f the prgrams f the is significant with p =0:067. But what is the reasn fr this difference? Is it because f the nging testing that lulls the develper in a false sense f security? False sense, because all f the tests run at 100% but d nt cver the main faults. Or is it, because the subjects f the are s used t testing that the acceptance-test degenerates t just anther test and lses its imprtance as a cntrl instance? And is it fr that reasn, that the subjects f the are mre mtivated t have less faults entering the acceptance-test phase which leads cnsequently t mre reliable prgrams? But these reasns are all speculatins. S far, we d nt knw it. 8

9 At this pint, it is f n further imprtance and nt surprising that the has a significant larger imprvement in reliability during the acceptance-test phase than the because it fllws quite naturally frm the abve presented results. 3.3 Cde reuse Examining cde reuse might lead t sme cnclusins abut prgram understanding. Three measures were used t get a perceptin f it. These are (1) the number f reused methds, (2) the number f failed methd calls, and (3) the number f methd calls that failed at least twice. The data-sets f the last tw measures were btained with silent assertins inserted int the existing graph library. Their utput was written t a lg file withut ntice f the subjects. Figures 7 and 8 shw the results fr the number f reused methds and the number f failed methd calls, respectively Figure 7: Number f reused methds Figure 8: Number f assertins that failed at least nce. Neither figure shws a remarkable difference between the tw measures. But there is a difference between the tw grups when studying the number f methd calls that failed at least twice, see figure 9. The test-first grup had significantly less errrs (p = 0:086) by reusing a methd mre than nce. By cmbining these tw bservatins int a single result the authrs have t say: test- 9

10 Figure 9: Number f methds that failed mre than nce (p =0:086). first des nt aid the develper in a prper usage f existing cde but it guides him thrugh nging testing in the prcess f fixing the fault. 3.4 Tester quality The quality f the subjects' tester-classes is the last studied measure. Branch cverage was used t measure subject's tester quality. T get an unbiased cmparisn, each tester executed the reference implementatin and nt the subject's implementatin. In rder t cllect this measure, the reference implementatin was mdified. Each grund blck f the reference implementatin gt a distinct number. On entry f the grund blck, this number was written ut. The different numbers were cllected and summed up fr each tester. The reference implementatin had a ttal f 45 branches. This measure was cllected at the end f the experiment, after the AP. Figure 10 shws the fractin f the actually executed branches related t all pssible branches f the reference implementatin Figure 10: Percentages f branches the subjects' testers cvered in the reference implementatin. Originally, we assumed that the testers f the have a better branch-cverage than thse f the. This assumptin based n the hyptheses that the delivered mre reliable prgrams. But as ur hyptheses des nt hld t sme extent, we d nt expect ur assumptin t hld either. The medians f bth grups differ with 80% fr t 74% fr. This difference is with p = 0:451 mst likely due by chance. The fllwing bservatin 10

11 is remarkable. Despite the fact, that 80% f the 's data-pints are smaller than the median f the, the had a slightly better reliability intheir final implementatins, see figure 4. 4 Cnclusins This paper presented an experiment abut test-first prgramming cnducted at the University f Karlsruhe at the end f the summer lectures Subjects were CS graduate students wh participated in an Extreme Prgramming practical training curse. The study cmpared test-first prgramming with the traditinal develpment prcess. In particular, it investigated the influence f test-first prgramming n (1) prgramming speed, (2) prgram reliability, and (3) prgram understanding measured as prper reuse f existing methds. The experiment data led t the fllwing bservatins. 1. If a develper switches frm traditinal develpment t test-first prgramming, he des nt prgram necessarily faster. That is, he des nt arrive at a slutin mre quickly. 2. Test-first pays ff nly slightly in terms f increased reliability. In fact, there were five prgrams develped with test-first with a reliability ver 96% cmpared t ne prgram in the cntrl grup. But this result is blurred by the large variance f the data-pints. Cncentrating n the prgram versins after the implementatin-phase, the result just turns arund. The test-first grup has significantly less reliable prgrams than the cntrl grup. S far, we d nt knw, if this effect is caused by a false sense f security, less imprtance f the acceptance-test fr the test-first grup, r if it is quite simply a result f t little testing. 3. Test-first prgrammers reuse existing methds faster crrectly. This is caused by the nging testing strategy f test-first. Once a failure is fund, it is indicated by a testcase and, while fixing the fault, the develper learns hw t use the methd r interface crrectly. Despite the bserved results, this study is far frm being a cmplete evaluatin f testfirst prgramming. The authrs encurage ther researchers t repeat the experiment r t cnduct a similar ne in rder t extend the knwledge abut test-first. References [1] Cde unit test first. [2] D. Bisant and J. Lyle. A tw-persn inspectin methd t imprve prgramming prductivity. IEEE Transactins n Sftware Engineering, 15(10): , Octber [3] L. B. Christensen. Experimental ethdlgy. Allyn and Bacn, [4] A. Cckburn and L. Williams. The csts and benefits f pair prgramming. In extreme Prgramming and Flexible Prcesses in Sftware Engineering, XP2000, Cagliari, Italy, June [5] J. Chen. Statistical Pwer Analysis fr the Behaviral Sciences. Academic Press,

12 [6] R. Gittins, S. Hpe, and I. Williams. Qualitative studies f xp in a medium sized business. In Prceedings f the 2nd Cnference n extreme Prgramming and Flexible Prcesses in Sftware Engineering, Cagliari, Italy, ay [7] David Gldschmidt. Design and implementatin f a generic graph cntainer in java. aster's thesis, Rensselaer Plytechnic Institute in Tray, New Yrk, April [8] R. Ihaka and R. Gentleman. R: A language fr data analysis and graphics. Jurnal f Cmputatinal and Graphical Statistics, 5(3): , [9] junit.rg. [10]. üller and W. Tichy. Case study: Extreme prgramming in a university envirnment. In Prceedings f the 23rd Internatinal Cnference n Sftware Engineering, pages , Trnt, Canada, ay [11] J. Nsek. The case fr cllabrative prgramming. Cmmunicatins f the AC, 41(3): , arch [12] L. Williams, R. Kessler, W. Cunningham, and R. Jeffries. Strengthening the case fr pair-prgramming. IEEE Sftware, pages 19 25, July/August

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method.

Lesson Plan. Recode: They will do a graphic organizer to sequence the steps of scientific method. Lessn Plan Reach: Ask the students if they ever ppped a bag f micrwave ppcrn and nticed hw many kernels were unppped at the bttm f the bag which made yu wnder if ther brands pp better than the ne yu are

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) >

Bootstrap Method > # Purpose: understand how bootstrap method works > obs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(obs) > Btstrap Methd > # Purpse: understand hw btstrap methd wrks > bs=c(11.96, 5.03, 67.40, 16.07, 31.50, 7.73, 11.10, 22.38) > n=length(bs) > mean(bs) [1] 21.64625 > # estimate f lambda > lambda = 1/mean(bs);

More information

Hypothesis Tests for One Population Mean

Hypothesis Tests for One Population Mean Hypthesis Tests fr One Ppulatin Mean Chapter 9 Ala Abdelbaki Objective Objective: T estimate the value f ne ppulatin mean Inferential statistics using statistics in rder t estimate parameters We will be

More information

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents

WRITING THE REPORT. Organizing the report. Title Page. Table of Contents WRITING THE REPORT Organizing the reprt Mst reprts shuld be rganized in the fllwing manner. Smetime there is a valid reasn t include extra chapters in within the bdy f the reprt. 1. Title page 2. Executive

More information

Five Whys How To Do It Better

Five Whys How To Do It Better Five Whys Definitin. As explained in the previus article, we define rt cause as simply the uncvering f hw the current prblem came int being. Fr a simple causal chain, it is the entire chain. Fr a cmplex

More information

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India

CHAPTER 3 INEQUALITIES. Copyright -The Institute of Chartered Accountants of India CHAPTER 3 INEQUALITIES Cpyright -The Institute f Chartered Accuntants f India INEQUALITIES LEARNING OBJECTIVES One f the widely used decisin making prblems, nwadays, is t decide n the ptimal mix f scarce

More information

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment Science 10: The Great Geyser Experiment A cntrlled experiment Yu will prduce a GEYSER by drpping Ments int a bttle f diet pp Sme questins t think abut are: What are yu ging t test? What are yu ging t measure?

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

Activity Guide Loops and Random Numbers

Activity Guide Loops and Random Numbers Unit 3 Lessn 7 Name(s) Perid Date Activity Guide Lps and Randm Numbers CS Cntent Lps are a relatively straightfrward idea in prgramming - yu want a certain chunk f cde t run repeatedly - but it takes a

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation

A New Evaluation Measure. J. Joiner and L. Werner. The problems of evaluation and the needed criteria of evaluation III-l III. A New Evaluatin Measure J. Jiner and L. Werner Abstract The prblems f evaluatin and the needed criteria f evaluatin measures in the SMART system f infrmatin retrieval are reviewed and discussed.

More information

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions.

o o IMPORTANT REMINDERS Reports will be graded largely on their ability to clearly communicate results and important conclusions. BASD High Schl Frmal Lab Reprt GENERAL INFORMATION 12 pt Times New Rman fnt Duble-spaced, if required by yur teacher 1 inch margins n all sides (tp, bttm, left, and right) Always write in third persn (avid

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

BASD HIGH SCHOOL FORMAL LAB REPORT

BASD HIGH SCHOOL FORMAL LAB REPORT BASD HIGH SCHOOL FORMAL LAB REPORT *WARNING: After an explanatin f what t include in each sectin, there is an example f hw the sectin might lk using a sample experiment Keep in mind, the sample lab used

More information

Thermodynamics Partial Outline of Topics

Thermodynamics Partial Outline of Topics Thermdynamics Partial Outline f Tpics I. The secnd law f thermdynamics addresses the issue f spntaneity and invlves a functin called entrpy (S): If a prcess is spntaneus, then Suniverse > 0 (2 nd Law!)

More information

The Law of Total Probability, Bayes Rule, and Random Variables (Oh My!)

The Law of Total Probability, Bayes Rule, and Random Variables (Oh My!) The Law f Ttal Prbability, Bayes Rule, and Randm Variables (Oh My!) Administrivia Hmewrk 2 is psted and is due tw Friday s frm nw If yu didn t start early last time, please d s this time. Gd Milestnes:

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank

CAUSAL INFERENCE. Technical Track Session I. Phillippe Leite. The World Bank CAUSAL INFERENCE Technical Track Sessin I Phillippe Leite The Wrld Bank These slides were develped by Christel Vermeersch and mdified by Phillippe Leite fr the purpse f this wrkshp Plicy questins are causal

More information

Pipetting 101 Developed by BSU CityLab

Pipetting 101 Developed by BSU CityLab Discver the Micrbes Within: The Wlbachia Prject Pipetting 101 Develped by BSU CityLab Clr Cmparisns Pipetting Exercise #1 STUDENT OBJECTIVES Students will be able t: Chse the crrect size micrpipette fr

More information

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving.

This section is primarily focused on tools to aid us in finding roots/zeros/ -intercepts of polynomials. Essentially, our focus turns to solving. Sectin 3.2: Many f yu WILL need t watch the crrespnding vides fr this sectin n MyOpenMath! This sectin is primarily fcused n tls t aid us in finding rts/zers/ -intercepts f plynmials. Essentially, ur fcus

More information

THERMAL TEST LEVELS & DURATIONS

THERMAL TEST LEVELS & DURATIONS PREFERRED RELIABILITY PAGE 1 OF 7 PRACTICES PRACTICE NO. PT-TE-144 Practice: 1 Perfrm thermal dwell test n prtflight hardware ver the temperature range f +75 C/-2 C (applied at the thermal cntrl/munting

More information

Assessment Primer: Writing Instructional Objectives

Assessment Primer: Writing Instructional Objectives Assessment Primer: Writing Instructinal Objectives (Based n Preparing Instructinal Objectives by Mager 1962 and Preparing Instructinal Objectives: A critical tl in the develpment f effective instructin

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research).

If (IV) is (increased, decreased, changed), then (DV) will (increase, decrease, change) because (reason based on prior research). Science Fair Prject Set Up Instructins 1) Hypthesis Statement 2) Materials List 3) Prcedures 4) Safety Instructins 5) Data Table 1) Hw t write a HYPOTHESIS STATEMENT Use the fllwing frmat: If (IV) is (increased,

More information

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y=

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y= Intrductin t Vectrs I 21 Intrductin t Vectrs I 22 I. Determine the hrizntal and vertical cmpnents f the resultant vectr by cunting n the grid. X= y= J. Draw a mangle with hrizntal and vertical cmpnents

More information

Department: MATHEMATICS

Department: MATHEMATICS Cde: MATH 022 Title: ALGEBRA SKILLS Institute: STEM Department: MATHEMATICS Curse Descriptin: This curse prvides students wh have cmpleted MATH 021 with the necessary skills and cncepts t cntinue the study

More information

How T o Start A n Objective Evaluation O f Your Training Program

How T o Start A n Objective Evaluation O f Your Training Program J O U R N A L Hw T Start A n Objective Evaluatin O f Yur Training Prgram DONALD L. KIRKPATRICK, Ph.D. Assistant Prfessr, Industrial Management Institute University f Wiscnsin Mst training m e n agree that

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

Accreditation Information

Accreditation Information Accreditatin Infrmatin The ISSP urges members wh have achieved significant success in the field t apply fr higher levels f membership in rder t enjy the fllwing benefits: - Bth Prfessinal members and Fellws

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

Preparation work for A2 Mathematics [2017]

Preparation work for A2 Mathematics [2017] Preparatin wrk fr A2 Mathematics [2017] The wrk studied in Y12 after the return frm study leave is frm the Cre 3 mdule f the A2 Mathematics curse. This wrk will nly be reviewed during Year 13, it will

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis

SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical model for microarray data analysis SUPPLEMENTARY MATERIAL GaGa: a simple and flexible hierarchical mdel fr micrarray data analysis David Rssell Department f Bistatistics M.D. Andersn Cancer Center, Hustn, TX 77030, USA rsselldavid@gmail.cm

More information

IB Sports, Exercise and Health Science Summer Assignment. Mrs. Christina Doyle Seneca Valley High School

IB Sports, Exercise and Health Science Summer Assignment. Mrs. Christina Doyle Seneca Valley High School IB Sprts, Exercise and Health Science Summer Assignment Mrs. Christina Dyle Seneca Valley High Schl Welcme t IB Sprts, Exercise and Health Science! This curse incrprates the traditinal disciplines f anatmy

More information

EASTERN ARIZONA COLLEGE Introduction to Statistics

EASTERN ARIZONA COLLEGE Introduction to Statistics EASTERN ARIZONA COLLEGE Intrductin t Statistics Curse Design 2014-2015 Curse Infrmatin Divisin Scial Sciences Curse Number PSY 220 Title Intrductin t Statistics Credits 3 Develped by Adam Stinchcmbe Lecture/Lab

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations

Plan o o. I(t) Divide problem into sub-problems Modify schematic and coordinate system (if needed) Write general equations STAPLE Physics 201 Name Final Exam May 14, 2013 This is a clsed bk examinatin but during the exam yu may refer t a 5 x7 nte card with wrds f wisdm yu have written n it. There is extra scratch paper available.

More information

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through

Getting Involved O. Responsibilities of a Member. People Are Depending On You. Participation Is Important. Think It Through f Getting Invlved O Literature Circles can be fun. It is exciting t be part f a grup that shares smething. S get invlved, read, think, and talk abut bks! Respnsibilities f a Member Remember a Literature

More information

A Quick Overview of the. Framework for K 12 Science Education

A Quick Overview of the. Framework for K 12 Science Education A Quick Overview f the NGSS EQuIP MODULE 1 Framewrk fr K 12 Science Educatin Mdule 1: A Quick Overview f the Framewrk fr K 12 Science Educatin This mdule prvides a brief backgrund n the Framewrk fr K-12

More information

A controlled experiment on the effects of PSP training: Detailed description and evaluation

A controlled experiment on the effects of PSP training: Detailed description and evaluation A cntrlled experiment n the effects f PSP training: Detailed descriptin and evaluatin Lutz Prechelt (prechelt@ira.uka.de) Barbara Unger (unger@ira.uka.de) Fakultät für Infrmatik Universität Karlsruhe D-76128

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

AIP Logic Chapter 4 Notes

AIP Logic Chapter 4 Notes AIP Lgic Chapter 4 Ntes Sectin 4.1 Sectin 4.2 Sectin 4.3 Sectin 4.4 Sectin 4.5 Sectin 4.6 Sectin 4.7 4.1 The Cmpnents f Categrical Prpsitins There are fur types f categrical prpsitins. Prpsitin Letter

More information

Lab #3: Pendulum Period and Proportionalities

Lab #3: Pendulum Period and Proportionalities Physics 144 Chwdary Hw Things Wrk Spring 2006 Name: Partners Name(s): Intrductin Lab #3: Pendulum Perid and Prprtinalities Smetimes, it is useful t knw the dependence f ne quantity n anther, like hw the

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

Writing Guidelines. (Updated: November 25, 2009) Forwards

Writing Guidelines. (Updated: November 25, 2009) Forwards Writing Guidelines (Updated: Nvember 25, 2009) Frwards I have fund in my review f the manuscripts frm ur students and research assciates, as well as thse submitted t varius jurnals by thers that the majr

More information

CONSTRUCTING STATECHART DIAGRAMS

CONSTRUCTING STATECHART DIAGRAMS CONSTRUCTING STATECHART DIAGRAMS The fllwing checklist shws the necessary steps fr cnstructing the statechart diagrams f a class. Subsequently, we will explain the individual steps further. Checklist 4.6

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

AMERICAN PETROLEUM INSTITUTE API RP 581 RISK BASED INSPECTION BASE RESOURCE DOCUMENT BALLOT COVER PAGE

AMERICAN PETROLEUM INSTITUTE API RP 581 RISK BASED INSPECTION BASE RESOURCE DOCUMENT BALLOT COVER PAGE Ballt ID: Title: USING LIFE EXTENSION FACTOR (LEF) TO INCREASE BUNDLE INSPECTION INTERVAL Purpse: 1. Prvides a methd t increase a bundle s inspectin interval t accunt fr LEF. 2. Clarifies Table 8.6.5 Als

More information

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines

AP Literature and Composition. Summer Reading Packet. Instructions and Guidelines AP Literature and Cmpsitin Summer Reading Packet Instructins and Guidelines Accrding t the Cllege Bard Advanced Placement prgram: "The AP English curse in Literature and Cmpsitin shuld engage students

More information

Turing Machines. Human-aware Robotics. 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Announcement:

Turing Machines. Human-aware Robotics. 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Announcement: Turing Machines Human-aware Rbtics 2017/10/17 & 19 Chapter 3.2 & 3.3 in Sipser Ø Annuncement: q q q q Slides fr this lecture are here: http://www.public.asu.edu/~yzhan442/teaching/cse355/lectures/tm-ii.pdf

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

Cambridge Assessment International Education Cambridge Ordinary Level. Published

Cambridge Assessment International Education Cambridge Ordinary Level. Published Cambridge Assessment Internatinal Educatin Cambridge Ordinary Level ADDITIONAL MATHEMATICS 4037/1 Paper 1 Octber/Nvember 017 MARK SCHEME Maximum Mark: 80 Published This mark scheme is published as an aid

More information

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology

Technical Bulletin. Generation Interconnection Procedures. Revisions to Cluster 4, Phase 1 Study Methodology Technical Bulletin Generatin Intercnnectin Prcedures Revisins t Cluster 4, Phase 1 Study Methdlgy Release Date: Octber 20, 2011 (Finalizatin f the Draft Technical Bulletin released n September 19, 2011)

More information

The steps of the engineering design process are to:

The steps of the engineering design process are to: The engineering design prcess is a series f steps that engineers fllw t cme up with a slutin t a prblem. Many times the slutin invlves designing a prduct (like a machine r cmputer cde) that meets certain

More information

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany

Evaluating enterprise support: state of the art and future challenges. Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Evaluating enterprise supprt: state f the art and future challenges Dirk Czarnitzki KU Leuven, Belgium, and ZEW Mannheim, Germany Intrductin During the last decade, mircecnmetric ecnmetric cunterfactual

More information

Kinetic Model Completeness

Kinetic Model Completeness 5.68J/10.652J Spring 2003 Lecture Ntes Tuesday April 15, 2003 Kinetic Mdel Cmpleteness We say a chemical kinetic mdel is cmplete fr a particular reactin cnditin when it cntains all the species and reactins

More information

Resampling Methods. Chapter 5. Chapter 5 1 / 52

Resampling Methods. Chapter 5. Chapter 5 1 / 52 Resampling Methds Chapter 5 Chapter 5 1 / 52 1 51 Validatin set apprach 2 52 Crss validatin 3 53 Btstrap Chapter 5 2 / 52 Abut Resampling An imprtant statistical tl Pretending the data as ppulatin and

More information

Determining the Accuracy of Modal Parameter Estimation Methods

Determining the Accuracy of Modal Parameter Estimation Methods Determining the Accuracy f Mdal Parameter Estimatin Methds by Michael Lee Ph.D., P.E. & Mar Richardsn Ph.D. Structural Measurement Systems Milpitas, CA Abstract The mst cmmn type f mdal testing system

More information

Purpose: Use this reference guide to effectively communicate the new process customers will use for creating a TWC ID. Mobile Manager Call History

Purpose: Use this reference guide to effectively communicate the new process customers will use for creating a TWC ID. Mobile Manager Call History Purpse: Use this reference guide t effectively cmmunicate the new prcess custmers will use fr creating a TWC ID. Overview Beginning n January 28, 2014 (Refer t yur Knwledge Management System fr specific

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

ECE 545 Project Deliverables

ECE 545 Project Deliverables ECE 545 Prject Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cde 6_verificatin 7_timing_analysis 8_results

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

Document for ENES5 meeting

Document for ENES5 meeting HARMONISATION OF EXPOSURE SCENARIO SHORT TITLES Dcument fr ENES5 meeting Paper jintly prepared by ECHA Cefic DUCC ESCOM ES Shrt Titles Grup 13 Nvember 2013 OBJECTIVES FOR ENES5 The bjective f this dcument

More information

1b) =.215 1c).080/.215 =.372

1b) =.215 1c).080/.215 =.372 Practice Exam 1 - Answers 1. / \.1/ \.9 (D+) (D-) / \ / \.8 / \.2.15/ \.85 (T+) (T-) (T+) (T-).080.020.135.765 1b).080 +.135 =.215 1c).080/.215 =.372 2. The data shwn in the scatter plt is the distance

More information

Land Information New Zealand Topographic Strategy DRAFT (for discussion)

Land Information New Zealand Topographic Strategy DRAFT (for discussion) Land Infrmatin New Zealand Tpgraphic Strategy DRAFT (fr discussin) Natinal Tpgraphic Office Intrductin The Land Infrmatin New Zealand Tpgraphic Strategy will prvide directin fr the cllectin and maintenance

More information

Unit Project Descriptio

Unit Project Descriptio Unit Prject Descriptin: Using Newtn s Laws f Mtin and the scientific methd, create a catapult r trebuchet that will sht a marshmallw at least eight feet. After building and testing yur machine at hme,

More information

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University

Comprehensive Exam Guidelines Department of Chemical and Biomolecular Engineering, Ohio University Cmprehensive Exam Guidelines Department f Chemical and Bimlecular Engineering, Ohi University Purpse In the Cmprehensive Exam, the student prepares an ral and a written research prpsal. The Cmprehensive

More information

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS

2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 2004 AP CHEMISTRY FREE-RESPONSE QUESTIONS 6. An electrchemical cell is cnstructed with an pen switch, as shwn in the diagram abve. A strip f Sn and a strip f an unknwn metal, X, are used as electrdes.

More information

SPH3U1 Lesson 06 Kinematics

SPH3U1 Lesson 06 Kinematics PROJECTILE MOTION LEARNING GOALS Students will: Describe the mtin f an bject thrwn at arbitrary angles thrugh the air. Describe the hrizntal and vertical mtins f a prjectile. Slve prjectile mtin prblems.

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

Unit 1 Review. Vocabulary: Match the Definition on the left with the term on the right.

Unit 1 Review. Vocabulary: Match the Definition on the left with the term on the right. Name: KEY Unit 1 Review Vcabulary: Match the Definitin n the left with the term n the right. 1. A pssible explanatin fr an bservatin that can be tested. H 2. The same experiment is set up multiple times

More information

Eric Klein and Ning Sa

Eric Klein and Ning Sa Week 12. Statistical Appraches t Netwrks: p1 and p* Wasserman and Faust Chapter 15: Statistical Analysis f Single Relatinal Netwrks There are fur tasks in psitinal analysis: 1) Define Equivalence 2) Measure

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name:

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name: Grup Clr: Subgrup Number: Hw Science Wrks Grade 5 Mdule 2 Class Questin: Scientist (Yur Name): Teacher s Name: SciTrek Vlunteer s Name: VOCABULARY Science: The study f the material wrld using human reasn.

More information

Introduction to Spacetime Geometry

Introduction to Spacetime Geometry Intrductin t Spacetime Gemetry Let s start with a review f a basic feature f Euclidean gemetry, the Pythagrean therem. In a twdimensinal crdinate system we can relate the length f a line segment t the

More information

SPECIMEN. Candidate Surname. Candidate Number

SPECIMEN. Candidate Surname. Candidate Number Candidate Frename General Certificate f Secndary Educatin Mdern Freign Languages Prtuguese - Writing Specimen Paper Candidates answer n the questin paper. Additinal materials: nne Centre Number Candidate

More information

English 10 Pacing Guide : Quarter 2

English 10 Pacing Guide : Quarter 2 Implementatin Ntes Embedded Standards: Standards nted as embedded n this page are t be cntinuusly spiraled thrughut the quarter. This des nt mean that nging explicit instructin n these standards is t take

More information

Instructional Plan. Representational/Drawing Level

Instructional Plan. Representational/Drawing Level Instructinal Plan Representatinal/Drawing Level Name f Math Skill/Cncept: Divisin Prcess and Divisin with Remainders Prerequisite Skills Needed: 1.) Mastery f dividing cncrete bjects int equal grups. 2.)

More information

Large Sample Hypothesis Tests for a Population Proportion

Large Sample Hypothesis Tests for a Population Proportion Ntes-10.3a Large Sample Hypthesis Tests fr a Ppulatin Prprtin ***Cin Tss*** 1. A friend f yurs claims that when he tsses a cin he can cntrl the utcme. Yu are skeptical and want him t prve it. He tsses

More information

The standards are taught in the following sequence.

The standards are taught in the following sequence. B L U E V A L L E Y D I S T R I C T C U R R I C U L U M MATHEMATICS Third Grade In grade 3, instructinal time shuld fcus n fur critical areas: (1) develping understanding f multiplicatin and divisin and

More information

CESAR Science Case The differential rotation of the Sun and its Chromosphere. Introduction. Material that is necessary during the laboratory

CESAR Science Case The differential rotation of the Sun and its Chromosphere. Introduction. Material that is necessary during the laboratory Teacher s guide CESAR Science Case The differential rtatin f the Sun and its Chrmsphere Material that is necessary during the labratry CESAR Astrnmical wrd list CESAR Bklet CESAR Frmula sheet CESAR Student

More information

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018

Physics 2B Chapter 23 Notes - Faraday s Law & Inductors Spring 2018 Michael Faraday lived in the Lndn area frm 1791 t 1867. He was 29 years ld when Hand Oersted, in 1820, accidentally discvered that electric current creates magnetic field. Thrugh empirical bservatin and

More information

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 19, E Main Suite D Pullman, WA (509) Voice and Fax .7.4: Direct frequency dmain circuit analysis Revisin: August 9, 00 5 E Main Suite D Pullman, WA 9963 (509) 334 6306 ice and Fax Overview n chapter.7., we determined the steadystate respnse f electrical

More information

Associated Students Flacks Internship

Associated Students Flacks Internship Assciated Students Flacks Internship 2016-2017 Applicatin Persnal Infrmatin: Name: Address: Phne #: Years at UCSB: Cumulative GPA: E-mail: Majr(s)/Minr(s): Units Cmpleted: Tw persnal references (Different

More information

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart

Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Key Wrds: Autregressive, Mving Average, Runs Tests, Shewhart Cntrl Chart Perfrmance f Sensitizing Rules n Shewhart Cntrl Charts with Autcrrelated Data Sandy D. Balkin Dennis K. J. Lin y Pennsylvania State University, University Park, PA 16802 Sandy Balkin is a graduate student

More information

I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is

I. Analytical Potential and Field of a Uniform Rod. V E d. The definition of electric potential difference is Length L>>a,b,c Phys 232 Lab 4 Ch 17 Electric Ptential Difference Materials: whitebards & pens, cmputers with VPythn, pwer supply & cables, multimeter, crkbard, thumbtacks, individual prbes and jined prbes,

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

Chapter 8: The Binomial and Geometric Distributions

Chapter 8: The Binomial and Geometric Distributions Sectin 8.1: The Binmial Distributins Chapter 8: The Binmial and Gemetric Distributins A randm variable X is called a BINOMIAL RANDOM VARIABLE if it meets ALL the fllwing cnditins: 1) 2) 3) 4) The MOST

More information

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff

Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeoff Lecture 2: Supervised vs. unsupervised learning, bias-variance tradeff Reading: Chapter 2 STATS 202: Data mining and analysis September 27, 2017 1 / 20 Supervised vs. unsupervised learning In unsupervised

More information

Computational modeling techniques

Computational modeling techniques Cmputatinal mdeling techniques Lecture 2: Mdeling change. In Petre Department f IT, Åb Akademi http://users.ab.fi/ipetre/cmpmd/ Cntent f the lecture Basic paradigm f mdeling change Examples Linear dynamical

More information

B. Definition of an exponential

B. Definition of an exponential Expnents and Lgarithms Chapter IV - Expnents and Lgarithms A. Intrductin Starting with additin and defining the ntatins fr subtractin, multiplicatin and divisin, we discvered negative numbers and fractins.

More information

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme

Enhancing Performance of MLP/RBF Neural Classifiers via an Multivariate Data Distribution Scheme Enhancing Perfrmance f / Neural Classifiers via an Multivariate Data Distributin Scheme Halis Altun, Gökhan Gelen Nigde University, Electrical and Electrnics Engineering Department Nigde, Turkey haltun@nigde.edu.tr

More information