Multiple Choice
Which of the following is considered a dual-outcome selection?
A) If Not balance < 200 Then
Display "Your account will continue to earn interest."
End If
B) If personHasMoney And showedID Then
TicketPrice = discountPrice
Else
TicketPrice = regularPrice
End If
C) If personHasMoney And showedID Then
TicketPrice = discountPrice
End If
D) If password != "sugarBear" Then
Display "Sorry, incorrect password."
End If
Correct Answer:

Verified
Correct Answer:
Verified
Q3: In JavaScript, the And operator is &.
Q4: If you are assigning a value to
Q5: In JavaScript, you should use parentheses to
Q6: And and Or are called _ because
Q7: In the following pseudocode, if any of
Q9: In JavaScript, the Not operator is ||.
Q10: Which of the following pseudocode statements expresses
Q11: On a binary tree, _ are used
Q12: Logical operations have a specified order of
Q13: A(n) _ is used when you need