53. Programming 2 : Data Structures & Arrays

53. Programming 2 : Data Structures & Arrays

9th Grade

10 Qs

quiz-placeholder

Similar activities

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

C# Arrays

C# Arrays

9th - 12th Grade

12 Qs

T3_PC6.1 & PC6.2

T3_PC6.1 & PC6.2

9th Grade

10 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

CodeHS 5.4 & 5.5 ArrayList Stuff

CodeHS 5.4 & 5.5 ArrayList Stuff

9th - 12th Grade

10 Qs

2.1.3 CSE Arrays

2.1.3 CSE Arrays

9th - 12th Grade

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