Data Structures Quiz

Data Structures Quiz

12th Grade

14 Qs

quiz-placeholder

Similar activities

Bootcamp

Bootcamp

7th - 12th Grade

16 Qs

AL-(S)

AL-(S)

12th Grade

10 Qs

Computer Engineering - Python Exam

Computer Engineering - Python Exam

12th Grade

18 Qs

12cs cha9

12cs cha9

12th Grade

12 Qs

Python Revision

Python Revision

11th - 12th Grade

15 Qs

Numpy 4 life

Numpy 4 life

9th - 12th Grade

10 Qs

Python Code Quiz

Python Code Quiz

8th - 12th Grade

11 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?