
CLASS 9 AI - VIVA 2024-25
Authored by Jyotsna Verma
Computers
9th Grade
Used 11+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to add a comment in Python?
#
//
/* */
&%&
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Generate the correct answer :
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following loop print?
1 2 3 4
1 2 3
0 1 2 3
0 2 4
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
2.0 2 50 100000
2 2.0 50 100000
50 100000 2 2.0
50 100000 2.0 2
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Choose the correct rules for Naming Identifiers.(Select all that applies)
• Must begin with a letter (uppercase or lowercase) or an underscore (_), followed by letters, digits (0-9), or underscores.
• Can start with a digit.
• Can be of any length (short and meaningful names are preferred).
• can be a keyword or reserved word.
• Cannot include special symbols like !, @, #, $, %.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a=10, b= 20, c= 30 then : Generate the output of a>=b and b<=c
False
True
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
If L1 = ['P', 'Y', 'T', 'H', 'O', 'N'], then what will be the correct code to print 'H' (Select all that applies)
print(L1[3])
print(L1[-3])
print(L1[4])
print(L1[-4])
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?