Statements
Statements: Overview
This Topic covers sub-topics such as Looping Statement, IF-THEN-ELSE Statement, GOTO Statement, Branching Statement, INPUT Statement, Unconditional Statements, PRINT Statement, LET Statement, If-Then Statements, END Statement and, READ Statement
Important Questions on Statements
Which of the following is the correct syntax of IF-THEN-ELSE Statement?



Which of the following is the correct syntax for END statement?

Which of the following is the correct syntax for INPUT statement?


Which of the following is the correct syntax for REM statement?


Which of the following is the not the type of the BASIC statement?

Which of the following is the type of the BASIC statement?

Observe the type of the following statement:
If a triangle ANP is an equilateral, then all angles are equal.

A loop in C consists of two parts, a _____ and a control statement

A loop in C consists of two parts, a body of a loop and a _______



Which of the following is not the conditional statement?

Which of the following is not the conditional statement?

The syntax of LET statement is _____variableconstant/expression

The syntax of LET statement is _____constant/expression

The statement that transfers the control to another part of the program which will be executed is _____ Statement.
