What values are placed in the array by the above statements

Assignment Help Basic Computer Science
Reference no: EM13805266

Question 1. Where does the element referred to with the number zero exist in an array?

One element before the first

The first element

It is determined by the declaration of the array.

It would depend on how the array is opened, once declared.

Question 2.Which of the following is false?

All elements in an array have the same subscript.

All elements of the array have the same data type.

All elements in an array have the same name.

The first element of the array has a subscript of zero.

Question 3. Suppose that we declare array foodArray() as having four elements, with corresponding values of "Bread," "Milk," "Banana," and "Sugar." What value will foodArray(2) concatenated with foodArray(0) have?

Milk Sugar

Banana Sugar

Milk Bread

Banana Bread

Question 4. An array can store multiple variables known as _____.

subscripts

a subscripted constant

indices

elements

Question 5. What exception message would be issued by the system if your program attempts to access an array with a subscript value greater than the number of elements declared in the array?

"Array dumped to memory"

"Index was outside the bounds of the array"

"Invalid access: Retry, Cancel, or Abort?"

"Unhandled exception"

Question 6. The easiest way to traverse an array or sequentially access each element in an array is to _____.

do a binary search

sort the array and read it

use a loop statement

use sequential coding

Question 7. _____ can be used when data needs to be stored in a tabular format consisting of multiple rows and columns.

Two-dimensional arrays

Indexed subscripts

Complex subscripts

List indexes

Question 8. What is the upper bound of the array score(), declared in the following line of code?

Dim score() As Integer = {55, 33, 12} (Points : 3)
2

0

11

1

Question 9. The ReDim statement causes an array to lose its current contents unless the word ReDim is followed by which keyword?

Preserve

Keep

Reserve

Conserve

Question 10. Given the Dim statement below, which set of statements will initialize all elements of myArray() to 100?

Dim myArray(100) As Double (Points : 3)
For j = 0 to 100

myArray(j) = 100

Next

For i = 0 To 100

(i) = 100

Next

myArray() is already initialized to 100 by the Dim statement.

myArray = {100}

Question 11. Consider the following Visual Basic statements:

Dim nums(4) As Double

For index As Integer = 0 To 4

nums(index) = 1 + (index * 2)

Next

What values are placed in the array by the above statements? (Show each element of the array and the value for that element.)

Reference no: EM13805266

Questions Cloud

Competing needs of work groups : Leaders must frequently address competing needs of work groups. Conflict can arise when groups vie for limited resources. Addressing the conflict is essential to leading.
Protection and risk transfer in a situation at work : Discuss how you have used or might use risk protection and risk transfer in a situation at work. Compare these two risk resolution strategies.
Identify five different it systems : Identify five different IT systems that have affected business in the past few years
Project management regarding risk : How would you handle these conflicting objectives? What are your recommendations to project management regarding this risk? How does this scenario relate to managing contingency allowance?
What values are placed in the array by the above statements : Where does the element referred to with the number zero exist in an array? What values are placed in the array by the above statements? (Show each element of the array and the value for that element.
Write a literature review pertaining to the leadership : Assignment 2 is to conduct and write a literature review pertaining to the leadership topic you have chosen "Broken Window Theory". The literature review should be written using both primary and secondary sources. The literature review should be..
Sexuality in older adults : Sexuality in older adults
Project management life cycle theory : The general strengths attributable to the project management life cycle theory. Why the other project managers that you have chosen have done a commendable job from the perspective of the starting, planning, executing, and evaluating a project
Project management life cycle theory : In your opinion, what are the limitations of the project management life cycle theory? How would you improve the project management plans of two other project managers if you were the project manager of their respective projects? Be supportive and ..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Script for the reynolds number of a flow

Write a script that will prompt the user for the Reynolds number of a flow and will print the region the flow is in.

  Functions of the universitys library electronic database

Develop a unit test plan for key functions of the university's library electronic database.

  Which of the following can increase reliability

Which of the following can increase reliability considerably in an Ethernet LAN

  Discuss the role of the project manager or team

Summarize how the project manager or team exhibited exceptional and ethical project management practices. 2.Discuss the role of the project manager or team

  Add the following numbers in two''s complements

Given four bits, add the following numbers in two's complements. a. - 4 + (- 1), b. -7 + 3, c. -5 + 4

  Implement list methods retrieve and remove use exceptions

Implement the list methods retrieve and remove to use exceptions.

  Create table department

Create table DEPARTMENT12 that includes columns dept_id and dept_name2. Create a table EMPLOYEE12 that includes the columns employee_id, FirstName , MiddleName,LastNarne, and social security number3. Modify the EMPLOYEE12 table to create a composite ..

  Find speedup gain of using simd computer over sisd computer

If both SISD and SIMD machines run at same clock speed, determine the speedup gain of using the SIMD computer over the SISD computer?

  Routine and standardized and chaotic is a major challenge

Keeping professionals excited about work that is routine and standardized and chaotic is a major challenge for Vincent Weafer. How could he use technical, human, and conceptual skills to maintain an environment that encourages innovation and pr..

  Give an example each of following it relates saving account

If savings account is a class, give an example of each of the following as it relates to that savings account.

  Write a short structured design-using pseudocode

Write a short, structured design-using pseudocode only-that accomplishes this task.

  The solution is some real number

Let P be a problem. For any instance x ∈ P, the solution is some real number f(x). Let A be a randomized algorithm for P, such that it gives a solution A(x) that lies in [1/2f(x), 2f(x)] with probability 2/3.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd