Which of the following are three programming structures?
a) sequence, decision, repetition
b) process, decision, alternation
c) sequence, definition, process
d) relation comparison, process
Which programming structure will execute your program in structure?
a) relation
b) decision
c) sequence
d) repetition
Another term for computer making decision is..
a) sequential
b) selection
c) repetition
d) iteration
You can use a decision statement to…….
a) run series of statement
b) test series of statement
c) test whether condition is true
d) all of these
Operators that are used to compare operands and decide whether the statement is true or false……
a) arithmetic operator
b) logical operator
c) syntax operator
d) comparison operator
A relation expression produces result as
a) true
b) false
c) both a & b
d) any value