Tick the right option (MCQs).
u move to a specific line.
1. Which statement clears screen before each time the program runs?
(a) LET
(b) CLS
(C) REM
(d) INPUT
2. Which statement helps QBASIC to terminate the program?
(a) END
(b) PRINT
(c) REM
(d) INPUT
3. Which one is a control statement?
(a) INPUT
(b) END
(c) GOTO
(d) LET
4. Which statement is used to make decisions depending upon specified conditions?
(a) IF... THEN
(b) IF... THEN...ELSE
(c) DO...LOOP
(d) REM
Answers
Answered by
1
Answer:
1.CLS,2.END, 3.Goto, 4.If...then
Similar questions