• Wrong document? Swap it for free
  • Written by students who passed
  • Immediately available after payment
  • Read online or as PDF
Sell
Where do you study
Your language
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

EGR 1400 Exam 1 2023 With Completed Solutions.

Document preview thumbnail
Preview 2 out of 5 pages

EGR 1400 Exam 1 2023 With Completed Solutions.

Content preview

EGR 1400 Exam 1 2023 With Completed
Solutions.
In C#, you can simulate rolling two dice by selecting a random number between
1 and 6 to represent each die roll and then adding them together to get the dice
total. Let,s say that we developed a program to do this and we rolled the pair of
dice 50 times and recorded the results of each roll on a sheet of paper. Can we
just select one random number between 2 and 12 and achieve the same
experimental results for the 50 rolls as rolling two die and adding them?

a. No, It's not possible to get the same experimental results with one random
number
b. Yes, using the same scaling as before
c. Yes, if the Visual C# code is written to scale the single random number
between 2 and 12
d. Yes, if the random number is selected using myRand.Next(2,13); - -No, It's not
possible to get the same experimental results with one random number

--What property of a Label control would you need to set to change the words
displayed in the Label on the form?

a. the Text property
b. the Name property
c. the Captain property
d. the Word property
e. None of these - -a. the Text property

--Which of the following is the best name for a text box that will hold a person's
age within a Visual Studio .NET project, keeping in mind the recommended
naming conventions?

a. Form1
b. txtAge
c. txtText1
d. Age
e. None of the above - -b. txtAge

--When the user clicks a button, ______ is raised.

a. an event
b. a setting
c. a method
d. a property - -a. an event

--Which if the following statements will set RandNum to a value between 1 and 3,
inclusive?

a. RandNum = myRand.Next(1,3);
b. RandNum = myRand.Next(0,3);
c. RandNum = myRand.Next(1,4);
d. RandNum = myRand.Next(0,4);
e. None of these - -c. RandNum = myRand.Next(1,4);

, --What is the value of float.Parse("3.8").ToString("0.00")?

a. 3.8
b. 3.80
c. 4
d. 03.80
e. None of the above - -b. 3.80

--What does the following expression result in:
txtText1.Text = txtSalary.Text + txtBonus.Text + txtOvertime.Text;
Given that the values entered for txtSalary is 400, txtBonus is 50 and
txtOvertime is 0

a. 450
b. 40050
c. 400500
d. 4500
e. 400 - -c. 400500

--What does the following expression result in (myVar is an integer with int
myVar = 0;):
myVar = int.parse(txtSalary.Text) + int.parse(txtBonus.Text) +
int.parse(txtOvertime.Text);
Given that the values entered for txtSalary is 400, txtBonus is 50 and
txtOvertime is 0

a. 450
b. 40050
c. 400500
d. 4500
e. 400 - -a. 450

--Which of the following statements declare the variables a and b as type
integer?

a. a = 0: b = 0;
b. int a; b=0;
c. int a & b;
d. int a, b;
e. None of these - -d. int a, b;

--Which of the following correctly demonstrates continuing a string on a second
line in the code window to keep the code in one screen instead of scrolling to the
right?

a. "This is a string " +
"This is the 2nd line";
b. "This is a string " and
"This is the 2nd line";
c. "This is a string " & &
"The is the 2nd line"
d. "This is a string " :
"This is the 2nd line";

Document information

Uploaded on
March 1, 2026
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$11.99

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.
eduustudent
3.0
(4)
Sold
20
Followers
0
Items
1787
Last sold
1 month 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