24. This loop is used when the number of iterations of a loop is unknown.
a) While loop
b) Do while loop
c) For loop
25. In this programming the statement of a program is executed one after the other.
a) Sequence
b) Branching
c) Looping
26. It is the smallest individual unit of a program that can be identified
a) Token
b) Keyword
c) Identifier
27. The loop is used when number of occurrence of the loop is endless.
a) For loop
b) Nested for
c) While loop
28. This refers to various symbols that may be used for different purposes.
a) Operator
b) Keyword
c) Punctuator
29. These words are reserved words that cannot be used for any other purpose.
a) Identifier
b) Literals
c c) Keyword
30. The operator used to compare two or more values.
a) Arithmetic
b) Logical
c) Relational
31. Full form of OOP
a) Object Oriented Protocol
b) Object Oriented Pattern
c) Object Oriented Programming
Answers
Answered by
0
Answer:
24. while loop
25. looping
26. token
27. while loòp
28. operator
29. keyword
30. logical
31. (c)
Similar questions