Quzz-10NGS-Game

Quzz-10NGS-Game

10th Grade

16 Qs

quiz-placeholder

Similar activities

พีชคณิตบูลลีน

พีชคณิตบูลลีน

10th - 12th Grade

20 Qs

Quiz 1. Data Structures (OSTIM 2022)

Quiz 1. Data Structures (OSTIM 2022)

1st - 12th Grade

12 Qs

Google Sheets Quiz

Google Sheets Quiz

7th - 12th Grade

12 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML

HTML

10th Grade

20 Qs

S2 CPA EOY Revision 2 (WSSS 2015)

S2 CPA EOY Revision 2 (WSSS 2015)

10th Grade

20 Qs

PLTW Design Game

PLTW Design Game

9th - 12th Grade

20 Qs

AI Explorer

AI Explorer

9th - 12th Grade

15 Qs

Quzz-10NGS-Game

Quzz-10NGS-Game

Assessment

Quiz

Instructional Technology

10th Grade

Hard

Created by

RAKSMEY EN

Used 6+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a sequence of characters?

a) int

b) float

c) str

d) bool

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a changeable data type?

a) int

b) str

c) list

d) tuple

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you create an empty list in Python?

a) list = []

b) list = ()

c) list = {}

d) list = ""

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

List is a collection which is ordered and changeable. Allows duplicate members.

a) True

b) False

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which method is used to add an element to the end of a list?

a) append()

b) insert()

c) add()

d) extend()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is correct about the append() method?

a) add an item to the first of the list

b) add an item to the end of the list

c) add list item at a specified index

d) clear list items

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method removes the last element from a list?

a) remove()

b) pop()

c) delete()

d) clear()

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?