Class 7 Exam  >  Class 7 Tests  >  National Cyber Olympiad Class 7  >  Olympiad Test : High Order Thinking Skills - 3 - Class 7 MCQ

Olympiad Test : High Order Thinking Skills - 3 - Class 7 MCQ


Test Description

10 Questions MCQ Test National Cyber Olympiad Class 7 - Olympiad Test : High Order Thinking Skills - 3

Olympiad Test : High Order Thinking Skills - 3 for Class 7 2024 is part of National Cyber Olympiad Class 7 preparation. The Olympiad Test : High Order Thinking Skills - 3 questions and answers have been prepared according to the Class 7 exam syllabus.The Olympiad Test : High Order Thinking Skills - 3 MCQs are made for Class 7 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Olympiad Test : High Order Thinking Skills - 3 below.
Solutions of Olympiad Test : High Order Thinking Skills - 3 questions in English are available as part of our National Cyber Olympiad Class 7 for Class 7 & Olympiad Test : High Order Thinking Skills - 3 solutions in Hindi for National Cyber Olympiad 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 : High Order Thinking Skills - 3 | 10 questions in 20 minutes | Mock test for Class 7 preparation | Free important questions MCQ to study National Cyber Olympiad Class 7 for Class 7 Exam | Download free PDF with solutions
Olympiad Test : High Order Thinking Skills - 3 - Question 1

What would be the output of the following QBasic program?
X = 10
Y = 20
PRINT X + Y

Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 1
The program adds the values of X and Y, which are 10 and 20, respectively, resulting in 30.
Olympiad Test : High Order Thinking Skills - 3 - Question 2

What would be the output of the following QBasic program?
PRINT LEN("HELLO")

Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 2
The LEN function returns the length of the string "HELLO", which is 5.
1 Crore+ students have signed up on EduRev. Have you? Download the App
Olympiad Test : High Order Thinking Skills - 3 - Question 3

What would be the output of the following QBasic program?
A = 5
B = 3
C = A * B
PRINT C

Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 3
The program multiplies the values of A and B, which are 5 and 3, respectively, resulting in 15.
Olympiad Test : High Order Thinking Skills - 3 - Question 4
What would be the output of the following QBasic program?
PRINT LEFT$("COMPUTER", 3)
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 4
The LEFT$ function returns the leftmost 3 characters of the string "COMPUTER", which are "COM".
Olympiad Test : High Order Thinking Skills - 3 - Question 5
What would be the output of the following QBasic program?
X = 4
PRINT SQR(X)
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 5
The SQR function returns the square root of X, which is 2.
Olympiad Test : High Order Thinking Skills - 3 - Question 6
What would be the output of the following QBasic program?
PRINT MID$("MICROSOFT", 3, 4)
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 6
The MID$ function returns 4 characters starting from the 3rd position of the string "MICROSOFT", which are "ROSO".
Olympiad Test : High Order Thinking Skills - 3 - Question 7
What would be the output of the following QBasic program?
A = 2
B = 3
PRINT A ^ B
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 7
The "^" operator in QBasic denotes exponentiation, so 2 raised to the power of 3 is 8.
Olympiad Test : High Order Thinking Skills - 3 - Question 8
What would be the output of the following QBasic program?
X = 7
Y = X MOD 2
PRINT Y
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 8
The MOD operator returns the remainder of the division of X by 2. Since 7 divided by 2 leaves a remainder of 1, the output is 1.
Olympiad Test : High Order Thinking Skills - 3 - Question 9
What would be the output of the following QBasic program?
PRINT UCASE$("quick brown fox")
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 9
The UCASE$ function converts all characters of the string "quick brown fox" to uppercase, resulting in "QUICK BROWN FOX".
Olympiad Test : High Order Thinking Skills - 3 - Question 10
What would be the output of the following QBasic program?
PRINT VAL("1234") + VAL("5678")
Detailed Solution for Olympiad Test : High Order Thinking Skills - 3 - Question 10
The VAL function converts the string "1234" to the number 1234 and the string "5678" to the number 5678. Adding these two numbers results in 6912.
12 videos|25 docs|27 tests
Information about Olympiad Test : High Order Thinking Skills - 3 Page
In this test you can find the Exam questions for Olympiad Test : High Order Thinking Skills - 3 solved & explained in the simplest way possible. Besides giving Questions and answers for Olympiad Test : High Order Thinking Skills - 3, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 7

12 videos|25 docs|27 tests
Download as PDF

Top Courses for Class 7