Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!

Submit your homework question or assignment here:
352 Tutors are online
 
*  Attach Assignment (optional):
 
Study Smarter, Score Higher
 
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
Exam Practice ENGR 120 Fall 2007 Note: This practice exam is similar in format to what you can expect for your first exam in this class. Do not assume that this practice exam represents every type of problem that you may see on your exam, or that the percentage values for each set of problems on this exam will be the same as those on your exam. Part I. Written Exam This part of the exam is closed book, closed notes. You may use a calculator. You may write ONLY on this exam. Fill in the Blank (30 points; 6 points each). Write the most correct answer in the blank. You should not show your work. 1. A resistor with color markings of blue-green-red has an approximate resistance of 6500 ohms. (Note to students: If a resistor color code chart is needed, it will be provided. You do NOT need to memorize the resistor color codes. Blue = 6; green = 5; and red = 2. The resistor therefore = 65 x 102 ohms, or 6500 ohms.) 2. A conductor easily lets go of its valence electrons. 3. To stop the servo motor on the Boe-Bot from turning, you should program the Boe-Bot to send a pulse width of 1.5 ms. (Note to students: a pulse of 1.5 ms is equivalent to sending a duration of 750 with the PULSOUT command, where the duration of 750 is multiplied by 2 s to get 1500 s or 1.5 ms.) 4. When you want a formula in EXCEL to refer to a specific cell, you must either give the cell (a name) (text inadvertently left off the exam) or use absolute addressing. 5. The number 101011102 is equivalent to what base-10, or decimal number? 174. The binary number is = 1x27 + 0x26 + 1x25 + 0x24 + 1x23 + 1x22 + 1x21 + 0x21 = 128 + 32 +8 + 4 + 2 = 174. Multiple Choice (30 points; 5 points each). Circle the best answer for each question. You should not show your work. Referring to Figure 1, answer questions 1-4: R2 Vs R1 R3 R4 Figure 1. Circuit diagram for Multiple Choice Questions 1-4. 1. The resistors that are in parallel with each other are: (a) R2 and R4 (No; R2 is not connected directly with R4 at each end of the resistor, even though the figure is drawn to make them look like they are in parallel.) (b) R1 and R3 (No; R1 is not connected directly with R3 at each end of the resistor, even though the figure is drawn to make them look like they are in parallel.) (c) Both R2 and R4 along with R1 and R3 (No, for the same reasons that (a) and (b) are wrong.) (d) R1 and (R2 + R3 + R4) (Yes, because R2 , R3 , and R4 are in series and can be combined into a single equivalent resistor that then would be connected to R1 at both ends of the resistors.) (e) None of the above (No, because (d) is correct.) 2. The voltage drop across R1 = (a) Vs (Yes, by Kirchoff s Voltage Law) (b) R1 times the current through R1 (Yes, by Ohm s Law) (Note: the original test incorrectly had this answer as R2 times the current through R2) (c) The sum of the voltage drops across R2, R3, and R4 (Yes, by Kirchoff s Voltage Law.) (d) None of the above (No, because at least one answer was correct.) (e) Answers (a), (b), and (c) (Yes) 3. If Req = 100 and Vs = 10V, the current leaving the voltage source must be (a) 1000A (No. Be careful not to get confused; Ohm s Law states that V = I*R, so I = V/R) (b) 1000W (No; wrong units) (c) 0.1A (Yes, because by Ohm s Law I = V/R = 10V / 100 ) (d) 0.1W (No, because W is the unit for power) (e) None of the above (No, because (c) is true.) 4. If Vs = 5V, the current through R1 = 1A and the current through R3 = 2A, then (a) The current leaving the voltage source = 3A (Yes, by Kirchoff s Current (b) Law) The current through R2 = 2A (Yes, because R2 and R3 are in series.) (c) The power generated by the voltage source = 5W (No, because from (a) we know that the current leaving the voltage source = 3A, and P = V*I = 5V * 3A = 15W) (d) The power generated by the voltage source = 15W (Yes; see explanation for (c)) (e) None of the above (obviously incorrect) (f) Answers (a), (b), and (d) (Yes, from explanation above) (g) Answers (b) and (c) (No; only 1 of the 2 answers is correct.) Referring to Figure 2, answer questions 5 6: Figure 2. Circuit Diagram for Multiple Choice Questions 5-6 5. R1 and R2 are: (a) in series (b) in parallel (Yes, because the resistors are connected directly together at both ends.) (c) neither (a) nor (b) (d) both (a) and (b) 6. R8 and R9 are: (a) in series (Yes, because as current travels through R8 it has no choice but to travel through R9) (b) in parallel (c) neither (a) nor (b) (d) both (a) and (b) Work-Out Problem (10 points). For the following problem, SHOW ALL WORK. Present your solution using the engineering format. You may want to write a draft solution on the back of the exam, and then write your solution neatly in the space provided. Figure for Work-Out Problem Given that Vdd = 5V, R1 = 100 , R2 = 50 , and R3 = 150 , find (a) I; and (b) The total power generated by Vdd Part II. Computer Exam (30 points; 10 points each). For this part of the exam, you must use your computer. You may not refer to old MathCAD or EXCEL worksheets; however, for the programming question you may refer to programs you have written. After you complete each problem, show your work to the instructor so that he or she can write notes on how well you completed each part. 1. Develop a MathCAD worksheet that will convert a set of values from to F C. The range of values for should be 0 to 100 in increments of 10 Plot the F . values in a graph with proper engineering format. Instructor code: ___________________________________ Note to students: The solution was developed in MathCAD 2001i, which has fewer options for formatting graphs. 2. Write a Boe-Bot program that will produce a set of tones each time the instructor presses a whisker. The tones should follow the same pattern each time: On for a quarter-second, off for a half-second, and on for a half-second. Each time the whisker is pressed, the frequency of the first tone should be 2000Hz and the frequency for the second tone should be 2500Hz. Instructor code: ___________________________________ ' {$STAMP BS2} ' {$PBASIC 2.5} ' Note: This program assumes that the speaker is connected to Pin 3 ' and the whiskers are connected to Pins 5 and 7. DO IF (IN5 = 0) OR (IN7 = 0) THEN FREQOUT 3, 250, 2000 PAUSE 500 FREQOUT 3, 500, 2500 ENDIF LOOP END 3. Develop a spreadsheet that creates a table of values of the sine and the cosine of an angle. The angles should range from 0 to 360 in increments of 10 Format the table by showing units in the headings for each column, . bolding the headers, and formatting the numbers in the sine and cosine columns to show 3 decimal places to the right of the decimal point. Plot both the sine and cosine against the angle. Be sure to format the graph with proper engineering format. Instructor code: ___________________________________ Here is a partial list of the table of values from the EXCEL spreadsheet: Angle ( ) 0 10 20 30 40 50 60 70 80 90 Sine 0.000 0.174 0.342 0.500 0.643 0.766 0.866 0.940 0.985 1.000 Cosine 1.000 0.985 0.940 0.866 0.766 0.643 0.500 0.342 0.174 0.000
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more. Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:

