Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 13 pages
Exam (elaborations)

EGR 1400 EXAM 2 QUESTIONS AND ANSWERS 100% CORRECT!!

Document preview thumbnail
Preview 2 out of 13 pages

What is the value of the variable I after the loop is finished executing? int I; for (I = 1; I 4; I++) { MessageBox.Show(I); } a. 1 b. 2 c. 3 d. 4 e. none of the above - ANSWER d. 4 What is the maximum index of the array, B? int[ ] A = new int[5]; int[ ] B = new int[3]; int x; for (x = 0; x 5; x++) { A[x] = x * 2 + 4; } a. 0 b. 2 c. 3 d. 4 e. none of the above - ANSWER b. 2 Which of the following statements will set RandNum to a value between 1 and 6 (including 1 and 6)? a. RandNum = myRand.Next(0,6); b. RandNum = myRand.Next(0,7); c. Ra

Content preview

EGR 1400 EXAM 2 QUESTIONS AND
ANSWERS 100% CORRECT!!



When the location of the original variable is passed as an argument from the calling
method to the called method, we say that it is...

a. passed by reference
b. copy passed
c. passed by value
d. reference passed
e. none of the above - ANSWER a. passed by reference

How many times does the message box get executed in a loop that begins with the
following statement?

int I;
for (I = 1; I < 4; I++)
{
MessageBox.Show(I);
}
a. 0
b. 2
c. 3
d. 1
e. none of the above - ANSWER c. 3

What is the value of the variable I after the loop is finished executing?

int I;
for (I = 1; I < 4; I++)
{
MessageBox.Show(I);
}

a. 1

, b. 2
c. 3
d. 4
e. none of the above - ANSWER d. 4

What is the maximum index of the array, B?

int[ ] A = new int[5];
int[ ] B = new int[3];
int x;
for (x = 0; x < 5; x++)
{
A[x] = x * 2 + 4;
}

a. 0
b. 2
c. 3
d. 4
e. none of the above - ANSWER b. 2

Which of the following statements will set RandNum to a value between 1 and 6
(including 1 and 6)?

a. RandNum = myRand.Next(0,6);
b. RandNum = myRand.Next(0,7);
c. RandNum = myRand.Next(1,7);
d. RandNum = myRand.Next(1,6);
e. RandNum = myRand.Next(); - ANSWER c. RandNum = myRand.Next(1,7);

How many times will the following sum execute?

int A=0;
do
{
A = A + 2; //this is the sum, count here
} While (A >= 0);

a. 0
b. 1
c. 2

Document information

Uploaded on
March 3, 2026
Number of pages
13
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$12.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Luckyexams
3.2
(6)
Sold
30
Followers
2
Items
2288
Last sold
5 days ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions