Search Header Logo

214 Vocabulary & Review

Authored by Elise Laio

Computers

9th Grade

Used 10+ times

214 Vocabulary & Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a 2D array?

Data is organised in columns

Data is organised in rows only

Data is organised in rows & columns

Data is organised in Hard Disk

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An index is ...

A number given to each value in a list to show it's position in the list.

A number assigned to every value in the list to say how many characters it contains.

A number assigned to every list.

A letter given to each value in a list to show it's position in the list.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When talking about lists, what does append mean?

Add a value to the end of a list

Add a value to the begining of a list

Add the word pen to a list

Print out the list

4.

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]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List items have an index number. In the following list, which item has the index number of 3?

["John", "Harry", "Jesse", "John", "Harry", "Harry"]

"John"

"Harry"

"Jesse"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these pieces of code would return the name "Harry" from the following list?

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

nameList()

nameList[1]

NameList(4)

nameList["4"]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do i remove something from a list?

variable.append()

variable.delete()

variable.remove()

variable=(new variable)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?