<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.byuaccounting.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spuhlmann</id>
	<title>Phdwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.byuaccounting.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Spuhlmann"/>
	<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php/Special:Contributions/Spuhlmann"/>
	<updated>2026-06-12T03:37:37Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7818</id>
		<title>SAS Coding Help</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7818"/>
		<updated>2009-04-21T22:10:58Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Websites to Help */  add some more SAS links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Code ==&lt;br /&gt;
* [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1015021 How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar] - interesting macro that can crawl Edgar reports for data.&lt;br /&gt;
* [[Basic Code]]&lt;br /&gt;
* [[Statistical Analysis]]&lt;br /&gt;
* [[Proc SQL]]&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
* [http://www.psych.yorku.ca/lab/sas/macro.htm The basics of macros]&lt;br /&gt;
* [[Media:SAS_Macro_Quintiles.txt|Macro for grouping continuous variable into quintiles]]&lt;br /&gt;
* [[Media:WinsorizeMacro.txt|Winsorizing and trimming macro]]&lt;br /&gt;
&lt;br /&gt;
==Replications==&lt;br /&gt;
* [[Media:BMNreplicate2.txt|Replication of Beaver, McNichols, Nelson RAS 2007]] &amp;quot;An Alternative Interpretation of the Discontinuity in Earnings Distributions&amp;quot; &lt;br /&gt;
* [[Media:DEAbyindustry.txt|A data envelopment analysis program]]&lt;br /&gt;
* [[Media:SimERETOperLev2.txt|A simple simulation examining the relation between earnings and returns]] with a lot of assumptions, just for fun &lt;br /&gt;
*[[Media:RSST2005_JAE.txt|Replication of Richardson, Sloan, Soliman, and Tuna (JAE 2005)]]&lt;br /&gt;
**[[Media:RSST2005_NoLink.xls|Partial output from replication of RSST(JAE 2005)]]&lt;br /&gt;
&lt;br /&gt;
== Websites to Help ==&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/sas/ UCLA SAS help page] - UCLA has a list of resources for SAS coding&lt;br /&gt;
** [http://www.ats.ucla.edu/stat/stata/whatstat/default.htm What statistical test should I use] - In addition to explaining what test to use, page also provides information on how to perform test and interpret results using SAS, STATA, and SPSS software.  &lt;br /&gt;
** [http://www.ats.ucla.edu/stat/examples/default.htm UCLA SAS Textbook Examples] - This page includes examples and problems worked in SAS from more than 40 statistics textbooks.&lt;br /&gt;
* [http://www.bus.umich.edu/Academics/Departments/Accounting/nhafzall/default.htm University of Michigan SAS Site]&lt;br /&gt;
* [http://scott.dyreng.googlepages.com/sasprogramsandusefuldata A little code on Scott Dyreng's website].&lt;br /&gt;
* [http://javeeh.net/sasintro/intro1.html Introduction to SAS: Index] - Great resource for simple, straight forward explanation. &lt;br /&gt;
* [http://www.utexas.edu/cc/docs/stat53.html Factor analysis in SAS]&lt;br /&gt;
* [http://www.sconsig.com/sastip.htm SAS Consultant Special Interest Group] - This site offers tips and tricks for using SAS and running SAS macros and utilities.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[SAS Coding Help]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7817</id>
		<title>SAS Coding Help</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7817"/>
		<updated>2009-04-21T22:00:30Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Websites to Help */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Code ==&lt;br /&gt;
* [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1015021 How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar] - interesting macro that can crawl Edgar reports for data.&lt;br /&gt;
* [[Basic Code]]&lt;br /&gt;
* [[Statistical Analysis]]&lt;br /&gt;
* [[Proc SQL]]&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
* [http://www.psych.yorku.ca/lab/sas/macro.htm The basics of macros]&lt;br /&gt;
* [[Media:SAS_Macro_Quintiles.txt|Macro for grouping continuous variable into quintiles]]&lt;br /&gt;
* [[Media:WinsorizeMacro.txt|Winsorizing and trimming macro]]&lt;br /&gt;
&lt;br /&gt;
==Replications==&lt;br /&gt;
* [[Media:BMNreplicate2.txt|Replication of Beaver, McNichols, Nelson RAS 2007]] &amp;quot;An Alternative Interpretation of the Discontinuity in Earnings Distributions&amp;quot; &lt;br /&gt;
* [[Media:DEAbyindustry.txt|A data envelopment analysis program]]&lt;br /&gt;
* [[Media:SimERETOperLev2.txt|A simple simulation examining the relation between earnings and returns]] with a lot of assumptions, just for fun &lt;br /&gt;
*[[Media:RSST2005_JAE.txt|Replication of Richardson, Sloan, Soliman, and Tuna (JAE 2005)]]&lt;br /&gt;
**[[Media:RSST2005_NoLink.xls|Partial output from replication of RSST(JAE 2005)]]&lt;br /&gt;
&lt;br /&gt;
== Websites to Help ==&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/sas/ UCLA SAS help page] - UCLA has a list of resources for SAS coding&lt;br /&gt;
** [http://www.ats.ucla.edu/stat/stata/whatstat/default.htm What statistical test should I use].  In addition to explaining what test to use, page also provides information on how to perform test and interpret results using SAS, STATA, and SPSS software.  &lt;br /&gt;
* [http://www.bus.umich.edu/Academics/Departments/Accounting/nhafzall/default.htm University of Michigan SAS Site]&lt;br /&gt;
* [http://scott.dyreng.googlepages.com/sasprogramsandusefuldata A little code on Scott Dyreng's website].&lt;br /&gt;
* Great resource for simple, straight forward explanation. [http://javeeh.net/sasintro/intro1.html Introduction to SAS: Index]&lt;br /&gt;
* [http://www.utexas.edu/cc/docs/stat53.html Factor analysis in SAS]&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/examples/default.htm UCLA SAS Textbook Examples].  This page includes examples and problems worked in SAS from more than 40 statistics textbooks.&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/sas/default.htm Resources to help you learn and use SAS] This page is part of UCLA's Academic Technology Services.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[SAS Coding Help]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Talk:Econ_588:_Econometrics&amp;diff=7816</id>
		<title>Talk:Econ 588: Econometrics</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Talk:Econ_588:_Econometrics&amp;diff=7816"/>
		<updated>2009-04-21T21:43:33Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: talk on topic of individual course pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Someone made a comment on [[Talk:What will I learn in the Prep Track that I won't learn elsewhere?]] that lead to the creation of this page.  It could be helpful in compiling information on each course required or recommended for prep track students.  Though, is this just rehashing information found elsewhere? - [[User:Spuhlmann|Spuhlmann]] 15:43, 21 April 2009 (MDT)&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Talk:What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7803</id>
		<title>Talk:What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Talk:What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7803"/>
		<updated>2009-04-17T01:59:08Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my thoughts for this page:&lt;br /&gt;
&lt;br /&gt;
:It is my understanding that one of the purposes of the wiki is to help inform those considering the Prep Track route in the decision process. Many of the students in the Junior Core would like to enter the MAcc program, but have not made a decision on which of the MAcc options to pursue: professional, tax, and Ph.D. prep (Ph.D. prep is a track within either professional or tax).  &lt;br /&gt;
&lt;br /&gt;
:Only a portion of Prep Track students intend to pursue a Ph.D. right after finishing the MAcc here at BYU.  Others plan to enter the business world first, after which they will consider pursuing a Ph.D.&lt;br /&gt;
&lt;br /&gt;
:In my own analysis of the differences between the Ph.D. Prep Track and the Professional Routes, I have come to the conclusion that the main differences are found in the courses offered.  In the Prep Track, the divergent 21 credit hours consist of economics, statistics, and academic research.  In the Pro Route, the 21 credit hours consist of advanced tax, fraud, business research, corporate finance, and accounting elective courses.  I have created an excel file showing my own analysis based upon the course lists for both routes ([http://phdprep.byu.edu/index.php?title=Image:Ph.D._Prep_Track_versus_Prof_Route.xls comparison in Excel]).&lt;br /&gt;
&lt;br /&gt;
:Currently, the accounting program’s web page has little information comparing the tax and professional routes with the prep track.  Understanding how an increased understanding of economics and statistics helps in comparison to additional courses in tax, fraud, finance, etc. may help persuade potential prep track students to pursue the prep track rather than other MAcc options.  These students may not decide to pursue a Ph.D. after finishing a MAcc, but they may appreciate and find additional economics and statistics classes interesting.  [[User:Spuhlmann|Spuhlmann]] 16:15, 23 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I would like to see your spreadsheet integrated into the page.  That way people don't have to open the spreadsheet to understand what is going on.  Also, we need to make it evident that the Prep track is within either the professional track or tax track.  It is not a separate track.  [[User:Daw44|Daw44]] 16:28, 23 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for the input.  It does seem easier to access and understand by integrating the spreadsheet.  I'll take care of it. [[User:Spuhlmann|Spuhlmann]] 14:47, 24 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How does it look so far?  We can take down the comparison in Excel.  - [[User:Spuhlmann|Spuhlmann]] 18:38, 27 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
''The Ph.D. Prep Track requires that tax students take both Statistical Methods for Research (Stat 512) and Econometrics (Econ 588), whereas professional students may choose either one. Tax students must also have taken Calculus I (Math 112), whereas professional students may not. Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Reasearch Methodology (Acc 523). Also, Introduction to Academic Research (Acc 516) is worth 2.0 credit hours, not 3.0, for tax students which results in a subtotal of 30.0 and not 31.0 credit hours for the column.''&lt;br /&gt;
&lt;br /&gt;
I'm not in the tax stem--but I just checked with a tax stem student and I'm pretty sure that some of the information above isn't correct.  For example, tax stem students don't have to take both Stat 512 and Econ 588.  Additionally, tax students don't have to take Math 112.  Finally, Acc 516 is worth 3 credits for both tax and professional stem students.  I'm giving this information based on how the current setup of the PhD Prep track.  If these items indicate changes for the future, then you can disregard this message. - [[User:roys|roys]] 21:46, 27 January 2009 (MST)&lt;br /&gt;
:I agree.  I think there are some errors.  We need to get these corrected so we don't start any crazy myths. [[User:Daw44|Daw44]] 09:07, 29 January 2009 (MST)&lt;br /&gt;
::Thanks for letting us know.  The original content was based on pdf's that are on the SOA website but that have not been updated. [[User:Spuhlmann|Spuhlmann]] 19:48, 31 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
Something that might be useful to current and future members of the Prep Track would be have information about each class listed.  Creating a class specific page would allow students to view the names of the professors who have offered the class, the textbook used, the topics covered, the homework and reading load, and other information that might help a student when face with a decision about which class to take.  Also, past Prep Track members could use this as a place to share their thoughts about how helpful this class was in really preparing them for a PhD program.  [[User:jeff987|jeff987]] 12:22, April 15, 2009 (PST)&lt;br /&gt;
:Currently we have a [[What classes should I take?|page]] that does some of that for each course required/suggested for Prep Track students.  Is that what you had in mind, or are you thinking more along the lines of a page for each specific class?  This page and the [[What classes should I take?|&amp;quot;What classes should I take?&amp;quot; page]] are a little sparse on some of those things that you mentioned.  Though, having a page for each specific class may be helpful.  I came up with an example for [[Econ 588: Econometrics]]. - [[User:Spuhlmann|Spuhlmann]] 19:35, 16 April 2009 (MDT)&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_classes_should_I_take%3F&amp;diff=7800</id>
		<title>What classes should I take?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_classes_should_I_take%3F&amp;diff=7800"/>
		<updated>2009-04-17T01:40:13Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Economics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What is most important for a Ph.D. student to know before entering a Ph.D. program depends to a degree on the [[Research Interests|type of research]] that the student wants to conduct.  The three &amp;quot;tracts&amp;quot; of research can be separated based on whether the student is interested in conducting [[analytical]], [[archival]], or [[experimental]] research.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Analytical]] Skill Sets===&lt;br /&gt;
Students that are successfull in  analytical fields often have engineering, math, or physics undergraduate degrees.  If one is to master analytical accounting research, advanced mathematical skills are necessary.  Good classes to take would be Econ 382 (Price Theory) and Econ 478 (Game Theory).  Any of the 500 level Econ classes would also help.  A potential analyst should consider pursing either a minor or a in economics and might consider spending some extra time to get a double major in economics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Archival]] Skill Sets===&lt;br /&gt;
Future archival researchers should consider taking Econ 588 rather than Stat 512.  Additionally, it would be beneficial to take Stat 441 and 442, which are similar to 588 but are more in depth.  The prerequisite for Stat 441 is Math 214 (Multivariable Calculus), so you will need to plan ahead if you need to take more math to get prepared.  More math is also preferred.  Linear Algebra is probably more important than Multivariable Calculus if one has to choose.&lt;br /&gt;
&lt;br /&gt;
There are two linear algebra courses offered at BYU: Math 343 and Math 302 (which spends only half of the semester on linear algebra).  Math 343 is a more theoretical course and as such is a rigorous course in mathematics.  Students are expected not only to master computations, but also to demonstrate their understanding of linear algebra by creating abstract proofs.  Developing proficiency in critical thinking and logical inference is a major goal of Math 343.  Math 302 is Mathematics for Engineering I and covers multivariable calculus, linear algebra, and numerical methods.  It is also known as applied linear algebra.  The prerequisite for Math 343 is Math 112 or 119 and it is a 3 credit class.  The prerequisite for Math 302 is Math 113 and it is a 4 credit class.  &lt;br /&gt;
&lt;br /&gt;
I took Math 343 after I had taken Econ 378, 388, and 588 (the statistical economics courses) and found that the first third of the class was somewhat of a review.  Taking Math 343 before those courses could be an advantage.  In either case, I still think it is beneficial to take a rigorous math course that requires doing a lot of proofs.  The last part of the course gets into some of the foundations for OLS regression.&lt;br /&gt;
&lt;br /&gt;
If you are worried about your math skills as you prepare to take the pre-Ph.D. classes, the engineering school offers a math refresher course, Eng T 295R.  It is designed for engineering majors who took calculus before their missions and need to get back up to speed after having been away from school for a while.  It is a review of basic techniques of algebra, trigonometry, differential calculus, integral calculus, and series and sequences.  Calculus becomes important in the economics courses required for the prep track.&lt;br /&gt;
&lt;br /&gt;
===[[Experimental]] Skill Sets===&lt;br /&gt;
One of the most important skills to develop as an experimentalist is research design.  The strength of experimental methodology is internal validity.  Experimentalists should rarely, if ever, sacrifice internal validity to achieve other types of validity; thus, being able to design high quality experiments is very important.  To develop this skill, a Ph.D. prep student would benefit from a detailed study of Cook and Campbell, an experimental design class (Stat 431), and attempting to design an experiment and then seeking feedback from an experimentalist.  &lt;br /&gt;
&lt;br /&gt;
Experimental research is not as popular in accounting as archival research. An experimentalist may wish to take Stat 512 instead of Econ 588. Stat 512 goes over topics that are more relevant to experiments, such as experimental design and MANOVA whereas Econ 588 is more aimed at archival research methods. Since experiments are not the dominant paradigm in accounting research, experimentalists should be conversant in archival research methodologies.  Because of this, an experimentalist may wish to take Econ 588 to develop these skills and to make life easier in your Ph.D. program (when you are likely to take similar classes).&lt;br /&gt;
&lt;br /&gt;
The readings seminar provides a great opportunity to discuss the design and experiment in experimental papers. Especially when the author leads to the class discussion, take the opportunity to discuss the instrument they used and ask questions about their design choices. Even looking at the instrument from someone’s experiment provides a lot of insight as to what goes into a good design.&lt;br /&gt;
&lt;br /&gt;
Since there are not lot of classes related to experimental research at BYU, take the time to read some books. As mentioned earlier, Shadish, Cook and Campbell is a book you should take very seriously when you take it with Doug. Read it again towards the end of the program as well because you will appreciate it even more after taking the other classes. &lt;br /&gt;
&lt;br /&gt;
Sarah Bonner has a book, “Judgment and Decision Making in Accounting” that provides a good framework for the literature. Use the first couple chapters to get an understating of the framework and then the latter chapters provide a good review of the literature if you have an area of interest and want to know what papers to read.  &lt;br /&gt;
&lt;br /&gt;
An overall heads up for all of the methodologies, the Econ Probability and Stats course at BYU is a good fundamental class. Many of the things you learn in that course, especially the math, will be considered review material and surpassed quickly in a PhD Probability and Stats course. Also, the Wackerly book used for that class, Mathematical Statistics, is probably worth keeping as a resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Short Description of Classes==&lt;br /&gt;
===Required Courses===&lt;br /&gt;
The following are courses required for the Ph.D. Prep Track:&lt;br /&gt;
&lt;br /&gt;
====PhD Prep Specific====&lt;br /&gt;
*'''Acc 516''' This class goes over the basics of the theory of science and research methodology. The class will also offer an introduction to accounting literature. The class requires a lot of reading.&lt;br /&gt;
*'''Acc 517''' This class teaches the basics of SAS, a statistical software package commonly used in accounting research. While the class is only one credit, be prepared to dedicate a large block of time to it each week.&lt;br /&gt;
*'''Acc 591R''' This is a readings class. The curriculum varies each semester so students are required to take it every semester that they are not enrolled in Acc 516 or Acc 517. Generally the class requires students to read, discuss, and present on accounting literature.  &lt;br /&gt;
&lt;br /&gt;
====Statistics====&lt;br /&gt;
* '''Stat 511''' This class is a refresher course on basic statistics, most of which was learned in Stat 221. However, there are a few topics that will be relatively new.&lt;br /&gt;
* '''Stat 512''' This class continues where 511 left off. It goes into more detail with different types of tests and corrections. Topics include MANOVA, experimental design, logit regressions, and autocorrelation corrections. It is recommended that one take this class for preparation in performing experimental research.&lt;br /&gt;
&lt;br /&gt;
====Economics====&lt;br /&gt;
* '''Econ 378''' This course goes into the basic mathematics behind the statistics learned in Stat 221. The course does require calculus, but don't worry too much if you are rusty. The first day of class usually includes a review of Calculus that can bring a student up to speed.&lt;br /&gt;
* '''Econ 380''' This is a microeconomics course. Essentially you take the concepts learned about in Econ 110 and learn the math behind it. Similar to Econ 378, this class requires Calculus and it also generally has a Calculus refresher the first day of class.&lt;br /&gt;
* '''Econ 381''' This class goes over Macroeconomics. This class focuses on models that explain the economy and some basics of economic governance. While the class claims to require Calculus, generally very little (in some cases none) is required. &lt;br /&gt;
* '''Econ 388''' Econometrics is a difficult class for most students. The class covers the linear algebra behind regression analysis. While you are not required to take linear algebra before taking this class, it will give you a competitive advantage. &lt;br /&gt;
* '''[[Econ 588: Econometrics|Econ 588]]''' This class picks up from where Econ 388 left off, covering more advanced econometric topics. Again, this is a challenging class for most students. It is recommended that you take this class if you plan on doing archival research.&lt;br /&gt;
&lt;br /&gt;
===Recommended Courses===&lt;br /&gt;
The following are courses recommended for those considering research in a certain methodology:&lt;br /&gt;
&lt;br /&gt;
====Archival Research====&lt;br /&gt;
* '''Stat 124''' SAS Certification 1. If you want to beef up your SAS skills before entering a PhD program, consider getting SAS certified. Stat 124 and Stat 324 are a block classes on SAS that will prepare you to become SAS certified.&lt;br /&gt;
* '''Stat 212''' Statistical Computing 1. &lt;br /&gt;
* '''Stat 324''' Advanced SAS Programming Certification. See Stat 124 description.&lt;br /&gt;
* '''Stat 412''' Statistical Computing 2. &lt;br /&gt;
* '''Math 214''' Calculus of Several Variables. This class covers topics such as partial differentiation, the Jacobian Matrix, and integral theorems of vector calculus.&lt;br /&gt;
* '''Math 343''' Elementary Linear Algebra. This class covers basic matrix algebra. Topics include linear systems, vectors and vector spaces, linear transformations, determinants, inner product spaces, eigenvalues, and eigenvectors.&lt;br /&gt;
* '''Econ 382''' Intermediate Price Theory 2. This class follows up on what was learned in Econ 380. Topics covered include Welfare Theory, imperfect information, imperfect competition (in more depth), uncertainty, externalities, and public goods.&lt;br /&gt;
&lt;br /&gt;
====Experimental Research====&lt;br /&gt;
* '''Stat 321''' Elements of Mathematical Statistics. This class looks at probability, random variables, frequency distributions, estimation and tests of hypotheses from a theoretical stand point.  &lt;br /&gt;
* '''Stat 435''' Nonparametric Statistical Models. This class goes over permutation tests, rank-based models, analysis of contingency tables, bootstrap methods, and curve fitting.&lt;br /&gt;
* '''Econ 382''' Intermediate Price Theory 2. See description above.&lt;br /&gt;
* '''Econ 478''' Game Theory and Economics. This class applies game theory to the study of interactions between people and organizations. It looks at topics such as imperfect competition, insurance markets and bargaining. Strong math skills are recommended.&lt;br /&gt;
&lt;br /&gt;
==Other Course Suggestions==&lt;br /&gt;
Here are some other tips on [[Course Requirements for the Ph.D. Prep Track at BYU|course requirements]] for the Ph.D. Prep Track.  Also, here are several [[Suggestions from past Ph.D. Prep Track students about classes at BYU|suggestions from past students]] on classes at BYU.&lt;br /&gt;
&lt;br /&gt;
Here are several minor options for Prep Track Students:&lt;br /&gt;
*  [[Undergraduate Economics Minor]]&lt;br /&gt;
*  [[Undergraduate Accounting and Economics Dual Major]]&lt;br /&gt;
*  [[Graduate Statistics Minor]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What classes should I take?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7799</id>
		<title>What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7799"/>
		<updated>2009-04-17T01:39:34Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Course Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Many students who enter the Ph.D. Prep Track [[Why I didn't get a Ph.D.|choose not to pursue]] doctoral studies for many reasons following completion of the MAcc Program at BYU.  For that reason, some may wonder about the benefits of the Ph.D. Prep Track, which is an integral part of the Professional and Tax Routes at BYU, as compared with the more general approach taken by most students in the MAcc Program.&lt;br /&gt;
&lt;br /&gt;
==Learning Outcomes==&lt;br /&gt;
BYU has published the expected learning outcomes for both the [https://learningoutcomes.byu.edu/wiki/index.php/Professional_Accountancy_MAcc professional] and [https://learningoutcomes.byu.edu/wiki/index.php/Tax_MAcc tax] stems.&lt;br /&gt;
&lt;br /&gt;
==Course Comparison==&lt;br /&gt;
The official list of courses can be found on the [http://marriottschool.byu.edu/ Marriott School] website.  The class requirements differ for the professional (auditing) stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Pro%20PHD%20Prep%20Fall%202007%20PSL%20Revised.pdf here]) and tax stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Tax%20PhD%20Prep%20Track%20Fall%202007%20PSL.pdf here]).  &lt;br /&gt;
&lt;br /&gt;
The following table displays required courses for completion of the MAcc Program and compares each specific option to the other available options in the program.  This schedule is flexible and can be customized based on feedback from the Prep track coordinator and individual students.  To help you determine what classes will help with each research methodology, some [[What classes should I take?|recommendations]] are offered on what classes to take beyond the basic Prep Track requirements.  See the [[Main Page|Ph.D. prep track]] program coordinator to discuss specifics about courses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''Course Comparison between the Tax and Professional Routes'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Course'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|''' Credits'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Pro Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Prof'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Tax Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Tax'''&lt;br /&gt;
|-&lt;br /&gt;
| '''MSM Graduate Core'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance||MBA 520|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Operations Management||MBA 530|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Organizational Behavior||MBA 540|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Marketing Management||MBA 550|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Management Seminar||MBA 593R|| 0.5 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Communications||MBA 509|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 15.5 || 15.5 || 15.5 || 15.5 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General SOA/Management'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Money, Banking, &amp;amp; Business||Acc 453|| 3.0 ||x||||x||&lt;br /&gt;
|-&lt;br /&gt;
| Strategic Management||MBA 581|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Ethics, Business, &amp;amp; Society||P Mgt 582|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 9.0 || 6.0 || 9.0 || 6.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Professional'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Research Seminar||Acc 515|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation||Acc 522|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Accounting Information Systems Risk and Control||Acc 525|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Statement Auditing||Acc 530|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Managerial Accounting||Acc 531|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Professional Financial Accounting||Acc 540|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Financial Statement Analysis||Acc 541|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Fraud Prevention &amp;amp; Detection||Acc 550|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance Elective||MBA 621-9|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 33.0 || 12.0 || -   || -   &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Tax'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Accounting||Acc 503|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation OR||Acc 522|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Research Methodology||Acc 523|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Special Problems in Federal Taxation||Acc 560|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation I||Acc 561|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation II||Acc 562|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Partnerships||Acc 563|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Estates, Gifts and Fiduciaries||Acc 564|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Federal Income Taxation||MBA 602|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 1||Acc 5xx|| 3.0 |||||| x || x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 2||Acc 5xx|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || -   || 33.0 || 12.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Ph.D. Prep Courses'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Academic Research||Acc 516|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Academic Research Applications||Acc 517|| 1.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Readings &amp;amp; Conference||Acc 591R|| 2.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research I||Stat 511|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research II OR||Stat 512|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| [[Econ 588: Econometrics|Econometrics]]||[[Econ 588: Econometrics|Econ 588]]|| 3.0 ||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Statistics for Economists||Econ 378|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Price Theory I||Econ 380|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Macroeconomics||Econ 381|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Econometrics||Econ 388|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || 24.0 || -   || 24.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''Total Credits'''|||||| 57.5 || 57.5 || 57.5 || 57.5 &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A couple notes about the table:&lt;br /&gt;
* Make sure to review the updated course list from the accounting department before adding classes to your schedule.&lt;br /&gt;
* The Ph.D. Prep Track is an integral part of each of the Professional and Tax Routes.  The major differences as shown in the table are the substitution of certain professional and tax electives for additional courses in economics and statistics.&lt;br /&gt;
* Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Research Methodology (Acc 523).&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What will I learn in the Prep Track that I won't learn elsewhere?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_classes_should_I_take%3F&amp;diff=7798</id>
		<title>What classes should I take?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_classes_should_I_take%3F&amp;diff=7798"/>
		<updated>2009-04-17T01:37:41Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Economics */  try suggestion by Jeff987&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;What is most important for a Ph.D. student to know before entering a Ph.D. program depends to a degree on the [[Research Interests|type of research]] that the student wants to conduct.  The three &amp;quot;tracts&amp;quot; of research can be separated based on whether the student is interested in conducting [[analytical]], [[archival]], or [[experimental]] research.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Analytical]] Skill Sets===&lt;br /&gt;
Students that are successfull in  analytical fields often have engineering, math, or physics undergraduate degrees.  If one is to master analytical accounting research, advanced mathematical skills are necessary.  Good classes to take would be Econ 382 (Price Theory) and Econ 478 (Game Theory).  Any of the 500 level Econ classes would also help.  A potential analyst should consider pursing either a minor or a in economics and might consider spending some extra time to get a double major in economics.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Archival]] Skill Sets===&lt;br /&gt;
Future archival researchers should consider taking Econ 588 rather than Stat 512.  Additionally, it would be beneficial to take Stat 441 and 442, which are similar to 588 but are more in depth.  The prerequisite for Stat 441 is Math 214 (Multivariable Calculus), so you will need to plan ahead if you need to take more math to get prepared.  More math is also preferred.  Linear Algebra is probably more important than Multivariable Calculus if one has to choose.&lt;br /&gt;
&lt;br /&gt;
There are two linear algebra courses offered at BYU: Math 343 and Math 302 (which spends only half of the semester on linear algebra).  Math 343 is a more theoretical course and as such is a rigorous course in mathematics.  Students are expected not only to master computations, but also to demonstrate their understanding of linear algebra by creating abstract proofs.  Developing proficiency in critical thinking and logical inference is a major goal of Math 343.  Math 302 is Mathematics for Engineering I and covers multivariable calculus, linear algebra, and numerical methods.  It is also known as applied linear algebra.  The prerequisite for Math 343 is Math 112 or 119 and it is a 3 credit class.  The prerequisite for Math 302 is Math 113 and it is a 4 credit class.  &lt;br /&gt;
&lt;br /&gt;
I took Math 343 after I had taken Econ 378, 388, and 588 (the statistical economics courses) and found that the first third of the class was somewhat of a review.  Taking Math 343 before those courses could be an advantage.  In either case, I still think it is beneficial to take a rigorous math course that requires doing a lot of proofs.  The last part of the course gets into some of the foundations for OLS regression.&lt;br /&gt;
&lt;br /&gt;
If you are worried about your math skills as you prepare to take the pre-Ph.D. classes, the engineering school offers a math refresher course, Eng T 295R.  It is designed for engineering majors who took calculus before their missions and need to get back up to speed after having been away from school for a while.  It is a review of basic techniques of algebra, trigonometry, differential calculus, integral calculus, and series and sequences.  Calculus becomes important in the economics courses required for the prep track.&lt;br /&gt;
&lt;br /&gt;
===[[Experimental]] Skill Sets===&lt;br /&gt;
One of the most important skills to develop as an experimentalist is research design.  The strength of experimental methodology is internal validity.  Experimentalists should rarely, if ever, sacrifice internal validity to achieve other types of validity; thus, being able to design high quality experiments is very important.  To develop this skill, a Ph.D. prep student would benefit from a detailed study of Cook and Campbell, an experimental design class (Stat 431), and attempting to design an experiment and then seeking feedback from an experimentalist.  &lt;br /&gt;
&lt;br /&gt;
Experimental research is not as popular in accounting as archival research. An experimentalist may wish to take Stat 512 instead of Econ 588. Stat 512 goes over topics that are more relevant to experiments, such as experimental design and MANOVA whereas Econ 588 is more aimed at archival research methods. Since experiments are not the dominant paradigm in accounting research, experimentalists should be conversant in archival research methodologies.  Because of this, an experimentalist may wish to take Econ 588 to develop these skills and to make life easier in your Ph.D. program (when you are likely to take similar classes).&lt;br /&gt;
&lt;br /&gt;
The readings seminar provides a great opportunity to discuss the design and experiment in experimental papers. Especially when the author leads to the class discussion, take the opportunity to discuss the instrument they used and ask questions about their design choices. Even looking at the instrument from someone’s experiment provides a lot of insight as to what goes into a good design.&lt;br /&gt;
&lt;br /&gt;
Since there are not lot of classes related to experimental research at BYU, take the time to read some books. As mentioned earlier, Shadish, Cook and Campbell is a book you should take very seriously when you take it with Doug. Read it again towards the end of the program as well because you will appreciate it even more after taking the other classes. &lt;br /&gt;
&lt;br /&gt;
Sarah Bonner has a book, “Judgment and Decision Making in Accounting” that provides a good framework for the literature. Use the first couple chapters to get an understating of the framework and then the latter chapters provide a good review of the literature if you have an area of interest and want to know what papers to read.  &lt;br /&gt;
&lt;br /&gt;
An overall heads up for all of the methodologies, the Econ Probability and Stats course at BYU is a good fundamental class. Many of the things you learn in that course, especially the math, will be considered review material and surpassed quickly in a PhD Probability and Stats course. Also, the Wackerly book used for that class, Mathematical Statistics, is probably worth keeping as a resource.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Short Description of Classes==&lt;br /&gt;
===Required Courses===&lt;br /&gt;
The following are courses required for the Ph.D. Prep Track:&lt;br /&gt;
&lt;br /&gt;
====PhD Prep Specific====&lt;br /&gt;
*'''Acc 516''' This class goes over the basics of the theory of science and research methodology. The class will also offer an introduction to accounting literature. The class requires a lot of reading.&lt;br /&gt;
*'''Acc 517''' This class teaches the basics of SAS, a statistical software package commonly used in accounting research. While the class is only one credit, be prepared to dedicate a large block of time to it each week.&lt;br /&gt;
*'''Acc 591R''' This is a readings class. The curriculum varies each semester so students are required to take it every semester that they are not enrolled in Acc 516 or Acc 517. Generally the class requires students to read, discuss, and present on accounting literature.  &lt;br /&gt;
&lt;br /&gt;
====Statistics====&lt;br /&gt;
* '''Stat 511''' This class is a refresher course on basic statistics, most of which was learned in Stat 221. However, there are a few topics that will be relatively new.&lt;br /&gt;
* '''Stat 512''' This class continues where 511 left off. It goes into more detail with different types of tests and corrections. Topics include MANOVA, experimental design, logit regressions, and autocorrelation corrections. It is recommended that one take this class for preparation in performing experimental research.&lt;br /&gt;
&lt;br /&gt;
====Economics====&lt;br /&gt;
* '''Econ 378''' This course goes into the basic mathematics behind the statistics learned in Stat 221. The course does require calculus, but don't worry too much if you are rusty. The first day of class usually includes a review of Calculus that can bring a student up to speed.&lt;br /&gt;
* '''Econ 380''' This is a microeconomics course. Essentially you take the concepts learned about in Econ 110 and learn the math behind it. Similar to Econ 378, this class requires Calculus and it also generally has a Calculus refresher the first day of class.&lt;br /&gt;
* '''Econ 381''' This class goes over Macroeconomics. This class focuses on models that explain the economy and some basics of economic governance. While the class claims to require Calculus, generally very little (in some cases none) is required. &lt;br /&gt;
* '''Econ 388''' Econometrics is a difficult class for most students. The class covers the linear algebra behind regression analysis. While you are not required to take linear algebra before taking this class, it will give you a competitive advantage. &lt;br /&gt;
* '''[[Econ 588]]''' This class picks up from where Econ 388 left off, covering more advanced econometric topics. Again, this is a challenging class for most students. It is recommended that you take this class if you plan on doing archival research.&lt;br /&gt;
&lt;br /&gt;
===Recommended Courses===&lt;br /&gt;
The following are courses recommended for those considering research in a certain methodology:&lt;br /&gt;
&lt;br /&gt;
====Archival Research====&lt;br /&gt;
* '''Stat 124''' SAS Certification 1. If you want to beef up your SAS skills before entering a PhD program, consider getting SAS certified. Stat 124 and Stat 324 are a block classes on SAS that will prepare you to become SAS certified.&lt;br /&gt;
* '''Stat 212''' Statistical Computing 1. &lt;br /&gt;
* '''Stat 324''' Advanced SAS Programming Certification. See Stat 124 description.&lt;br /&gt;
* '''Stat 412''' Statistical Computing 2. &lt;br /&gt;
* '''Math 214''' Calculus of Several Variables. This class covers topics such as partial differentiation, the Jacobian Matrix, and integral theorems of vector calculus.&lt;br /&gt;
* '''Math 343''' Elementary Linear Algebra. This class covers basic matrix algebra. Topics include linear systems, vectors and vector spaces, linear transformations, determinants, inner product spaces, eigenvalues, and eigenvectors.&lt;br /&gt;
* '''Econ 382''' Intermediate Price Theory 2. This class follows up on what was learned in Econ 380. Topics covered include Welfare Theory, imperfect information, imperfect competition (in more depth), uncertainty, externalities, and public goods.&lt;br /&gt;
&lt;br /&gt;
====Experimental Research====&lt;br /&gt;
* '''Stat 321''' Elements of Mathematical Statistics. This class looks at probability, random variables, frequency distributions, estimation and tests of hypotheses from a theoretical stand point.  &lt;br /&gt;
* '''Stat 435''' Nonparametric Statistical Models. This class goes over permutation tests, rank-based models, analysis of contingency tables, bootstrap methods, and curve fitting.&lt;br /&gt;
* '''Econ 382''' Intermediate Price Theory 2. See description above.&lt;br /&gt;
* '''Econ 478''' Game Theory and Economics. This class applies game theory to the study of interactions between people and organizations. It looks at topics such as imperfect competition, insurance markets and bargaining. Strong math skills are recommended.&lt;br /&gt;
&lt;br /&gt;
==Other Course Suggestions==&lt;br /&gt;
Here are some other tips on [[Course Requirements for the Ph.D. Prep Track at BYU|course requirements]] for the Ph.D. Prep Track.  Also, here are several [[Suggestions from past Ph.D. Prep Track students about classes at BYU|suggestions from past students]] on classes at BYU.&lt;br /&gt;
&lt;br /&gt;
Here are several minor options for Prep Track Students:&lt;br /&gt;
*  [[Undergraduate Economics Minor]]&lt;br /&gt;
*  [[Undergraduate Accounting and Economics Dual Major]]&lt;br /&gt;
*  [[Graduate Statistics Minor]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What classes should I take?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Talk:What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7797</id>
		<title>Talk:What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Talk:What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7797"/>
		<updated>2009-04-17T01:35:01Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: comment on suggestion by Jeff987&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my thoughts for this page:&lt;br /&gt;
&lt;br /&gt;
:It is my understanding that one of the purposes of the wiki is to help inform those considering the Prep Track route in the decision process. Many of the students in the Junior Core would like to enter the MAcc program, but have not made a decision on which of the MAcc options to pursue: professional, tax, and Ph.D. prep (Ph.D. prep is a track within either professional or tax).  &lt;br /&gt;
&lt;br /&gt;
:Only a portion of Prep Track students intend to pursue a Ph.D. right after finishing the MAcc here at BYU.  Others plan to enter the business world first, after which they will consider pursuing a Ph.D.&lt;br /&gt;
&lt;br /&gt;
:In my own analysis of the differences between the Ph.D. Prep Track and the Professional Routes, I have come to the conclusion that the main differences are found in the courses offered.  In the Prep Track, the divergent 21 credit hours consist of economics, statistics, and academic research.  In the Pro Route, the 21 credit hours consist of advanced tax, fraud, business research, corporate finance, and accounting elective courses.  I have created an excel file showing my own analysis based upon the course lists for both routes ([http://phdprep.byu.edu/index.php?title=Image:Ph.D._Prep_Track_versus_Prof_Route.xls comparison in Excel]).&lt;br /&gt;
&lt;br /&gt;
:Currently, the accounting program’s web page has little information comparing the tax and professional routes with the prep track.  Understanding how an increased understanding of economics and statistics helps in comparison to additional courses in tax, fraud, finance, etc. may help persuade potential prep track students to pursue the prep track rather than other MAcc options.  These students may not decide to pursue a Ph.D. after finishing a MAcc, but they may appreciate and find additional economics and statistics classes interesting.  [[User:Spuhlmann|Spuhlmann]] 16:15, 23 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I would like to see your spreadsheet integrated into the page.  That way people don't have to open the spreadsheet to understand what is going on.  Also, we need to make it evident that the Prep track is within either the professional track or tax track.  It is not a separate track.  [[User:Daw44|Daw44]] 16:28, 23 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks for the input.  It does seem easier to access and understand by integrating the spreadsheet.  I'll take care of it. [[User:Spuhlmann|Spuhlmann]] 14:47, 24 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How does it look so far?  We can take down the comparison in Excel.  - [[User:Spuhlmann|Spuhlmann]] 18:38, 27 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
''The Ph.D. Prep Track requires that tax students take both Statistical Methods for Research (Stat 512) and Econometrics (Econ 588), whereas professional students may choose either one. Tax students must also have taken Calculus I (Math 112), whereas professional students may not. Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Reasearch Methodology (Acc 523). Also, Introduction to Academic Research (Acc 516) is worth 2.0 credit hours, not 3.0, for tax students which results in a subtotal of 30.0 and not 31.0 credit hours for the column.''&lt;br /&gt;
&lt;br /&gt;
I'm not in the tax stem--but I just checked with a tax stem student and I'm pretty sure that some of the information above isn't correct.  For example, tax stem students don't have to take both Stat 512 and Econ 588.  Additionally, tax students don't have to take Math 112.  Finally, Acc 516 is worth 3 credits for both tax and professional stem students.  I'm giving this information based on how the current setup of the PhD Prep track.  If these items indicate changes for the future, then you can disregard this message. - [[User:roys|roys]] 21:46, 27 January 2009 (MST)&lt;br /&gt;
:I agree.  I think there are some errors.  We need to get these corrected so we don't start any crazy myths. [[User:Daw44|Daw44]] 09:07, 29 January 2009 (MST)&lt;br /&gt;
::Thanks for letting us know.  The original content was based on pdf's that are on the SOA website but that have not been updated. [[User:Spuhlmann|Spuhlmann]] 19:48, 31 January 2009 (MST)&lt;br /&gt;
&lt;br /&gt;
Something that might be useful to current and future members of the Prep Track would be have information about each class listed.  Creating a class specific page would allow students to view the names of the professors who have offered the class, the textbook used, the topics covered, the homework and reading load, and other information that might help a student when face with a decision about which class to take.  Also, past Prep Track members could use this as a place to share their thoughts about how helpful this class was in really preparing them for a PhD program.  [[User:jeff987|jeff987]] 12:22, April 15, 2009 (PST)&lt;br /&gt;
:Currently we have a [[What classes should I take?|page]] that does some of that for each course required/suggested for Prep Track students.  Is that what you had in mind, or are you thinking more along the lines of a page for each specific class?  This page and the [[What classes should I take?|&amp;quot;What classes should I take?&amp;quot; page]] are a little sparse on some of those things that you mentioned.  Though, having a page for each specific class may be helpful. - [[User:Spuhlmann|Spuhlmann]] 19:35, 16 April 2009 (MDT)&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Ph.D._Prep_Track_and_Doctoral_Student_Q%26A&amp;diff=7796</id>
		<title>Ph.D. Prep Track and Doctoral Student Q&amp;A</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Ph.D._Prep_Track_and_Doctoral_Student_Q%26A&amp;diff=7796"/>
		<updated>2009-04-17T01:26:30Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: add question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;width:100%;background-color:#AFBBC9;color:blue&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:Q&amp;amp;AHeader.jpg |626 px|left|Header1]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[[Image:ScottHeader1.jpg |248 px|right|Header2]]&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;width:100%;border:1px solid #E4E7EA; background-color:#F6F5FA; color:blue;&amp;quot; align=center&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#001E4D; color:white; height: 30px&amp;quot; | Topics for Those Considering the Ph.D. Prep Track&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[What will I learn in the Prep Track that I won't learn elsewhere?]]&lt;br /&gt;
* [[Should I work in industry before getting a Ph.D.?]]&lt;br /&gt;
* [[What is life like as a doctoral student?]]&lt;br /&gt;
* [[What is life like as an accounting professor?]]&lt;br /&gt;
* [[Why I didn't get a Ph.D.]]&lt;br /&gt;
* [[What classes should I take?]]&lt;br /&gt;
* [[How much do accounting professors make?]]&lt;br /&gt;
* [[Should I get a Ph.D. in a subject area other than accounting?]]&lt;br /&gt;
* [[Am I cutting off options by deciding to do the Prep Track?]]&lt;br /&gt;
* [[What international opportunities are available to professors at US institutions?]]&lt;br /&gt;
|-align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#001E4D; color:white; height: 30px&amp;quot; | Ph.D. Prep Track Members- Preparing for Doctoral School&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[How do you succeed in a Ph.D. program?]]&lt;br /&gt;
* [[Should I find a teaching opportunity before my Ph.D. program?]]&lt;br /&gt;
* [[Where can I find teaching opportunities?]]&lt;br /&gt;
* [http://www-rcf.usc.edu/~amarino/prin.htm Mathematics Review for Doctoral Students]&lt;br /&gt;
* [[How do I prepare for comprehensive exams?]]&lt;br /&gt;
* [[The CPA Exam|Should I take the CPA exam before entering a doctoral program?]]&lt;br /&gt;
* [[GMAT Suggestions|How should I prepare for the GMAT?]]&lt;br /&gt;
|-align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#001E4D; color:white; height: 30px&amp;quot; | Ph.D. Prep Track Members- Deciding on a School and Applying to a Doctoral Program&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[What Ph.D. program should I attend?]]&lt;br /&gt;
* [[What should I expect when I visit a campus?]]&lt;br /&gt;
* [[How do I get into a research intensive PhD program?]]&lt;br /&gt;
* [[The Application Process]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7781</id>
		<title>What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7781"/>
		<updated>2009-04-14T19:54:35Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: add links to SOA learning outcomes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Many students who enter the Ph.D. Prep Track [[Why I didn't get a Ph.D.|choose not to pursue]] doctoral studies for many reasons following completion of the MAcc Program at BYU.  For that reason, some may wonder about the benefits of the Ph.D. Prep Track, which is an integral part of the Professional and Tax Routes at BYU, as compared with the more general approach taken by most students in the MAcc Program.&lt;br /&gt;
&lt;br /&gt;
==Learning Outcomes==&lt;br /&gt;
BYU has published the expected learning outcomes for both the [https://learningoutcomes.byu.edu/wiki/index.php/Professional_Accountancy_MAcc professional] and [https://learningoutcomes.byu.edu/wiki/index.php/Tax_MAcc tax] stems.&lt;br /&gt;
&lt;br /&gt;
==Course Comparison==&lt;br /&gt;
The official list of courses can be found on the [http://marriottschool.byu.edu/ Marriott School] website.  The class requirements differ for the professional (auditing) stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Pro%20PHD%20Prep%20Fall%202007%20PSL%20Revised.pdf here]) and tax stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Tax%20PhD%20Prep%20Track%20Fall%202007%20PSL.pdf here]).  &lt;br /&gt;
&lt;br /&gt;
The following table displays required courses for completion of the MAcc Program and compares each specific option to the other available options in the program.  This schedule is flexible and can be customized based on feedback from the Prep track coordinator and individual students.  To help you determine what classes will help with each research methodology, some [[What classes should I take?|recommendations]] are offered on what classes to take beyond the basic Prep Track requirements.  See the [[Main Page|Ph.D. prep track]] program coordinator to discuss specifics about courses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''Course Comparison between the Tax and Professional Routes'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Course'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|''' Credits'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Pro Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Prof'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Tax Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Tax'''&lt;br /&gt;
|-&lt;br /&gt;
| '''MSM Graduate Core'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance||MBA 520|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Operations Management||MBA 530|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Organizational Behavior||MBA 540|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Marketing Management||MBA 550|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Management Seminar||MBA 593R|| 0.5 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Communications||MBA 509|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 15.5 || 15.5 || 15.5 || 15.5 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General SOA/Management'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Money, Banking, &amp;amp; Business||Acc 453|| 3.0 ||x||||x||&lt;br /&gt;
|-&lt;br /&gt;
| Strategic Management||MBA 581|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Ethics, Business, &amp;amp; Society||P Mgt 582|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 9.0 || 6.0 || 9.0 || 6.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Professional'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Research Seminar||Acc 515|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation||Acc 522|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Accounting Information Systems Risk and Control||Acc 525|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Statement Auditing||Acc 530|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Managerial Accounting||Acc 531|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Professional Financial Accounting||Acc 540|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Financial Statement Analysis||Acc 541|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Fraud Prevention &amp;amp; Detection||Acc 550|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance Elective||MBA 621-9|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 33.0 || 12.0 || -   || -   &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Tax'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Accounting||Acc 503|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation OR||Acc 522|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Research Methodology||Acc 523|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Special Problems in Federal Taxation||Acc 560|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation I||Acc 561|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation II||Acc 562|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Partnerships||Acc 563|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Estates, Gifts and Fiduciaries||Acc 564|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Federal Income Taxation||MBA 602|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 1||Acc 5xx|| 3.0 |||||| x || x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 2||Acc 5xx|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || -   || 33.0 || 12.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Ph.D. Prep Courses'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Academic Research||Acc 516|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Academic Research Applications||Acc 517|| 1.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Readings &amp;amp; Conference||Acc 591R|| 2.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research I||Stat 511|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research II OR||Stat 512|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Econometrics||Econ 588|| 3.0 ||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Statistics for Economists||Econ 378|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Price Theory I||Econ 380|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Macroeconomics||Econ 381|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Econometrics||Econ 388|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || 24.0 || -   || 24.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''Total Credits'''|||||| 57.5 || 57.5 || 57.5 || 57.5 &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A couple notes about the table:&lt;br /&gt;
* Make sure to review the updated course list from the accounting department before adding classes to your schedule.&lt;br /&gt;
* The Ph.D. Prep Track is an integral part of each of the Professional and Tax Routes.  The major differences as shown in the table are the substitution of certain professional and tax electives for additional courses in economics and statistics.&lt;br /&gt;
* Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Research Methodology (Acc 523).&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What will I learn in the Prep Track that I won't learn elsewhere?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7780</id>
		<title>What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7780"/>
		<updated>2009-04-14T19:45:25Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Course Comparison */  add content taken from Prep Track Course Requirement page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Many students who enter the Ph.D. Prep Track [[Why I didn't get a Ph.D.|choose not to pursue]] doctoral studies for many reasons following completion of the MAcc Program at BYU.  For that reason, some may wonder about the benefits of the Ph.D. Prep Track, which is an integral part of the Professional and Tax Routes at BYU, as compared with the more general approach taken by most students in the MAcc Program.&lt;br /&gt;
&lt;br /&gt;
==Course Comparison==&lt;br /&gt;
The official list of courses can be found on the [http://marriottschool.byu.edu/ Marriott School] website.  The class requirements differ for the professional (auditing) stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Pro%20PHD%20Prep%20Fall%202007%20PSL%20Revised.pdf here]) and tax stem students (requirements listed [http://marriottschool.byu.edu/soa/pdf/Tax%20PhD%20Prep%20Track%20Fall%202007%20PSL.pdf here]).  &lt;br /&gt;
&lt;br /&gt;
The following table displays required courses for completion of the MAcc Program and compares each specific option to the other available options in the program.  This schedule is flexible and can be customized based on feedback from the Prep track coordinator and individual students.  To help you determine what classes will help with each research methodology, some [[What classes should I take?|recommendations]] are offered on what classes to take beyond the basic Prep Track requirements.  See the [[Main Page|Ph.D. prep track]] program coordinator to discuss specifics about courses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''Course Comparison between the Tax and Professional Routes'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Course'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|''' Credits'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Pro Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Prof'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Tax Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Tax'''&lt;br /&gt;
|-&lt;br /&gt;
| '''MSM Graduate Core'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance||MBA 520|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Operations Management||MBA 530|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Organizational Behavior||MBA 540|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Marketing Management||MBA 550|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Management Seminar||MBA 593R|| 0.5 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Communications||MBA 509|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 15.5 || 15.5 || 15.5 || 15.5 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General SOA/Management'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Money, Banking, &amp;amp; Business||Acc 453|| 3.0 ||x||||x||&lt;br /&gt;
|-&lt;br /&gt;
| Strategic Management||MBA 581|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Ethics, Business, &amp;amp; Society||P Mgt 582|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 9.0 || 6.0 || 9.0 || 6.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Professional'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Research Seminar||Acc 515|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation||Acc 522|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Accounting Information Systems Risk and Control||Acc 525|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Statement Auditing||Acc 530|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Managerial Accounting||Acc 531|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Professional Financial Accounting||Acc 540|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Financial Statement Analysis||Acc 541|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Fraud Prevention &amp;amp; Detection||Acc 550|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance Elective||MBA 621-9|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 33.0 || 12.0 || -   || -   &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Tax'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Accounting||Acc 503|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation OR||Acc 522|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Research Methodology||Acc 523|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Special Problems in Federal Taxation||Acc 560|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation I||Acc 561|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation II||Acc 562|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Partnerships||Acc 563|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Estates, Gifts and Fiduciaries||Acc 564|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Federal Income Taxation||MBA 602|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 1||Acc 5xx|| 3.0 |||||| x || x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 2||Acc 5xx|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || -   || 33.0 || 12.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Ph.D. Prep Courses'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Academic Research||Acc 516|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Academic Research Applications||Acc 517|| 1.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Readings &amp;amp; Conference||Acc 591R|| 2.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research I||Stat 511|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research II OR||Stat 512|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Econometrics||Econ 588|| 3.0 ||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Statistics for Economists||Econ 378|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Price Theory I||Econ 380|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Macroeconomics||Econ 381|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Econometrics||Econ 388|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || 24.0 || -   || 24.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''Total Credits'''|||||| 57.5 || 57.5 || 57.5 || 57.5 &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A couple notes about the table:&lt;br /&gt;
* Make sure to review the updated course list from the accounting department before adding classes to your schedule.&lt;br /&gt;
* The Ph.D. Prep Track is an integral part of each of the Professional and Tax Routes.  The major differences as shown in the table are the substitution of certain professional and tax electives for additional courses in economics and statistics.&lt;br /&gt;
* Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Research Methodology (Acc 523).&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What will I learn in the Prep Track that I won't learn elsewhere?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7777</id>
		<title>What will I learn in the Prep Track that I won't learn elsewhere?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=What_will_I_learn_in_the_Prep_Track_that_I_won%27t_learn_elsewhere%3F&amp;diff=7777"/>
		<updated>2009-04-14T19:33:44Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Course Comparison */ add link to course recommendations for each methodology&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Many students who enter the Ph.D. Prep Track [[Why I didn't get a Ph.D.|choose not to pursue]] doctoral studies for many reasons following completion of the MAcc Program at BYU.  For that reason, some may wonder about the benefits of the Ph.D. Prep Track, which is an integral part of the Professional and Tax Routes at BYU, as compared with the more general approach taken by most students in the MAcc Program.&lt;br /&gt;
&lt;br /&gt;
==Course Comparison==&lt;br /&gt;
The following table displays required courses for completion of the MAcc Program and compares each specific option to the other available options in the program.  This schedule is flexible and can be customized based on feedback from the Prep track coordinator and individual students.  To help you determine what classes will help with each research methodology, some [[What classes should I take?|recommendations]] are offered on what classes to take beyond the basic Prep Track requirements.  See the Prep track coordinator for all scheduling issues.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''Course Comparison between the Tax and Professional Routes'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| {{table}}&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Course'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|''' Credits'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Pro Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Prof'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Tax Route'''&lt;br /&gt;
| align=&amp;quot;center&amp;quot; style=&amp;quot;background:#f0f0f0;&amp;quot;|'''Ph.D. Tax'''&lt;br /&gt;
|-&lt;br /&gt;
| '''MSM Graduate Core'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance||MBA 520|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Operations Management||MBA 530|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Organizational Behavior||MBA 540|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Marketing Management||MBA 550|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Management Seminar||MBA 593R|| 0.5 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Communications||MBA 509|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 15.5 || 15.5 || 15.5 || 15.5 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General SOA/Management'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Money, Banking, &amp;amp; Business||Acc 453|| 3.0 ||x||||x||&lt;br /&gt;
|-&lt;br /&gt;
| Strategic Management||MBA 581|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| Ethics, Business, &amp;amp; Society||P Mgt 582|| 3.0 ||x||x||x||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 9.0 || 6.0 || 9.0 || 6.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Professional'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Research Seminar||Acc 515|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation||Acc 522|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Accounting Information Systems Risk and Control||Acc 525|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Statement Auditing||Acc 530|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Managerial Accounting||Acc 531|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Professional Financial Accounting||Acc 540|| 3.0 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Financial Statement Analysis||Acc 541|| 1.5 ||x||x||||&lt;br /&gt;
|-&lt;br /&gt;
| Fraud Prevention &amp;amp; Detection||Acc 550|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Finance Elective||MBA 621-9|| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 ||x||||||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| 33.0 || 12.0 || -   || -   &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Accounting - Tax'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Financial Accounting||Acc 503|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Advanced Taxation OR||Acc 522|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Research Methodology||Acc 523|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Special Problems in Federal Taxation||Acc 560|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation I||Acc 561|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Corporate Taxation II||Acc 562|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Partnerships||Acc 563|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Taxation of Estates, Gifts and Fiduciaries||Acc 564|| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Federal Income Taxation||MBA 602|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 1||Acc 5xx|| 3.0 |||||| x || x &lt;br /&gt;
|-&lt;br /&gt;
| Tax Elective 2||Acc 5xx|| 3.0 |||||||| x &lt;br /&gt;
|-&lt;br /&gt;
| Elective 1|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 2 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| Elective 3 (Non-Accounting)|||| 3.0 |||||| x ||&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || -   || 33.0 || 12.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''General Ph.D. Prep Courses'''||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Academic Research||Acc 516|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Academic Research Applications||Acc 517|| 1.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Readings &amp;amp; Conference||Acc 591R|| 2.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research I||Stat 511|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Statistical Methods for Research II OR||Stat 512|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Econometrics||Econ 588|| 3.0 ||||||||&lt;br /&gt;
|-&lt;br /&gt;
| Statistics for Economists||Econ 378|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Price Theory I||Econ 380|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Intermediate Macroeconomics||Econ 381|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| Introduction to Econometrics||Econ 388|| 3.0 ||||x||||x&lt;br /&gt;
|-&lt;br /&gt;
| |||||| -   || 24.0 || -   || 24.0 &lt;br /&gt;
|-&lt;br /&gt;
| ||||||||||||&lt;br /&gt;
|-&lt;br /&gt;
| '''Total Credits'''|||||| 57.5 || 57.5 || 57.5 || 57.5 &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A couple notes about the table:&lt;br /&gt;
* Make sure to review the updated course list from the accounting department before adding classes to your schedule.&lt;br /&gt;
* The Ph.D. Prep Track is an integral part of each of the Professional and Tax Routes.  The major differences as shown in the table are the substitution of certain professional and tax electives for additional courses in economics and statistics.&lt;br /&gt;
* Tax students may also choose between taking Advanced Taxation (Acc 522) and Tax Research Methodology (Acc 523).&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[What will I learn in the Prep Track that I won't learn elsewhere?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=How_do_you_succeed_in_a_Ph.D._program%3F&amp;diff=7709</id>
		<title>How do you succeed in a Ph.D. program?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=How_do_you_succeed_in_a_Ph.D._program%3F&amp;diff=7709"/>
		<updated>2009-04-10T01:57:18Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to Succeed in a Ph.D. Program== &lt;br /&gt;
(article contributed by [[Porter, Jason |Jason Porter]])&lt;br /&gt;
&lt;br /&gt;
===Introduction===&lt;br /&gt;
Success in a Ph.D. program can be broken down into many things, most of which you already know from your work on your undergraduate and masters degrees.  The most important element is work, and lots of it.  Add to that dedication and perseverance and I think you’ve got the three most important elements for success, especially when you think of success as simply graduating.  Other elements might include thinking outside of the box, listening to your instructors, doing your homework and all of the other study skills that you have learned so well by this time in your academic careers.&lt;br /&gt;
&lt;br /&gt;
But success in a Ph.D. program isn’t really measured in terms of simply getting your degree.  And, contrary to popular belief, it isn’t really measured in terms of publications or working papers either.  True success in a Ph.D. program comes from developing your skills as a researcher and as a teacher.  This means both developing the skills to succeed in those areas and developing yourself as an individual, because you can’t succeed in academia without the ability to come up with new ideas and relate to people.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, there is no magic pill you can take that will turn you into a good researcher or a good teacher.  It requires lots of work, lots of practice, and lots of mistakes.  Even though we don’t like to fail, we learn from our mistakes in ways that no other form of education can teach us.  Perhaps that’s why we are born in the first place: to make mistakes in a relatively secure environment so that we can learn and develop.  But whether that’s the purpose of life or not, that’s exactly the purpose of a Ph.D. program.  You are going to learn a bunch of material and techniques through classes and seminars, and you will have opportunities to practice what you have learned.  You’ll make mistakes, lots of them, but that’s okay.  Everyone expects Ph.D. students to make mistakes as they slowly learn to do research and to teach.  As long as you learn from those mistakes, preferably after only one or two instances, you’re going to eventually succeed, both in the Ph.D. program and in your life as an academic.&lt;br /&gt;
&lt;br /&gt;
With that said, I can’t provide you with a list of all the mistakes you could make and how to avoid them.  In all honesty, I wouldn’t provide it even if I could.  You wouldn’t get as much from it as actually experiencing it for yourself.  What I do want to do, however, if provide you with some ideas for making your life in the Ph.D program easier, to reduce the chances that you will make mistakes that will jeopardize your goal of walking across that stage and being hooded by your advisor.&lt;br /&gt;
&lt;br /&gt;
===Ideas for Making your Ph.D. Program Easier===&lt;br /&gt;
&lt;br /&gt;
'''1.	Choose the program that is right for you.'''&lt;br /&gt;
The first step is choosing which program you should to attend.  The articles on [[What Ph.D. program should I attend?]] and [http://www.wharton.upenn.edu/doctoral/admissions/selecting.cfm Am I ready for a PhD Program? And, which program is right for me?] provide a number of important ideas to consider when you begin deciding which Ph.D. programs to apply for.  I will add, however, one important factor that I think is missing: Make your decision a matter of prayer.  Your choice will have important ramifications for you and your family, so you should get a confirmation that your logical choice is what the Lord wants for you.  You will have far fewer problems if you start out in a place the Lord has prepared for you, than if you start somewhere else.&lt;br /&gt;
&lt;br /&gt;
'''2.	Study, study, study.	'''&lt;br /&gt;
Many of us finish up the BYU Ph.D. prep track feeling pretty good about what we have learned.  Because of that extra training, it is easy to go into your first set of classes thinking that you already know the material and can coast a little bit as you get started.  Unfortunately, that’s not the case.  The classes at BYU are undergraduate or master’s level classes; they aren’t at the same level as what you are about to go through.  That’s not to imply that they aren’t useful or that they won’t provide you with a good foundation for what you are about to learn, but they are not substitutes for the classes you are about to take.  Your program is going to be challenging and rigorous, and you need to hit the ground running.  Make it a habit to study right from the very beginning, and you’ll be much better off as you go through that first semester, and certainly as you move on from there.&lt;br /&gt;
&lt;br /&gt;
'''3.	Pass your comprehensive exams on the first round.'''&lt;br /&gt;
Many Ph.D. students, including me, have the horrible experience of learning that they have failed all or part of their comprehensive exams.  Believe me, horrible doesn’t even begin to describe that initial feeling or the work that came with trying to prepare for a second round of tests.  It was humiliating and exhausting, to say the least.  So, take the time to study carefully and prepare fully.  The article [[How do I prepare for comprehensive exams?]] has excellent advice for helping you get through this important test your first time.&lt;br /&gt;
&lt;br /&gt;
That said, if you do mess up, take a deep breath.  You can get through it, just like the rest of us did.  In retrospect, it was a good experience for me.  I think it made me a much more empathetic teacher (since it was my first true academic failure), and it taught me a lot about prayer, inspiration, and humility.  I certainly wouldn’t go back and go through it again, but it didn’t end my career either.  So, here are some ideas for what to do if you do fail.  First, take a few minutes to talk to each of the professors that graded your answers.  All of them will give you good advice if you are willing to humble yourself and ask for it.  Don’t be confrontational, but be direct and ask good follow-up questions.  Second, ask at least one of the senior professors, preferably your chosen advisor or the head of the Ph.D. program, whether the committee was trying to send you a signal about your academic future.  Hopefully they will assure that they think you can do it and that you should try again.  If not, then it is time to move on.  Finally, study like mad!  Use the advice the faculty gave you and improve your study techniques and your critical thinking.  Try some practice exams, rewrite the questions you failed, read even more extensively than they asked you to read, and create a comprehensive framework that you can jot down when you first walk into that make-up exam.  Then you’ll have all the citations you need all ready to go.  Make passing the test your top priority, and you’ll be okay.&lt;br /&gt;
&lt;br /&gt;
'''4.	Choose a good advisor.'''&lt;br /&gt;
Our first, natural reaction is to choose the faculty member whose research interests most closely match what the type of research we want to do.  That’s a good strategy, but don’t rely just on that one factor.  Believe it or not, but you will spend the next couple of years completely at the mercy of your advisor.  You are going to want someone who’s research interests are similar to yours, but you will also want someone with a personality you can work with.  You might want to consider talking to someone he or she is currently working with or has worked with in the past.  Get a feel for how they treat their students, if they change their mind every time they talk about something, and if they’ll fight for their students’ rights if necessary.  Those are important factors to consider.  Similarly, does the faculty member provide his or her students with a topic, or let the students come up with their own topics?  Both methods have their pros and cons, which you will want to consider before making your choice.&lt;br /&gt;
&lt;br /&gt;
You might also want to consider your prospective advisor’s research agenda and how many students he or she is currently working with.  If your advisor is relatively free, he or she will be able to work with you much more closely, and will provide you with feedback more quickly.  Several of my friends ended up spending more time at school than I did because their advisor was simply too busy to provide them with immediate feedback.  In contrast, at one point, my advisor and I were turning over dissertation chapters multiple times each day right before graduation because she was willing to give me that much time and attention.  Because of her help, I was able to finish up in four years, even with some major setbacks after the first year of working on my dissertation.&lt;br /&gt;
&lt;br /&gt;
'''5.	Get involved in the Church.'''&lt;br /&gt;
When my wife and I moved away from BYU, we were a little nervous about getting into a new ward.  However, I think my Church service was the best part of my time in the Ph.D. program.  We were living away from the center of the Church, and there were lots of opportunities to serve. No matter how bad my week at school was (and I had some REALLY bad days), I was able to recharge as I made time to serve the Lord.  Somehow, the Lord made up for the time I was away from home and school, so I was still able to get done everything I needed and to learn and grow in the gospel.  Make sure that it’s an important part of your life so that you will get those important blessings.&lt;br /&gt;
&lt;br /&gt;
'''6.	Take time for your family.'''&lt;br /&gt;
It is easy to get caught up in the day to day grind of going to school, reading papers, writing down ideas, slogging through data, etc.  Add to that a calling, and you have some serious time commitments away from home.  But your family life can be your most important anchor as you try to get through school.  It can also be a time of enormous growth for you and your eternal companion.  The time you spend in your Ph.D. program will be even more successful if you use it to improve your family traditions and relationships.  Although you will often feel that you are terribly busy, it is going to get much worse as an assistant professor.  Make sure to take the time, while still a student, to devote to your family and to establish traditions that will ensure you still take time once you leave your program and get onto a tenure clock.&lt;br /&gt;
&lt;br /&gt;
'''7.	Let yourself go (a little) crazy.'''&lt;br /&gt;
While you are working on your course work in the Ph.D. program, you will feel much like you do now.  Classes will come and go, you will work hard, and you will feel like things are progressing along nicely.  Then you will pass your comprehensive exams and begin to work on your dissertation.  That’s when that wonderful feeling of progress will grind to a crushing halt. That’s not meant to discourage you.  However, everyone I’ve ever spoken with had stretches during their dissertation work when they felt that nothing was happening.  So be prepared for those feelings.&lt;br /&gt;
&lt;br /&gt;
No matter how much you prepare, however, as the first year rolls by and you realize that you have spent a whole year on something that doesn’t seem to be coming together, you will start to feel just a little frustrated.  That’s when it is time to do something a little crazy with your time for a while, if only to recharge your circuits. Let me give you some examples.  I had one friend who served as a faculty advisor for his old fraternity.  It got him out of the business building and let him counsel and work with younger students.  He had great stories about the stupid things they were doing, and that kept him on a more even keel while he worked.  Another Ph.D. student I knew got so sick of her dissertation that one night she came up with a plan to make her husband a professional golfer.  She lined up sponsors, got a corporate credit card, and got him going.  I’m not sure how successful he has been, but it served the purpose of giving her something to do that got her away from her dissertation.  As for me, well, I wrote a novel.  I started it early in the program as a gift for my wife.  Money was tight at Christmas, and my wife is an avid reader.  So, I started writing her a story, adding a little more to it each Christmas season.  Towards the end of my first year working on my dissertation, however, I sort of snapped.  So, I got out the book, and I finished it.  I spent more time on it than I should have, but it got me away from my dissertation into something I could control, and that was just what I needed.&lt;br /&gt;
&lt;br /&gt;
The bottom line is that you will find a need, somewhere in the middle of writing and researching your dissertation, to do something else.  Let yourself branch out a little bit and do something a little nuts.  After a while, you will have recharged your batteries and go back to work.  You’ll probably find that you actually work harder and smarter after taking a bit of a break than if you just keep pushing.  You’ll also find that you have learned some skills and developed some talents that will help you later on in your career and your life.&lt;br /&gt;
&lt;br /&gt;
'''8.	Learn to teach.'''&lt;br /&gt;
Most of the emphasis in your Ph.D. program will be on researching, but that’s not all there is to being an academic.  Many students and new faculty think that the tenure decision is made exclusively, or almost exclusively, on publications, but that is not always the case.  At many schools, especially those not in the top tier, your abilities in the classroom will also factor heavily into your promotion and tenure decision.  This is especially true with the AACSB’s recent focus on teaching quality, assessment, and ‘closing the loop.’  Colleges and departments going up for ‘maintenance of accreditation’ spend a great deal of time worrying about teaching quality, which makes it all the more important for new, untenured faculty to be at least competent in the classroom.&lt;br /&gt;
On top of the accreditation emphasis, teaching can be very rewarding for new faculty members.  Notes from students, good teaching evaluations, or visits from prior students can provide you with the positive feedback you need to deal with the often negative feedback from research (rejections, tough reviewer comments, attacks during presentations, etc.).  Positive feedback from teaching provides a fortification against those negative vibes and reinforces our original desire to get into academia in the first place.&lt;br /&gt;
&lt;br /&gt;
Hopefully your chosen Ph.D. program will give you the opportunity to teach several classes while you work on your degree.  While this teaching will take away time that you would like to spend on your own studies and work, don’t just write it off as wasted time.  Instead, take the time to try out new ideas and skills in the classroom.  Since most faculty, and even students, at Ph.D. granting institutions expect Ph.D. students to be mediocre teachers at best, they will be more forgiving of your mistakes than will your department chair and students once you become a professor.  Most schools have one or two ‘master teachers,’ teachers that are everyone’s favorite despite the workload in their classes.  Once you have identified these powerful teachers (who may or may not be tenure track faculty), try to find a way to learn from them.  You can try sitting in on their classes or chatting with them about the problems you are having in your teaching.  Most good teachers are happy to help you improve your teaching, especially when they notice that you are implementing the hints they have passed on.  That’s the real secret: try what they tell you, go back and tell them how it went, and they will open up even more.  It can be a very rewarding relationship that will make a world of difference as you work to become a college instructor yourself.&lt;br /&gt;
&lt;br /&gt;
Be careful not to go too far in your teaching practice, however.  Trying a few new things and watching your favorite teachers is a good thing.  Spending too much time on teaching can slow you down in the process of completing your degree.  You don’t want to do that.  Take some time to work on your teaching, but make sure that most of your time and effort continues to go into your studies or your research.  Learning to teach as a Ph.D. student is rewarding, but teaching for a real salary (after you have finished your degree) is even more rewarding!&lt;br /&gt;
&lt;br /&gt;
===Conclusion===&lt;br /&gt;
Life as a Ph.D. student is difficult; it is challenging; it is frustrating.  But don’t allow that to keep you from trying or from bringing you down once you have begun.  The rewards for completing your program are manifold.  Not only will you get to teach and do research (both of which you will hopefully learn to enjoy), but you will also have a comfortable lifestyle, a good salary, and a very flexible schedule.  In addition, there is nothing that can compare with that wonderful feeling of standing in front of a full auditorium and listening to your name being read while your advisor ‘hoods you’ and welcomes you into the select group of people who have completed their Ph.D.&lt;br /&gt;
&lt;br /&gt;
The ideas and comments in this article are meant to provide you with some ideas to help you get through your program successfully.  They aren’t meant to be a comprehensive list; not by a long shot.  Anyone who has completed a Ph.D. has a list of those ideas and methods that worked for him or her, and all of those ideas and thoughts are just as valid as the ideas presented here.  Everyone takes a slightly different path to successfully complete their Ph.D. program.&lt;br /&gt;
&lt;br /&gt;
And that brings me to my very last bit of advice.  You are beginning your Ph.D. program, make it whatever you want it to be.  Learn to teach or focus solely on research; learn to do all sorts of research or just focus on the research that most interests you; start a million papers or just do your dissertation.  It is your education, so focus on those things you want to get out of it.  And then, as you finish up, find a few new Ph.D. students.  Take them out to lunch and give them the ideas and the thoughts that worked for you, tell them how much you have learned and tell them not to get discouraged, build them up with all those things you have learned through your blood, sweat, and tears.  &lt;br /&gt;
&lt;br /&gt;
Then, enjoy a few minutes to yourself.  Put on those fancy robes that you have now earned the right to wear and parade around in front of the mirror, or spend some time looking at that fancy frame with your degree in it.  Better yet, introduce yourself to someone as “Dr. _________.”  Other than the voices of your spouse and children, the first time you hear someone call you that will probably be the sweetest thing you have ever heard!  And when all is said and done, that is success in a Ph.D. program.&lt;br /&gt;
&lt;br /&gt;
==Other Useful Tips==&lt;br /&gt;
&lt;br /&gt;
This is a question that is asked by every prospective Ph.D. student and there are many sources of advice. The best available advice on the internet is from fields other than accounting, but most of it applies to accounting. A list of helpful links and citations follow: &lt;br /&gt;
* [http://orgtheory.wordpress.com/grad-skool-rulz/ Orgtheory.net] has 21 blog posts describing &amp;quot;grad school rulz&amp;quot;&lt;br /&gt;
* [http://dinhvutrangngan.com/advice.html Ngan Dinh], of the Fulbright Economics Teaching Program Vietnam Program of the Harvard School of Government, compiled advice from top economists for young economists&lt;br /&gt;
* Getting the Most from Your Doctoral Program: Advice for the Ph.D. Student in Finance, by Frank Alpert and Thomas H. Eyssell, Journal of Financial Education, Fall 1995&lt;br /&gt;
&lt;br /&gt;
For your accounting seminars, two things helped me &amp;quot;excel.&amp;quot;  First, my classmates and I wrote a review of every paper we had to read and shared these with each other.  That way when it was time for comprehensive exams, we did not have to reread every paper, but could reread the reviews.  Our reviews followed a what, why, how framework taught by Bill Kinney.  What is the research question?  Why is it important?  and How did the researcher answer the question?  One thing I wish I would have done is after each class, I should have added one paragraph to each summary about how this research fits into the &amp;quot;bigger&amp;quot; picture and what are the main takeaways from the paper (understanding the main takeaways is much easier after you have discussed the paper).  &lt;br /&gt;
&lt;br /&gt;
The second idea is to volunteer to lead the discussion on the most difficult papers.  This forces you to learn these papers and better prepares you for comprehensive exams and research in general.  If you don't volunteer to lead the discussion you might be tempted to slack off on a difficult paper.  At some point you are going to need to know the paper so by volunteering to lead the discussion you force yourself to learn the paper.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[How do you succeed in a Ph.D. program?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Why_I_didn%27t_get_a_Ph.D.&amp;diff=7708</id>
		<title>Why I didn't get a Ph.D.</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Why_I_didn%27t_get_a_Ph.D.&amp;diff=7708"/>
		<updated>2009-04-10T01:35:26Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Jonathan Liljegren's Story==&lt;br /&gt;
I guess you could say I had everything going for me to get into a great doctoral program in accounting. I had started working on research with [[Christensen, Ted|Ted Christensen]] and [[Black, Erv|Erv Black]] before I left on my mission gathering data for their Pro-Forma Earnings analysis papers. After the junior core I began working as a research assistant to [[Glover, Steven|Steve Glover ]]and worked on a few papers. I had entered the PhD Prep track with every intention of pursuing a doctorate at a university that specialized in behavioral audit, but somewhere things changed. That somewhere was on Highway 101 in San Jose, California.&lt;br /&gt;
&lt;br /&gt;
I had gone to San Jose to work for Ernst &amp;amp; Young during the summer. It was all part of my &amp;quot;Big Plan&amp;quot; to work in audit for a few years before going back to get my PhD (remember that I was an RA for [[Glover, Steven|Steve Glover]]). The only problem was after two weeks of auditing Hewlett Packard I realized on my commute home from Palo Alto on Highway 101 that auditing was not for me. I admit that my dislike for audit doesn't necessarily mean that I couldn't pursue a doctorate in accounting. However, I came to realize that the tools I had been given in this life would be put to greatest use in consulting. More importantly, I believe I would be a more enjoyable person after coming home from a consulting job versus coming home from an audit engagement. It is the old adage &amp;quot;''Choose a profession that you love and you will never work a day in your life.''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In a way I should have seen it coming. My goal when I graduated from high school was to get my accounting degree from BYU and work as a consultant for Arthur Andersen in the Bay Area. Well, the dream of working for Arthur Andersen is never going to come true. But I did learn a lesson from my experience. As we are accepted to one of the best accounting programs in the ''universe'' we can lose sight of where we really want to go. Let me be clear that I really thought I wanted to be a professor, but the reason I was interested in becoming a professor was because I love to teach and I could do freelance consulting on the side. So in a way, my potential side job has now become my career.&lt;br /&gt;
&lt;br /&gt;
There is still a possibility that I will return to a PhD Program someday but it would probably be a Doctorate of Business Administration (DBA).&lt;br /&gt;
&lt;br /&gt;
===My Advice===&lt;br /&gt;
* Auditing, consulting, or investment banking may be better options for you if you find yourself more interested in how the research could be implemented than actually doing the research.&lt;br /&gt;
* Consider just getting an economics minor in conjunction with your undergraduate accounting degree if you're not sure about a PhD ([[What will I learn in the Prep Track that I won't learn elsewhere?|course comparison]]). You can socialize with all of the Prep Track students in your economics classes and see if what they are talking about still interests you.&lt;br /&gt;
* You don't have to love accounting research or fully understand it at this point, but if the very thought of running regressions and digging through statistics the rest of your life makes your stomach churn then follow your gut and don't get a doctorate.&lt;br /&gt;
&lt;br /&gt;
==Brad Gibb's Story==&lt;br /&gt;
My decision to not pursue a PhD was ''not'' based on a realization that I dislike what is involved in earning a PhD or the future career that it would allow me to have but instead it was based on the fact that I learned that I have other goals, desires, and passions that I enjoy ''more'' than a PhD. I originally entered the accounting program at BYU with no intent of ever being an accountant or getting a CPA. I entered because accounting, as I was told, is the language of business and I wanted to speak that language. I planned on eventually owning and operating a small business of some kind so some firsthand knowledge or the basics of business seemed like it would be useful to me. Additionally, the program was one of the best in the universe. &lt;br /&gt;
&lt;br /&gt;
As I went through the Jr. Core, I was slowly lulled into believing, as one may easily be convinced, that all those with an accounting degree is destined to work for a Big 4 accounting firm. This was a short lived courtship and as soon as the opportunity of a PhD was presented, I was in. I knew I loved teaching, I knew I have the intellectual ability, and (maybe the most important) I didn't hate school. All of these made me think I would be a good candidate. The bonus to all this was the more I was exposed to research the more I enjoyed it. &lt;br /&gt;
&lt;br /&gt;
Only one doubt remained. I knew I had an appetite for what I called ''the adrenaline'' of the business world. I knew I would miss the excitement of working on my own company and enchantment of what is the entrepreneurship spirit. The changing point in my decision began the summer before my last year. I quit my job keeping books for a company and along with my brother and two partners, began investing in real estate. Our small group's holding quickly grew and I began to feel the adrenaline that I was missing in the PhD world. From the investing in real estate, I began to see numerous other opportunities and began to see where I would be most happy. I began again to look outside accounting and realized there are many jobs that would build on the base of accounting I had acquired other skill sets that will eventually prove valuable to me. &lt;br /&gt;
&lt;br /&gt;
Unfortunately, I made the decision to not get a PhD a bit late. It wasn't until the end of the fall semester, while others were preparing to take the GMAT, that I decided not to apply for a PhD. While there are still opportunities for work, most companies recruit for their most desirable jobs during the fall semesters. &lt;br /&gt;
&lt;br /&gt;
At this point, the possibility of my coming back to do a PhD is not likely. &lt;br /&gt;
&lt;br /&gt;
===My Advice===&lt;br /&gt;
* '''''Before you start your senior year''''' you need to decide whether or not you will pursue a doctorate degree immediately after graduation. If you wait until winter semester to decide that you don't want to pursue a doctorate program and instead would like to work you will have missed the key recruiting opportunities available in fall semester.&lt;br /&gt;
* Remember that your only choices are not between a PhD and the Big 4.  Its not even between a PhD and public accounting.  You are graduating from one of the premier business programs with many added skills that few other business students possess.  There are many jobs in consulting, banking, finance, industry, and more that will build your skills, provide very well for your family, and will still allow you to have a life when you come home from work.&lt;br /&gt;
* Any career worth having (PhD included) will require an upfront sacrifice.  Any career requires that you put in your time before you get the perks associated with that particular career.  Putting in your time at a Big 4 will require 50 to 60 to 70 hrs weeks, and so will the 4 to 5 years that it takes to earn a PhD.  Putting in your time at a company to work up the ladder, or at a bank to become a VP or even to start your own company will require a significant sacrifice.  It need not consume you, but even a PhD will be 4 to 5 years of long weeks followed by years working hard to earn tenure.  I agree with Jonathan.  Do what you love and you won't work a day in your life.  But don't choose a career because of the work/life balance ''alone''.  Don't kid yourself that the PhD road will be easier than others.  The thing that makes it easier is that those who make it through love it, not because it requires less of you.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://orgtheory.wordpress.com/2009/03/26/grad-school-rulz-21-when-to-quit/ Grad School Rulz] - This blog makes some interesting points about continuing in a PhD program.  Many students wonder if a PhD program is right for them and this blog discusses some of the signs that a PhD program may not be right for you.  Specifically, this blog addresses in the relevant decision making process while someone has been in a PhD program for some time of whether to remain in a PhD program or to discontinue doctoral studies.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[Why I didn't get a Ph.D.]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Phdwiki:General_disclaimer&amp;diff=7707</id>
		<title>Phdwiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Phdwiki:General_disclaimer&amp;diff=7707"/>
		<updated>2009-04-10T01:24:45Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: update general disclaimer to include external sites&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This site it put together by members and former members of the PhD preparation track at Brigham Young University.  While every effort is made to convey accurate information, all errors are the responsibility of the individual poster of the information.&lt;br /&gt;
&lt;br /&gt;
Linked content on sites external to the PhD preparation track are the responsibility of those who administer those sites.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Why_I_didn%27t_get_a_Ph.D.&amp;diff=7643</id>
		<title>Why I didn't get a Ph.D.</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Why_I_didn%27t_get_a_Ph.D.&amp;diff=7643"/>
		<updated>2009-04-07T22:43:43Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: know when to quit the doctoral program&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Jonathan Liljegren's Story==&lt;br /&gt;
I guess you could say I had everything going for me to get into a great doctoral program in accounting. I had started working on research with [[Christensen, Ted|Ted Christensen]] and [[Black, Erv|Erv Black]] before I left on my mission gathering data for their Pro-Forma Earnings analysis papers. After the junior core I began working as a research assistant to [[Glover, Steven|Steve Glover ]]and worked on a few papers. I had entered the PhD Prep track with every intention of pursuing a doctorate at a university that specialized in behavioral audit, but somewhere things changed. That somewhere was on Highway 101 in San Jose, California.&lt;br /&gt;
&lt;br /&gt;
I had gone to San Jose to work for Ernst &amp;amp; Young during the summer. It was all part of my &amp;quot;Big Plan&amp;quot; to work in audit for a few years before going back to get my PhD (remember that I was an RA for [[Glover, Steven|Steve Glover]]). The only problem was after two weeks of auditing Hewlett Packard I realized on my commute home from Palo Alto on Highway 101 that auditing was not for me. I admit that my dislike for audit doesn't necessarily mean that I couldn't pursue a doctorate in accounting. However, I came to realize that the tools I had been given in this life would be put to greatest use in consulting. More importantly, I believe I would be a more enjoyable person after coming home from a consulting job versus coming home from an audit engagement. It is the old adage &amp;quot;''Choose a profession that you love and you will never work a day in your life.''&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In a way I should have seen it coming. My goal when I graduated from high school was to get my accounting degree from BYU and work as a consultant for Arthur Andersen in the Bay Area. Well, the dream of working for Arthur Andersen is never going to come true. But I did learn a lesson from my experience. As we are accepted to one of the best accounting programs in the ''universe'' we can lose sight of where we really want to go. Let me be clear that I really thought I wanted to be a professor, but the reason I was interested in becoming a professor was because I love to teach and I could do freelance consulting on the side. So in a way, my potential side job has now become my career.&lt;br /&gt;
&lt;br /&gt;
There is still a possibility that I will return to a PhD Program someday but it would probably be a Doctorate of Business Administration (DBA).&lt;br /&gt;
&lt;br /&gt;
===My Advice===&lt;br /&gt;
* Auditing, consulting, or investment banking may be better options for you if you find yourself more interested in how the research could be implemented than actually doing the research.&lt;br /&gt;
* Consider just getting an economics minor in conjunction with your undergraduate accounting degree if you're not sure about a PhD ([[What will I learn in the Prep Track that I won't learn elsewhere?|course comparison]]). You can socialize with all of the Prep Track students in your economics classes and see if what they are talking about still interests you.&lt;br /&gt;
* You don't have to love accounting research or fully understand it at this point, but if the very thought of running regressions and digging through statistics the rest of your life makes your stomach churn then follow your gut and don't get a doctorate.&lt;br /&gt;
&lt;br /&gt;
==Brad Gibb's Story==&lt;br /&gt;
My decision to not pursue a PhD was ''not'' based on a realization that I dislike what is involved in earning a PhD or the future career that it would allow me to have but instead it was based on the fact that I learned that I have other goals, desires, and passions that I enjoy ''more'' than a PhD. I originally entered the accounting program at BYU with no intent of ever being an accountant or getting a CPA. I entered because accounting, as I was told, is the language of business and I wanted to speak that language. I planned on eventually owning and operating a small business of some kind so some firsthand knowledge or the basics of business seemed like it would be useful to me. Additionally, the program was one of the best in the universe. &lt;br /&gt;
&lt;br /&gt;
As I went through the Jr. Core, I was slowly lulled into believing, as one may easily be convinced, that all those with an accounting degree is destined to work for a Big 4 accounting firm. This was a short lived courtship and as soon as the opportunity of a PhD was presented, I was in. I knew I loved teaching, I knew I have the intellectual ability, and (maybe the most important) I didn't hate school. All of these made me think I would be a good candidate. The bonus to all this was the more I was exposed to research the more I enjoyed it. &lt;br /&gt;
&lt;br /&gt;
Only one doubt remained. I knew I had an appetite for what I called ''the adrenaline'' of the business world. I knew I would miss the excitement of working on my own company and enchantment of what is the entrepreneurship spirit. The changing point in my decision began the summer before my last year. I quit my job keeping books for a company and along with my brother and two partners, began investing in real estate. Our small group's holding quickly grew and I began to feel the adrenaline that I was missing in the PhD world. From the investing in real estate, I began to see numerous other opportunities and began to see where I would be most happy. I began again to look outside accounting and realized there are many jobs that would build on the base of accounting I had acquired other skill sets that will eventually prove valuable to me. &lt;br /&gt;
&lt;br /&gt;
Unfortunately, I made the decision to not get a PhD a bit late. It wasn't until the end of the fall semester, while others were preparing to take the GMAT, that I decided not to apply for a PhD. While there are still opportunities for work, most companies recruit for their most desirable jobs during the fall semesters. &lt;br /&gt;
&lt;br /&gt;
At this point, the possibility of my coming back to do a PhD is not likely. &lt;br /&gt;
&lt;br /&gt;
===My Advice===&lt;br /&gt;
* '''''Before you start your senior year''''' you need to decide whether or not you will pursue a doctorate degree immediately after graduation. If you wait until winter semester to decide that you don't want to pursue a doctorate program and instead would like to work you will have missed the key recruiting opportunities available in fall semester.&lt;br /&gt;
* Remember that your only choices are not between a PhD and the Big 4.  Its not even between a PhD and public accounting.  You are graduating from one of the premier business programs with many added skills that few other business students possess.  There are many jobs in consulting, banking, finance, industry, and more that will build your skills, provide very well for your family, and will still allow you to have a life when you come home from work.&lt;br /&gt;
* Any career worth having (PhD included) will require an upfront sacrifice.  Any career requires that you put in your time before you get the perks associated with that particular career.  Putting in your time at a Big 4 will require 50 to 60 to 70 hrs weeks, and so will the 4 to 5 years that it takes to earn a PhD.  Putting in your time at a company to work up the ladder, or at a bank to become a VP or even to start your own company will require a significant sacrifice.  It need not consume you, but even a PhD will be 4 to 5 years of long weeks followed by years working hard to earn tenure.  I agree with Jonathan.  Do what you love and you won't work a day in your life.  But don't choose a career because of the work/life balance ''alone''.  Don't kid yourself that the PhD road will be easier than others.  The thing that makes it easier is that those who make it through love it, not because it requires less of you.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://orgtheory.wordpress.com/2009/03/26/grad-school-rulz-21-when-to-quit/ Grad School Rulz] - This site has a blog that makes some interesting points about continuing in a PhD program.  Many students wonder if a PhD program is right for them and this blog discusses some of the signs that a PhD program may not be right for you.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[Why I didn't get a Ph.D.]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7637</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7637"/>
		<updated>2009-04-07T22:18:46Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: Reverted edits by Spuhlmann (Talk); changed back to last version by Emetts&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''You must log in before you can edit this site.''' To edit these pages please request a user name by emailing [mailto:phdprep@byu.edu phdprep@byu.edu]. Please include your desired user name and graduation date.&lt;br /&gt;
&lt;br /&gt;
Want to help out see the [[Things that need to be done]] or list [[What else do you want to see on the site?]]. Not sure how to do it? See the &amp;quot;Getting started&amp;quot; section on this page.&lt;br /&gt;
&lt;br /&gt;
===This Site===&lt;br /&gt;
The mswiki is viewable by anyone with a web browser, but can only be edited by current and past Ph.D. Prep Track students.  The mswiki uses the freeware MediaWiki and is hosted on a campus server. &lt;br /&gt;
&lt;br /&gt;
Current and past Ph.D. Prep Track students may obtain they own user name by sending an email to phdprep.byu@gmail.com. Please include your desired user name and graduation date. &lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
* Information about editing a wiki page&lt;br /&gt;
** '''Start here!''' [http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wiki Cheatsheet]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]&lt;br /&gt;
*** [http://www.wonderhowto.com/how-to/video/how-to-edit-a-media-wiki-site-158692/ Video Showing the Basics of Editing]&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Wikipedia:Tutorial Tutorial] - This tutorial provides a basic introduction of Mediawiki.&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Editing Editing]&lt;br /&gt;
* WikiMedia Software&lt;br /&gt;
** [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
** [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* Easy to use Excel-to-Wiki [http://people.fas.harvard.edu/~sdouglas/table.cgi converter]&lt;br /&gt;
&lt;br /&gt;
====Other Helpful links:====&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/First_steps '''How to upload a file''']&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files '''Using uploaded files''']&lt;br /&gt;
* [[How to upload a file]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Help:Contents]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7636</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7636"/>
		<updated>2009-04-07T22:18:33Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: Undo revision 7635 by Spuhlmann (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''You must log in before you can edit this site.''' To edit these pages please request a user name by emailing [mailto:phdprep@byu.edu phdprep@byu.edu]. Please include your desired user name and graduation date.&lt;br /&gt;
&lt;br /&gt;
Want to help out see the [[Things that need to be done]] or list [[What else do you want to see on the site?]]. Not sure how to do it? See the &amp;quot;Getting started&amp;quot; section on this page.&lt;br /&gt;
&lt;br /&gt;
===This Site===&lt;br /&gt;
The mswiki is viewable by anyone with a web browser, but can only be edited by current and past Ph.D. Prep Track students.  The mswiki uses the freeware MediaWiki and is hosted on a campus server. &lt;br /&gt;
&lt;br /&gt;
Current and past Ph.D. Prep Track students may obtain they own user name by sending an email to phdprep.byu@gmail.com. Please include your desired user name and graduation date. &lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
* Information about editing a wiki page&lt;br /&gt;
** '''Start here!''' [http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wiki Cheatsheet]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]&lt;br /&gt;
*** [http://www.wonderhowto.com/how-to/video/how-to-edit-a-media-wiki-site-158692/ Video Showing the Basics of Editing]&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Wikipedia:Tutorial Tutorial] - This tutorial provides a basic introduction of Mediawiki.&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Editing Editing]&lt;br /&gt;
* WikiMedia Software&lt;br /&gt;
** [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
** [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* Easy to use Excel-to-Wiki [http://people.fas.harvard.edu/~sdouglas/table.cgi converter]&lt;br /&gt;
&lt;br /&gt;
====Other Helpful links:====&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/First_steps '''How to upload a file''']&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files '''Using uploaded files''']&lt;br /&gt;
* [[How to upload a file]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Test Page for Email Address Links]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Help:Contents]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7635</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7635"/>
		<updated>2009-04-07T22:18:01Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''You must log in before you can edit this site.''' To edit these pages please request a user name by emailing [mailto:phdprep@byu.edu phdprep@byu.edu]. Please include your desired user name and graduation date.&lt;br /&gt;
&lt;br /&gt;
Want to help out see the [[Things that need to be done]] or list [[What else do you want to see on the site?]]. Not sure how to do it? See the &amp;quot;Getting started&amp;quot; section on this page.&lt;br /&gt;
&lt;br /&gt;
===This Site===&lt;br /&gt;
The mswiki is viewable by anyone with a web browser, but can only be edited by current and past Ph.D. Prep Track students.  The mswiki uses the freeware MediaWiki and is hosted on a campus server. &lt;br /&gt;
&lt;br /&gt;
Current and past Ph.D. Prep Track students may obtain they own user name by sending an email to phdprep.byu@gmail.com. Please include your desired user name and graduation date. &lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
* Information about editing a wiki page&lt;br /&gt;
** '''Start here!''' [http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wiki Cheatsheet]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]&lt;br /&gt;
*** [http://www.wonderhowto.com/how-to/video/how-to-edit-a-media-wiki-site-158692/ Video Showing the Basics of Editing]&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Wikipedia:Tutorial Tutorial] - This tutorial provides a basic introduction of Mediawiki.&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Editing Editing]&lt;br /&gt;
* WikiMedia Software&lt;br /&gt;
** [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
** [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* Easy to use Excel-to-Wiki [http://people.fas.harvard.edu/~sdouglas/table.cgi converter]&lt;br /&gt;
&lt;br /&gt;
====Other Helpful links:====&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/First_steps '''How to upload a file''']&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files '''Using uploaded files''']&lt;br /&gt;
* [[How to upload a file]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Help:Contents]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7632</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7632"/>
		<updated>2009-04-07T22:14:12Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Other Helpful links: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''You must log in before you can edit this site.''' To edit these pages please request a user name by emailing [mailto:phdprep@byu.edu phdprep@byu.edu]. Please include your desired user name and graduation date.&lt;br /&gt;
&lt;br /&gt;
Want to help out see the [[Things that need to be done]] or list [[What else do you want to see on the site?]]. Not sure how to do it? See the &amp;quot;Getting started&amp;quot; section on this page.&lt;br /&gt;
&lt;br /&gt;
===This Site===&lt;br /&gt;
The mswiki is viewable by anyone with a web browser, but can only be edited by current and past Ph.D. Prep Track students.  The mswiki uses the freeware MediaWiki and is hosted on a campus server. &lt;br /&gt;
&lt;br /&gt;
Current and past Ph.D. Prep Track students may obtain they own user name by sending an email to phdprep.byu@gmail.com. Please include your desired user name and graduation date. &lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
* Information about editing a wiki page&lt;br /&gt;
** '''Start here!''' [http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wiki Cheatsheet]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]&lt;br /&gt;
*** [http://www.wonderhowto.com/how-to/video/how-to-edit-a-media-wiki-site-158692/ Video Showing the Basics of Editing]&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Wikipedia:Tutorial Tutorial] - This tutorial provides a basic introduction of Mediawiki.&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Editing Editing]&lt;br /&gt;
* WikiMedia Software&lt;br /&gt;
** [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
** [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* Easy to use Excel-to-Wiki [http://people.fas.harvard.edu/~sdouglas/table.cgi converter]&lt;br /&gt;
&lt;br /&gt;
====Other Helpful links:====&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/First_steps '''How to upload a file''']&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files '''Using uploaded files''']&lt;br /&gt;
* [[How to upload a file]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Test Page for Email Address Links]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Help:Contents]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7631</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Help:Contents&amp;diff=7631"/>
		<updated>2009-04-07T22:13:57Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: create a test page to look at how to make links to email addresses on the wiki - see Ohio State's Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''You must log in before you can edit this site.''' To edit these pages please request a user name by emailing [mailto:phdprep@byu.edu phdprep@byu.edu]. Please include your desired user name and graduation date.&lt;br /&gt;
&lt;br /&gt;
Want to help out see the [[Things that need to be done]] or list [[What else do you want to see on the site?]]. Not sure how to do it? See the &amp;quot;Getting started&amp;quot; section on this page.&lt;br /&gt;
&lt;br /&gt;
===This Site===&lt;br /&gt;
The mswiki is viewable by anyone with a web browser, but can only be edited by current and past Ph.D. Prep Track students.  The mswiki uses the freeware MediaWiki and is hosted on a campus server. &lt;br /&gt;
&lt;br /&gt;
Current and past Ph.D. Prep Track students may obtain they own user name by sending an email to phdprep.byu@gmail.com. Please include your desired user name and graduation date. &lt;br /&gt;
&lt;br /&gt;
===Getting Started===&lt;br /&gt;
* Information about editing a wiki page&lt;br /&gt;
** '''Start here!''' [http://en.wikipedia.org/wiki/Wikipedia:CHEAT Wiki Cheatsheet]&lt;br /&gt;
** [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]&lt;br /&gt;
*** [http://www.wonderhowto.com/how-to/video/how-to-edit-a-media-wiki-site-158692/ Video Showing the Basics of Editing]&lt;br /&gt;
*** [http://en.wikipedia.org/wiki/Wikipedia:Tutorial Tutorial] - This tutorial provides a basic introduction of Mediawiki.&lt;br /&gt;
** [http://meta.wikimedia.org/wiki/Help:Editing Editing]&lt;br /&gt;
* WikiMedia Software&lt;br /&gt;
** [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
** [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
* Easy to use Excel-to-Wiki [http://people.fas.harvard.edu/~sdouglas/table.cgi converter]&lt;br /&gt;
&lt;br /&gt;
====Other Helpful links:====&lt;br /&gt;
* [http://commons.wikimedia.org/wiki/First_steps '''How to upload a file''']&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Images_and_other_uploaded_files '''Using uploaded files''']&lt;br /&gt;
* [[How to upload a file]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Test Page for Email Address Links]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Help:Contents]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7551</id>
		<title>SAS Coding Help</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=SAS_Coding_Help&amp;diff=7551"/>
		<updated>2009-04-03T22:48:12Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: add crumbs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Code ==&lt;br /&gt;
* [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1015021 How to Gather Data Using a Web Crawler: An Application Using SAS to Search Edgar] - interesting macro that can crawl Edgar reports for data.&lt;br /&gt;
* [[Basic Code]]&lt;br /&gt;
* [[Statistical Analysis]]&lt;br /&gt;
* [[Proc SQL]]&lt;br /&gt;
&lt;br /&gt;
== Macros ==&lt;br /&gt;
* [http://www.psych.yorku.ca/lab/sas/macro.htm The basics of macros]&lt;br /&gt;
* [[Media:SAS_Macro_Quintiles.txt|Macro for grouping continuous variable into quintiles]]&lt;br /&gt;
* [[Media:WinsorizeMacro.txt|Winsorizing and trimming macro]]&lt;br /&gt;
&lt;br /&gt;
==Replications==&lt;br /&gt;
* [[Media:BMNreplicate2.txt|Replication of Beaver, McNichols, Nelson RAS 2007]] &amp;quot;An Alternative Interpretation of the Discontinuity in Earnings Distributions&amp;quot; &lt;br /&gt;
* [[Media:DEAbyindustry.txt|A data envelopment analysis program]]&lt;br /&gt;
* [[Media:SimERETOperLev2.txt|A simple simulation examining the relation between earnings and returns]] with a lot of assumptions, just for fun &lt;br /&gt;
*[[Media:RSST2005_JAE.txt|Replication of Richardson, Sloan, Soliman, and Tuna (JAE 2005)]]&lt;br /&gt;
**[[Media:RSST2005_NoLink.xls|Partial output from replication of RSST(JAE 2005)]]&lt;br /&gt;
&lt;br /&gt;
== Websites to Help ==&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/stata/whatstat/default.htm What statistical test should I use].  In addition to explaining what test to use, page also provides information on how to perform test and interpret results using SAS, STATA, and SPSS software.  &lt;br /&gt;
* [http://www.bus.umich.edu/Academics/Departments/Accounting/nhafzall/default.htm University of Michigan SAS Site]&lt;br /&gt;
* [http://scott.dyreng.googlepages.com/sasprogramsandusefuldata A little code on Scott Dyreng's website].&lt;br /&gt;
* Great resource for simple, straight forward explanation. [http://javeeh.net/sasintro/intro1.html Introduction to SAS: Index]&lt;br /&gt;
* [http://www.utexas.edu/cc/docs/stat53.html Factor analysis in SAS]&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/examples/default.htm UCLA SAS Textbook Examples].  This page includes examples and problems worked in SAS from more than 40 statistics textbooks.&lt;br /&gt;
* [http://www.ats.ucla.edu/stat/sas/default.htm Resources to help you learn and use SAS] This page is part of UCLA's Academic Technology Services.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[SAS Coding Help]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Accounting_Program_Rankings&amp;diff=7550</id>
		<title>Accounting Program Rankings</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Accounting_Program_Rankings&amp;diff=7550"/>
		<updated>2009-04-03T22:42:14Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Accounting Program Rankings===&lt;br /&gt;
[[Coyne, Joshua|Coyne]] et al. (2009) have a [http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1337755 working paper] that ranks accounting research institutions.  The paper ranks universities by topical area and methodology (see [[Research Interests]] for a discussion of different topical areas and methodologies).  It also gives institutions credit only for publications of faculty currently employed at the institution.  &lt;br /&gt;
&lt;br /&gt;
'''Accounting Doctoral Programs Rankings'''&lt;br /&gt;
&lt;br /&gt;
Ranking different institutions is difficult.  In order to do so, one must determine what characteristics are desirable in an institution.  There have been many different rankings based on many different things, and the purpose of this ranking is to combine all the rankings in order to demonstrate what program excels at all the different parameters defined in rankings, and not merely on one narrowly constructed characteristic.  These rankings combine 5 different rankings (one for two different years) in order to get a list of the top programs, using such parameters of perceived quality of the institution by other academics, faculty productivity in the accounting and business journals, recent graduate research productivity, and quality of job placement upon graduation.  These rankings take the top 25 schools in each ranking system.  Then, every school on this list that was not included in the ranking is given a ranking of 26.  In the end, these rankings subtract a schools added rankings from 156, and the school with the lowest score wins.  These rankings use the following rankings:&lt;br /&gt;
&lt;br /&gt;
'''''Public Accounting Report Annual Surveys from Years 2005 and 2006:'''''  The trade journal The Public Accounting Report surveys faculty members and accounting firms, and these are the results of the survey.  By including two years of data, this parameter is doubly weights, and, given the value of being highly regarded in the field, this seems reasonable.&lt;br /&gt;
&lt;br /&gt;
'''''Number of Publications in Top Three Accounting Journals by Faculty:''''' This is from a database put together by the University of Texas at Dallas, and measures the number of faculty publications in the top three accounting journal from 1990 to 2007.  It weights the publications for multiple authorship, and for the number of faculty at the school.&lt;br /&gt;
&lt;br /&gt;
'''''Number of Publications in all major business journals by Faculty:''''' While accounting publications are important, most accounting faculty would be pleased with a hit in the Journal of Finance, for example.  Thus, the overall productivity of a university in all business publications is important.  This is from the same UT at Dallas database, but includes all major business publications.&lt;br /&gt;
&lt;br /&gt;
'''''Larry Brown Productivity of Recent Graduates:'''''  While productive faculty are important, one important measure of a PhD program is the productivity of the graduates of the program.  Larry Brown ranks programs based on the number of publications of graduates of the institution in the top three accounting journals 5 years after graduation.  This number involves graduates from 1995-1999.&lt;br /&gt;
&lt;br /&gt;
'''''Placement Rankings from Stammerjohan and Hall (2001):''''' (Journal of Accounting Education &lt;br /&gt;
Volume 20, Issue 1, Winter 2002, Pages 1-27 ) This ranking considers placement from 1978 to 1997 from PhD programs in accounting.  Institutions are ranked based on the quality of where their graduates go directly after graduation.  The quality of the institutions where graduates go is gages based on US News and World Report: America's Best Colleges (1997).     &lt;br /&gt;
&lt;br /&gt;
As mentioned, rankings are a difficult construct, and there are certainly limitations to this methodology. Perhaps the most important is that some programs change over time, and as some of these rankings are based on how programs performed a decade ago, what was a very good program may have lost a lot of good faculty, and have subsequently become not as desirable (or vica versa).  &lt;br /&gt;
&lt;br /&gt;
The standard deviations of the 6 (the 5 distinct rankings, with one having two years) different rankings are reported.  Notice that the schools with smaller standard deviations are more consistently ranked in that same spot throughout the different rankings, thus, while MIT shines on some rankings, its poor performance on others lands it at number 17, but with a high standard deviation.&lt;br /&gt;
&lt;br /&gt;
To see the spreadsheet where I did all this (which includes all the rankings uncompiled, as well as schools that did not make the top 25), [http://phdprep.byu.edu/index.php?title=Image:Rankings_PhDprograms.xls Click here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TABLE FRAME=VOID CELLSPACING=0 COLS=3 RULES=NONE BORDER=0&amp;gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD WIDTH=57 HEIGHT=17 ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Rank&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD WIDTH=71 ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;SD&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD WIDTH=309 ALIGN=LEFT&amp;gt;&amp;lt;B&amp;gt;University&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;1&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;1&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;2.78687399547713&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;2.79&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Chicago]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;2&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;2&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;3.68781778291715&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;3.69&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;Wharton School of the [[University of Pennsylvania]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;3&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;3&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;3.32665998663324&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;3.33&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Stanford University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;4&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;4&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;4.63680924774785&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;4.64&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Michigan]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;5&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;5&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.4233751915118&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.42&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Texas - Austin]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;6&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;6&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;6.06630035524124&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;6.07&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of North Carolina]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;7&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;7&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;8.16496580927726&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;8.16&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Northwestern University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;8&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;5.2820450584977&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;5.28&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Washington - Seattle]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;9&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;7.67897562612792&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;7.68&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Harvard University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;10&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;10&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.38971068066885&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.39&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Cornell University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;11&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;11&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;7.92464510246358&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;7.92&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Southern California]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;12&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;12&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;8.82420912414629&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;8.82&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Illinois]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;13&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;13&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;11.0950439386241&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;11.1&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Rochester]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;13&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;13&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;7.79102047231298&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;7.79&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Iowa]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;15&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;15&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.52190457139047&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.52&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Indiana University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;15&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;15&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;5.7850381733111&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;5.79&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Michigan State University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;17&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;17&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.93478736561583&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.93&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Massachusetts Institute of Technology]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;18&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;18&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;10.1275202624664&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;10.13&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[New York University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;19&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;19&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;4.03319558993445&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;4.03&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Penn State]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;20&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.07009739014233&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.07&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of California - Berkeley]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;21&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;21&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;8&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Columbia University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;22&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;22&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;5.68037557443754&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;5.68&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[The Ohio State University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;23&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;23&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;9.20326029187483&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;9.2&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[Duke University]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;24&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;24&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;6.05530070819498&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;6.06&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Arizona]]&amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
		&amp;lt;TR&amp;gt;&lt;br /&gt;
			&amp;lt;TD HEIGHT=17 ALIGN=CENTER SDVAL=&amp;quot;25&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=CENTER SDVAL=&amp;quot;5.70672118354022&amp;quot; SDNUM=&amp;quot;1033;&amp;quot;&amp;gt;5.71&amp;lt;/TD&amp;gt;&lt;br /&gt;
			&amp;lt;TD ALIGN=LEFT&amp;gt;[[University of Minnesota]] at Twin Cities &amp;lt;/TD&amp;gt;&lt;br /&gt;
		&amp;lt;/TR&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another ranking is available from [http://faculty.fuqua.duke.edu/areas/accounting/productivity.htm Duke University].&lt;br /&gt;
&lt;br /&gt;
'''Location of Top Ph.D. Programs'''&lt;br /&gt;
For those of you who are interested in locations of the top Ph.D. programs in accounting, this map shows their rough locations.  The top 9 are numbered in bigger stars and the rest are represented by smaller stars.&lt;br /&gt;
&lt;br /&gt;
[[Image:PhD top 25 school locations.jpg]],&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[University Information]] ► [[Accounting Doctoral Program Rankings]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Top_ranked_accounting_journals&amp;diff=7548</id>
		<title>Top ranked accounting journals</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Top_ranked_accounting_journals&amp;diff=7548"/>
		<updated>2009-04-03T22:18:24Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Consensus of Accounting Journal Rankings==&lt;br /&gt;
===Top 3 Accounting Journals===&lt;br /&gt;
Every accounting school considers these journals as &amp;quot;A&amp;quot; hits.  These are the consensus top journals in the discipline. &lt;br /&gt;
&lt;br /&gt;
* The Accounting Review (TAR)&lt;br /&gt;
** Click [http://aaahq.org/pubs/acctrev.htm here] for submission information.&lt;br /&gt;
** Submission fee: $125 for AAA members, $200 for non-AAA members&lt;br /&gt;
* Journal of Accounting Research (JAR)&lt;br /&gt;
** Click [http://services.bepress.com/jar/ here] for submission information.&lt;br /&gt;
** Submission fee: $400&lt;br /&gt;
* Journal of Accounting and Economics (JAE)&lt;br /&gt;
** Click [http://www.elsevier.com/wps/find/journaldescription.cws_home/505556/authorinstructions here] for submission information.&lt;br /&gt;
** Submission fee: $350 for subscribers, $400 for nonsubscribers&lt;br /&gt;
&lt;br /&gt;
===Next 3 Best Journals===&lt;br /&gt;
Some schools consider these journals as &amp;quot;A&amp;quot; hits and some consider them as &amp;quot;A-&amp;quot; hits.  They are generally favorably viewed by all schools.  &lt;br /&gt;
&lt;br /&gt;
* Contemporary Accounting Research (CAR)&lt;br /&gt;
* Review of Accounting Studies (RAST)&lt;br /&gt;
* Accounting, Organisations and Society (AOS)&lt;br /&gt;
&lt;br /&gt;
==Individual School Journal Rankings==&lt;br /&gt;
* [[Brigham Young University Journal Rankings]]&lt;br /&gt;
* [[Indiana University Journal Rankings]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[Top ranked accounting journals]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Top_ranked_accounting_journals&amp;diff=7547</id>
		<title>Top ranked accounting journals</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Top_ranked_accounting_journals&amp;diff=7547"/>
		<updated>2009-04-03T22:17:28Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Consensus of Accounting Journal Rankings==&lt;br /&gt;
===Top 3 Accounting Journals===&lt;br /&gt;
Every accounting school considers these journals as &amp;quot;A&amp;quot; hits.  These are the consensus top journals in the discipline. &lt;br /&gt;
&lt;br /&gt;
* The Accounting Review (TAR)&lt;br /&gt;
** Click [http://aaahq.org/pubs/acctrev.htm here] for submission information.&lt;br /&gt;
** Submission fee: $125 for AAA members, $200 for non-AAA members&lt;br /&gt;
* Journal of Accounting Research (JAR)&lt;br /&gt;
** Click [http://services.bepress.com/jar/ here] for submission information.&lt;br /&gt;
** Submission fee: $400&lt;br /&gt;
* Journal of Accounting and Economics (JAE)&lt;br /&gt;
** Click [http://www.elsevier.com/wps/find/journaldescription.cws_home/505556/authorinstructions here] for submission information.&lt;br /&gt;
** Submission fee: $350 for subscribers, $400 for nonsubscribers&lt;br /&gt;
&lt;br /&gt;
===Next 3 Best Journals===&lt;br /&gt;
Some schools consider these journals as &amp;quot;A&amp;quot; hits and some consider them as &amp;quot;A-&amp;quot; hits.  They are generally favorably viewed by all schools.  &lt;br /&gt;
&lt;br /&gt;
* Contemporary Accounting Research (CAR)&lt;br /&gt;
* Review of Accounting Studies (RAST)&lt;br /&gt;
* Accounting, Organisations and Society (AOS)&lt;br /&gt;
&lt;br /&gt;
==Individual School Journal Rankings==&lt;br /&gt;
* [[Brigham Young University Journal Rankings]]&lt;br /&gt;
* [[Indiana University Journal Rankings]]&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Researching Resources]] ► [[Top Ranked Accounting Journals]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_find_data%3F&amp;diff=7546</id>
		<title>Where can I find data?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_find_data%3F&amp;diff=7546"/>
		<updated>2009-04-03T22:10:18Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Researchers obtain data in one of two ways: they either create their own data or collect data from prior events.&lt;br /&gt;
&lt;br /&gt;
'''Creating Data:''' Most researchers in this category obtain their data by conducting controlled [[Experimental|experiments]]. Researchers can control the nature of the data they obtain through the design of the experiment. Survey work and field studies are also forms of data creation, but these two methods are not as common in top-tier publications.&lt;br /&gt;
&lt;br /&gt;
'''Collecting Data:''' This form of data acquisition is generally referred to as “archival data.” Researchers often access [[archival]] data through databases such as Compustat, Audit Analytics, etc. Most research universities have access to a variety of databases. Researchers sometimes obtain archival data by hand-collecting information from public sources, such as companies’ filings with the SEC or firm-issued press releases. Finally, researchers sometimes obtain archival data through private sources. Organizations sometimes release proprietary data for researcher purposes, but this type of data is usually difficult to obtain without some inside connection to the desired organization.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Research]] ► [[Where can I find data?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_learn_about_job_openings%3F&amp;diff=7504</id>
		<title>Where can I learn about job openings?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_learn_about_job_openings%3F&amp;diff=7504"/>
		<updated>2009-03-30T22:06:20Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: Add job listings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The most comprehensive listing of job openings for accounting professors is on AAA's [http://aaahq.org/placements/default_orig.cfm Placement Center]. Currently, the AAA is revamping its placement center website and will soon host its placement resource on a [http://aaahq.org/placements/default.cfm new page].&lt;br /&gt;
&lt;br /&gt;
SSRN also maintains current [http://www.ssrn.com/update/arn/arnjob/arn_job.html professional job listings] on its website.&lt;br /&gt;
&lt;br /&gt;
In addition, you can find job postings at the Chronicle's [http://chronicle.com/jobs/100/200/1000/ Careers] site.  [http://chronicle.com The Chronicle of Higher Education] is an online source for news, information, and jobs for faculty members and administrators.  Most of the jobs listed here are more teaching focused.&lt;br /&gt;
&lt;br /&gt;
[http://www.higheredjobs.com/faculty/search.cfm?JobCat=45 Higheredjobs.com] has a long list of open accounting faculty positions.  Most of the jobs listed here are more teaching focused.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Other Topics]] ► [[Where can I learn about job openings?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_learn_about_job_openings%3F&amp;diff=7503</id>
		<title>Where can I learn about job openings?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Where_can_I_learn_about_job_openings%3F&amp;diff=7503"/>
		<updated>2009-03-30T21:44:27Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: fix broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The most comprehensive listing of job openings for accounting professors is on AAA's [http://aaahq.org/placements/default_orig.cfm Placement Center]. Currently, the AAA is revamping its placement center website and will soon host its placement resource on a [http://aaahq.org/placements/default.cfm new page].&lt;br /&gt;
&lt;br /&gt;
SSRN also maintains current [http://www.ssrn.com/update/arn/arnjob/arn_job.html professional job listings] on its website.&lt;br /&gt;
&lt;br /&gt;
In addition, you can find job postings at the Chronicle's [http://chronicle.com/jobs/100/200/1000/ Careers] site.  [http://chronicle.com The Chronicle of Higher Education] is an online source for news, information, and jobs for faculty members and administrators.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Other Topics]] ► [[Where can I learn about job openings?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Should_I_get_a_Ph.D._in_a_subject_area_other_than_accounting%3F&amp;diff=7502</id>
		<title>Should I get a Ph.D. in a subject area other than accounting?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Should_I_get_a_Ph.D._in_a_subject_area_other_than_accounting%3F&amp;diff=7502"/>
		<updated>2009-03-30T21:38:49Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* External Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Although the purpose of this website is to help potential doctoral students to receive a Ph.D. in accounting, there are still viable reasons for choosing an area of specialty other than accounting. For many people, a Ph.D. in accounting may be too focused (i.e. their research interests may lie outside of the typical accounting research streams). Ultimately, the potential academic should weigh other options carefully to determine the path that will lead to both career and personal success. Most importantly, you should choose a research and teaching concentration that can sustain your intellectual drive and passion. &lt;br /&gt;
&lt;br /&gt;
Many doctoral business programs around the country offer a Doctorate of Business Administration (DBA) rather than a specific PhD in accounting.  Many [[University Information|research intensive programs]] award a DBA to their doctoral students who choose to specialize or concentrate in accounting.  Because emphasis is put on learning the skills to research effectively, many seminars for doctoral students include students from all concentrations.  You may share graduate courses with students who are specializing in economics, finance, organizational behavior, marketing, etc.&lt;br /&gt;
&lt;br /&gt;
Although the academic community may not differentiate between those with DBAs and those with PhDs for hiring practices, some subtle differences may exist in program outlines.  Institutions offering DBAs focus more on the practical applications of research, whereas PhD programs tend to focus more on theoretical applications.  DBA programs focus on preparing students for solving real-world problems facing management.  PhD programs focus on the economic and behavioral underpinnings in research.  The skills learned in each program are similar,  but graduates from DBA programs may be more inclined to enter the private sector and not stay in academia, than will graduates from PhD programs.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Doctor_of_Business_Administration Wikipedia: DBA] - This page provides basic information about DBAs.&lt;br /&gt;
* [http://www.hbs.edu/doctoral/programs/dbavsphd.html Harvard Business School] - Harvard Business School, which offers both a DBA and a PhD, addresses the DBA vs. PhD question.  Harvard's doctoral accounting students are enrolled in its DBA program.&lt;br /&gt;
* [http://chronicle.com/forums/index.php?topic=53160.0 Chronicle.com] - This is an online forum that specifically addresses the differences between PhDs and DBAs in Accounting.&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[Should I get a Ph.D. in a subject area other than accounting?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=How_do_you_succeed_in_a_Ph.D._program%3F&amp;diff=7477</id>
		<title>How do you succeed in a Ph.D. program?</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=How_do_you_succeed_in_a_Ph.D._program%3F&amp;diff=7477"/>
		<updated>2009-03-27T04:56:39Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: create hyper links for sites listed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a question that is asked by every prospective Ph.D. student and there are many sources of advice. The best available advice on the internet is from fields other than accounting, but most of it applies to accounting. A list of helpful links and citations follow: &lt;br /&gt;
* [http://orgtheory.wordpress.com/grad-skool-rulz/ Orgtheory.net] has 21 blog posts describing &amp;quot;grad school rulz&amp;quot;&lt;br /&gt;
* [http://dinhvutrangngan.com/advice.html Ngan Dinh], of the Fulbright Economics Teaching Program Vietnam Program of the Harvard School of Government, compiled advice from top economists for young economists&lt;br /&gt;
* Getting the Most from Your Doctoral Program: Advice for the Ph.D. Student in Finance, by Frank Alpert and Thomas H. Eyssell, Journal of Financial Education, Fall 1995&lt;br /&gt;
----&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#fafaFe; color:black; height: 20px&amp;quot; | &amp;lt;small&amp;gt;[[Main Page]] ► [[Ph.D. Prep Track and Doctoral Student Q&amp;amp;A]] ► [[How do you succeed in a Ph.D. program?]]&amp;lt;/small&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Teaching_and_Service&amp;diff=7094</id>
		<title>Teaching and Service</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Teaching_and_Service&amp;diff=7094"/>
		<updated>2009-03-25T22:55:40Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: add idea for the teaching page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|style=&amp;quot;width:100%;background-color:#AFBBC9;color:blue&amp;quot;&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:TeachingServiceHeader2.jpg |626 px|left|Header1]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
[[Image:TeachingServiceHeader1.jpg |248 px|right|Header2]]&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;width:100%;border:1px solid #E4E7EA; background-color:#F6F5FA; color:blue;&amp;quot; align=center&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#001E4D; color:white; height: 30px&amp;quot; | Service&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[How to ask good questions in workshop]]&lt;br /&gt;
* [[How important is discussing papers and being a moderator at conferences?]]&lt;br /&gt;
* [[What conferences are the best to attend?]]&lt;br /&gt;
* [[What is a Ph.D. seminar really like, and how can I prepare?]]&lt;br /&gt;
&lt;br /&gt;
|-align=&amp;quot;left&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#001E4D; color:white; height: 30px&amp;quot; | Teaching&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
* [[What are effective ways to prepare to teach an accounting course?]]&lt;br /&gt;
* [[Accounting Humor]] - Great for the classroom&lt;br /&gt;
* [[Accounting Quotes]] - Great for the classroom&lt;br /&gt;
* [[Recommended Books]]&lt;br /&gt;
* [http://honolulu.hawaii.edu/intranet/committees/FacDevCom/guidebk/teachtip/teachtip.htm#motivating Teaching Tips] - The University of Hawaii has created a extensive guidebook to help improve teaching.  Some of the tips listed cover topics such as designing courses, improving teaching techniques, teaching using questions, spotting plagiarism, and avoiding stress.&lt;br /&gt;
* [http://www.freeloadpress.com Freeload Press] provides free textbooks for students.  Textbooks could be used for a course or alternatively as a test bank of ideas for homework, quizzes, or tests.&lt;br /&gt;
* [http://www.swlearning.com/accounting/car/gita.html Great Ideas for Teaching Accounting] - This site offers several ideas for teaching introductory financial and managerial accounting concepts.  The examples are fairly basic, but they can be a good way to help students in early accounting courses understand important concepts.&lt;br /&gt;
* [[General Teaching Issues]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7093</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7093"/>
		<updated>2009-03-25T22:47:12Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* How can I study for the CPA without a firm to purchase study materials? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
In addition to the following questions, which are geared towards future academics, the AICPA also answers some [http://www.aicpa.org/Becoming+a+CPA/CPA+Candidates+and+Students/Becoming+A+CPA.htm Frequently Asked Questions] regarding the CPA exam and the CPA credential.  The official web page for the Uniform CPA Exam also answers many [http://www.cpa-exam.org/cpa/computer_faqs.html Frequently Asked Questions] about the exam itself.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with each state's own board of accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
Without proper study materials, taking and passing the CPA exam may be difficult.  In addition to buying the materials, there are many different ways to obtain study materials.  Several options are available to the diligent seeker.&lt;br /&gt;
&lt;br /&gt;
* [http://www.financialprep.com/ Financialprep.com] offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials from Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker and other test prep publishers) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but this is a far cry from the $2700 Becker wants.  One that has recently worked for a recent Ph.D. Prep student who passed all four sections the first time is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at Utah Valley University has a current, full set of the Gleim materials for use in the lab.  You could go over there or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.  The BYU library currently has limited materials in its collections.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.  Though, keep in mind that not all topics on the CPA exam are taught in the courses at BYU.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7092</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7092"/>
		<updated>2009-03-25T22:20:30Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
In addition to the following questions, which are geared towards future academics, the AICPA also answers some [http://www.aicpa.org/Becoming+a+CPA/CPA+Candidates+and+Students/Becoming+A+CPA.htm Frequently Asked Questions] regarding the CPA exam and the CPA credential.  The official web page for the Uniform CPA Exam also answers many [http://www.cpa-exam.org/cpa/computer_faqs.html Frequently Asked Questions] about the exam itself.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with each state's own board of accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=Accounting_Humor&amp;diff=7091</id>
		<title>Accounting Humor</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=Accounting_Humor&amp;diff=7091"/>
		<updated>2009-03-25T22:07:51Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: add links to other accounting humor sites&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Comics ==&lt;br /&gt;
* [[Image:Big5.jpg]]&lt;br /&gt;
&lt;br /&gt;
* [[Image:PorkandBeans.jpg]]&lt;br /&gt;
&lt;br /&gt;
* [[Image:Comic.gif]]&lt;br /&gt;
&lt;br /&gt;
* [[Image:SprintPCS.jpg |400 px|Enron Comic]]&lt;br /&gt;
&lt;br /&gt;
== General Humor ==&lt;br /&gt;
* [http://www.despair.com/viewall.html Funny posters] that are a spoof on motivational posters.&lt;br /&gt;
&lt;br /&gt;
== Jokes ==&lt;br /&gt;
This is a [http://www.tuckprofit.com/0611_vol2_iss3/0611famafrench.htm very funny article] about Ken French.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You Might Be An Accountant If...&lt;br /&gt;
* You refer to your child as Deduction 214&lt;br /&gt;
* You deduct Ex-lax as &amp;quot;moving expenses&amp;quot;&lt;br /&gt;
* You have no idea that GAP is also a clothing store&lt;br /&gt;
* Getting to sleep is an exciting event that you look forward to all day long&lt;br /&gt;
* Your idea of thrashing your hotel room is refusing to fill out the guest comment card&lt;br /&gt;
* You are doing it now because you checked the file and found that you did it last year&lt;br /&gt;
* You decide to change your name to a symbol and you choose the double underline &amp;quot;========&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Videos ==&lt;br /&gt;
* This is perhaps one of the funniest accounting videos ever.  I always show it on the first day of class to introductory accounting students, so they know what they are getting into. (See [http://video.google.com/videoplay?docid=8428827001690074658 here]).&lt;br /&gt;
* How the market really works, just watch the first 2 minutes (See [http://www.youtube.com/watch?v=SJ_qK4g6ntM here]).&lt;br /&gt;
* If you students are struggling with small math errors, [http://video.google.com/videoplay?docid=3069606245026550004 this video] is pretty funny.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
* [http://www.groco.com/readingroom/humor.aspx Greenstein, Rogoff, Olsen, &amp;amp; Co.] - This San Francisco-based CPA firm has a great list of one-liners, David Letterman top tens, and other stories.&lt;br /&gt;
* [http://www.moormanharting.com/humor.htm Moorman Harting Financial Services] - This Ohio-based CPA firm has several one-liners and offers perplexing insights on tax preparation, such as, &amp;quot;Have you ever wondered why people are quick to brag about their income, but refuse to list it all on their income tax?&amp;quot;&lt;br /&gt;
* [http://www.taxhelp.net/AccountingHumor_000.htm Tax Help LP] - This site for a Texan CPA has several short stories and comics.  One comic includes two mosquitoes about to dig in and one comments, &amp;quot;Sure, I believe in reincarnation--in my previous life I was an IRS agent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7077</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7077"/>
		<updated>2009-03-25T00:18:33Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
In addition to the following questions, which are geared towards future academics, the AICPA also answers some [http://www.aicpa.org/Becoming+a+CPA/CPA+Candidates+and+Students/Becoming+A+CPA.htm Frequently Asked Questions] regarding the CPA exam and the CPA credential.  The official web page for the Uniform CPA Exam also answers many [http://www.cpa-exam.org/cpa/computer_faqs.html Frequently Asked Questions] about the exam itself.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with each state's own board of accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7076</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7076"/>
		<updated>2009-03-25T00:14:53Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
In addition to the following questions, which are geared towards future academics, the AICPA also answers some [http://www.aicpa.org/Becoming+a+CPA/CPA+Candidates+and+Students/Becoming+A+CPA.htm Frequently Asked Questions] regarding the CPA exam and the CPA credential.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with each state's own board of accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7075</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7075"/>
		<updated>2009-03-25T00:12:25Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* How can I be a CPA without any work experience? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with each state's own board of accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7074</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7074"/>
		<updated>2009-03-25T00:10:31Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  Usually, the easiest and most convenient time to take the CPA exam is right after finishing the accounting program at BYU and before entering a Ph.D. program or the workforce.&lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.  Also, receiving the CPA desgination is probably more important for those with research and teaching interests in audit and/or tax. &lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7073</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7073"/>
		<updated>2009-03-25T00:05:29Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Reasons to get, and not to get, the CPA designation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  &lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earning the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.&lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
For academics, there are also several reasons not to take the CPA exam.  Early in one's career, time may be better spent on conducting research or improving teaching effectiveness.  Keeping up on CPE credits may be a hassle.  Also, some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time; i.e., you are not a serious researcher.&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7072</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7072"/>
		<updated>2009-03-25T00:02:16Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Reasons to get, and not to get, the CPA designation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
On its website, the AICPA asserts that the &amp;quot;CPA credential is a symbol of trust and professionalism in the world of business. It's a highly challenging professional track, but the reward is that CPAs are considered the most trusted advisors in business.&amp;quot;  In the business world, the CPA designation adds potential for career growth and entitles the CPA to receiving extra trust in serving in advisory roles for clients.  &lt;br /&gt;
&lt;br /&gt;
However, accounting academics will be able to receive different benefits from earnign the CPA designation.  The CPA designation may add credibility in the classroom (This is not proven, but is a great [[Research Ideas|empirical question]).  Some schools want you to have professional certifications, in particular, schools that are more teaching oriented.&lt;br /&gt;
&lt;br /&gt;
Similar to working as a practitioner, the academic may be able to secure consulting opportunities in the profession because of the CPA credential.  It also gives you credibility with practitioners.  Additionally, if you ever decide to leave academia, this is a helpful certification for employment.  The CPA designation is also useful for expert witnessing or serving on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7071</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7071"/>
		<updated>2009-03-24T23:52:05Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Exam Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of planned changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7070</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7070"/>
		<updated>2009-03-24T23:20:42Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Exam Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of proposed changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
===Financial Accounting and Reporting (FAR)===&lt;br /&gt;
The Financial Accounting and Reporting portion lasts 4.0 hours.  The following five topics are part of this section:&lt;br /&gt;
# Conceptual Framework, Standards, Standard Setting and Presentation of Financial Statements (17-23%)&lt;br /&gt;
# Financial Statement Accounts: Recognition, Measurement, Valuation, Calculation, Presentation, and Disclosures (27-33%)&lt;br /&gt;
# Specific Transactions, Events and Disclosures (27-33%)&lt;br /&gt;
# Governmental Accounting and Reporting (8-12%)&lt;br /&gt;
# Not-for-Profit (Nongovernmental) Accounting and Reporting (8-12%)&lt;br /&gt;
&lt;br /&gt;
===Regulation (REG)===&lt;br /&gt;
The Regulation portion lasts 3.0 hours.  The following six topics are part of this section:&lt;br /&gt;
# Ethics, Professional and Legal Responsibilities (15-19%)&lt;br /&gt;
# Business Law (17-21%)&lt;br /&gt;
# Federal Tax Process, Procedures, Accounting and Planning (11-15%)&lt;br /&gt;
# Federal Taxation of Property Transactions (12-16%)&lt;br /&gt;
# Federal Taxation of Individuals (13-19%)&lt;br /&gt;
# Federal Taxation of Entities (18-24%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7069</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7069"/>
		<updated>2009-03-24T23:09:25Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==Exam Content==&lt;br /&gt;
Because of proposed changes to IFRS for SEC filings, current exam content as of Spring 2009 includes the following sections:&lt;br /&gt;
===Auditing and Attestation (AUD)===&lt;br /&gt;
The Auditing and Attestation portion lasts 4.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Auditing and Attestation: Engagement Acceptance and Understanding the Assignment (12-16%)&lt;br /&gt;
# Auditing and Attestation: Understanding the Entity and Its Environment (including Internal Control) (16-20%)&lt;br /&gt;
# Auditing and Attestation: Performing Audit Procedures and Evaluating Evidence (16-20%)&lt;br /&gt;
# Auditing and Attestation: Evaluating Audit Findings, Communications and Reporting (16-20%)&lt;br /&gt;
# Accounting and Review Service Engagements (12-16%)&lt;br /&gt;
# Professional Responsibilities (including Ethics and Independence) (16-20%)&lt;br /&gt;
&lt;br /&gt;
===Business Environment and Concepts (BEC)===&lt;br /&gt;
The Business Environment and Concepts portion lasts 2.5 hours.  The following six topics are part of this section:&lt;br /&gt;
# Corporate Governance (16-20%)&lt;br /&gt;
# Economic Concepts and Analysis (16-20%)&lt;br /&gt;
# Financial Management (19-23%)&lt;br /&gt;
# Information Systems and Communication (15-19%)&lt;br /&gt;
# Strategic Planning (10-14%)&lt;br /&gt;
# Operations Management (12-16%)&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7068</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7068"/>
		<updated>2009-03-24T22:43:30Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* FAQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
The AICPA has also created a [http://www.aicpa.org/download/states/require_pract.pdf document] that lists all of the requirements for certification and a permit to practice in each state. &lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7067</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7067"/>
		<updated>2009-03-24T22:41:58Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* How can I be a CPA without any work experience? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements for certification or licensing to practice; e.g., Colorado, Florida, Maryland, and Puerto Rico.  Others allow substitution of additional education for experience.  The AICPA has created a [http://www.aicpa.org/download/states/require_pract.pdf document] that compares the educational and experience requirements for each state.  Note: The posting date for this comparison is not listed, so always be sure to check with state's own Board of Accountancy for current requirements.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7066</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7066"/>
		<updated>2009-03-24T22:36:23Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* How can I be a CPA without any work experience? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
&lt;br /&gt;
Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
There is a difference between passing the CPA exam, receiving certification, and meeting the necessary requirements for licensing and public practice.  In most states, once you meet the minimum degree and course requirements, you can sit for the CPA exam.  After this point, most states require those who pass the exam to meet certain work requirements before they can receive a certificate showing that they passed the exam.  This requirement is met by crossing one of two thresholds, either (1) working a specified minimum number of hours or (2) working in professional practice for a certain number of years after finishing your degree.  Each state sets its own requirements for certification.&lt;br /&gt;
&lt;br /&gt;
Additionally, some states require that certified professionals receive more experience beyond the aforementioned requirements before they receive a license to practice.&lt;br /&gt;
&lt;br /&gt;
Though, keep in mind that some states do not have experience requirements; e.g., Colorado, Florida, Maryland,   Others allow substitution of additional education for experience.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered in the above section on the benefits of receiving the CPA designation for academics.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7063</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7063"/>
		<updated>2009-03-23T23:06:37Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* What resources are available to help me review for the CPA exam? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
* [http://www.beckercpa.com/ Becker CPA Review] is generally considered to be the best CPA review course.  Most students who use Becker choose the in-class instruction option, which provides course manuals, offers in-class instruction several nights each week, and assigns homework for each class.  This method is purported to have a very high success rate; however, it is also very expensive.&lt;br /&gt;
* [http://www.wiley.com/cpa Wiley CPA Exam Review] is not quite as structured as Becker, perhaps, but it is much cheaper and is sufficient.  If you've done relatively well in your courses at BYU, this should be enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental entities on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
* The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
* Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
Some states, such as Colorado, do not have experience requirements or you can substitute education for experience.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered below.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7062</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7062"/>
		<updated>2009-03-23T22:58:06Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Where can I find information about the CPA exam requirements for each state? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
Becker:&lt;br /&gt;
* This is generally considered to be the best CPA review course, however, it is also very expensive.&lt;br /&gt;
&lt;br /&gt;
Wiley:&lt;br /&gt;
* Not quite as structured as Becker, perhaps, but much cheaper and it is sufficient.  If you've done relatively well in your courses at BYU, this should be more than enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental bodies is on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
* The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
* Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm (NASBA)].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
Some states, such as Colorado, do not have experience requirements or you can substitute education for experience.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered below.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7061</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7061"/>
		<updated>2009-03-23T22:57:40Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* Where can I find information about the CPA exam requirements for each state? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
Becker:&lt;br /&gt;
* This is generally considered to be the best CPA review course, however, it is also very expensive.&lt;br /&gt;
&lt;br /&gt;
Wiley:&lt;br /&gt;
* Not quite as structured as Becker, perhaps, but much cheaper and it is sufficient.  If you've done relatively well in your courses at BYU, this should be more than enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental bodies is on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
* The [http://www.beckercpa.com/state/index.cfm Becker CPA Review] website has a comprehensive listing of the CPA requirements for each state.&lt;br /&gt;
* Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm NASBA].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
Some states, such as Colorado, do not have experience requirements or you can substitute education for experience.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered below.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
	<entry>
		<id>http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7060</id>
		<title>The CPA Exam</title>
		<link rel="alternate" type="text/html" href="http://www.byuaccounting.net/mediawiki/index.php?title=The_CPA_Exam&amp;diff=7060"/>
		<updated>2009-03-23T22:54:49Z</updated>

		<summary type="html">&lt;p&gt;Spuhlmann: /* What resources are available to help me review for the CPA exam? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
The Certified Public Accountant Examination (CPA Exam) is administered to test one's knowledge of accounting and general business practices.  Acceptable completion of the CPA Exam bestows the title of Certified Public Accountant (CPA) on the candidate, assuming all other state requirements have been met.&lt;br /&gt;
&lt;br /&gt;
==Reasons to get, and not to get, the CPA designation==&lt;br /&gt;
===Reasons to get the CPA designation===&lt;br /&gt;
* May add credibility in the classroom (this is an [[Research Ideas|empirical question]] :-)&lt;br /&gt;
* Some schools want you to have professional certifications (usually the more teaching oriented schools).  &lt;br /&gt;
* May help to secure consulting opportunities in the profession.&lt;br /&gt;
* Gives you credibility with practitioners. &lt;br /&gt;
* If you ever decide to leave academia, this is a helpful certification for employment.&lt;br /&gt;
* Useful for expert witnessing or being on a corporate board.&lt;br /&gt;
&lt;br /&gt;
===Reasons not to get the CPA designation===&lt;br /&gt;
* Time may be better spent early in a career on conducting research or improving teaching effectiveness.&lt;br /&gt;
* It can be a hassle to keep up on CPE credit.&lt;br /&gt;
* Some schools (most likely research intensive schools) may view it as a negative signal of where you are devoting your time (i.e., you are not a serious researcher).&lt;br /&gt;
&lt;br /&gt;
==FAQ==&lt;br /&gt;
===Should I get my CPA? If so, when?===&lt;br /&gt;
This is probably more important for those with research and teaching interests in audit or tax. However, regardless of research interests, it can't hurt to get a CPA license. It's relatively cheap and you'll never be more prepared than you are when leaving BYU. It won't close any doors, but you never know what doors it may open.&lt;br /&gt;
&lt;br /&gt;
===What resources are available to help me review for the CPA exam?===&lt;br /&gt;
Becker:&lt;br /&gt;
* This is generally considered to be the best CPA review course, however, it is also very expensive.&lt;br /&gt;
&lt;br /&gt;
Wiley:&lt;br /&gt;
* Not quite as structured as Becker, perhaps, but much cheaper and it is sufficient.  If you've done relatively well in your courses at BYU, this should be more than enough to help you pass the exam.  Though, additional material is on the CPA exam that is not covered in BYU's accounting program.  In particular, accounting for non-profits and governmental bodies is on the exam but is not taught at BYU.&lt;br /&gt;
&lt;br /&gt;
===Where can I find information about the CPA exam requirements for each state?===&lt;br /&gt;
* Try [http://www.beckercpa.com/state/index.cfm Becker CPA Review].  Becker Professional Review is a company that helps individuals prepare for the CPA examination.&lt;br /&gt;
* Additionally, you could try the National Association of State Boards of Accountancy [http://nasba.org/nasbaweb/NASBAWeb.nsf/WPHP?OpenForm NASBA].  While they possess all the information you would ever need, accessing the information is difficult.  Each state has a NASBA representative assigned to it, and the helpfulness of the representatives varies wildly by state.&lt;br /&gt;
&lt;br /&gt;
===How can I be a CPA without any work experience?===&lt;br /&gt;
Some states, such as Colorado, do not have experience requirements or you can substitute education for experience.&lt;br /&gt;
&lt;br /&gt;
===How can I study for the CPA without a firm to purchase study materials?===&lt;br /&gt;
* There are many different ways to obtain study materials.  For example, http://www.financialprep.com/ offers a free trial version of their practice test software, which contains 100 questions per section.  100 questions is very sufficient to give one a general sense of how the questions on the test are.&lt;br /&gt;
&lt;br /&gt;
* If you are currently a doctoral student, you may approach one of the companies that provides CPA study material.  They sometimes give free copies to future professors.  Contact the representative who services your school to discuss this possibility.&lt;br /&gt;
&lt;br /&gt;
* Becker has several ways in which to get free or discounted materials.  If you work as the one campus representative for BYU, then you can get a Becker course for free.  Dr. Black has something to do with the selection process for campus representatives.  Further, you can help set up the classroom for the classroom reviews Becker does, and they will give you a $500 discount.&lt;br /&gt;
&lt;br /&gt;
* You can purchase hugely discounted Becker (as well as other brands) materials off of Amazon.com or eBay.com.  The ethicality of this is in question.  While the [http://theboard.byu.edu/index.php?area=viewall&amp;amp;id=45241 100 Hour Board] at BYU claimed it was fine and legal, many (especially Becker themselves) would tell you it is not.&lt;br /&gt;
&lt;br /&gt;
* Consider borrowing materials from someone who has already taken the test.  However, the same ethical issue is involved as in purchasing it from Amazon or eBay.&lt;br /&gt;
&lt;br /&gt;
* Some of the preparation courses are actually reasonably priced, between $300-400.  Still a lot for a starving student, but a far cry from the $2700 Becker wants.  One that has recently worked (passed all four sections first time) for a recent Ph.D. Prep student is the [http://www.wiley.com/cpa.html Wiley CPA] software and books.&lt;br /&gt;
&lt;br /&gt;
* The Accounting lab at the Utah Valley University has a current and full set of the Gleim materials for use in the lab.  You could go over there, or somehow petition [http://www.gleim.com/accounting/cpa/ Gleim] to outfit our lab as they have the UVU lab.&lt;br /&gt;
&lt;br /&gt;
* You might consider just taking a couple of the sections without studying, and see how it goes.  BYU has a very good program and you might find that you pass without much, if any, preparation.  Do this at your own risk, as it is somewhat expensive to retake exams.  But you might save on prep materials and extra working hours.&lt;br /&gt;
&lt;br /&gt;
===How long will it take to get the CPA?===&lt;br /&gt;
In the summer of 2008, there were several Ph.D. prep students who decided to sit for the CPA exam.  The goal was to finish all portions of the exam before Ph.D. programs began.  So far, the endeavor has been successful.  Before you decide to take the exam consider two important questions: (1) how long will it take to study for the CPA and (2) is it worth it?  The first question is considered on this page, the second question is considered below.&lt;br /&gt;
&lt;br /&gt;
The first question is quantitative in nature, but can vary greatly by candidate.  One student who took the exam in the summer of 2008 kept track of all the studying he did for it, in order that other candidates might be able to see how long it takes.  About this student:  He had not taken advanced financial, audit, or managerial accounting, and is not naturally inclined to do well in accounting.  Given this, much more study was required for him that would be required for an average Ph.D. prep track student doing the professional stem.  Some of his cohorts in the prep track who took the test studied considerably less (50-80% less time), and did equally well.&lt;br /&gt;
 &lt;br /&gt;
Further, note that a 75 is required to pass the exam.  Any score above a 75 can be viewed as over preparation for the exam (of course, assuming one is interested in the acquisition of accounting knowledge, scoring higher is a good thing).  This student exceeded 75 on all the tests--and was thus over prepared for all four sections of the exam.  Further, there were some logistical problems that created issues, requiring even more study time for this person.&lt;br /&gt;
&lt;br /&gt;
Those three qualifiers being stated, [http://phdprep.byu.edu/index.php?title=Image:CPA_study.xls here is a spreadsheet] that contains the hours studied and the results of the CPA exams for this student.  Hopefully they will help you have a better idea of how much time is required to pass the CPA exam.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
For additional information, take a look at the following websites:&lt;br /&gt;
* [http://www.cpa-exam.org/ The Uniform CPA Exam] - This is the official site for the CPA exam.  It has a lot of information about the CPA exam itself.  Also, interestingly enough, it contains press bulletins listing passing rates for each of the four portions for the past several quarters (currently about 50%).&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Uniform_Certified_Public_Accountant_Examination Wikipedia: The CPA Exam] - This is a great resource that describes the actual examination process.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/Certified_Public_Accountant Wikipedia: Certified Public Accountant] - This resource explains a little bit about what CPA's do.  Additionally, it contains links to many international professional accounting organizations.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/American_Institute_of_Certified_Public_Accountants Wikipedia: AICPA] - This site explains some of the basics about the American Institute of Certified Public Accountants (AICPA), which is the professional organization for CPA's in the United States.&lt;br /&gt;
* [http://en.wikipedia.org/wiki/National_Association_of_State_Boards_of_Accountancy Wikipedia: NASBA] - This site explains some of the basics about the National Association of State Boards of Accountancy (NASBA), which is the umbrella group of state boards of accountancy.&lt;br /&gt;
* [http://www.nasba.org/ NASBA] - The official website for NASBA.&lt;br /&gt;
* [http://www.aicpa.org/ AICPA] - The official website for the AICPA.&lt;/div&gt;</summary>
		<author><name>Spuhlmann</name></author>
		
	</entry>
</feed>