[{"id":1064999,"question":"<p>What is the result of &nbsp;3** 2 ?</p>","choices":[{"text":"<p>6</p>","value":"A"},{"text":"<p>5</p>","value":"B"},{"text":"<p>8</p>","value":"C"},{"text":"<p>9</p>","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":1064998,"question":"<p>What does 'lambda x :x * 2 \" do ?</p>","choices":[{"text":"<p>Defines a recursive funtion&nbsp;</p>","value":"A"},{"text":"<p>Creates an anonymous function&nbsp;</p>","value":"B"},{"text":"<p>Raises an error</p>","value":"C"},{"text":"<p>Defines a clss</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064997,"question":"<p>What is the output ofprint &nbsp;(\"Hello\" end “!”)?</p>","choices":[{"text":"<p>Hello!</p>","value":"A"},{"text":"<p>Hello</p>","value":"B"},{"text":"<p>Error</p>","value":"C"},{"text":"<p>Hello on !</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064996,"question":"<p>Why ar eror messages important.</p>","choices":[{"text":"<p>Slow down the process</p>","value":"A"},{"text":"<p>Helps locate problems</p>","value":"B"},{"text":"<p>Not useful</p>","value":"C"},{"text":"<p>Indicate success</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064995,"question":"<p>What does pdb do.</p>","choices":[{"text":"<p>Compiles code</p>","value":"A"},{"text":"<p>Steps through and inspects code</p>","value":"B"},{"text":"<p>Writes tests</p>","value":"C"},{"text":"<p>Optimizes performance</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064994,"question":"<p>What is a common debugging technique.</p>","choices":[{"text":"<p>Writing more code</p>","value":"A"},{"text":"<p>Print statement</p>","value":"B"},{"text":"<p>Ignoring errors</p>","value":"C"},{"text":"<p>Frequent compiling</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064993,"question":"<p>What is debugging.</p>","choices":[{"text":"<p>Writing new code</p>","value":"A"},{"text":"<p>Finding and fixing errors</p>","value":"B"},{"text":"<p>Compiling</p>","value":"C"},{"text":"<p>Running test</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064992,"question":"<p>What is regression testing.</p>","choices":[{"text":"<p>Testing new features</p>","value":"A"},{"text":"<p>Ensuring no breakages in functionality</p>","value":"B"},{"text":"<p>UI testing</p>","value":"C"},{"text":"<p>Performace &nbsp;testing</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064991,"question":"<p>What is functional testing.</p>","choices":[{"text":"<p>Speed testing</p>","value":"A"},{"text":"<p>Validating usr behaavior</p>","value":"B"},{"text":"<p>Syntax checking</p>","value":"C"},{"text":"<p>Database testing</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064990,"question":"<p>What does integration testing check</p>","choices":[{"text":"<p>Individual functions</p>","value":"A"},{"text":"<p>User experience</p>","value":"B"},{"text":"<p>Code interaction</p>","value":"C"},{"text":"<p>Performance</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064989,"question":"<p>What is unit testing?</p>","choices":[{"text":"<p>Testing the whle app</p>","value":"A"},{"text":"<p>Testing parts i isolation&nbsp;</p>","value":"B"},{"text":"<p>User interaction testing</p>","value":"C"},{"text":"<p>Performance testing</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064988,"question":"<p>What is the goal of testing.</p>","choices":[{"text":"<p>Write more code</p>","value":"A"},{"text":"<p>Find and fix issues</p>","value":"B"},{"text":"<p>Optimize performance</p>","value":"C"},{"text":"<p>Deputy code</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064987,"question":"<p>What is testing in programming.</p>","choices":[{"text":"<p>writing code</p>","value":"A"},{"text":"<p>Running code with inputs</p>","value":"B"},{"text":"<p>Compiling</p>","value":"C"},{"text":"<p>Debugging</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064986,"question":"<p>What is the result of dividing by zero in Python</p>","choices":[{"text":"<p>Returns zero</p>","value":"A"},{"text":"<p>Raises an error</p>","value":"B"},{"text":"<p>Returns infinity</p>","value":"C"},{"text":"<p>Terminates the program</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064984,"question":"<p>How do you append data to a file</p>","choices":[{"text":"<p>Open in read mode</p>","value":"A"},{"text":"<p>Open in write mode</p>","value":"B"},{"text":"<p>Open in append mode</p>","value":"C"},{"text":"<p>Open in execuge mode</p>","value":"D"},{"value":"E"}],"correctAnswer":3}]