Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more.
Course Hero has millions of course specific materials providing students with the best way to expand
their education.
Below is a small sample set of documents:
UNC - PSYCH - 101
Chapter 1, Thinking Critically With Psychological Science The Need for Psychological Science The Limits of Intuition and Common Sense Although in some ways we outsmart the smartest computers, our intuition often goes awry. To err is human. Without scienti
UNC - PSYCH - 101
Chapter 2 GlossaryBiological psychology- a branch of psychology concerned with the l inks between b iology and behavior. (Some biological psychologists call themselves behavioral neuroscientists, neuropsychologists, behavior geneticists, physiological ps
UNC - PSYCH - 101
Quiz 1Chapter 2 1. Who would have been most likely to claimthat a slight protrusion in a certain region of someone's skull indicated that the individual had an optimistic personality? Franz GallQuiz 2Broca's area. Jenny is most likely to experience: a
UNC - PSYCH - 101
Chapter4quiz11.Nutrientsandoxygenaretransferredfromamothertoherdevelopingfetusthroughthe:placenta2.Themostimmediateanddirectfunctionoftherootingreflexisthefacilitationof:foodcomsumption3.Infants'tendencytogazelongeratnovelstimulithanatfamiliaronesprovi
UNC - PSYCH - 101
Chapter5quiz11.Experiencingsuddenpainisto_sensation_asrecognizingthatyouaresufferingaheartattackisto _perception_.2.Theimpactofboredomandfatigueonpeople'sabsolutethresholdsishighlightedby:signaldetectiontheory3.Ifavisualimageisfirstpresentedsubliminall
UNC - PSYCH - 101
strengthens the behavior it follows erience , such as one that satisfies a biological need inforcing power through its association with a primary reinforcer iate stimuli esponse every time it occurs udies behavior without reference to mental processes art
UNC - PSYCH - 101
otographic or picture-image memory lasting no more than a few tenths of a second f attention is elsewhere, sounds and words and still be recalled within 3 or 4 seconds ntial after brief, rapid stimulation (Believed to be a neural basis for learning and me
UNC - PSYCH - 101
Quiz 1Prologue 1. Which philosopher most clearlyrejected the idea that the mind is separable from the body? AristotleQuiz 2behaviorists were much less l ikely to focus on the study of: thinking.9. Experience is to genes as _ isto _.Nurture; nature2
UNC - PSYCH - 101
P rologue: The Story of Psychology Psychologys Roots Psychology traces its roots back through recorded history to the wr it ings of many scholars who spent their l ives wondering about peoplein India, China, the M iddle East, and Europe. In their attempt
UNC - ENVR - 101
3. Four stages of demographic transition are: Preindustrial stage, when there is little population growth because harsh living conditions lead to both a high birth rate (to compensate for high infant mortality) and a high death rate. Transitional stage, w
UNC - ENVR - 101
Quiz C yclingChapter 4 Ecosystems: Components, Energy Flow, and Matter1. Which of the following levels of organization is the most inclusive?Biosphere2. A(n) _ includes both living and non-living components. Ecosystem 3. The innermost part of the Eart
UNC - ENVR - 101
U.S.EnvironmentalProtectionAgency ArielRiosBuilding 1200PennsylvaniaAvenue,N.W. Washington,DC20460DearEPAHeadquarters, Irecentlyvisitedyourwebsiteathttp:/www.epa.gov/.IwasdisappointedasIscrolledthroughthelistof environmentalissues;itwaslackinganimportant
UNC - ENVR - 101
3. Succession a) Describe the process of primary and secondary succession noting the differences between them. Include the causes, time frame involved, pioneer species, mid- and latesuccessional plant species. i) Primary succession is the colonization and
UNC - ENVR - 101
1. A person who is primarily interested in the establishment of new wilderness areas would be considered a(n) a. b. c. d. ecologist. preservationist. restorationist. conservationist.ANSWER: B2. Which of the following statements about developed countries
UNC - ENVR - 101
a.biological evDifferent molecular forms of a gene are calledGenetic variability in a population arises throughIn order for natural selection to occurWhich of the following processes involves changes in the gene pool of moreEcologists say that a nic
UNC - ENVR - 101
APESSpring2008 Unit1Test(Chapters13,Miller13thed) FRQPreviewName: Date: Pd:IsuggestthatyoupreparenotesforallofthefollowingIwillselectthreeforyourclass,fromwhichyou willselectTWOtowrite. 1.TheTragedyoftheCommonsisoneofthemostimportantandprovocativeessays
UNC - COMP - 101
#1#$ # # #<init>#()V#Code#LineNumberTable#LocalVariableTable#this#LHelloWorld;#main#([Ljava/lang/String;)V#args#[Ljava/lang/String;# SourceFile#HelloWorld.java### #Hello World!#!#"#"It is a great day for programming.# HelloWorld#java/lang/Object#jav
UNC - COMP - 101
#BlueJ class context comment0.params=args comment0.target=void\ main(String[]) numComments=1
UNC - COMP - 101
/* * Display a "Hello World!" message on the screen * */ public class HelloWorld cfw_ public static void main (String[] args) cfw_ System.out.println("Hello World!"); System.out.println("It is a great day for programming.") ;/end of main method /end of cl
UNC - COMP - 101
#1#* # # # # # #! #"#<init>#()V#Code#LineNumberTable#LocalVariableTable#this#LAppea rancesMatter;#main#([Ljava/lang/String;)V#args#[Ljava/lang/String;# SourceFile#AppearancesMatter.java##$#%#&#FYikes! This program runs fine, but the code is very diffic
UNC - COMP - 101
/* * A program to illustrate very bad Java style. * * FLVS 2006 * */ public class AppearancesMatter cfw_ public static void main(String[] args) cfw_ System.out.println("Yikes! This program runs fine, but the code is very difficult to read!"); System.out.p
UNC - COMP - 101
#1#: #$ #%#&#' #(#) #(#*#@9 #R #(#+#,#@IPH#-#@S #.#@#V#/#@aL#0#1#<init>#()V#Code# LineNumberTable#LocalVariableTable#this#LCalculationsV2;#main#([Ljava/lan g/String;)V#args#[Ljava/lang/String;# SourceFile#CalculationsV2.java#2#3#4#Addition#5#6#7#6#8#
UNC - COMP - 101
/* * The Calculations class performs addition, subtraction, multiplication, division, and modulus operations on integers and decimals. * * ?LVS 2007 * @author Bill Jordan * @version 01/19/07 */ public class CalculationsV2 cfw_ public static void main(Stri
UNC - COMP - 101
#1#R #/ #0#1#2 #3#4#5 #/ #6#7 #8#9 #: #3#;#@8 =q #3#<#= #3#>#@IPH#?#@S #@#@# #A#@aL#B#C#<init>#()V#Code#Lin eNumberTable#LocalVariableTable#this#LCalculationsV3;#main#([Ljava/lang/S tring;)V#args#[Ljava/lang/String;#iNum1#I#iNum2# SourceFile#CalculationsV
UNC - COMP - 101
/* * The Calculations class performs addition, subtraction, multiplication, division, and modulus operations on integers and decimals. * * ?LVS 2007 * @author Bill Jord * @version 01/19/07 */ public class CalculationsV3 cfw_ public static void main(String
UNC - COMP - 101
#1#cfw_ #.#Q#@7 \(#@!p =#@Xfffff#@GW| #@ #Q #@#@j#@#@fffff#@nc33333 #R#S#T #U#V#W #Q #X#Y #Z#[ #\ #U#] #U#^ #_ #U#` #U#a#b#c#d#e#f#g#h#i#j#k#<init>#()V#Code#LineNumberTable#LocalV ariableTable#this#LCalculationsV4;#main#([Ljava/lang/String;)V#args#[Lj ava
UNC - COMP - 101
/* * The Calculations class performs addition, subtraction, multiplication, division, and modulus operations on integers and decimals. * Student Name: HuiJie Liu Date: October 14, 2007 Assignment: 2.03 * ?LVS 2007 * @author Bill Jordan * @version 01/19/07
UNC - COMP - 101
#1#cfw_ #.#Q#@7 \(#@!p =#@Xfffff#@GW| #@ #Q #@#@j#@#@fffff#@nc33333 #R#S#T #U#V#W #Q #X#Y #Z#[ #\ #U#] #U#^ #_ #U#` #U#a#b#c#d#e#f#g#h#i#j#k#<init>#()V#Code#LineNumberTable#LocalV ariableTable#this#LCalculationsV5;#main#([Ljava/lang/String;)V#args#[Lj ava
UNC - COMP - 101
/* * The Calculations class performs addition, subtraction, multiplication, division, and modulus operations on integers and decimals. * Student Name: HuiJie Liu Date: October 14, 2007 Assignment: 2.03 * ?LVS 2007 * @author Bill Jordan * @version 01/19/07
UNC - COMP - 101
/* * MeasuermentConverter_v1 converts to and from Metric and English * units of measure. * * Sample Calculation: * 1 mile = 5280 ft, therefore 6230 ft / 5280 = 1.7992 miles * * * LVS 2007 * @author B. Jordan * @version 01/19/07 * * Modified by: (Student n
UNC - COMP - 101
#1# #L#d #e#f#g #h#i#j#k#?ffffff#@V#@ @#@i #@X #@Ko#? 333333#@#@9#@ #l #d #m#n #o#p #q #h#r#s#t#@6L#?~R8 #u#?E*!#v#?#J^Q#w#x#@#/'_#y#z#@#H W#cfw_#|#?1##~#@ ?#@#? S8#R#@0#8#@B@# # #<init>#()V#Code#LineNumberTable# LocalVariableTable#this#LMeasurementConver
UNC - COMP - 101
/* *Thepurposeofthisprogramistoconvertunitsofmeasurement. * *@authorH.Liu *@version10/17/07 */ publicclassMeasurementConverterV1 cfw_ publicstaticvoidmain(String[]args) cfw_ System.out.println("Thisprogramconvertstoandfrom"); System.out.println("Metricand
NYU - POLITICS - 122
P&P 09.30 Lecture midterm on 21th Another way to test the MVT : Do candidates converge? - Project Vote Smart NPAT survey 200+ positions PPA Week4 Figure 2 - Significance of 45 degree line. Where alll points should be if all candidates converge Not covergi
NYU - POLITICS - 122
Midterm oct 14 thursday Power and Politics in America V53.0300 Fall 2010 Silver 703 T/Th 9:30-10:45Professor Anna Harvey Department of Politics 19 W. 4th St., 308 anna.harvey@nyu.edu Office Hours: Th 11-12This course is an introduction to American polit
NYU - POLITICS - 122
Assignment # 3 For this assignment first recreate (or simply reopen) the Excel chart you made for assignment # 2. This time, ask Excel to add the linear trendline equation to the chart. Using the reported equation, compute the predicted level of infant mo
NYU - POLITICS - 122
Hoyoung Yang Woodruff,Tuesday 3:30 pm Assignment 1 The Chart makes it easeir for us to see the corelation between infant mortality levels and democracy. The Infant mortility level of United States is lower than that of the other countries with same democr
NYU - POLITICS - 122
Hoyoung Yang Woodruff,Tuesday 3:30 pm Assignment 2This graph enables us to see the significance of the data that were collected at once. It shows that the infant mortality of the United States is much higher than that of the other countries with similar
NYU - POLITICS - 122
Hoyoung Yang Woodruff,Tuesday 3:30 pm Assignment 3 The equation for the linear regression line is Y=-4E-05x+5.9978. In this equation, Y represents the infant mortality, and x represents GDP per capita. To predict the infant mortality for the United States
NYU - POLITICS - 122
Assignment # 1 The spreadsheet posted under Democracy and Infant Mortality contains data on political institutions and infant mortality outcomes for 177 countries in 1999. The Democracy score ranges from 0 to 1, with 1 representing political leaders that
NYU - POLITICS - 122
Assignment # 2 The spreadsheet posted under Democracy and GDP contains data on GDP per capita and infant mortality outcomes for the 25 wealthiest democracies (i.e., those with a democracy score of 1) in 1999. Please make an Excel scatterplot chart of this
NYU - POLITICS - 122
Infant MortalityperGDPpcin 1995USdollars Country W(Democracy) 1000births Comoros 0 60.8 388.14 Congo 0 89 840.16 Pakistan 0 89.8 507.83 IvoryCoast 0 111.2 787.03 Rwanda 0 123.16 234.84 Afghanistan 0 147.32 Cuba 0.25 6.88 Bahrain 0.25 7.7 Croatia 0.25 7.
NYU - POLITICS - 122
Infant GDPpcin Country Country Slovenia Portugal Greece Israel Spain NewZealand Italy UnitedKingdom Canada Australia Ireland France Belgium Sweden Netherlands Finland Iceland UnitedStatesofAmerica Austria Germany Norway Denmark Japan Switzerland Luxemburg
NYU - POLITICS - 122
Effects of Majoritarian Accountability Per capita income: +10x greater Economic growth: 12x greater over 100 years Civil rights/liberties: 4-6 pts higher on 7 pt scales Transparency increases Probability of war decreasesEducation and Majoritarian Accoun
NYU - POLITICS - 122
The Problem of Cooperation: Humes Marsh Total Benefit=2; Total Cost=3 if solo, 2 if joint Individuals cost if work is shared = 1 Farmer BCooperate Cooperate Do Not Cooperate1, 1 2,-1-1,2 0,0Farmer ADo Not CooperateA Variation on Humes Marsh Total
NYU - POLITICS - 122
Getting Estimates of Congressional Ideology From Roll Call Votes Use roll call votes to estimate ideal points of members of Congress on left-right lineRoll Call 1 2 3 4 5 6 Feingold Yea Yea Nay Nay Yea Nay Franken Nay Yea Yea Nay Yea Nay Boxer Nay Nay Y
NYU - POLITICS - 122
The Collective Action Problem in VotingPC behind by > 1 votePC behind by exactly 1 vote B C 0PC tiedPC ahead PC ahead by by > 1 vote exactly one voteVote Abstain-C 0BC BBC BBC B
NYU - CHINESE - intro
Elementary Chinese I Class Schedule (Week 1: 9/7-9/9)In-classHomeworkMonNo classTueIntroduction, pinyin (simple finals, initials)Review textbook (TB) p. 1-5, preview p. 6-10WedPinyin (compound finals, spelling rules, tones, syllable combinations)
NYU - CHINESE - intro
Elementary Chinese I Class Schedule (Week 2: 9/13-1/16)In-classHomeworkMonPinyin, Chinese writing system, numeralsHomework for Introduction dueTuePractice pinyin+ quiz 1Preview Lesson 1WedCWB: write characters for L1 Dialogue 1 L1 Dialogue 1, wo
NYU - CHINESE - intro
ELEMENTARY CHINESE I V33.0201.73131 Syllabus for Fall Semester of 2010Instructor:Zhao WangOffice: 41 East 11th Street, Room 726 Office Hours: By appointmentE-mail: zw306@nyu.edu Course DescriptionThis course is designed to teach basic skills in readi
NYU - MAP - 421
Notes to the Introduction to TEXTS AND IDEAS: ANTIQUITY AND THE 19TH CENTURYFor the framework of this course, Im using as my point of departure the notion of Western culture as a dialogue or dialectics of two radically different perspectives on reality a
NYU - MAP - 421
Notes to the Introduction to TEXTS AND IDEAS: ANTIQUITY AND THE 19TH CENTURYFor the framework of this course, Im using as my point of departure the notion of Western culture as a dialogue or dialectics of two radically different perspectives on reality a
NYU - MAP - 421
Texts and Ideas: Antiquity and the 19th Century Prof. Friedrich Ulfers (Fall 2010)Response Paper #1: Due in lecture Wednesday, 6 October 2010 Write a 6-page paper addressing ONE of the following questions: 1.) In what sense is the character Antigone embl
NYU - MAP - 421
Commentary on AntigoneMany critics of the tragedy Antigone see its significance as lying in the opposition of Creon and Antigone and all that this opposition represents. At the core of this interpretation lies the fact that Creon has taken a decision, wh
NYU - MAP - 421
C reaon is emblematic of t ragic worldview? Law, Justice, Att itude toward religion,morality, Why necessary to punish antigone? View change by end? Law of contraries vs law of contradiction Pg 167 bind knoledge, soul intelligence with rule and law Pg 168
NYU - MAP - 421
TEXTS AND IDEAS: ANTIQUITY AND THE 19TH CENTURY Morse Academic Plan: V55.0404 Teaching Staff Professor Friedrich Ulfers Department of Germanic Languages and Literatures Office: 19 University Place, Room 329 Drop-in Office Hours: Mon. 4:00 6:00 Teaching As
μ°μΈλνκ΅ - ART - intro art
Romanticism Francisco Goya, Family of Charles IV, Romanticism - life sized depiction - modeled on velazquez las meninas - artist is shown working on the portrait - disinclination to f latter Jean-Auguste-Dominique Ingres, Napoleon on the Imperial Throne,
μ°μΈλνκ΅ - ART - intro art
Hoyoung Yang Introduction to Art History 07.14.10 Essay Question #2The rebirth of art in Italy was connected with the rediscovery of ancient philosophy, science, and emergence of new patterns of thought. The Renaissance in Italy, as defined in the Merria
μ°μΈλνκ΅ - ART - intro art
h ttp:/www.flowofhistory.com/units/west/11/FC76 http:/www.metmuseum.org/toah/hd/dome/hd_dome.htm http:/www.huntfor.com/arthistory/renaissance/highren.htm http:/virtualology.com/virtualmuseumofart/hallofartmovements/earlyrenaissance.com/ http:/www.loc.gov/
μ°μΈλνκ΅ - ECON - econ princ
August10,2009OPEDCONTRIBUTORG.D.P .R.I.P .ByERICZENCEYMontpelier,Vt.IFtheresasilverliningtoourcurrenteconomicdownturn,itsthis:WithitcomeswhattheeconomistJoseph Schumpetercalledcreativedestruction,thefailureofoutmodedeconomicstructuresandtheirreplacem
μ°μΈλνκ΅ - ART - intro art
I n t ro Art history 7.13 I taly Francesco Borromini - Rival to Bernini - New and fantastic, imaginative 17th architecture - S. Carlo built in small land, but had all the amenities and facilities needed for monk facade - all organic concave, convex serpen