Kahoot Exam 3 - List Concepts

Kahoot Exam 3 - List Concepts

University

57 Qs

quiz-placeholder

Similar activities

special exam in DSA

special exam in DSA

University

60 Qs

Salesforce

Salesforce

University

60 Qs

PF 101 - Activity 5 (OO Design and Principles

PF 101 - Activity 5 (OO Design and Principles

University

55 Qs

Sec-E HTML DOM

Sec-E HTML DOM

University

54 Qs

Simulado_Python_ADS

Simulado_Python_ADS

University

52 Qs

VBIT CSM-A PYTHON QUIZ 3

VBIT CSM-A PYTHON QUIZ 3

University

60 Qs

JAVA 4C123 4

JAVA 4C123 4

University

60 Qs

Unit 4 Study Guide

Unit 4 Study Guide

9th Grade - University

54 Qs

Kahoot Exam 3 - List Concepts

Kahoot Exam 3 - List Concepts

Assessment

Quiz

Computers

University

Hard

Created by

Dr Mohsin

Used 1+ times

FREE Resource

57 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This term refers to an individual item in a list.

element

bin

cubbyhole

slot

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is a number that identifies an item in a list.

element

index

bookmark

identifier

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first index of a list?

1

-1

!

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the last element of a list?

len(list)

1

0

len(list)-1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This will happen if you try to use an index that is out of range for a list.

A ValueError exception will occur

An IndexError exception will occur

The list will be erased and the program will continue

The statement containing the invalid index will be ignored

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to output the length of a list?

len(list_name)

length(list_name)

list_name.len()

list_name.length()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the * operator's left operand is a list and its right operand is an integer, the operator becomes this.

The multiplication operator

The repetition operator

The initialization operator

Nothing

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?