Python Programming Quiz

Python Programming Quiz

University

40 Qs

quiz-placeholder

Similar activities

Computer Network Quiz

Computer Network Quiz

University

41 Qs

Measurement and Inspection Quiz

Measurement and Inspection Quiz

University

40 Qs

Operating System Concepts Quiz

Operating System Concepts Quiz

University

40 Qs

FT1_VLSI

FT1_VLSI

University

40 Qs

 Hardware Quiz - Basic 01 to Basic 02

Hardware Quiz - Basic 01 to Basic 02

University

40 Qs

Power Electronic Drives Quiz - Basic to Intermediate

Power Electronic Drives Quiz - Basic to Intermediate

University

40 Qs

PCB Design Situational-Based MCQs - Basic to Intermediate

PCB Design Situational-Based MCQs - Basic to Intermediate

University

40 Qs

Electronics Quiz

Electronics Quiz

University

35 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Yuvarani Technology

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type(10))?

<class 'float'>

 <class 'int'>

<class 'str'>

<class 'bool'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct extension of a Python file?

.py

.python

.pyt

.pt

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to define a function in Python?

func

def

define

function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(2 ** 3)?

5

6

8

9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take input from a user in Python?

get()

scan()

input()

read()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(10/3)?

3.0

3.33

3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of print(10 // 3)?

3.33

3.0

3

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?