PYTHON set4

PYTHON set4

University

10 Qs

quiz-placeholder

Similar activities

CSS Layouts Flexbox

CSS Layouts Flexbox

University

11 Qs

RB Battles Quiz (Roblox)

RB Battles Quiz (Roblox)

KG - Professional Development

15 Qs

Quizziz

Quizziz

University

10 Qs

Pneumococcal Vaccine

Pneumococcal Vaccine

12th Grade - Professional Development

10 Qs

Research Project Quiz

Research Project Quiz

University

10 Qs

AlgoPro Python - Sesi 1

AlgoPro Python - Sesi 1

University

10 Qs

Kiểm tra kiến thức về lỗi chương trình trong Python

Kiểm tra kiến thức về lỗi chương trình trong Python

10th Grade - University

10 Qs

Intro to DDP2

Intro to DDP2

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?