Data Structures Quiz

Data Structures Quiz

12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Unit  8 Quiz

Python Unit 8 Quiz

9th - 12th Grade

15 Qs

Python Lists and Tuples

Python Lists and Tuples

12th Grade

10 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

9th Grade - University

10 Qs

10 Important Python Fundamentals Questions

10 Important Python Fundamentals Questions

12th Grade

10 Qs

Python Basics Test

Python Basics Test

12th Grade

10 Qs

Python lists and tuples

Python lists and tuples

12th Grade

10 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Amy Brereton

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data consists of different types?

Homogeneous

Heterogeneous

Structured

Unstructured

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure where data is stored in order and items can be accessed by index is called:

Homogeneous

Heterogeneous

Structured

Unstructured

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Python built-in data structure?

Tuple

Set

Dictionary

Graph

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which data structure(s) allow duplicate elements in Python?

Set

List

Dictionary

Tuple

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about list indexing?

The first item is index 1

The first item is index 0

The first item is index -1

The first item is index 2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the list list_of_nums = [4, 0 , 1, 2, 7, -1], what is the index of the value 7?

5

4

7

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can characters be extracted from strings?

By using loops

By using indexing

By using functions

By using concatenation

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?