ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 11 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Math Posted 05 May 2017 My Price 8.00

Dim X(b) As Integer

1.      Dim X(b) As Integer

2.      Dim i As _____

3.      For i=0 To _______

4.          b += 1

5.      Next i

Question 3.3. At line 3, for i to cover all elements of X, what should the blank space be replaced by? (Points : 2)
       b
       b+1
       0
       X.Length

 

Question 4.4. If each element of X is equal to 1, what would be the sum of all the elements of X?
(Points : 2)
       b
       b+1
       1
       Can not answer the question based on the information provided.

 

Question 5.5. What is the value of i at the end of line 5 (after the loop finishes execution)? (Points : 2)

       b
       b+1
       0
       Can not answer this question based on the information provided.

Answers

(11)
Status NEW Posted 05 May 2017 07:05 AM My Price 8.00

-----------

Not Rated(0)