1) What will this Python program display on screen? a) 0 b) 2, 4 c) 1, 3, 5 d) 0, 2, 4 2) This is a Python program. The user's name is Mary. The program prints out "Hello Mary". Which technique is used to print "Hello Mary"? a) Concatenation b) Iteration c) Selection d) Addition 3) What is the length of the list [2, -5, 8, -6, 10] a) 1 b) 2 c) 4 d) 6 4) What is the output of this code? a) 3 b) 9 c) 4 d) 10 5) What is the output of this Python script? a) 10 b) 9 c) 24 d) 14 6) To find an individual element in a list requires... a) Iterating b) Repeating c) Indexing d) Sequencing 7) You can process every item in a list. Identify the process to do this. a) Selection b) Generalisation c) Iteration d) Abstraction 8) To find the number of items in a list requires a function or method called ... a) Sort b) Iterate c) Index d) Length 9) Identify the TRUE statment about lists. a) They can only store numeric values b) There must be at least one element c) THe contents cannot be shown on the screen d) All elements must be the same data type 10) Here is a Python script. What numbers would it print? a) 1,2,3,4,5 b) 5.10.15.20.25 c) 0,5,10,15,20,25 d) 0,5,10,15,20

Do Now - List Loops Retrieval

Leaderboard

Visual style

Options

Switch template

Continue editing: ?