Quzz-10NGS-Game

Quzz-10NGS-Game

10th Grade

16 Qs

quiz-placeholder

Similar activities

Pemprograman

Pemprograman

10th Grade

20 Qs

Direcciones IP - CR

Direcciones IP - CR

1st - 12th Grade

21 Qs

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

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

10th - 12th Grade

20 Qs

Understanding Tuples in Python

Understanding Tuples in Python

10th Grade

16 Qs

IT QUIZ

IT QUIZ

10th Grade

15 Qs

ICT

ICT

KG - Professional Development

12 Qs

HTML Basico

HTML Basico

10th Grade

18 Qs

computer 10 Quiz 1

computer 10 Quiz 1

10th Grade

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