Introduction to Python Class 11 Quiz

Introduction to Python Class 11 Quiz

12th Grade

68 Qs

quiz-placeholder

Similar activities

tin 10 kntt

tin 10 kntt

10th Grade - University

66 Qs

CMU AP CSP - Student Created Questions WHS

CMU AP CSP - Student Created Questions WHS

9th - 12th Grade

71 Qs

Python 01

Python 01

6th - 12th Grade

72 Qs

computer science unit 2

computer science unit 2

9th - 12th Grade

69 Qs

Python - Revisão

Python - Revisão

12th Grade - Professional Development

66 Qs

Unit 2 CMU

Unit 2 CMU

10th - 12th Grade

71 Qs

LONG QUIZ 1

LONG QUIZ 1

12th Grade

70 Qs

Modules

Modules

12th Grade

73 Qs

Introduction to Python Class 11 Quiz

Introduction to Python Class 11 Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ranga Chary

FREE Resource

68 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not in Python Character Set?

Images: Vector

Whitespaces: blank space, tab etc

Digits: 0-9

Letters: A-Z or a-z

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the mode of interacting with Python?

Batch Mode

Hybrid Mode

Interactive Mode

Script Mode

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python supports dynamic typing.

False

True

Depends on the version

Not applicable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the data type of the following variable? A = '101'

Float

String

Integer

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following: print(range(0,8,2))

None of the above

range(0, 8, 2)

0,2,4,6

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not correct about Python?

Python is a compiled language.

Python is developed by Guido Van Rossum

Python is based on ABC language.

Python is an open source language.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Smallest element of Python coding is called __________

Delimiters

Token

Identifiers

Keywords

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?