| 101. |
Every if is closed with a corresponding ____
|
||||||||
|
Answer:
Option (b) |
| 102. |
To check more than two conditions. ___ is used with if-else statements.
|
||||||||
|
Answer:
Option (c) |
| 103. |
Which of the following operators is used with test for comparison of numeric values?
|
||||||||
|
Answer:
Option (d) |
| 104. |
___ implies greater than and ____ implies less than.
|
||||||||
|
Answer:
Option (b) |
| 105. |
Which one of the following option is used for AND operation in test command?
|
||||||||
|
Answer:
Option (b) |
| 106. |
Which one of the following option is used for OR operation in test command?
|
||||||||
|
Answer:
Option (a) |
| 107. |
Which command is used for computation and string handling?
|
||||||||
|
Answer:
Option (a) |
| 108. |
Which of the following keywords are used in while loop?
|
||||||||
|
Answer:
Option (d) |
| 109. |
____ statement matches an expression for more than one alternative.
|
||||||||
|
Answer:
Option (d) |
| 110. |
Which one of the following is used for looping with a list?
|
||||||||
|
Answer:
Option (d) |