1. which of the following is not a keyword?
a) EndOf
b) EndSub
c) EndIf
2. Which block is executed when the logical test fails?
3. which key is used to stop the infinite loop?
a) ctrl+enter
b) ctrl+end
c) ctrl+break/pause
4. symbol is used for?
a) processing
b) input/output
c) decision
Answers
Answered by
0
Answer:
1. which of the following is not a keyword?
Note: true , false , and null are not keywords, but they are literals and reserved words that cannot be used as identifiers.
2. Which block is executed when the logical test fails?
Logical operators:
&& is a Logical AND operator. || is a Logical OR operator. ! is a NOT operator. So, '&' is not a Logical operator.
3. which key is used to stop the infinite loop?
To stop, you have to break the endless loop, which can be done by pressing Ctrl+C.
4. symbol is used for?
In logic and philosophy. The symbolic meanings of the number four are linked to those of the cross and the square. "Almost from prehistoric times, the number four was employed to signify what was solid, what could be touched and felt.
Answered by
1
Answer:
1) EndOf
3) ctrl+end
4) processing
Similar questions