You can prepare effectively for Class 6 National Cyber Olympiad Class 6 with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Olympiad Test: Introduction To Q Basic - 2". These 10 questions have been designed by the experts with the latest curriculum of Class 6 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
Given below is a QBASIC program which is not printing any value. Find the error in the given QBASIC program:
10 PRINT “Enter a number, zero to stop:;
20 input A
30 IF A THEN GOTO 70
40 LET A = A + 10
50 PRINT “The number plus 10 is”, A
60 GOTO 10
70 STOP
Detailed Solution: Question 1
You can run the program by pressing ______.
Detailed Solution: Question 2
Detailed Solution: Question 3
Which of the following is NOT a QBASIC operator?
Detailed Solution: Question 4
What value will be printed after the successful execution of the following codes?
LET C = 0
DO WHILE C < 10
LET C = C + 1
LOOP
PRINT C
Detailed Solution: Question 5
What is the output of the following QBASIC program?
CLS
LET X$ = “MY NAME”
LET Y$ = “IS”
LET Z$ = “MANMOHAN”
PRINT X$; Y$, Z$,
Detailed Solution: Question 6
Detailed Solution: Question 7
Text that you wish to appear on the screen while your program runs must appear inside ______.
Detailed Solution: Question 8
The shortcut keystroke for PRINT is ______.
Detailed Solution: Question 9
What will be the output of the following QBASIC code?
firstword$ = “wicket”
secondword$ = “keeper”
PRINT firstword$ +secondword$
Detailed Solution: Question 10
|
12 videos|25 docs|53 tests
|