<?xml version="1.0" ?>
<quiz>
<question type="category">
<category>
<text> $course$/quiz9/</text>
</category>
</question>
<question type="description">
<name><text><![CDATA[001 Do the online reading: <a href="http://www.rose-hulman.edu/class/csse/csse120/VideoFiles/11.1-OverloadingThePlusSymbol/Handouts/OverloadingThePlusSymbol.pdf" target=newtab><b>Overloading the plus operator</b></a>]]></text></name>
<questiontext format="html">
<text><![CDATA[Do the online reading: <a href="http://www.rose-hulman.edu/class/csse/csse120/VideoFiles/11.1-OverloadingThePlusSymbol/Handouts/OverloadingThePlusSymbol.pdf" target=newtab><b>Overloading the plus operator</b></a>]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
</question>
<question type="shortanswer">
<name><text><![CDATA[002 11 + 22 evaluates to: HINT: enter error if it generates an error]]></text></name>
<questiontext format="html">
<text><![CDATA[11 + 22 evaluates to: HINT: enter error if it generates an error]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="100.0">
<text><![CDATA[33]]></text>
</answer>
</question>
<question type="shortanswer">
<name><text><![CDATA[003 '11' + '22' evaluates to: HINT: enter error if it generates an error]]></text></name>
<questiontext format="html">
<text><![CDATA['11' + '22' evaluates to: HINT: enter error if it generates an error]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="100.0">
<text><![CDATA['1122']]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA[1122]]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA["1122"]]></text>
</answer>
</question>
<question type="shortanswer">
<name><text><![CDATA[004 '11' + str(3 + 3) + '22' evaluates to: HINT: enter error if it generates an error]]></text></name>
<questiontext format="html">
<text><![CDATA['11' + str(3 + 3) + '22' evaluates to: HINT: enter error if it generates an error]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="100.0">
<text><![CDATA['11622']]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA["11622"]]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA[11622]]></text>
</answer>
</question>
<question type="shortanswer">
<name><text><![CDATA[005 '11' + 33 evaluates to: HINT: enter error if it generates an error]]></text></name>
<questiontext format="html">
<text><![CDATA['11' + 33 evaluates to: HINT: enter error if it generates an error]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="100.0">
<text><![CDATA[error]]></text>
</answer>
</question>
<question type="multichoice">
<name><text><![CDATA[006 What does the statement <b>print(x,y,z)</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text></name>
<questiontext format="html">
<text><![CDATA[What does the statement <b>print(x,y,z)</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="0.0">
<text><![CDATA[1, 2, 3]]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA[1 2 3]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[6]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[123]]></text>
</answer>
</question>
<question type="multichoice">
<name><text><![CDATA[007 What does the statement <b>print(str(x)+str(y)+str(z))</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text></name>
<questiontext format="html">
<text><![CDATA[What does the statement <b>print(str(x)+str(y)+str(z))</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="0.0">
<text><![CDATA[1, 2, 3]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[1 2 3]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[6]]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA[123]]></text>
</answer>
</question>
<question type="multichoice">
<name><text><![CDATA[008 What does the statement <b>print(x+y+z)</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text></name>
<questiontext format="html">
<text><![CDATA[What does the statement <b>print(x+y+z)</b> print if <b>x=1</b>, <b>y=2</b>, and <b>z=3</b>?]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="0.0">
<text><![CDATA[1, 2, 3]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[1 2 3]]></text>
</answer>
<answer fraction="100.0">
<text><![CDATA[6]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[123]]></text>
</answer>
</question>
<question type="matching">
<name><text><![CDATA[009 Implement a function named print_equation that given two numbers x and y prints an equation for the sum of them (e.g., if x is 65 and y is 11, the function would print 65+11=76)]]></text></name>
<questiontext format="html">
<text><![CDATA[Implement a function named print_equation that given two numbers x and y prints an equation for the sum of them (e.g., if x is 65 and y is 11, the function would print 65+11=76)]]></text>
</questiontext>
<subquestion>
<text><![CDATA[Line 1]]></text>
<answer>
<text><![CDATA[def print_equation(x,y):]]></text>
</answer>
</subquestion>
<subquestion>
<text><![CDATA[Line 2]]></text>
<answer>
<text><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;print(str(x)+"+"+str(y)+"="str(x+y))]]></text>
</answer>
</subquestion>
<subquestion>
<text><![CDATA[]]></text>
<answer>
<text><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;print(x,y,x+y)]]></text>
</answer>
</subquestion>
<subquestion>
<text><![CDATA[]]></text>
<answer>
<text><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;print(x+++y+=+x+y)]]></text>
</answer>
</subquestion>
<subquestion>
<text><![CDATA[]]></text>
<answer>
<text><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;print("65+11=76")]]></text>
</answer>
</subquestion>
<shuffleanswers>false</shuffleanswers>
</question>
<question type="multichoice">
<name><text><![CDATA[010 When is the upcoming exam (exam 2)?]]></text></name>
<questiontext format="html">
<text><![CDATA[When is the upcoming exam (exam 2)?]]></text>
</questiontext>
<shuffleanswers>true</shuffleanswers>
<answer fraction="100.0">
<text><![CDATA[Next Wednesday, 10/7]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[Next Monday, 10/5]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[This Friday, 10/2]]></text>
</answer>
<answer fraction="0.0">
<text><![CDATA[Monday after Fall Break, 10/12]]></text>
</answer>
</question>
</quiz>