Contents

Which of the following are three programming structures?
a) sequence, decision, repetition    
b) process, decision, alternation
c) sequence, definition, process       
d) relation comparison, process

a

Which programming structure will execute your program in structure?
a) relation                             
b) decision
c) sequence                          
d) repetition

c

Another term for computer making decision is..
a) sequential                        
b) selection
c) repetition                          
d) iteration

b

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

d

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

d

A relation expression produces result as
a) true                                   
b) false
c) both a & b                       
d) any value

c