Computers

University

grade

Image

Array Java

1.4K
plays

15 questions

Player avatar

Introducing new Paper mode

No student devices needed. Know more

Show Answers
See Preview
  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt
    _________________ is a collection of elements used to store the same type of data.
    Array
    Switch
    Case
    Loop
  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt
    What are the legal indexes for the array ar, given the following declaration:
    int[] ar = {2, 4, 6, 8 }
     0, 1, 2, 3
     1, 2, 3, 4
    2, 4, 6, 8
     0, 2, 4, 6
  • Multiple Choice
    Please save your changes before editing any questions.
    30 seconds
    1 pt

    What is the first index of an array?

    1

    0

    2

    3

  • Explore all questions with a free account

    Already have an account?