PYTHON-MCQ

PYTHON-MCQ

University

20 Qs

quiz-placeholder

Similar activities

Révision de CST4 début d'année

Révision de CST4 début d'année

12th Grade - Professional Development

19 Qs

Fungsi- dan sifat sifatnya

Fungsi- dan sifat sifatnya

11th Grade - University

20 Qs

Astronomy Quiz- Equinox

Astronomy Quiz- Equinox

University - Professional Development

15 Qs

Ôn tập tuần 20 - Toán

Ôn tập tuần 20 - Toán

University

15 Qs

P&S-Introduction-1

P&S-Introduction-1

University

16 Qs

Statistics Session 10 Quiz

Statistics Session 10 Quiz

University

20 Qs

UTS 2023 Kelas B

UTS 2023 Kelas B

University

20 Qs

Assignment 02: BBA103: Percentage and Profit & Loss (Unit 1)

Assignment 02: BBA103: Percentage and Profit & Loss (Unit 1)

University

15 Qs

PYTHON-MCQ

PYTHON-MCQ

Assessment

Quiz

Mathematics

University

Practice Problem

Medium

Created by

Senthil R

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python language?

Function

Fun

Define

def

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a mutable data type in Python?

String

Integer

List

Tuple

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions is a built-in function in python?

factorial()

print()

seed()

sqrt()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python expression if x=56.236?

print("%.2f"%x)

56.236

56.23

56.00

56.24

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len(["hello",2, 4, 6])

error

6

4

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

print("abc. DEF".capitalize())

Abc. def

abc. def

Abc. Def

ABC. DEF

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

  1. >>>list1 = [1, 3]

  2. >>>list2 = list1

  3. >>>list1[0] = 4

  4. >>>print(list2)

[1, 4]

[1, 3, 4]

[4, 3]

[1, 3]

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?