53. Programming 2 : Data Structures & Arrays

53. Programming 2 : Data Structures & Arrays

9th Grade

10 Qs

quiz-placeholder

Similar activities

1D Arrays

1D Arrays

9th Grade - University

14 Qs

Pandas library

Pandas library

9th Grade

10 Qs

Arrays Javascript (CodeCademy)

Arrays Javascript (CodeCademy)

9th - 12th Grade

10 Qs

C# Arrays

C# Arrays

9th - 12th Grade

12 Qs

2.1.3 CSE Arrays

2.1.3 CSE Arrays

9th - 12th Grade

9 Qs

CP M.8.1-8.5 Quiz Review

CP M.8.1-8.5 Quiz Review

9th - 12th Grade

15 Qs

Arrays += Chan

Arrays += Chan

9th - 12th Grade

12 Qs

Third Day Quiz

Third Day Quiz

8th - 9th Grade

15 Qs

53. Programming 2 : Data Structures & Arrays

53. Programming 2 : Data Structures & Arrays

Assessment

Passage

Computers

9th Grade

Hard

Created by

Andy Workman

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

A type of software

A programming language

A computer hardware component

A specialized format for organizing and storing data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a basic data structure?

Integers

Graphs

Lists

Arrays

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array?

A type of loop

A variable that can contain more than one data item

A single piece of data

A function in programming

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are arrays indexed?

Randomly

Starting at 1

Alphabetically

Starting at 0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between lists and arrays in Python?

Lists are contiguous, but arrays are not

Arrays are only used in Python 2

There is no difference

Arrays are contiguous, but lists are not

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean when an array is described as 'static'?

It can change size

It can only hold string data types

It moves around in memory

It cannot change size once set up

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you access 'Austria' from an array of countries?

Using index 0

Using index 1

Using index 2

Using index 3

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?