LA Tech >> ENGR >> 120 (Fall, 2008)
1 ENGR120Possibleexamorexamplecircuitproblems StanCronk 1. TheBoeBotkitincludesresistorswithvaluesof220,470,1K,4.7K,AND10K.Alltheresistors areratedtodissipateuptoWattofpower.TheBoeBotcantakepowerfromvoltagesourcesranging from6Vto12V. Ifyouareusinga...
LA Tech >> ENGR >> 120 (Fall, 2008)
...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 10 NOTE: Use engineering format for problem 1 and non-engineering format for problems 2 through 4. This is an individual assignment. 1. The U.S. Environmental Protection Agency issued a report in 2006 providing facts and figures c...
LA Tech >> ENGR >> 120 (Fall, 2008)
...
LA Tech >> ENGR >> 120 (Fall, 2008)
Fabrication and Testing of a Centrifugal Project ENGR 120 Teams of two students are to fabricate a small centrifugal pump driven by a DC motor. Two teams of two will then combine to evaluate pump performance and to present their findings to the class...
LA Tech >> ENGR >> 120 (Fall, 2008)
StepstoDrawPumpImpeller:Thestepsbelowshowonewaytodrawtheimpeller.Youshouldmake surethatyourimpellerisnotlargerthantheoneshownoritmaynotfitinthepumphousing. 1. Changeunitstoinches: Tools>Options>Document Properties>Unitsandthenselect: IPS(inch,pound...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 11 NOTE: Use non-engineering format for all problems. This is an individual assignment (except for the part of problem 3 that requires you and your partner to submit your impeller drawing to the instructor via email). 1. Using the...
LA Tech >> ENGR >> 120 (Fall, 2008)
MathbehindlinearregressionforPOWERLAWrelationships math log =log =log = log log log comment powerlawequation Takelogofbothsides.Usetheserules: log log log log log Plugginginthesesums. MathbehindlinearregressionforEXPONENTIALrelations...
LA Tech >> ENGR >> 120 (Fall, 2008)
Linear Regression Analysis Equations and How to Interpret Them Equations Form Looks like a straight line if plotted on: Equations for calculating slope, intercept, and the coefficient of determination Linear y = mx + b Rectilinear, or engineeri...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR120 SampleLinearRegressionExample Page1of9 Thisisanexampleofhowtousethelinearregressioncalculationsshowninclasstoperformaregression analysisonasetofdatapoints.Wewillusethesameexampleforeachsetofcalculations. ProblemStatement:Wearetryingtocal...
LA Tech >> ENGR >> 120 (Fall, 2008)
Fabrication of a Centrifugal Pump ENGR 120 Examples of Centrifugal Pumps www.grpumps.com www.oilworksinc.com Examples of Impellers Parts to Fabricate Impeller Fabricated Using a Rapid Prototyping Machine from ABS Plastic Pump Body Fabricated f...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 12 NOTE: Use non-engineering format for all problems. This is an individual assignment. 1. A capacitor is an electrical component that stores electricity. Electrons are stored in the capacitor when it is charging, and electrons le...
LA Tech >> ENGR >> 120 (Fall, 2008)
PumpFabricationDay1 TheclassdividedintogroupsAandBinclass12.Theinstructorhasthesignupsheetandcanremindyouifyou arepartofGroupAorGroupB.GroupAandBwillworkonseparateactivitiesinthisclass.Eachteamwill consistoftwomembersunlessthereisanoddnumberofstudent...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 13 (due class 16) NOTE: These are individual problems (not group problems). Please use non-engineering format for all problems. 1. You have already drawn the pump body, face plate and impeller. Draw the DC motor, a barbed fitting ...
LA Tech >> ENGR >> 120 (Fall, 2008)
PumpFabricationDay2 RefertothenotesforthepreviousclassandswaptheactivitiesofGroupAandGroupB. ...
LA Tech >> ENGR >> 120 (Fall, 2008)
PumpAssemblyandTestingTips Youaretoassembleandevaluatetheperformanceofyourpump.Assemblystepsinclude: 1. Makesureyoudonthaveanyburrs(straypiecesofthegrayPVCmaterial)projectingintotheimpeller cavitythatcouldinterferewithyourspinningpumpimpeller.Ifyouse...
LA Tech >> ENGR >> 120 (Fall, 2008)
Pump Performance Testing ENGR 120 Experimental Setup 12 VDC power supply backup collection pail water collection pail on digital balance pump Graduated pump exit holes water reservoir insert hose into hole current measurement voltage measurement...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 14 NOTE: This is an individual assignment. Use non-engineering format for problem 1, and engineering format for problems 2 through 4. 1. Consider the data provided below. (a) Plot this data by hand using linear, semilog and log-lo...
LA Tech >> ENGR >> 120 (Fall, 2008)
Finishing Up Pump Project Wrap up Loose Ends on Pump Project Groups of four (one table) will actually complete full testing of pumps. Some groups may enter class with their pumps fully assembled and ready for testing. These groups should use the fa...
LA Tech >> ENGR >> 120 (Fall, 2008)
Presenters: ENGR 120 - Presentation Grades Organization and Clarity .10 points maximum Score = (0 1 2 3 4 5 5.5 6 6.5 7 7.5 8 8.5 9 9.5 10) X 1 = _ Does the presentation include an introduction and a conclusion? Is the presentation organized in a lo...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 15 NOTE: Use non-engineering format for problems 1, 3 and 4. Use engineering format for problem 2. 1. Group Problem: Test your pump. Fill in the data sheet below. If your pump wont pump with the exit at 72 inches, then choose a lo...
LA Tech >> ENGR >> 120 (Fall, 2008)
Louisiana Tech University College of Engineering and Science Introduction Preparation Graphics General Tips Closure How To Make an Effective Presentation Dr. Jim Nelson Associate Dean for Undergraduate Studies ENGR 120 - Fall Quarter - 2007 College ...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 16 NOTE: This is a group assignment (teams of 4, although smaller groups may be used depending on the distribution of students in a class). Each team should submit a single set of papers for problems 2 through 5 as their homework ...
LA Tech >> ENGR >> 120 (Fall, 2008)
ENGR 120 Homework 17 Please complete the course outcomes assessment available on Blackboard. Please take your time to answer the questions carefully. Your input is very important to us as we work to improve the freshman engineering experience here ...
LA Tech >> ENGR >> 120 (Fall, 2008)
Practice Final Exam ENGR 120 Fall 2007 Note: This practice exam is similar in format to what you can expect for your final exam in this class. Do not assume that this practice exam represents every type of problem that you may see on your exam, or t...
LA Tech >> ENGR >> 120 (Fall, 2008)
Practice Final Exam ENGR 120 Fall 2007 Note: This practice exam is similar in format to what you can expect for your first exam in this class. Do not assume that this practice exam represents every type of problem that you may see on your exam, or t...
LA Tech >> ENGR >> 120 (Fall, 2008)
Screen Captures This tutorial describes how to capture what is on your computer screen to paste into a homework solution, PowerPoint presentation or other document. Making a Screen Capture The Windows operating system (either Vista or XP) provides...
LA Tech >> ENGR >> 120 (Fall, 2008)
ThingstoTrytoMakeSolidEdgeWorkonYourComputer OurlocalcomputerexpertatLouisianaTechthinksthattheproblemofSolidEdgecrashingismostlikely yourvideocarddriver,becauseSolidEdgeusesthevideocardhardwaretoassistwithrendering calculations(displayingthepicture...
LA Tech >> ENGR >> 121 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS Perhaps the most important thing you will learn as an engineering student is how to solve problems. Your solutions should contain each of the sections below (Given, Required, Solution, Discussion): Given ...
LA Tech >> ENGR >> 121 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS (when engineering format is not needed) When a problem requires the application of fundamentals, then use the GIVEN, REQUIRED, SOLUTION, DISCUSSION format discussed in the last class. For other problems, such as...
LA Tech >> ENGR >> 121 (Fall, 2008)
Student Name_ Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society...
LA Tech >> ENGR >> 120 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS Perhaps the most important thing you will learn as an engineering student is how to solve problems. Your solutions should contain each of the sections below (Given, Required, Solution, Discussion): Given ...
LA Tech >> ENGR >> 120 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS (when engineering format is not needed) When a problem requires the application of fundamentals, then use the GIVEN, REQUIRED, SOLUTION, DISCUSSION format discussed in the last class. For other problems, such as...
LA Tech >> ENGR >> 120 (Fall, 2008)
Student Name_ Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society...
LA Tech >> ENGR >> 121 (Fall, 2008)
Screen Captures This tutorial describes how to capture what is on your computer screen to paste into a homework solution, PowerPoint presentation or other document. Making a Screen Capture The Windows operating system (either Vista or XP) provides...
LA Tech >> ENGR >> 121 (Fall, 2008)
ThingstoTrytoMakeSolidEdgeWorkonYourComputer OurlocalcomputerexpertatLouisianaTechthinksthattheproblemofSolidEdgecrashingismostlikely yourvideocarddriver,becauseSolidEdgeusesthevideocardhardwaretoassistwithrendering calculations(displayingthepicture...
LA Tech >> ENGR >> 122 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS Perhaps the most important thing you will learn as an engineering student is how to solve problems. Your solutions should contain each of the sections below (Given, Required, Solution, Discussion): Given ...
LA Tech >> ENGR >> 122 (Fall, 2008)
REQUIRED FORMAT FOR HOMEWORK SOLUTIONS (when engineering format is not needed) When a problem requires the application of fundamentals, then use the GIVEN, REQUIRED, SOLUTION, DISCUSSION format discussed in the last class. For other problems, such as...
LA Tech >> ENGR >> 122 (Fall, 2008)
Student Name_ Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society Officer: Summary of meeting or seminar: Date of Meeting: Organization Name: Signature of Society...
LA Tech >> ENGR >> 122 (Fall, 2008)
Screen Captures This tutorial describes how to capture what is on your computer screen to paste into a homework solution, PowerPoint presentation or other document. Making a Screen Capture The Windows operating system (either Vista or XP) provides...
LA Tech >> ENGR >> 122 (Fall, 2008)
ThingstoTrytoMakeSolidEdgeWorkonYourComputer OurlocalcomputerexpertatLouisianaTechthinksthattheproblemofSolidEdgecrashingismostlikely yourvideocarddriver,becauseSolidEdgeusesthevideocardhardwaretoassistwithrendering calculations(displayingthepicture...
LA Tech >> FINAID >> 0708 (Fall, 2008)
2007-2008 Student Aid Report (SAR) Student Aid Eligibility Worksheet for Question You are receiving this worksheet with your Student Aid Report (SAR) because you reported on your Free Application for Federal Student Aid (FAFSA) that you had a convi...
LA Tech >> LTPARTS >> 100 (Fall, 2008)
This syllabus serves as an example only. The current and correct syllabus will be made available to e English 100* Sample Syllabus Susan L. Eller seller@latech.edu Purpose The goal of Freshman English is to put you on the path of learning academic a...
LA Tech >> LTPARTS >> 101 (Fall, 2008)
nd correct syllabus will be made available to enrolled students via Blackboard. English 101* Susan L. Eller seller@latech.edu Purpose The goal of Freshman English is to put you on the path of learning academic and professional writing conventions. M...
LA Tech >> LTPARTS >> 303 (Fall, 2008)
This syllabus serves as an example only. The current and correct syllabus will be made available to enrolled students via Blackboard. Susan L. Eller seller@latech.edu Course Purpose GTM 246 257-3403 Our purpose in this course is simple: provide yo...
LA Tech >> GARTS >> 08 (Fall, 2008)
...
LA Tech >> GARTS >> 08 (Fall, 2008)
Instructional Technology Basics Terms to Know and Rationale for E-Learning What is E-Learning? Formerly known as correspondence courses and more recently called distance learning. Electronic learning or e-learning is any learning environment where...
LA Tech >> GARTS >> 08 (Fall, 2008)
Design Components Create a Welcome to My Course Web Page including course information and goals, instructor contact information, course requirements and expectations, technical skills and computer capabilities required, links to required texts, syll...
LA Tech >> GARTS >> 08 (Fall, 2008)
Daisy Miller One Question NEXT Why did Daisy have to die? She was punished for stepping There was no place for her in th Daisys death was a function of She was punished for stepping out of line. Proponents of this view yada yada yada. BACK ...
LA Tech >> GARTS >> 08 (Fall, 2008)
Daisy Miller One Question NEXT Why did Daisy have to die? She was punished for stepping out of line. There was no place for her in the world. Daisys death was a function of the realism in the story. She was punished for stepping out of line. ...
LA Tech >> GARTS >> 08 (Fall, 2008)
1 How to Make a Web Page Using SeaMonkey HTML Editor for more handy reference tools visit http:/garts.latech.edu/tamaram/elearning/index.htm SeaMonkey is an Internet browser that also includes an html editor. It can be used much like a word processo...
LA Tech >> GARTS >> 08 (Fall, 2008)
Tegrity Cart Simple Steps to Creating Your Online Lecture Table of Contents ListofFigures. iii ListofTables.. iv 1 2 DescriptionoftheTegrityCart. StepByStepInstructions. 1. StartUp 1.1PlugginginCPU. 1.2ConnectingNetworkCable. 1.3UsingPenandM...
LA Tech >> GARTS >> 08 (Fall, 2008)
Table of Contents Introduction 1.1 Before You Begin 1.2 Getting Started 1.3 The Basic Toolbars Manipulating Text Changing Font Style Manipulating Images Cha...
LA Tech >> GARTS >> 08 (Fall, 2008)
Usability Test Using the Adobe GoLive program, perform all of the tasks outlined in the quick reference guide. Please answer all of the following questions after you complete the tasks outlined in the quick reference guide. 1. What operating system d...
LA Tech >> GARTS >> 08 (Fall, 2008)
WHAT YOU NEED TO KNOW ABOUT COPYRIGHT LAWS The information found here is based on materials developed by Jean T. Kreamer and Georgia Harper for the LaCADE (Louisiana Consortium for the Advancement of Distance Education) program. Copyright has become ...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ACCOUNTING What can I do with this degree? AREAS PUBLIC ACCOUNTING Auditing/Assurance Services Tax Environmental Accounting Forensic/Investigative Accounting Information Technology Services International Accounting Personal Financial Planning EMPLOY...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ADVERTISING What can I do with this degree? AREAS ACCOUNT MANAGEMENT Sales Development Marketing Administration EMPLOYERS Advertising agencies Corporate advertising departments Specialty advertising firms Consulting firms Marketing firms Self employ...
LA Tech >> MAJORS >> 2 (Fall, 2008)
AGRICULTURE and NATURAL RESOURCES What can I do with this degree? AREAS ECONOMICS & BUSINESS Appraisal Consulting Risk Management Credit Analysis Retail Management Marketing Sales Public Relations Finance and Banking Economic and Policy Analysis Comm...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ALLIED HEALTH Physical & Occupational Therapy, Cytotechnology, Dental Hygiene, Health Information Management, Medical Technology What can I do with these degrees? AREAS PHYSICAL THERAPY Physical therapy involves treatment through physical means for p...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ANTHROPOLOGY/ARCHAEOLOGY What can I do with this degree? AREAS EDUCATION Teaching Research Administration EMPLOYERS Universities/colleges/community colleges University research institutes or laboratories Campus museums STRATEGIES Ph.D. required for...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ARCHITECTURE What can I do with this degree? AREAS RESIDENTIAL ARCHITECTURE Single Family Housing Multiple-Unit Residential Tract Homes Senior/Assited Living Remodeling/Renovations EMPLOYERS Architecture firms Real estate developers Construction fir...
LA Tech >> MAJORS >> 2 (Fall, 2008)
ART What can I do with this degree? AREAS ART MUSEUMS/GALLERIES Education Administration Curatorial Conservation Registrar Collections Management Sales Publications Development Public Relations Exhibit Design/Preparation Archivist Tour Guides/Docent ...
LA Tech >> MAJORS >> 2 (Fall, 2008)
BIOCHEMISTRY What can I do with this degree? AREAS RESEARCH Basic Applied Medical Grant Writing Administration EMPLOYERS STRATEGIES University laboratories Federal government laboratories/agencies including: National Science Foundation National In...
LA Tech >> MAJORS >> 2 (Fall, 2008)
BIOLOGICAL SCIENCES What can I do with this degree? AREAS BIOTECHNOLOGY Research and Development Laboratory Testing Education EMPLOYERS Colleges and universities Pharmaceutical companies Agricultural industry including fertilizer manufacturers and a...
LA Tech >> MAJORS >> 2 (Fall, 2008)
BOTANY What can I do with this degree? AREAS PLANT BIOLOGY Anatomy Biochemistry Biophysics Cytology Ecology Genetics Molecular Biology Morphology Paleobotany Physiology Systematics Systems Ecology Taxonomy EMPLOYERS STRATEGIES Research organizatio...
LA Tech >> MAJORS >> 2 (Fall, 2008)
BROADCASTING AND ELECTRONIC MEDIA What can I do with this degree? AREAS TELEVISION Programming Production Promotion News Reporting News Producing News Videography Sportscasting Weather Forecasting Anchoring Management Sales EMPLOYERS Major networks ...
LA Tech >> MAJORS >> 2 (Fall, 2008)
BUSINESS What can I do with this degree? AREAS AREAS ACCOUNTING Tax Planning and Compliance Auditing Information Systems Management Advising Services General Accounting Cost Accounting Public Accounting Corporate Accounting ECONOMICS Research and For...
LA Tech >> MAJORS >> 2 (Fall, 2008)
CHEMISTRY What can I do with this degree? AREAS ANALYTICAL Research Development Analysis and Testing Consulting Environmental Forensics EMPLOYERS STRATEGIES Federal, state, and local government Federal agencies including National Aeronautics and S...
LA Tech >> MAJORS >> 2 (Fall, 2008)
CHILD AND FAMILY STUDIES What can I do with this degree? AREAS PRE-SCHOOL/DAY CARE Teaching Administration EMPLOYERS Religious organizations Montessori schools Private, public, franchise, and corporate day care centers Private homes Family day care ...
LA Tech >> MAJORS >> 2 (Fall, 2008)
CLASSICS What can I do with this degree? AREAS EDUCATION Teaching Research Administration EMPLOYERS Universities and colleges Elementary and secondary schools, public and private STRATEGIES Ph.D. required for college/university teaching. Earn gradu...
What are you waiting for?