One-Dimensional Array in Python

One-Dimensional Array in Python

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Паскаль. Основные команды

Паскаль. Основные команды

8th - 11th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Binary representation revision

Binary representation revision

9th - 10th Grade

10 Qs

สอบย่อย ครั้งที่ 1 (BC.2/2)

สอบย่อย ครั้งที่ 1 (BC.2/2)

11th Grade

10 Qs

Database Features

Database Features

11th Grade

15 Qs

حاسب 2

حاسب 2

10th Grade

15 Qs

HLL and LLL

HLL and LLL

11th Grade

10 Qs

One-Dimensional Array in Python

One-Dimensional Array in Python

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Created by

Thomas Martinez

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A FOR-NEXT loop is also described as being what?
condition-controlled
count-controlled
Uncontrolled loop
Controlled loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are data items added to an array?
Items are appended to the next free index
In alphabetical order
Data may only be read from an array, sorry
Whichever way you want

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the index of the lower bound of the following array?
Dim Student(24) as string
24
25
23
0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In names=[Fred,John,Sue] Index value 1 is?
Fred
John 
Sue 
none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

names=[Fred,John,Sue] print list[2] would return
Fred
Sue
John

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

names.append("Mary")
Would add "names" to the list called "Mary"
Would remove "Mary" from the list called "names"
Would add "Mary" to the list called "names"
Would add "Mary" to the list called "append"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len(names)
Finds the length of the list called len
Finds the length of the list called Len
Finds the length of the list called names
Finds the length of the list called Names

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?