Statements

IMPORTANT

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

EASY
IMPORTANT

Which of the following is the correct syntax of IF-THEN-ELSE Statement?

EASY
IMPORTANT

The correct syntax of IF-THEN-ELSE Statement is

EASY
IMPORTANT

The syntax for END statement is

EASY
IMPORTANT

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

EASY
IMPORTANT

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

EASY
IMPORTANT

The syntax of INPUT statement is 

EASY
IMPORTANT

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

EASY
IMPORTANT

The syntax of REM statement is

EASY
IMPORTANT

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

EASY
IMPORTANT

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

EASY
IMPORTANT

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

EASY
IMPORTANT

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

EASY
IMPORTANT

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

MEDIUM
IMPORTANT

The type of branching statement is

MEDIUM
IMPORTANT

The type of branching statement is

EASY
IMPORTANT

Which of the following is not the conditional statement?

EASY
IMPORTANT

Which of the following is not the conditional statement?

HARD
IMPORTANT

The syntax of LET statement is _____variable=constant/expression

HARD
IMPORTANT

The syntax of LET statement is _____=constant/expression

HARD
IMPORTANT

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