Data Types - Arrays, Lists and Tuples

Data Types - Arrays, Lists and Tuples

12th Grade

18 Qs

quiz-placeholder

Similar activities

Problem Solving : Design Solution

Problem Solving : Design Solution

12th Grade

15 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

Design your website

Design your website

7th - 12th Grade

20 Qs

INTERNET CONNECTION

INTERNET CONNECTION

12th Grade

13 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

BTEC National ICT U2 - Data Types and Validation

BTEC National ICT U2 - Data Types and Validation

12th Grade

14 Qs

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Data Types - Arrays, Lists and Tuples

Data Types - Arrays, Lists and Tuples

Assessment

Quiz

Computers

12th Grade

Practice Problem

Hard

Created by

Michelle Semmens

Used 33+ times

FREE Resource

AI

Enhance your content in a minute

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

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete this sentence: Arrays are ……………… data structures.

Linear, homogenous and static

Linear, homogeneous and dynamic

Non-Linear, homogenous and static

Non-linear, non-homogenous and dynaic

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is TRUE about arrays?

Arrays store data in a certain order

All data in an array are of the same data type

Each element has a corresponding index value

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete this sentence: ……………… module is initiated from Python library to work with arrays.

array

data structures

index

none of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete this sentence: Index of an array starts with ………………

0

1

-1

2

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An array number_of_students represents 10 students’ marks. Which of the following represents this array declaration?

number_of_students=array('i', range(10))

number_of_students=array.array('i', range(1,10))

number_of_students=array.array('i', range(10))

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program prompts the user to input values to an array. What programming structure is required for this?

Case Structures

if... else...

Iteration

None of the above

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An array student mark consists of data: [90,85,70,75,80]. What is the output of print(student mark[3])?

70

75

80

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?