Computers

11th

grade

Image

Lists quiz intermediate

3
plays

7 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    What is the position of the name 'Paula' in the following list:
    names = ["Paul","Phillip","Paula","Phillipa"]
    0
    1
    2
    3
  • 2. Multiple Choice
    30 seconds
    1 pt
    What does the APPEND procedure do in the following code:
    teams = [“Man Utd”,“Man City”,"Arsenal"]

    teams.append(“Liverpool”)
    Deletes Liverpool from the list
    Adds Chelsea to the list 
    Removes Arsenal from the list
    Adds Liverpool the list
  • 3. Multiple Choice
    30 seconds
    1 pt

    List items have an index number. In the following list, which item has the index number of 3?

    ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

    "John"

    "Harry"

    "Jesse"

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?