Python Programming - Test 1

Python Programming - Test 1

University - Professional Development

20 Qs

quiz-placeholder

Similar activities

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

20 Qs

Evaluasi Python Tuple

Evaluasi Python Tuple

University

20 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

Python

Python

University

20 Qs

Python Programming

Python Programming

University

25 Qs

Python Control Structures

Python Control Structures

University

20 Qs

OOPs in Python

OOPs in Python

University

20 Qs

13-mavzu. Dasturiy ta’minot va GUI ishlab chiquvchi online platf

13-mavzu. Dasturiy ta’minot va GUI ishlab chiquvchi online platf

University

16 Qs

Python Programming - Test 1

Python Programming - Test 1

Assessment

Quiz

Computers

University - Professional Development

Medium

Created by

Prashant Dhope

Used 52+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following character is used to give comments in Python?

//

#

!

/

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output?

name = 'Python'

print (type(name))

char

'Python'

str

Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output?

str1 = "SGBIT"

print (str1 [2])

S

G

B

I

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output?

d = 10 < 11

print (d)

10

11

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Identify the arithmetic operator which is used to calculate exponential.

*

%

!

**

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

List is declared using _______.

{ }

[ ]

( )

< >

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will be the output?

print (13/6)?

2

2.1666

2.5

Error

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?