PYTHON set4

PYTHON set4

University

10 Qs

quiz-placeholder

Similar activities

UNIT1_PYTHON

UNIT1_PYTHON

University

10 Qs

CD UNIT 1-A

CD UNIT 1-A

University

10 Qs

UNIT2_PYTHON

UNIT2_PYTHON

University

10 Qs

POST TEST MODULE 4

POST TEST MODULE 4

University

10 Qs

Introduction to Python Programming Quiz 9E

Introduction to Python Programming Quiz 9E

10th Grade - University

13 Qs

Python set 3

Python set 3

University

10 Qs

Python

Python

University

15 Qs

Tech quiz Round 1

Tech quiz Round 1

University

15 Qs

PYTHON set4

PYTHON set4

Assessment

Quiz

Other

University

Medium

Created by

ESPARK 2023

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Key

Indentation

Brackets

All of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

2

7

1

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is Python code compiled or interpreted?

Python code is both compiled and interpreted

Python code is neither compiled nor interpreted

Python code is only interpreted

Python code is only compiled

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python language?

Function

Fun

Define

def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct extension of the Python file?

.pl

.py

.pl

p

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the type of the variable sorted_numbers in the below code snippet?

numbers = (4, 7, 19, 2, 89, 45, 72, 22)

sorted_numbers = sorted(numbers)

print(sorted_numbers)

list

tuple

string

int

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code snippet ?

2 2

error

2 3

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