Class_XI_Python_Basic_03.08.2023

Class_XI_Python_Basic_03.08.2023

11th Grade

20 Qs

quiz-placeholder

Similar activities

Lists and Tuples

Lists and Tuples

11th Grade

19 Qs

PYTHON TUPLE QUIZ

PYTHON TUPLE QUIZ

11th Grade

20 Qs

Python Tuples Review

Python Tuples Review

11th Grade

15 Qs

List and Tuples

List and Tuples

9th - 12th Grade

22 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Tuple

Python Tuple

11th Grade

15 Qs

CS Python Fundamentals

CS Python Fundamentals

11th Grade

20 Qs

python basics quiz

python basics quiz

9th - 12th Grade

15 Qs

Class_XI_Python_Basic_03.08.2023

Class_XI_Python_Basic_03.08.2023

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Vikas Sharma

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the expression , 5*1**5

125

25

1

5

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which character is used in Python to make a single line comment?

/

//

*

#

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is an invalid identifier?

my_file

myfile13

4My.File

Myfile

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

if L= [ ‘My Score’,95.2, 2022], which data type in Python is used?

List

String

Dictionary

Tuple

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement is true from following

List is immutable & Tuple is mutable

List is mutable & Tuple is immutable

Both are mutable

Both are immutable

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which type of value is returned by the input() function.

integer

float

string

no value

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Predict the output of the following code:

Var=5

if Var>4 OR VAR<6 AND Var==10

print(“Good”)

else:

print(“Not Good”)

Good

Not Good

no output

none

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?