CLASS 9 AI -  VIVA 2024-25

CLASS 9 AI - VIVA 2024-25

9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

11th Grade

10 Qs

C++ Basics

C++ Basics

7th - 12th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Pseudocode

Pseudocode

9th - 11th Grade

15 Qs

Python Fundamentals

Python Fundamentals

11th Grade

10 Qs

Python Data types & Exceptions

Python Data types & Exceptions

1st - 10th Grade

14 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

CLASS 9 AI -  VIVA 2024-25

CLASS 9 AI - VIVA 2024-25

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Jyotsna Verma

Used 10+ times

FREE Resource

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

Media Image
Generate the correct answer :
Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
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

Media Image
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])

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?