Python Programming Quiz for beginners

Python Programming Quiz for beginners

Professional Development

65 Qs

quiz-placeholder

Similar activities

TRY OUT

TRY OUT

Professional Development

65 Qs

SFDC Admin Reviewer

SFDC Admin Reviewer

Professional Development

65 Qs

Google Workspace(Drive, Docs, Meet, Chat, Sheet Advanced))

Google Workspace(Drive, Docs, Meet, Chat, Sheet Advanced))

Professional Development

66 Qs

Fundamentals of AI

Fundamentals of AI

Professional Development

60 Qs

Revisão Curso Assistente de TI

Revisão Curso Assistente de TI

Professional Development

65 Qs

TEST SERVICIOS EN RED TEMA 0

TEST SERVICIOS EN RED TEMA 0

Professional Development

69 Qs

Final Assessment - PECB

Final Assessment - PECB

Professional Development

66 Qs

Python Programming Quiz for beginners

Python Programming Quiz for beginners

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Mr.K.V.K.Sasi Kanth AP@CSE

Used 2+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Python identifier?

2value

value_2

value-2

value 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

func

define

def

function

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<class 'str'>

<class 'int'>

<class 'float'>

<class 'bool'>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for exponentiation in Python?

^

**

*

exp()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 3 + 4 * 2 in Python?

14

11

10

7

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type?

tuple

str

list

int

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does indentation signify in Python?

Comments

Loop

Block of code

Variable

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?