Exam 8: Arrays;Introduction to Exception Handling

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To pass an array argument to a method,specify the name of the array followed by empty brackets.

(True/False)
4.9/5
(30)

Consider the array: S[0] = 7 S[1] = 0 S[2] = -12 S[3] = 9 S[4] = 10 S[5] = 3 S[6] = 6 The value of s[s[6] - s[5]] is:

(Multiple Choice)
4.8/5
(41)

An array can be supplied values in its declaration by providing an

(Multiple Choice)
4.8/5
(34)

Rectangular arrays are often used to represent tables of values consisting of information arranged in:

(Multiple Choice)
4.8/5
(36)

Values in an array can be totaled by using the ArrayTotal method.

(True/False)
4.8/5
(33)

Individual elements of arrays are passed to methods by value.

(True/False)
4.9/5
(39)

What kinds of arrays can variable-length argument lists work with

(Multiple Choice)
4.9/5
(38)

Which function is called when an object is used where a string should be

(Multiple Choice)
4.8/5
(40)

What is the naming convention for the parameter in the Main header

(Multiple Choice)
4.8/5
(30)

Arrays are allocated with the keyword

(Multiple Choice)
5.0/5
(32)
Showing 81 - 90 of 90
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)