QUIZ-A-THON PYTHON LEVEL 1

QUIZ-A-THON PYTHON LEVEL 1

1st Grade

20 Qs

quiz-placeholder

Similar activities

C Programming Quiz level 2

C Programming Quiz level 2

1st Grade

15 Qs

python à zéro

python à zéro

1st Grade

15 Qs

UTS Informatika Kelas 7

UTS Informatika Kelas 7

1st Grade

20 Qs

Castellano a prueva

Castellano a prueva

1st Grade

15 Qs

Pramuka Ambalan Wijaya Kusuma

Pramuka Ambalan Wijaya Kusuma

1st - 5th Grade

20 Qs

Fun with Basic Python

Fun with Basic Python

1st Grade

20 Qs

CIUDADANÍA TEMA 2 TEORIA DE DERECHO

CIUDADANÍA TEMA 2 TEORIA DE DERECHO

1st Grade

15 Qs

Quis 6 bahasa inggris

Quis 6 bahasa inggris

1st - 5th Grade

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