[{"id":1064935,"question":"<p>Which stateemnt allows checking multiple conditions in order.</p>","choices":[{"text":"<p>‘if’</p>","value":"A"},{"text":"<p>‘if-elif-else’</p>","value":"B"},{"text":"<p>'short -had if else</p>","value":"C"},{"text":"<p>‘if -else’</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064934,"question":"<p>What does an if statemetn do?</p>","choices":[{"text":"<p>Repeatss code many time</p>","value":"A"},{"text":"<p>Executes code only if a condition is true</p>","value":"B"},{"text":"<p>always rusn the else block</p>","value":"C"},{"text":"<p>Skips all conditions</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064933,"question":"<p>Which of the following is a type of decision- making structur ein Python.</p>","choices":[{"text":"<p>‘for’</p>","value":"A"},{"text":"<p>‘while’</p>","value":"B"},{"text":"<p>if -else</p>","value":"C"},{"text":"<p>range ()</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064932,"question":"<p>Waht are control structures used for in programming.</p>","choices":[{"text":"<p>To write comments</p>","value":"A"},{"text":"<p>To control the flow of a program</p>","value":"B"},{"text":"<p>To delete code</p>","value":"C"},{"text":"<p>To rename variables</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064931,"question":"<p>What will be he outpour (3+2) *2?</p>","choices":[{"text":"<p>6</p>","value":"A"},{"text":"<p>7</p>","value":"B"},{"text":"<p>10</p>","value":"C"},{"text":"<p>8</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064930,"question":"<p>Whcih has the highest preedence in Python expressions.</p>","choices":[{"text":"<p>Addition&nbsp;</p>","value":"A"},{"text":"<p>Parentheses ‘()’</p>","value":"B"},{"text":"<p>Multiplication&nbsp;</p>","value":"C"},{"text":"<p>Exponentiation</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064929,"question":"<p>What is the result of the expressi on? ‘3+4 *2’?</p>","choices":[{"text":"<p>10</p>","value":"A"},{"text":"<p>11</p>","value":"B"},{"text":"<p>14</p>","value":"C"},{"text":"<p>6</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064928,"question":"<p>What is an expression in Python.</p>","choices":[{"text":"<p>A comment</p>","value":"A"},{"text":"<p>A combination of values, variables, and operators.</p>","value":"B"},{"text":"<p>A variable name</p>","value":"C"},{"text":"<p>An error message</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064927,"question":"<p>What does the ‘=’ operator check.&nbsp;</p>","choices":[{"text":"<p>Greater than</p>","value":"A"},{"text":"<p>Equality</p>","value":"B"},{"text":"<p>Less than</p>","value":"C"},{"text":"<p>Assigment</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064926,"question":"<p>Which of the following is a logical operator.</p>","choices":[{"text":"<p>‘_’</p>","value":"A"},{"text":"<p>‘+’</p>","value":"B"},{"text":"<p>not</p>","value":"C"},{"text":"<p>‘=’</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064925,"question":"<p>Which operator compares two values and returns True or False.</p>","choices":[{"text":"<p>Comparison</p>","value":"A"},{"text":"<p>Arithmetic</p>","value":"B"},{"text":"<p>Assignment</p>","value":"C"},{"text":"<p>Logical</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064924,"question":"<p>Which operator is used for exponentiation.</p>","choices":[{"text":"<p>**</p>","value":"A"},{"text":"<p>*</p>","value":"B"},{"text":"<p>//</p>","value":"C"},{"text":"<p>%</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064923,"question":"<p>Which of the following is an arithmetic operator.</p>","choices":[{"text":"<p>+</p>","value":"A"},{"text":"<p>==</p>","value":"B"},{"text":"<p>=</p>","value":"C"},{"text":"<p>and</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064922,"question":"<p>What is an operator in Python.</p>","choices":[{"text":"<p>A value</p>","value":"A"},{"text":"<p>A symbol that performs an operation&nbsp;</p>","value":"B"},{"text":"<p>A comment</p>","value":"C"},{"text":"<p>A function&nbsp;</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064921,"question":"<p>How can you convert user input to an integer in Python.</p>","choices":[{"text":"<p>Using str()</p>","value":"A"},{"text":"<p>Using float ()</p>","value":"B"},{"text":"<p>Using int()</p>","value":"C"},{"text":"<p>Using bool ()</p>","value":"D"},{"value":"E"}],"correctAnswer":3}]