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 5 pages
Exam (elaborations)

CNIT 155 QUIZ 2 QUESTIONS & ANSWERS

Document preview thumbnail
Preview 2 out of 5 pages

CNIT 155 QUIZ 2 QUESTIONS & ANSWERS

Content preview

CNIT 155 QUIZ 2 QUESTIONS & ANSWERS


Which logical operator should be used in the following statement? Assume that the valid
departments are CIT and CGT.

string dept;
dept = txtDept.Text;
if (dept == "CIT" _____________ dept == "CGT")
txtOutput.Text = "Valid dept";
else
txtOutput.Text = "Invalid dept";


A. ||
B. or
C. and
D. && - Answers -Answer:
A. ||

Which statement will check if the value stored in variable "count" IS within the valid
range?
Assume:

int count;
count = int.Parse(txtInput.Text);

A.
if (count >= 0 && count <= 100)
// valid range

B.
if (count < 0 || count > 100)
// valid range

C.
if (count >= 0 || count <= 100)
// valid range

D.
if (count >=0 && count <= 100)
// valid range - Answers -Answer:
A.
if (count >= 0 && count <= 100)
// valid range

, Which statement will do a type check on the data entered in txtScore for being a whole
#?
Assume:

int score;

A.
if (int.Parse(txtScore.Text, out score) == false)
MessageBox.Show ("Enter whole #");

B.
if (int.TryParse(txtScore.Text, out score) == false)
MessageBox.Show ("Enter whole #");

C.
if (in.TryParse(txtScore.Text, score) == false)
MessageBox.Show ("Enter whole #");

D.
if (int.TryParse(txtScore.Text, out score) )
MessageBox.Show ("Enter whole #"); - Answers -Answer:
B.
if (int.TryParse(txtScore.Text, out score) == false)
MessageBox.Show ("Enter whole #");

Evaluate the following.
Assume:
int num = 110;
num >= 0 || num <= 100

T or F? - Answers -Answer:
True

Logical || means if ONE condition is true the outcome will be true. Here, num >= 0 is
true.

What will be stored in n3 by the following segment of code?

int n1, n2, n3;
n1 = 12; n2 = 15; n3 = 1;

if (n1 > n2)
n3 = n1 -n2;
else if (n2 > 10)
n3 = n2 - 10;

Document information

Uploaded on
January 24, 2026
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$12.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.
GEEKA
3.8
(360)
Sold
2132
Followers
1446
Items
57752
Last sold
2 hours 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