Python Programming Quiz

Python Programming Quiz

University

40 Qs

quiz-placeholder

Similar activities

Power Electronic Drives Quiz - Basic to Intermediate

Power Electronic Drives Quiz - Basic to Intermediate

University

40 Qs

Fundamentos de Python

Fundamentos de Python

University

35 Qs

Algoritmos I

Algoritmos I

University

35 Qs

PLCC

PLCC

University

35 Qs

MATLAB Situational-Based MCQs -Basic to Intermediate

MATLAB Situational-Based MCQs -Basic to Intermediate

University

40 Qs

Power Electronic Drives Quiz - Advanced to Expert

Power Electronic Drives Quiz - Advanced to Expert

University

40 Qs

ELECTRICAL ENGINEERS PRE-BOARD EXAMINATION AUGUST 2018

ELECTRICAL ENGINEERS PRE-BOARD EXAMINATION AUGUST 2018

University

44 Qs

Measurement and Metrology Quiz

Measurement and Metrology Quiz

University

37 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?