PYTHON set4

PYTHON set4

University

10 Qs

quiz-placeholder

Similar activities

2R C-Skill Lab Test Autumn 2024-25

2R C-Skill Lab Test Autumn 2024-25

University

14 Qs

Python Strings and Variables

Python Strings and Variables

5th Grade - University

8 Qs

Python set 2

Python set 2

University

10 Qs

Unit Testing

Unit Testing

University

10 Qs

ATP-lab viva

ATP-lab viva

University

10 Qs

POST TEST MODULE 4

POST TEST MODULE 4

University

10 Qs

Python Development  Quiz-1

Python Development Quiz-1

University

10 Qs

Basic Microbit

Basic Microbit

11th Grade - Professional Development

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?