[{"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},{"id":1064920,"question":"<p>What does the input () function do in Python.</p>","choices":[{"text":"<p>Displays output to the screen</p>","value":"A"},{"text":"<p>Waits for user input and sotes it as a string</p>","value":"B"},{"text":"<p>Converts data to integer</p>","value":"C"},{"text":"<p>Ends the program</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064919,"question":"<p>Which data tpe represents text in python.</p>","choices":[{"text":"<p>int</p>","value":"A"},{"text":"<p>str</p>","value":"B"},{"text":"<p>float</p>","value":"C"},{"text":"<p>bool</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064918,"question":"<p>What is the data type of the varable in this line. prise =19.99?</p>","choices":[{"text":"<p>int</p>","value":"A"},{"text":"<p>str</p>","value":"B"},{"text":"<p>float</p>","value":"C"},{"text":"<p>bool</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064917,"question":"<p>What is the recommmended case for constants</p>","choices":[{"text":"<p>Camel Case</p>","value":"A"},{"text":"<p>Lowercase</p>","value":"B"},{"text":"<p>Uppercase with underscores</p>","value":"C"},{"text":"<p>snake_case</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064916,"question":"<p>Which is allowd n Python variable names.</p>","choices":[{"text":"<p>Spaces</p>","value":"A"},{"text":"<p>Hphenes(-)</p>","value":"B"},{"text":"<p>Underscores (_)</p>","value":"C"},{"text":"<p>Special symbols(#)</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064915,"question":"<p>Which variable name is invalid.</p>","choices":[{"text":"<p>my _var</p>","value":"A"},{"text":"<p>_count</p>","value":"B"},{"text":"<p>2nd _place</p>","value":"C"},{"text":"<p>MAX_VALUE</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064914,"question":"<p>Why should we used &nbsp;meaningful variable names.</p>","choices":[{"text":"<p>To make code shorter</p>","value":"A"},{"text":"<p>To increased program speed</p>","value":"B"},{"text":"<p>To improve readibility and understianding&nbsp;</p>","value":"C"},{"text":"<p>To hide data from others</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064913,"question":"<p>Which of the following cannot be used as variable name in Phyton.</p>","choices":[{"text":"<p>age</p>","value":"A"},{"text":"<p>_score</p>","value":"B"},{"text":"<p>for</p>","value":"C"},{"text":"<p>user_name</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064912,"question":"<p>Which of the following is a valid variable name in Phyton.</p>","choices":[{"text":"<p>My _variable</p>","value":"A"},{"text":"<p>2nd Place</p>","value":"B"},{"text":"<p>my-Var</p>","value":"C"},{"text":"<p>@NAME</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064911,"question":"<p>How can you &nbsp;writ ea multi lne comment in Python.</p>","choices":[{"text":"<p>Using ‘//’ at each line</p>","value":"A"},{"text":"<p>Using &nbsp;triple quotes ('' “”' or ‘’ ‘\" “ ”')</p>","value":"B"},{"text":"<p>Using square bracket '[[[[ ]]]]</p>","value":"C"},{"text":"<p>Using curly braces ‘{ &nbsp;}’</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064910,"question":"<p>Which symbol is used for a single-line commet in Python.</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":1064909,"question":"<p>What is the purpose of comments in Python.?</p>","choices":[{"text":"<p>To run code faster</p>","value":"A"},{"text":"<p>To explain or note code for betterunderstanding</p>","value":"B"},{"text":"<p>To delete code permanently</p>","value":"C"},{"text":"<p>To change variable names</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064908,"question":"<p>Which tool is used to install Python packages.</p>","choices":[{"text":"<p>npm</p>","value":"A"},{"text":"<p>‘pip’</p>","value":"B"},{"text":"<p>‘git’</p>","value":"C"},{"text":"<p>‘apt’</p>","value":"D"},{"value":"E"}],"correctAnswer":2}]