Python Programming Test

Python Programming Test

University

75 Qs

quiz-placeholder

Similar activities

Computer Architecture Quiz

Computer Architecture Quiz

University

73 Qs

Past Sem MSD

Past Sem MSD

12th Grade - University

79 Qs

Эл маш 1-80 тест ( 7132)

Эл маш 1-80 тест ( 7132)

University

80 Qs

Kuis Teknik Pemecahan Masalah

Kuis Teknik Pemecahan Masalah

University

72 Qs

МиД 2 вопросы 121-190

МиД 2 вопросы 121-190

University

70 Qs

MPE I - Unit 2

MPE I - Unit 2

University

73 Qs

md2 midterms elements

md2 midterms elements

University

71 Qs

Engineering Technology Foundations Practice Test

Engineering Technology Foundations Practice Test

9th Grade - University

71 Qs

Python Programming Test

Python Programming Test

Assessment

Quiz

Engineering

University

Hard

Created by

Divyanshu Sinha

Used 5+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following code : print 9//2

4.5

4.0

4

Error

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which function overloads the >> operator?

more()

gt()

ge()

rshift()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following program : i = 0 while i < 3: print i print i+1

0 2 1 3 2 4

0 1 2 3 4 5

0 1 1 2 2 3

1 0 2 4 3 5

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which module in Python supports regular expressions?

re

regex

pyregex

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the following program : print 0.1 + 0.2 == 0.3

True

False

Machine dependent

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is not a core data type?

Lists

Dictionary

Tuples

Class

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the output of the expression : 3*1**3

27

9

3

1

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?