Class XI_Introduction to Python

Class XI_Introduction to Python

11th Grade

20 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

9th - 12th Grade

15 Qs

String Quiz

String Quiz

9th - 12th Grade

15 Qs

Boolean Expressions

Boolean Expressions

5th - 12th Grade

15 Qs

Phyton-Midterm

Phyton-Midterm

11th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Class XI_Introduction to Python

Class XI_Introduction to Python

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Vikas Sharma

Used 13+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Python files are saved with the extension as ...?

.python

.pe

.py

.pi

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the name of the GUI that comes in-built as an interactive shell with Python?

PGUI

Pyshell

IDLE

PythonSh

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

IDLE stands for ... ?

Indigenous Development Lab

Integrated Development and Learning Environment

Indie Developers Environment

None of the Above

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The function to display a specified message on the screen is ... ?

print

display

run

output

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is an assignment operator in Python?

>>>

=

==

===

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is used to initialize multiple variables with a common value?

x = y: y = 33

x = y = z = 33

x = z; y = z; x = 33;

x & y & z = 33

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Comments in Python begin with ...?

{

&

%

#

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?