Search Header Logo

CLASS 9 AI - VIVA 2024-25

Authored by Jyotsna Verma

Computers

9th Grade

Used 11+ times

CLASS 9 AI -  VIVA 2024-25
AI

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

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?