Python Basics - Quiz

Python Basics - Quiz

8th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

cp1Gr9Adv

cp1Gr9Adv

9th Grade

10 Qs

Milestone Exkul SMP SMA - Q8_2022_Python Exploration

Milestone Exkul SMP SMA - Q8_2022_Python Exploration

6th - 8th Grade

15 Qs

Pandas library

Pandas library

9th Grade

10 Qs

J277 - 2.2 - Use of Arrays up to 2D

J277 - 2.2 - Use of Arrays up to 2D

10th Grade - University

8 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Python

Python

9th Grade

15 Qs

KS4 Arrays and Loops in Python

KS4 Arrays and Loops in Python

8th Grade

10 Qs

Grade 9 Checkpoint 1 Revision

Grade 9 Checkpoint 1 Revision

9th 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?