Python Basics - Quiz

Python Basics - Quiz

8th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Functional programming 3

Functional programming 3

11th - 12th Grade

15 Qs

Grade 11 - Quiz 1 Introduction to Arrays

Grade 11 - Quiz 1 Introduction to Arrays

11th Grade

10 Qs

Fundamentos y Condicionales en Python - ALIANZA2025

Fundamentos y Condicionales en Python - ALIANZA2025

11th Grade - University

12 Qs

اختبار تشخيصي قبلي

اختبار تشخيصي قبلي

11th - 12th Grade

13 Qs

visual basic

visual basic

10th Grade

8 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

PYTHON FOR GRADE 8B

PYTHON FOR GRADE 8B

8th Grade

10 Qs

Pemahaman Array dan Fungsi

Pemahaman Array dan Fungsi

11th Grade

15 Qs

Python Basics - Quiz

Python Basics - Quiz

Assessment

Quiz

Computers

8th - 11th Grade

Hard

Created by

Jasy Liew

Used 27+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following identifier would NOT be accepted by Python?

MalaysiaBoleh100

global

pneumonoultra

FLAG

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following is the slicing operator?

[ ]

{ }

( )

/

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the output of the following lines of code?

var1 = 12

var1 = 23.4

var1 = "I love AI!"

print(var1)

12

23.4

I love AI!

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

What is the output from the following lines of code?

a = [2, 4, 8]

a[2] = 6

print(a)

[2, 4, 8]

[2, 6, 8]

[2, 4, 6]

[6, 4, 8]

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which function allows us to add one element to a list at a desired location?

append()

extend()

insert()

pop()

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

How many parameters are there in the sum() function call below?

sum(1, 3, 5)

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Which of the following refers to a file containing Python statements and definitions?

function

module

block

attribute

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?