100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
CIS 115 Final Exam Study Guide Questions With Verified Answers €12,25   In winkelwagen

Tentamen (uitwerkingen)

CIS 115 Final Exam Study Guide Questions With Verified Answers

 0 keer bekeken  0 keer verkocht
  • Vak
  • CIS 115
  • Instelling
  • CIS 115

©BRIGHTSTARS EXAM SOLUTIONS 11/14/2024 12:19 PM 1 | P a g e CIS 115 Final Exam Study Guide Questions With Verified Answers Which one of the following is NOT one of the three basic types of statement structures? A. repetition B. sequence C. input/output D. decision - answerC What happens ...

[Meer zien]

Voorbeeld 4 van de 43  pagina's

  • 18 november 2024
  • 43
  • 2024/2025
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
  • CIS 115
  • CIS 115
avatar-seller
©BRIGHTSTARS EXAM SOLUTIONS

11/14/2024 12:19 PM


CIS 115 Final Exam Study Guide Questions
With Verified Answers


Which one of the following is NOT one of the three basic types of statement structures?
A. repetition
B. sequence
C. input/output

D. decision - answer✔C
What happens to a variable declared locally inside an event procedure or loop block after the
procedure terminates?
A. It is reset to its default value.
B. It loses its value temporarily, but regains that value when the procedure executes again.
C. It ceases to exist after the procedure or loop block ends.

D. It maintains its value even after the block ends. - answer✔C
How many times is the code in the body of a postest loop guaranteed to execute?
A. 0
B. 1
C. 2

D. 3 - answer✔B
How many times is the code in the body of a pretest loop guaranteed to execute?
A. 0
B. 1
C. 2

1|Page

, ©BRIGHTSTARS EXAM SOLUTIONS

11/14/2024 12:19 PM

D. 3 - answer✔A
How many times will the word "Happy" appear in the list box when the following code is
executed?
Dim index As Integer
Do
lstBox.Items.Add("Happy")
index += 1
Loop While index > 3
A. 0
B. 1
C. 2
D. 3

E. This is an Infinite Loop - answer✔B
Which While statement is equivalent to Until num < 100?
A. While num <= 100
B. While num > 100
C. While num >= 100

D. There is no equivalent While statement. - answer✔C
Identify the accumulator in the following loop block code segment.
Dim temp, tot, check As Integer
Do
temp = CInt(InputBox("Enter a number."))
tot += temp
check += 1
Loop Until (temp = -1)
A. temp

2|Page

, ©BRIGHTSTARS EXAM SOLUTIONS

11/14/2024 12:19 PM

B. tot
C. check

D. -1 - answer✔B
Identify the loop control variable in the following loop block code segment.
Dim temp, tot, check As Integer
Do
temp = CInt(InputBox("Enter a number."))
tot += temp
check += 1
Loop Until (temp = -1)
A. temp
B. tot
C. check

D. -1 - answer✔A
Identify the sentinel value in the following loop block code segment.
Dim temp, tot, check As Integer
Do
temp = CInt(InputBox("Enter a number."))
tot += temp
check += 1
Loop Until (temp = -1)
A. temp
B. tot
C. check

D. -1 - answer✔D


3|Page

, ©BRIGHTSTARS EXAM SOLUTIONS

11/14/2024 12:19 PM

Identify the counter in the following loop block code segment.
Dim temp, tot, check As Integer
Do
temp = CInt(InputBox("Enter a number."))
tot += temp
check += 1
Loop Until (temp = -1)
A. temp
B. tot
C. check

D. -1 - answer✔C
What is wrong with the following Do loop?
Dim index As Integer = 1
Do While index <> 10
lstBox.Items.Add("Hello")
index += 2
Loop
A. It should have been written as a Do Until loop.
B. It is an infinite loop.
C. The test variable should not be changed within the loop itself.

D. Nothing - answer✔B
In a For statement of the form shown below, what is the default step value when the "Step c"
clause is omitted?
For i As Integer = a To b Step c
A. the same as a
B. the same as b

4|Page

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper Brightstars. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €12,25. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 67163 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€12,25
  • (0)
  Kopen