QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

multiples

multiples

1st - 5th Grade

21 Qs

Pengantar Komputer Quiz informatika 1

Pengantar Komputer Quiz informatika 1

1st Grade

15 Qs

kuis p5 polote

kuis p5 polote

1st Grade

24 Qs

مسابقة العيد

مسابقة العيد

1st - 5th Grade

21 Qs

Dasar-Dasar Autocad untuk Pemula

Dasar-Dasar Autocad untuk Pemula

1st Grade

15 Qs

Penerapan Pelayanan usaha

Penerapan Pelayanan usaha

1st Grade

17 Qs

KJ(B2)&(A2)

KJ(B2)&(A2)

1st Grade

20 Qs

BHS.INDONESIA

BHS.INDONESIA

1st - 5th Grade

15 Qs

QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

Assessment

Quiz

Others

1st Grade

Medium

Created by

Kaustubh Pandey

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print(type(10))

A)

B)

C)

D)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a variable x with the value 5 in Python?

A) int x = 5

B) x = int(5)

C) x == 5

D) x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? x = [1, 2, 3] print(x[3])

A) 3

B) 1

C) IndexError

D) None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? print(bool(0))

A) True

B) False

C) 0

D) None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to create a comment in Python?

A) // This is a comment

B) # This is a comment

C) /* This is a comment */

D)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? print("2" + "3")

A) 5

B) 23

C) 6

D) Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the len() function do in Python?

A) Returns the length of a variable name

B) Returns the length of an integer

C) Returns the length of an object

D) Returns the sum of all elements in a list

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?