IT105 Review - Lists

IT105 Review - Lists

4th Grade - University

15 Qs

quiz-placeholder

Similar activities

PYTHON LISTS

PYTHON LISTS

6th Grade

17 Qs

Python Quiz

Python Quiz

8th Grade

15 Qs

Pre tes Prisma Sisfor Last Eps

Pre tes Prisma Sisfor Last Eps

University

10 Qs

Python Arrays

Python Arrays

9th - 10th Grade

11 Qs

Understanding Python Functions

Understanding Python Functions

University

20 Qs

python 3

python 3

9th Grade

11 Qs

Lists and Tuples

Lists and Tuples

11th Grade

19 Qs

6. Python (списки)

6. Python (списки)

5th - 9th Grade

17 Qs

IT105 Review - Lists

IT105 Review - Lists

Assessment

Quiz

Computers

4th Grade - University

Medium

Created by

Anonymous Anonymous

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are used to store single item in a single variable.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items are ordered, changeable, and allow duplicate values.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items are indexed, the first item has index [1], the second item has index [2] etc.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When we say that lists are ordered, it means that the items have a defined order, and that order will not change.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items can be of any data type:

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you add new items to a list, the new items will be placed at the end of the list.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct code for creating a list of names?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList = [John, Harry, Jesse, John, Harry, Harry]

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?