Fill in the Blanks :- 1. Small Basic allows ___________________, which means an if statement inside another if statement. 2.The _____________________ Statements allows the flow of execution to jump to a different part of the program. 3.__________ statements is an example of branching statements. 4.The conditional statements in Small Basic are also called ________. 5.An If statement ends with the keyword _______. 6.______________ enables you to do text-based programming using simple English like commands. 7.Small Basic has a feature called _____________ that helps you to type your programs faster. 8.The ___________ operators are used to compare the values of the two operands and returns Boolean value true or false accordingly. 9.The ___________ statement is used to read a string input from the text window. 10.______________ are the reserved words which cannot be used as a variable.
Answers
Answered by
3
Answer:
1.Loop
2.Branching statements
3.Common branching statements include break , continue , return , and goto .
Answered by
1
Similar questions