question_bank.xml
changeset 29 ea1c0110e989
parent 28 456b7b9e3d13
child 33 d28d0957a5ab
equal deleted inserted replaced
28:456b7b9e3d13 29:ea1c0110e989
    48 			</time_limit>
    48 			</time_limit>
    49 			<expected_answer>
    49 			<expected_answer>
    50 				len\( a \) 
    50 				len\( a \) 
    51 			</expected_answer>
    51 			</expected_answer>
    52 		</question>
    52 		</question>
    53 
       
    54 	</day1quiz1>
       
    55 
       
    56 	<day1quiz2>
       
    57 		<question>
    53 		<question>
    58 			<description>
    54 			<description>
    59 				What is the maximum number that can be represented natively in Python.
    55 				What is the maximum number that can be represented natively in Python.
    60 			</description>
    56 			</description>
    61 			<time_limit>
    57 			<time_limit>
    62 				30
    58 				15
    63 			</time_limit>
    59 			</time_limit>
    64 			<options>
    60 			<options>
    65 				Infinite
    61 				Infinite
    66 				2**32
    62 				2**32
    67 			</options>
    63 			</options>
    68 			<expected_answer>
    64 			<expected_answer>
    69 				1
    65 				Infinite
    70 			</expected_answer>
    66 			</expected_answer>
    71 		</question>
    67 		</question>
    72 	</day1quiz2>
    68 
       
    69 		<question>
       
    70 			<description>
       
    71 				There is a bug in this code. What is the bug.
       
    72 			</description>
       
    73 			<time_limit>
       
    74 				30
       
    75 			</time_limit>
       
    76 			<code>
       
    77 for i in range(5):
       
    78     plot(i,sin(i))
       
    79 
       
    80 			</code>
       
    81 			<expected_answer>
       
    82 				plot(i,sin(i))
       
    83 			</expected_answer>
       
    84 		</question>
       
    85 	
       
    86 	</day1quiz1>
       
    87 
       
    88 	<day1quiz2>
       
    89 </day1quiz2>
    73 
    90 
    74 </questionbank>
    91 </questionbank>