COSC 2 Exam Questions and Answers Latest Update Graded A+
7 keer bekeken 0 keer verkocht
Vak
COSC 2
Instelling
COSC 2
COSC 2 Exam Questions and Answers Latest Update Graded A+
Programs that use _____ code logic are unstructured programs that do not follow the rules of structured logic. - Answers spaghettia
With a(n) ____, you perform an action or task, and then you perform the next action, in order. - Answers se...
COSC 2 Exam Questions and Answers Latest Update Graded A+
Programs that use _____ code logic are unstructured programs that do not follow the rules of structured
logic. - Answers spaghettia
With a(n) ____, you perform an action or task, and then you perform the next action, in order. - Answers
sequence structure
The following pseudocode is an example of a ____ structure.
get firstNumber
get secondNumber
add firstNumber and secondNumber
print result - Answers sequence
Pseudocode uses the end-structure statement ____ to clearly show where the structure ends. - Answers
endif
The following pseudocode is an example of a ____ structure.
if firstNumber is bigger than secondNumber then
print firstNumber
else
print secondNumber
endif - Answers decision
Fill in the blank in the following pseudocode:
if someCondition is true then
do oneProcess
____
do theOtherProcess
endif - Answers else
if-else examples can also be called ____ because they contain the action taken when the tested
condition is true and the action taken when it is false. - Answers dual-alternative selections
The action or actions that occur within a loop are known as a(n) ____. - Answers loop body
, You may hear programmers refer to looping as ____. - Answers iteration
The following pseudocode is an example of a ____ structure.
get number
while number is positive
add to sum
get number
endwhile - Answers loop
The following pseudocode is an example of ____.
do stepA
do stepB
if conditionC is true then
do stepD
else
do stepE
endif
while conditionF is true
do stepG
endwhile - Answers stacking
Attaching structures end to end is called ____ structures. - Answers stacking
The following pseudocode is an example of ____.
if conditionA is true then
do stepE
else
do stepB
do stepC
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
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
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
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 TutorJosh. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €7,84. Je zit daarna nergens aan vast.