1. Which of the following identifies a specific element within an array? a. Element specifier b. Determinator...

Question:

1. Which of the following identifies a specific element within an array?

a. Element specifier

b. Determinator

c. Locator

d. Subscript

2. Which of the following is the lower subscript of an array?

a. 1

b. { }

c. 0

d. -1

3. When does array bounds checking occur?

a. Runtime

b. Design time

c. Break time

d. All of the above

4. Which of the following properties determines the number of elements in an array?

a. Size

b. Elements

c. Length

d. NumberElements

5. To access related data in a set of parallel arrays, how should you access the elements in the arrays?

a. Using the same array name

b. Using the same subscript

c. Using the index -1

d. Using the GetParallelData function

6. Which statement resizes the intNumbers array to 20 elements?

a. ReDim intNumbers(19)

b. ReDim intNumbers(20)

c. Resize intNumbers() To 19

d. Resize intNumbers() To 20

7. Which statement resizes the intNumbers array and does not erase the values already stored in the array?

a. ReDim intNumbers(99)

b. ReDim Preserve intNumbers(99)

c. Preserve intNumbers(99)

d. ReSize Preserve intNumbers(99)

8. Which of the following is an apt analogy for two-dimensional array elements?

a. Feet and inches

b. Books and pages

c. Lines and statements

d. Rows and columns

9. Which statement disables the control lblResult?

a. lblResult.Disabled = True

b. Disable lblResult

c. lblResult.Enabled = False

d. lblResult.Dimmed = True

10. The Timer control Interval property may be set to what type of value?

a. 0 or greater

b. A fractional number

c. A negative number

d. 1 or greater

11. Which of the following properties can you use to cause a control to fill an entire form?

a. Fill

b. Dock

c. Anchor

d. Stretch

12. Which of the following is similar to an array, but is not fixed in size?

a. Unfixed array

b. Adjustable array

c. List

d. Expandable variable

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question

Auditing and Assurance Services

ISBN: 978-0077862343

6th edition

Authors: Timothy Louwers, Robert Ramsay, David Sinason, Jerry Straws

Question Posted: