Class 7 Exam  >  Class 7 Tests  >  Olympiad Test : Programming In QBasic - 2 - Class 7 MCQ

Olympiad Test : Programming In QBasic - 2 - Class 7 MCQ


Test Description

20 Questions MCQ Test - Olympiad Test : Programming In QBasic - 2

Olympiad Test : Programming In QBasic - 2 for Class 7 2024 is part of Class 7 preparation. The Olympiad Test : Programming In QBasic - 2 questions and answers have been prepared according to the Class 7 exam syllabus.The Olympiad Test : Programming In QBasic - 2 MCQs are made for Class 7 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Olympiad Test : Programming In QBasic - 2 below.
Solutions of Olympiad Test : Programming In QBasic - 2 questions in English are available as part of our course for Class 7 & Olympiad Test : Programming In QBasic - 2 solutions in Hindi for Class 7 course. Download more important topics, notes, lectures and mock test series for Class 7 Exam by signing up for free. Attempt Olympiad Test : Programming In QBasic - 2 | 20 questions in 40 minutes | Mock test for Class 7 preparation | Free important questions MCQ to study for Class 7 Exam | Download free PDF with solutions
Olympiad Test : Programming In QBasic - 2 - Question 1

In the given QBASIC statement, which is the variable?

LET Q$= “QBASIC”

Olympiad Test : Programming In QBasic - 2 - Question 2

What will the output of the given QBASIC program?

LET P$= “BRAIN”
LET Q$ = “MAPPING”
LET R$ = P$ + Q$
PRINT R$

1 Crore+ students have signed up on EduRev. Have you? Download the App
Olympiad Test : Programming In QBasic - 2 - Question 3

Identify the number of row which has an arrow.
10 REM A program to find the even and odd numbers
20 CLS
30 INPUT “Enter number”, a
40 IF A%2= 0 THEN
50 PRINT A;”is even number”
60 ELSE
70 PRINT A; “is odd numbers’
80 END

Olympiad Test : Programming In QBasic - 2 - Question 4

Which of the following operators are used in conditional statement?

Olympiad Test : Programming In QBasic - 2 - Question 5

Ankit wrote the given program in QBASIC. But while executing it, an error occurred. Identify the error.
10 LET A$ = “INDIA”
20 LET B$= A$+”1”
30 PRINT B$$

Olympiad Test : Programming In QBasic - 2 - Question 6

Which of the following is a valid numeric constant?

Olympiad Test : Programming In QBasic - 2 - Question 7

Which of the following BASIC commands is used to enter values while the program is being executed?

Olympiad Test : Programming In QBasic - 2 - Question 8

What is the output of the following program?

age =10
DO 
PRINT age
Age = age +1
LOOP WHILE age < 10

Olympiad Test : Programming In QBasic - 2 - Question 9

In high resolution mode, the screen is divided into ______ horizontal and ______ vertical pixels.

Olympiad Test : Programming In QBasic - 2 - Question 10

When you use a ______ in a PRINT statement, the items are printed without any spaces between them

Olympiad Test : Programming In QBasic - 2 - Question 11

In high resolution mode, what are the coordinates for the bottom right corner of the screen?

Detailed Solution for Olympiad Test : Programming In QBasic - 2 - Question 11

In high-resolution graphics mode, the bottom right corner of the screen has coordinates (maxX, maxY). For example, in SCREEN 2, which is known as high-resolution graphics mode, the coordinate for the bottom right corner of the screen (639, 0)

Olympiad Test : Programming In QBasic - 2 - Question 12

In this mode, a QBASIC statement is executed as soon as you press the key.  It is the ______.

Olympiad Test : Programming In QBasic - 2 - Question 13

What is the shortcut key to run a QBASIC program?

Olympiad Test : Programming In QBasic - 2 - Question 14

Which of the following are relational operators?

Olympiad Test : Programming In QBasic - 2 - Question 15

In the above program, what value does nm$ variable hold?

Olympiad Test : Programming In QBasic - 2 - Question 16

What will be the output of the following statement?

PRINT NM$, age

Olympiad Test : Programming In QBasic - 2 - Question 17

For placing a comment in a program, we use ______.

Olympiad Test : Programming In QBasic - 2 - Question 18

Which statement is used to set the resolution of the display screen?

Olympiad Test : Programming In QBasic - 2 - Question 19

A GOTO statement ______.

Olympiad Test : Programming In QBasic - 2 - Question 20

Which of the following is NOT a valid Screen mode?

Information about Olympiad Test : Programming In QBasic - 2 Page
In this test you can find the Exam questions for Olympiad Test : Programming In QBasic - 2 solved & explained in the simplest way possible. Besides giving Questions and answers for Olympiad Test : Programming In QBasic - 2, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 7

Download as PDF

Top Courses for Class 7