pencil-icon
Build your own quiz

Computers

11th

grade

Image

TUPLES

31
plays

8 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    CAN A VALUE IN A TUPLE BE EDITED?

    YES, IT CAN BE DONE JUST AS WE DO WITH LISTS

    NO, TUPLE IS AN IMMUTABLE DATA TYPE

  • 2. Multiple Choice
    30 seconds
    1 pt

    How to create a single element tuple

    (1,)

    (1)

    {1}

    [1]

    tuple([1])

  • 3. Multiple Choice
    30 seconds
    1 pt
    Image

    Result of the program above is

    ('1', '2', '3', '4', '5')

    (1, 2, 3, 4, 5)

    12345

    "12345"

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?