PYTHON set4

PYTHON set4

University

10 Qs

quiz-placeholder

Similar activities

PYTHON BASICS

PYTHON BASICS

University

7 Qs

Tuple and Dictionary

Tuple and Dictionary

University

15 Qs

Day-1 Pre Assessment(Essentials of Data Analytics Using R)

Day-1 Pre Assessment(Essentials of Data Analytics Using R)

University

15 Qs

CS201: Chapter 1

CS201: Chapter 1

University

12 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Python - 1

Python - 1

University

13 Qs

Arhaan's quiz

Arhaan's quiz

KG - Professional Development

7 Qs

Data Analytics Quiz-2

Data Analytics Quiz-2

University

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