IT105 Review - Lists

IT105 Review - Lists

4th Grade - University

15 Qs

quiz-placeholder

Similar activities

Python lists

Python lists

8th Grade

10 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

SatPy

SatPy

University - Professional Development

10 Qs

Python Data Structures

Python Data Structures

10th Grade

10 Qs

Python Lists

Python Lists

10th - 12th Grade

15 Qs

Python List

Python List

4th Grade - University

15 Qs

9.3 L3 Python Lists

9.3 L3 Python Lists

7th - 10th Grade

10 Qs

Python List Operations

Python List Operations

10th Grade

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