Python Programming Quiz

Python Programming Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

Arch Linux Quiz

Arch Linux Quiz

5th Grade - Professional Development

10 Qs

Python-quiz2

Python-quiz2

University - Professional Development

11 Qs

CODE-P1

CODE-P1

Professional Development

10 Qs

FinTech 10-1 Time Series

FinTech 10-1 Time Series

Professional Development

10 Qs

Pyflask2020

Pyflask2020

KG - Professional Development

10 Qs

BOP-1

BOP-1

University - Professional Development

15 Qs

CodeTigers Python 101

CodeTigers Python 101

KG - Professional Development

10 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

Python Programming Quiz

Python Programming Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Hari IT

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a feature of Python?

Platform-dependent

Case-insensitive language

Easy-to-learn and easy-to-read syntax

Requires compilation before execution

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What type of language is Python?

Compiled language

Interpreted language

Assembly language

Machine language

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which command is used to start the Python interpreter?

python3

py

Both a and b

start_py

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What will >>> indicate in Python?

Start of function

Syntax error

Interactive prompt

Comment block

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What will the expression 3 + 4.0 return?

7

7.0

7.000

Error

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function returns the type of a variable in Python?

typeof()

var_type()

type()

data_type()

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a valid way to define a string?

'Hello'

"World"

'''Python'''

All of the above

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?