[{"id":1065089,"question":"<p>What hapens when you use the append () method on a list.</p>","choices":[{"text":"<p>It deletes the last item</p>","value":"A"},{"text":"<p>It adds an item to the end of the list</p>","value":"B"},{"text":"<p>It sorts the list</p>","value":"C"},{"text":"<p>It creates a new list</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065088,"question":"<p>If you have a list f{Apple\"banana\". “cherry ”}ruits = I \" what is fruit (1)</p>","choices":[{"text":"<p>Apple</p>","value":"A"},{"text":"<p>Banana</p>","value":"B"},{"text":"<p>Cherry</p>","value":"C"},{"text":"<p>Error</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065086,"question":"<p>How are lists created in Python.</p>","choices":[{"text":"<p>Using parentheses ( )</p>","value":"A"},{"text":"<p>Using sqquare brackets []</p>","value":"B"},{"text":"<p>Using curly braces {}</p>","value":"C"},{"text":"<p>Using angle brackets</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065085,"question":"<p>Wha is a list in Python.</p>","choices":[{"text":"<p>Unordered items</p>","value":"A"},{"text":"<p>Changeable sequence</p>","value":"B"},{"text":"<p>Print function&nbsp;</p>","value":"C"},{"text":"<p>Loop type</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065084,"question":"<p>How do primitives affect a system's capabilities.</p>","choices":[{"text":"<p>Make program look better</p>","value":"A"},{"text":"<p>Decide what and how fast it computes</p>","value":"B"},{"text":"<p>Control internet speed</p>","value":"C"},{"text":"<p>Improve graphics</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065083,"question":"<p>What does abstraction mean in computing.</p>","choices":[{"text":"<p>Hide data</p>","value":"A"},{"text":"<p>combine simple</p>","value":"B"},{"text":"<p>Parts into complex systems</p>","value":"C"},{"text":"<p>Use high level languages</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1065082,"question":"<p>Why are primitive computationl structures important in computer sciecne.</p>","choices":[{"text":"<p>They reduce memory</p>","value":"A"},{"text":"<p>They for all software</p>","value":"B"},{"text":"<p>Only for web dev</p>","value":"C"},{"text":"<p>Increase hardware cost</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065081,"question":"<p>Which of the following is NOT a primitive computational structure.</p>","choices":[{"text":"<p>integers</p>","value":"A"},{"text":"<p>Loops</p>","value":"B"},{"text":"<p>Artificial intelligence</p>","value":"C"},{"text":"<p>Boolean values</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1065080,"question":"<p>Which of the following best describes primitive computational structures.</p>","choices":[{"text":"<p>Advanced tools</p>","value":"A"},{"text":"<p>Complex Algorithms</p>","value":"B"},{"text":"<p>Basic building blocks of computing</p>","value":"C"},{"text":"<p>High level data types</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1065079,"question":"<p>A scenario where a graph data structure is most suitable.</p>","choices":[{"text":"<p>Managng a to do list</p>","value":"A"},{"text":"<p>Modeling a line of customers in a store&nbsp;</p>","value":"B"},{"text":"<p>Representing connections in a social network&nbsp;</p>","value":"C"},{"text":"<p>All of the above</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1065078,"question":"<p>True statemetn about the height of a tree.</p>","choices":[{"text":"<p>Number of edges fromt he root to the deepest node</p>","value":"A"},{"text":"<p>Number of nodes from the root to the deepest node</p>","value":"B"},{"text":"<p>Number of children of the root node</p>","value":"C"},{"text":"<p>Always equal to the number of nodes in the tree</p>","value":"D"},{"value":"E"}],"correctAnswer":1},{"id":1065077,"question":"<p>The opertion used to add an item to a queue</p>","choices":[{"text":"<p>Dequeue&nbsp;</p>","value":"A"},{"text":"<p>Enqueue</p>","value":"B"},{"text":"<p>Remove</p>","value":"C"},{"value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065076,"question":"<p>An &nbsp;operation that remvoes an item from the top of the stack</p>","choices":[{"text":"<p>Push</p>","value":"A"},{"text":"<p>Pop</p>","value":"B"},{"text":"<p>Peek</p>","value":"C"},{"text":"<p>Add</p>","value":"D"},{"value":"E"}],"correctAnswer":2},{"id":1065075,"question":"<p>The purpose of the inkeywrod used with a Pythonlist</p>","choices":[{"text":"<p>Add an item to the list</p>","value":"A"},{"text":"<p>Remvoes an itemfrom the list</p>","value":"B"},{"text":"<p>Cheeks if an item exists int he list</p>","value":"C"},{"text":"<p>Returns the length of the list</p>","value":"D"},{"value":"E"}],"correctAnswer":3},{"id":1065074,"question":"<p>The function used to add an item at the end of a list in Python.</p>","choices":[{"text":"<p>Append()</p>","value":"A"},{"text":"<p>Insert ()</p>","value":"B"},{"text":"<p>remove ()</p>","value":"C"},{"text":"<p>PoP ()</p>","value":"D"},{"value":"E"}],"correctAnswer":1}]