[{"id":1064967,"question":"<p>What is Python 's standard library.</p>","choices":[{"text":"<p>Built-in modules</p>","value":"A"},{"text":"<p>External libraties</p>","value":"B"},{"text":"<p>Code database&nbsp;</p>","value":"C"},{"text":"<p>Debugging tool</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064966,"question":"<p>How does modular programming benefit developers.</p>","choices":[{"text":"<p>Complicates management</p>","value":"A"},{"text":"<p>Independent work</p>","value":"B"},{"text":"<p>No functions</p>","value":"C"},{"text":"<p>Less reuse</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064965,"question":"<p>Why is the main () function important.</p>","choices":[{"text":"<p>Faster execution</p>","value":"A"},{"text":"<p>Organizes code</p>","value":"B"},{"text":"<p>Infiniteloops</p>","value":"C"},{"text":"<p>Not important</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064964,"question":"<p>What is the main function in Python?</p>","choices":[{"text":"<p>Background functions</p>","value":"A"},{"text":"<p>Starting point</p>","value":"B"},{"text":"<p>Imports modules</p>","value":"C"},{"text":"<p>Error handler</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064963,"question":"<p>What is modular programming.</p>","choices":[{"text":"<p>One file</p>","value":"A"},{"text":"<p>Smaller modules</p>","value":"B"},{"text":"<p>No functions</p>","value":"C"},{"text":"<p>Single data structure</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064962,"question":"<p>What is the third elements of [10,20,30,40]'?</p>","choices":[{"text":"<p>10</p>","value":"A"},{"text":"<p>20</p>","value":"B"},{"text":"<p>30</p>","value":"C"},{"text":"<p>40</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064961,"question":"<p>Why practice indexing and slicaing&nbsp;</p>","choices":[{"text":"<p>Not important</p>","value":"A"},{"text":"<p>Retrieve elemets efficiently</p>","value":"B"},{"text":"<p>Only for lists</p>","value":"C"},{"text":"<p>Only for strings</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064960,"question":"<p>What is the purpoe of slicing ?</p>","choices":[{"text":"<p>Access elemetns</p>","value":"A"},{"text":"<p>Create a list</p>","value":"B"},{"text":"<p>Subset of sequence</p>","value":"C"},{"text":"<p>Sort &nbsp;a list</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064959,"question":"<p>How can you access the last elements of a list</p>","choices":[{"text":"<p>Index -1</p>","value":"A"},{"text":"<p>Index -0</p>","value":"B"},{"text":"<p>Length -1</p>","value":"C"},{"text":"<p>Both a and c</p>","value":"D"},{"value":"E"}],"correctAnswer":4},{"id":1064958,"question":"<p>What is the key difference between a tuplc and a list.</p>","choices":[{"text":"<p>Mutable vs iimmutable</p>","value":"A"},{"text":"<p>Variable declaration</p>","value":"B"},{"text":"<p>Data type</p>","value":"C"},{"text":"<p>Syntax</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064957,"question":"<p>Which method adds an item to the end of a list</p>","choices":[{"text":"<p>Append</p>","value":"A"},{"text":"<p>Insert</p>","value":"B"},{"text":"<p>Add</p>","value":"C"},{"text":"<p>Extend</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064956,"question":"<p>How do you creae a list in Python.</p>","choices":[{"text":"<p>Curly braces</p>","value":"A"},{"text":"<p>Paretheses</p>","value":"B"},{"text":"<p>Square brackets</p>","value":"C"},{"text":"<p>Angle brackets</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1064955,"question":"<p>Whcih of the following is a built -in data structue in Python.</p>","choices":[{"text":"<p>List</p>","value":"A"},{"text":"<p>Array</p>","value":"B"},{"text":"<p>Set</p>","value":"C"},{"text":"<p>Stack</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1064954,"question":"<p>Why are pakages useful in Python.</p>","choices":[{"text":"<p>To &nbsp;make code messy</p>","value":"A"},{"text":"<p>To group modules and improve order</p>","value":"B"},{"text":"<p>To delete old code</p>","value":"C"},{"text":"<p>To slow down execution</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1064953,"question":"<p>What are default parameters in functions.</p>","choices":[{"text":"<p>Parameters that can't change</p>","value":"A"},{"text":"<p>Parameters with preset values</p>","value":"B"},{"text":"<p>Paramegters that break code</p>","value":"C"},{"text":"<p>Must use parameters</p>","value":"D"},{"value":"E"}],"correctAnswer":2}]