Computers

10th -

11thgrade

Image

Arrays in Python

116
plays

10 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    A FOR-NEXT loop is also described as being what?
    condition-controlled
    count-controlled
    Uncontrolled loop
    Controlled loop
  • 2. Multiple Choice
    30 seconds
    1 pt
    How are data items added to an array?
    Items are appended to the next free index
    In alphabetical order
    Data may only be read from an array, sorry
    Whichever way you want
  • 3. Multiple Choice
    30 seconds
    1 pt
    What is the index of the lower bound of the following array?
    Dim Student(24) as string
    24
    25
    23
    0
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?