Python Basics Quiz

Python Basics Quiz

Professional Development

14 Qs

quiz-placeholder

Similar activities

KTTIN8_T14

KTTIN8_T14

Professional Development

9 Qs

AMONG US

AMONG US

3rd Grade - Professional Development

10 Qs

EDTECH ACTIVITY

EDTECH ACTIVITY

Professional Development

10 Qs

GenAI Workshop - Repaso 1

GenAI Workshop - Repaso 1

Professional Development

12 Qs

Quiz Pemrograman dan AI

Quiz Pemrograman dan AI

Professional Development

10 Qs

Python Loops

Python Loops

Professional Development

15 Qs

Python Basics Quiz

Python Basics Quiz

Professional Development

15 Qs

Loops

Loops

Professional Development

13 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Other

Professional Development

Hard

Created by

geet s

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of the following Python expression? 4 + 3 % 5

7

1

2

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a block of code in Python language?

Brackets

All of the mentioned

Indentation

Key

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet? print(3 ** 2)

8

5

6

9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What arithmetic operators cannot be used with strings in Python?

*

+

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code? print(5 // 2)

None of the mentioned

2

3

2.5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

{This is comment}

#This is comment

/*This is comment*/

//This is comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?

print(type(x))

print(typeof(x))

print(type x)

print(typeof x)

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?