PDA

View Full Version : Statements in programming


andyhaus1057
Jul 16, 2009, 10:25 AM
These were my guesses.. can you please help?

1) You use a(n) statement in pseudocode to write a single alternative decision structure.
a) Test-Jump
b) If-Then
c) If-Then-Else B?
d) If-Call


2) You use a(n) statement in pseudocode to write a dual alternative decision structure.
A) Test-Jump
B) If-Then
C) If-Then-Else C?
D) If-Call

Perito
Jul 16, 2009, 11:15 AM
Yes, I think the answers are B for the first and C for the second.